From 21240d3402a45bdb0e2f03bc432265963e241ac9 Mon Sep 17 00:00:00 2001 From: Paul Gey Date: Mon, 7 Apr 2025 18:12:13 +0200 Subject: [PATCH] Implement parsing `gen fn` Generator functions were implemented in https://github.com/rust-lang/rust/pull/118457, tracking issue https://github.com/rust-lang/rust/issues/117078. --- grammar.js | 1 + src/grammar.json | 4 + src/parser.c | 208858 ++++++++++++++++++++------------------- test/corpus/async.txt | 24 + 4 files changed, 104477 insertions(+), 104410 deletions(-) diff --git a/grammar.js b/grammar.js index 1907a3a3..c9d4e657 100644 --- a/grammar.js +++ b/grammar.js @@ -461,6 +461,7 @@ module.exports = grammar({ 'default', 'const', 'unsafe', + 'gen', $.extern_modifier, )), diff --git a/src/grammar.json b/src/grammar.json index b5cf2b16..6b3fe718 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -2544,6 +2544,10 @@ "type": "STRING", "value": "unsafe" }, + { + "type": "STRING", + "value": "gen" + }, { "type": "SYMBOL", "name": "extern_modifier" diff --git a/src/parser.c b/src/parser.c index 9f87b27a..5ba1e12f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,4 +1,4 @@ -/* Automatically generated by tree-sitter v0.25.3 */ +/* Automatically generated by tree-sitter v0.25.3 (2a835ee029dca1c325e6f1c01dbce40396f6123e) */ #include "tree_sitter/parser.h" @@ -7,7 +7,7 @@ #endif #define LANGUAGE_VERSION 15 -#define STATE_COUNT 3823 +#define STATE_COUNT 3822 #define LARGE_STATE_COUNT 1063 #define SYMBOL_COUNT 351 #define ALIAS_COUNT 4 @@ -4018,80 +4018,80 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [6] = 6, [7] = 7, [8] = 8, - [9] = 9, - [10] = 5, - [11] = 4, + [9] = 3, + [10] = 10, + [11] = 5, [12] = 7, [13] = 8, - [14] = 9, - [15] = 5, - [16] = 4, - [17] = 9, - [18] = 9, - [19] = 5, - [20] = 4, + [14] = 3, + [15] = 10, + [16] = 5, + [17] = 8, + [18] = 3, + [19] = 10, + [20] = 5, [21] = 8, - [22] = 9, - [23] = 5, - [24] = 4, + [22] = 3, + [23] = 10, + [24] = 5, [25] = 8, - [26] = 9, - [27] = 5, - [28] = 4, + [26] = 3, + [27] = 10, + [28] = 5, [29] = 8, - [30] = 9, - [31] = 5, - [32] = 4, + [30] = 3, + [31] = 10, + [32] = 5, [33] = 8, - [34] = 8, + [34] = 10, [35] = 35, [36] = 36, [37] = 37, [38] = 38, - [39] = 39, + [39] = 37, [40] = 40, - [41] = 38, - [42] = 39, + [41] = 40, + [42] = 42, [43] = 35, - [44] = 36, - [45] = 39, - [46] = 40, - [47] = 37, - [48] = 38, - [49] = 38, - [50] = 39, + [44] = 35, + [45] = 42, + [46] = 38, + [47] = 36, + [48] = 40, + [49] = 37, + [50] = 40, [51] = 35, - [52] = 35, - [53] = 39, + [52] = 37, + [53] = 38, [54] = 38, - [55] = 38, - [56] = 38, - [57] = 39, - [58] = 39, - [59] = 39, - [60] = 36, + [55] = 37, + [56] = 37, + [57] = 40, + [58] = 37, + [59] = 40, + [60] = 42, [61] = 40, - [62] = 37, + [62] = 40, [63] = 36, - [64] = 38, - [65] = 40, - [66] = 37, + [64] = 37, + [65] = 36, + [66] = 42, [67] = 67, [68] = 68, [69] = 69, - [70] = 70, - [71] = 71, + [70] = 68, + [71] = 69, [72] = 72, - [73] = 70, + [73] = 73, [74] = 74, - [75] = 74, - [76] = 76, - [77] = 77, - [78] = 78, - [79] = 72, - [80] = 76, - [81] = 77, - [82] = 78, + [75] = 75, + [76] = 75, + [77] = 72, + [78] = 73, + [79] = 74, + [80] = 80, + [81] = 81, + [82] = 82, [83] = 83, [84] = 84, [85] = 85, @@ -4100,60 +4100,60 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [88] = 88, [89] = 89, [90] = 90, - [91] = 84, - [92] = 92, + [91] = 91, + [92] = 84, [93] = 87, [94] = 88, [95] = 89, [96] = 90, - [97] = 84, - [98] = 92, + [97] = 91, + [98] = 98, [99] = 99, [100] = 100, [101] = 101, [102] = 102, [103] = 103, - [104] = 104, - [105] = 87, + [104] = 84, + [105] = 103, [106] = 88, [107] = 89, - [108] = 104, - [109] = 84, - [110] = 92, + [108] = 90, + [109] = 91, + [110] = 84, [111] = 87, [112] = 88, [113] = 89, [114] = 90, - [115] = 84, - [116] = 92, + [115] = 91, + [116] = 98, [117] = 99, - [118] = 100, + [118] = 84, [119] = 87, [120] = 88, - [121] = 89, - [122] = 101, + [121] = 100, + [122] = 89, [123] = 90, - [124] = 84, - [125] = 92, + [124] = 91, + [125] = 84, [126] = 87, [127] = 88, [128] = 89, [129] = 90, - [130] = 92, - [131] = 102, - [132] = 103, - [133] = 90, + [130] = 91, + [131] = 101, + [132] = 102, + [133] = 87, [134] = 134, [135] = 135, - [136] = 134, + [136] = 136, [137] = 137, [138] = 138, - [139] = 138, + [139] = 134, [140] = 140, - [141] = 137, + [141] = 135, [142] = 142, - [143] = 135, - [144] = 144, + [143] = 137, + [144] = 136, [145] = 145, [146] = 146, [147] = 147, @@ -4167,115 +4167,115 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [155] = 155, [156] = 156, [157] = 157, - [158] = 158, - [159] = 159, + [158] = 151, + [159] = 150, [160] = 160, - [161] = 161, + [161] = 160, [162] = 162, [163] = 163, - [164] = 151, + [164] = 164, [165] = 165, - [166] = 165, + [166] = 166, [167] = 167, [168] = 168, [169] = 169, - [170] = 142, + [170] = 138, [171] = 171, - [172] = 172, - [173] = 167, - [174] = 174, + [172] = 169, + [173] = 173, + [174] = 162, [175] = 175, [176] = 176, - [177] = 157, + [177] = 156, [178] = 178, - [179] = 146, - [180] = 180, - [181] = 168, - [182] = 145, + [179] = 164, + [180] = 165, + [181] = 145, + [182] = 182, [183] = 183, - [184] = 153, + [184] = 184, [185] = 185, [186] = 186, [187] = 187, - [188] = 178, - [189] = 152, - [190] = 146, - [191] = 178, - [192] = 152, - [193] = 162, - [194] = 146, - [195] = 178, - [196] = 152, + [188] = 157, + [189] = 176, + [190] = 169, + [191] = 157, + [192] = 176, + [193] = 169, + [194] = 194, + [195] = 157, + [196] = 176, [197] = 197, - [198] = 197, - [199] = 199, + [198] = 198, + [199] = 198, [200] = 200, [201] = 201, - [202] = 183, - [203] = 169, + [202] = 178, + [203] = 201, [204] = 204, - [205] = 160, - [206] = 161, - [207] = 180, - [208] = 208, + [205] = 182, + [206] = 183, + [207] = 187, + [208] = 194, [209] = 209, - [210] = 210, + [210] = 163, [211] = 211, [212] = 212, - [213] = 201, - [214] = 199, + [213] = 213, + [214] = 214, [215] = 215, [216] = 216, [217] = 217, - [218] = 218, + [218] = 216, [219] = 219, - [220] = 215, + [220] = 216, [221] = 221, [222] = 222, [223] = 216, - [224] = 215, - [225] = 216, - [226] = 217, - [227] = 216, - [228] = 217, + [224] = 219, + [225] = 219, + [226] = 226, + [227] = 217, + [228] = 226, [229] = 229, - [230] = 221, + [230] = 230, [231] = 231, - [232] = 219, - [233] = 215, - [234] = 219, - [235] = 229, - [236] = 236, - [237] = 231, - [238] = 218, - [239] = 239, - [240] = 222, - [241] = 241, - [242] = 231, - [243] = 236, - [244] = 236, - [245] = 217, - [246] = 241, - [247] = 236, - [248] = 219, - [249] = 236, - [250] = 250, + [232] = 231, + [233] = 233, + [234] = 233, + [235] = 231, + [236] = 230, + [237] = 237, + [238] = 238, + [239] = 229, + [240] = 230, + [241] = 216, + [242] = 219, + [243] = 219, + [244] = 230, + [245] = 245, + [246] = 215, + [247] = 222, + [248] = 231, + [249] = 231, + [250] = 230, [251] = 229, - [252] = 250, - [253] = 253, - [254] = 217, - [255] = 215, - [256] = 219, - [257] = 253, + [252] = 217, + [253] = 221, + [254] = 237, + [255] = 238, + [256] = 221, + [257] = 221, [258] = 258, - [259] = 259, + [259] = 258, [260] = 260, - [261] = 258, - [262] = 259, - [263] = 260, - [264] = 260, - [265] = 259, - [266] = 258, + [261] = 260, + [262] = 262, + [263] = 262, + [264] = 258, + [265] = 262, + [266] = 260, [267] = 267, [268] = 268, [269] = 269, @@ -4288,121 +4288,121 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [276] = 276, [277] = 277, [278] = 278, - [279] = 279, + [279] = 268, [280] = 280, [281] = 281, [282] = 282, [283] = 283, [284] = 284, [285] = 285, - [286] = 268, - [287] = 269, + [286] = 286, + [287] = 287, [288] = 288, - [289] = 270, + [289] = 289, [290] = 290, [291] = 291, [292] = 292, [293] = 293, [294] = 294, [295] = 295, - [296] = 269, + [296] = 296, [297] = 297, - [298] = 269, - [299] = 269, - [300] = 269, + [298] = 298, + [299] = 299, + [300] = 300, [301] = 301, [302] = 302, - [303] = 301, + [303] = 303, [304] = 304, [305] = 305, - [306] = 306, - [307] = 307, - [308] = 308, - [309] = 267, - [310] = 276, - [311] = 277, - [312] = 278, - [313] = 279, - [314] = 280, - [315] = 281, - [316] = 282, - [317] = 317, - [318] = 318, + [306] = 274, + [307] = 278, + [308] = 280, + [309] = 281, + [310] = 282, + [311] = 283, + [312] = 284, + [313] = 285, + [314] = 286, + [315] = 293, + [316] = 294, + [317] = 295, + [318] = 303, [319] = 319, - [320] = 320, + [320] = 305, [321] = 321, - [322] = 322, - [323] = 323, - [324] = 318, - [325] = 285, - [326] = 326, - [327] = 327, - [328] = 328, - [329] = 283, - [330] = 301, - [331] = 284, - [332] = 285, - [333] = 268, - [334] = 301, - [335] = 274, - [336] = 269, - [337] = 274, - [338] = 318, - [339] = 276, - [340] = 277, - [341] = 278, - [342] = 279, - [343] = 280, - [344] = 281, - [345] = 282, - [346] = 283, - [347] = 284, - [348] = 285, - [349] = 268, - [350] = 350, - [351] = 269, - [352] = 270, - [353] = 353, - [354] = 350, - [355] = 355, - [356] = 356, - [357] = 357, + [322] = 274, + [323] = 278, + [324] = 280, + [325] = 281, + [326] = 282, + [327] = 283, + [328] = 284, + [329] = 285, + [330] = 286, + [331] = 293, + [332] = 294, + [333] = 333, + [334] = 295, + [335] = 335, + [336] = 303, + [337] = 305, + [338] = 274, + [339] = 278, + [340] = 280, + [341] = 281, + [342] = 282, + [343] = 283, + [344] = 284, + [345] = 285, + [346] = 286, + [347] = 293, + [348] = 294, + [349] = 295, + [350] = 303, + [351] = 351, + [352] = 295, + [353] = 295, + [354] = 295, + [355] = 305, + [356] = 295, + [357] = 304, [358] = 358, - [359] = 270, - [360] = 274, - [361] = 358, - [362] = 355, - [363] = 271, - [364] = 294, - [365] = 276, - [366] = 277, - [367] = 317, - [368] = 323, - [369] = 353, - [370] = 272, - [371] = 275, - [372] = 291, - [373] = 295, - [374] = 305, - [375] = 307, - [376] = 308, - [377] = 322, - [378] = 326, - [379] = 278, - [380] = 358, - [381] = 279, - [382] = 280, - [383] = 271, - [384] = 281, - [385] = 323, - [386] = 295, - [387] = 282, - [388] = 358, - [389] = 283, - [390] = 271, - [391] = 284, - [392] = 295, - [393] = 393, + [359] = 267, + [360] = 360, + [361] = 360, + [362] = 362, + [363] = 363, + [364] = 304, + [365] = 304, + [366] = 319, + [367] = 360, + [368] = 368, + [369] = 369, + [370] = 370, + [371] = 333, + [372] = 270, + [373] = 297, + [374] = 321, + [375] = 375, + [376] = 358, + [377] = 267, + [378] = 368, + [379] = 269, + [380] = 272, + [381] = 275, + [382] = 268, + [383] = 289, + [384] = 291, + [385] = 292, + [386] = 300, + [387] = 302, + [388] = 333, + [389] = 321, + [390] = 268, + [391] = 333, + [392] = 321, + [393] = 375, [394] = 394, [395] = 395, [396] = 396, @@ -4420,94 +4420,94 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [408] = 408, [409] = 409, [410] = 410, - [411] = 411, + [411] = 200, [412] = 412, [413] = 413, [414] = 414, [415] = 415, [416] = 416, - [417] = 400, + [417] = 417, [418] = 418, [419] = 419, - [420] = 420, - [421] = 204, - [422] = 422, + [420] = 204, + [421] = 421, + [422] = 410, [423] = 423, [424] = 424, - [425] = 425, - [426] = 400, - [427] = 212, - [428] = 399, + [425] = 410, + [426] = 426, + [427] = 427, + [428] = 403, [429] = 429, [430] = 430, [431] = 431, [432] = 432, - [433] = 433, - [434] = 433, - [435] = 431, - [436] = 432, + [433] = 431, + [434] = 434, + [435] = 432, + [436] = 434, [437] = 430, - [438] = 432, + [438] = 434, [439] = 431, [440] = 440, [441] = 440, [442] = 442, [443] = 443, [444] = 444, - [445] = 445, - [446] = 444, - [447] = 447, - [448] = 447, - [449] = 444, - [450] = 444, - [451] = 445, - [452] = 447, - [453] = 445, - [454] = 445, - [455] = 447, + [445] = 444, + [446] = 446, + [447] = 444, + [448] = 448, + [449] = 448, + [450] = 446, + [451] = 446, + [452] = 446, + [453] = 448, + [454] = 444, + [455] = 448, [456] = 456, - [457] = 457, - [458] = 456, + [457] = 456, + [458] = 458, [459] = 456, [460] = 456, [461] = 461, [462] = 461, - [463] = 290, + [463] = 335, [464] = 461, [465] = 461, - [466] = 466, - [467] = 466, - [468] = 398, - [469] = 466, + [466] = 397, + [467] = 398, + [468] = 468, + [469] = 395, [470] = 396, - [471] = 394, - [472] = 395, - [473] = 466, - [474] = 397, - [475] = 475, - [476] = 475, - [477] = 403, - [478] = 423, - [479] = 479, - [480] = 401, - [481] = 481, - [482] = 411, - [483] = 408, - [484] = 409, + [471] = 468, + [472] = 468, + [473] = 394, + [474] = 468, + [475] = 413, + [476] = 414, + [477] = 477, + [478] = 409, + [479] = 412, + [480] = 480, + [481] = 401, + [482] = 482, + [483] = 483, + [484] = 406, [485] = 404, - [486] = 413, - [487] = 414, - [488] = 418, - [489] = 407, - [490] = 415, - [491] = 416, - [492] = 424, - [493] = 425, - [494] = 410, - [495] = 412, - [496] = 406, - [497] = 497, - [498] = 422, + [486] = 399, + [487] = 415, + [488] = 423, + [489] = 424, + [490] = 417, + [491] = 419, + [492] = 402, + [493] = 400, + [494] = 427, + [495] = 477, + [496] = 421, + [497] = 426, + [498] = 408, [499] = 499, [500] = 500, [501] = 499, @@ -4609,7 +4609,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [597] = 597, [598] = 598, [599] = 599, - [600] = 395, + [600] = 600, [601] = 601, [602] = 602, [603] = 603, @@ -4621,12 +4621,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [609] = 609, [610] = 610, [611] = 611, - [612] = 397, + [612] = 612, [613] = 613, - [614] = 398, + [614] = 614, [615] = 615, - [616] = 394, - [617] = 396, + [616] = 616, + [617] = 617, [618] = 618, [619] = 619, [620] = 620, @@ -4654,13 +4654,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [642] = 642, [643] = 643, [644] = 644, - [645] = 550, + [645] = 645, [646] = 646, [647] = 647, [648] = 648, [649] = 649, [650] = 650, - [651] = 545, + [651] = 651, [652] = 652, [653] = 653, [654] = 654, @@ -4668,21 +4668,21 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [656] = 656, [657] = 657, [658] = 658, - [659] = 659, + [659] = 398, [660] = 660, [661] = 661, [662] = 662, [663] = 663, [664] = 664, [665] = 665, - [666] = 666, + [666] = 394, [667] = 667, [668] = 668, - [669] = 669, + [669] = 397, [670] = 670, [671] = 671, - [672] = 672, - [673] = 673, + [672] = 395, + [673] = 396, [674] = 674, [675] = 675, [676] = 676, @@ -4709,7 +4709,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [697] = 697, [698] = 698, [699] = 699, - [700] = 700, + [700] = 684, [701] = 701, [702] = 702, [703] = 703, @@ -4784,7 +4784,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [772] = 772, [773] = 773, [774] = 774, - [775] = 775, + [775] = 694, [776] = 776, [777] = 777, [778] = 778, @@ -4808,93 +4808,93 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [796] = 796, [797] = 797, [798] = 798, - [799] = 798, - [800] = 800, - [801] = 796, + [799] = 799, + [800] = 797, + [801] = 799, [802] = 802, - [803] = 803, - [804] = 803, + [803] = 796, + [804] = 804, [805] = 805, [806] = 806, [807] = 807, [808] = 808, [809] = 809, [810] = 810, - [811] = 809, - [812] = 806, - [813] = 805, + [811] = 807, + [812] = 812, + [813] = 813, [814] = 814, - [815] = 815, - [816] = 807, + [815] = 805, + [816] = 810, [817] = 808, - [818] = 818, + [818] = 812, [819] = 819, - [820] = 819, + [820] = 813, [821] = 821, [822] = 822, [823] = 823, - [824] = 822, - [825] = 823, - [826] = 826, - [827] = 826, + [824] = 824, + [825] = 825, + [826] = 824, + [827] = 827, [828] = 828, [829] = 829, - [830] = 828, + [830] = 830, [831] = 831, - [832] = 832, - [833] = 833, + [832] = 831, + [833] = 823, [834] = 834, - [835] = 831, - [836] = 832, + [835] = 835, + [836] = 828, [837] = 837, [838] = 838, [839] = 839, - [840] = 840, - [841] = 840, - [842] = 842, - [843] = 821, + [840] = 839, + [841] = 838, + [842] = 827, + [843] = 843, [844] = 844, - [845] = 829, - [846] = 846, - [847] = 837, - [848] = 839, - [849] = 822, - [850] = 837, - [851] = 822, - [852] = 837, - [853] = 833, + [845] = 825, + [846] = 834, + [847] = 821, + [848] = 844, + [849] = 835, + [850] = 844, + [851] = 835, + [852] = 844, + [853] = 835, [854] = 854, - [855] = 855, - [856] = 855, - [857] = 855, - [858] = 855, - [859] = 855, + [855] = 854, + [856] = 854, + [857] = 857, + [858] = 854, + [859] = 854, [860] = 860, [861] = 861, [862] = 862, [863] = 863, [864] = 864, - [865] = 861, - [866] = 866, - [867] = 867, - [868] = 861, - [869] = 860, - [870] = 870, - [871] = 871, - [872] = 866, - [873] = 861, - [874] = 874, - [875] = 866, + [865] = 865, + [866] = 865, + [867] = 860, + [868] = 864, + [869] = 869, + [870] = 862, + [871] = 860, + [872] = 860, + [873] = 873, + [874] = 865, + [875] = 862, [876] = 876, - [877] = 864, - [878] = 860, - [879] = 862, - [880] = 862, - [881] = 862, - [882] = 862, - [883] = 861, - [884] = 884, - [885] = 884, + [877] = 877, + [878] = 878, + [879] = 879, + [880] = 864, + [881] = 869, + [882] = 864, + [883] = 879, + [884] = 864, + [885] = 860, [886] = 886, [887] = 887, [888] = 888, @@ -4902,178 +4902,178 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [890] = 890, [891] = 891, [892] = 892, - [893] = 893, + [893] = 887, [894] = 894, [895] = 895, [896] = 896, [897] = 897, - [898] = 898, - [899] = 899, + [898] = 890, + [899] = 891, [900] = 900, [901] = 901, [902] = 902, [903] = 903, [904] = 904, [905] = 905, - [906] = 906, + [906] = 887, [907] = 907, - [908] = 908, - [909] = 909, - [910] = 910, - [911] = 911, - [912] = 912, - [913] = 913, + [908] = 889, + [909] = 897, + [910] = 891, + [911] = 888, + [912] = 900, + [913] = 901, [914] = 914, - [915] = 915, - [916] = 916, - [917] = 917, - [918] = 888, - [919] = 889, - [920] = 890, + [915] = 892, + [916] = 894, + [917] = 892, + [918] = 918, + [919] = 919, + [920] = 920, [921] = 921, - [922] = 893, - [923] = 923, - [924] = 924, + [922] = 905, + [923] = 888, + [924] = 905, [925] = 925, - [926] = 886, - [927] = 927, + [926] = 926, + [927] = 925, [928] = 928, [929] = 929, - [930] = 893, + [930] = 894, [931] = 931, - [932] = 907, - [933] = 908, + [932] = 918, + [933] = 890, [934] = 934, [935] = 935, - [936] = 910, + [936] = 936, [937] = 937, [938] = 938, [939] = 939, - [940] = 913, - [941] = 941, + [940] = 919, + [941] = 920, [942] = 942, - [943] = 914, + [943] = 943, [944] = 944, - [945] = 888, - [946] = 889, - [947] = 890, - [948] = 948, + [945] = 889, + [946] = 946, + [947] = 897, + [948] = 891, [949] = 949, - [950] = 915, - [951] = 916, - [952] = 917, - [953] = 931, + [950] = 900, + [951] = 901, + [952] = 952, + [953] = 953, [954] = 954, - [955] = 934, - [956] = 956, - [957] = 957, + [955] = 955, + [956] = 925, + [957] = 894, [958] = 958, [959] = 959, - [960] = 908, - [961] = 935, - [962] = 910, - [963] = 963, - [964] = 964, - [965] = 965, - [966] = 966, + [960] = 887, + [961] = 937, + [962] = 962, + [963] = 918, + [964] = 919, + [965] = 920, + [966] = 892, [967] = 967, - [968] = 913, - [969] = 949, - [970] = 915, - [971] = 971, + [968] = 968, + [969] = 969, + [970] = 970, + [971] = 931, [972] = 972, - [973] = 973, - [974] = 974, + [973] = 914, + [974] = 937, [975] = 975, [976] = 976, - [977] = 957, + [977] = 977, [978] = 978, [979] = 979, - [980] = 980, - [981] = 981, - [982] = 982, - [983] = 931, - [984] = 934, - [985] = 985, - [986] = 935, - [987] = 907, - [988] = 908, - [989] = 949, - [990] = 910, - [991] = 991, - [992] = 992, - [993] = 913, - [994] = 914, - [995] = 915, - [996] = 916, - [997] = 886, - [998] = 959, - [999] = 980, - [1000] = 917, - [1001] = 1001, - [1002] = 907, - [1003] = 908, - [1004] = 941, - [1005] = 942, - [1006] = 974, - [1007] = 976, - [1008] = 979, - [1009] = 892, - [1010] = 902, - [1011] = 903, - [1012] = 1012, - [1013] = 913, - [1014] = 914, - [1015] = 949, - [1016] = 915, - [1017] = 916, - [1018] = 917, - [1019] = 958, - [1020] = 978, - [1021] = 981, - [1022] = 982, - [1023] = 1001, - [1024] = 891, - [1025] = 894, - [1026] = 899, - [1027] = 906, - [1028] = 909, - [1029] = 921, - [1030] = 924, - [1031] = 888, - [1032] = 889, - [1033] = 890, - [1034] = 963, - [1035] = 972, - [1036] = 973, - [1037] = 985, - [1038] = 991, - [1039] = 895, - [1040] = 896, - [1041] = 897, - [1042] = 898, - [1043] = 901, - [1044] = 905, - [1045] = 911, - [1046] = 912, - [1047] = 893, - [1048] = 954, - [1049] = 956, - [1050] = 964, - [1051] = 966, - [1052] = 971, - [1053] = 975, - [1054] = 923, - [1055] = 931, - [1056] = 934, - [1057] = 907, + [980] = 887, + [981] = 892, + [982] = 979, + [983] = 983, + [984] = 895, + [985] = 942, + [986] = 944, + [987] = 987, + [988] = 953, + [989] = 968, + [990] = 978, + [991] = 983, + [992] = 889, + [993] = 993, + [994] = 897, + [995] = 890, + [996] = 891, + [997] = 900, + [998] = 901, + [999] = 904, + [1000] = 926, + [1001] = 934, + [1002] = 935, + [1003] = 939, + [1004] = 943, + [1005] = 946, + [1006] = 952, + [1007] = 886, + [1008] = 962, + [1009] = 969, + [1010] = 1010, + [1011] = 918, + [1012] = 919, + [1013] = 920, + [1014] = 1014, + [1015] = 902, + [1016] = 1016, + [1017] = 1017, + [1018] = 972, + [1019] = 1019, + [1020] = 976, + [1021] = 1021, + [1022] = 1022, + [1023] = 1023, + [1024] = 1024, + [1025] = 896, + [1026] = 970, + [1027] = 1027, + [1028] = 1017, + [1029] = 937, + [1030] = 1030, + [1031] = 928, + [1032] = 929, + [1033] = 949, + [1034] = 1019, + [1035] = 1035, + [1036] = 987, + [1037] = 1014, + [1038] = 993, + [1039] = 938, + [1040] = 977, + [1041] = 1027, + [1042] = 931, + [1043] = 1043, + [1044] = 1010, + [1045] = 889, + [1046] = 1046, + [1047] = 1021, + [1048] = 1022, + [1049] = 1023, + [1050] = 1016, + [1051] = 905, + [1052] = 888, + [1053] = 1053, + [1054] = 1024, + [1055] = 1055, + [1056] = 1056, + [1057] = 1035, [1058] = 1058, - [1059] = 1059, - [1060] = 608, + [1059] = 707, + [1060] = 1060, [1061] = 1061, [1062] = 1062, [1063] = 1063, - [1064] = 608, + [1064] = 707, [1065] = 1065, [1066] = 1066, [1067] = 1067, @@ -5082,36 +5082,36 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1070] = 1070, [1071] = 1071, [1072] = 1072, - [1073] = 402, + [1073] = 1073, [1074] = 398, - [1075] = 394, - [1076] = 396, - [1077] = 1077, - [1078] = 204, - [1079] = 1079, - [1080] = 419, - [1081] = 212, - [1082] = 395, - [1083] = 397, - [1084] = 1084, - [1085] = 574, + [1075] = 405, + [1076] = 1076, + [1077] = 200, + [1078] = 394, + [1079] = 397, + [1080] = 395, + [1081] = 396, + [1082] = 1082, + [1083] = 407, + [1084] = 204, + [1085] = 708, [1086] = 1086, - [1087] = 648, - [1088] = 1088, + [1087] = 1087, + [1088] = 737, [1089] = 1089, - [1090] = 765, + [1090] = 526, [1091] = 1091, [1092] = 1092, - [1093] = 1058, + [1093] = 1093, [1094] = 1094, [1095] = 1095, - [1096] = 686, - [1097] = 720, + [1096] = 1096, + [1097] = 1097, [1098] = 1098, - [1099] = 1099, + [1099] = 569, [1100] = 1100, - [1101] = 1101, - [1102] = 1102, + [1101] = 1058, + [1102] = 618, [1103] = 1103, [1104] = 1104, [1105] = 1105, @@ -5122,337 +5122,337 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1110] = 1110, [1111] = 1111, [1112] = 1112, - [1113] = 538, - [1114] = 503, - [1115] = 779, - [1116] = 780, - [1117] = 781, - [1118] = 782, - [1119] = 783, - [1120] = 785, - [1121] = 786, - [1122] = 504, - [1123] = 505, - [1124] = 506, - [1125] = 507, - [1126] = 508, - [1127] = 509, - [1128] = 512, - [1129] = 513, - [1130] = 514, - [1131] = 515, - [1132] = 516, - [1133] = 517, - [1134] = 518, - [1135] = 519, - [1136] = 520, - [1137] = 521, - [1138] = 522, - [1139] = 787, - [1140] = 524, - [1141] = 526, - [1142] = 527, - [1143] = 528, - [1144] = 529, - [1145] = 1145, - [1146] = 1146, - [1147] = 553, - [1148] = 1070, - [1149] = 554, - [1150] = 1150, - [1151] = 556, - [1152] = 557, - [1153] = 558, - [1154] = 559, - [1155] = 560, - [1156] = 1156, - [1157] = 561, - [1158] = 1158, - [1159] = 563, - [1160] = 564, - [1161] = 1161, - [1162] = 565, - [1163] = 566, - [1164] = 567, - [1165] = 568, - [1166] = 569, - [1167] = 570, - [1168] = 571, - [1169] = 572, - [1170] = 1170, - [1171] = 1171, - [1172] = 575, - [1173] = 576, - [1174] = 577, - [1175] = 578, - [1176] = 579, - [1177] = 580, - [1178] = 581, - [1179] = 582, - [1180] = 608, - [1181] = 1181, - [1182] = 583, - [1183] = 584, - [1184] = 585, - [1185] = 586, - [1186] = 553, - [1187] = 587, - [1188] = 588, - [1189] = 1189, - [1190] = 1190, - [1191] = 589, - [1192] = 590, - [1193] = 591, - [1194] = 592, - [1195] = 594, - [1196] = 595, - [1197] = 596, - [1198] = 597, - [1199] = 598, - [1200] = 599, - [1201] = 601, - [1202] = 602, - [1203] = 603, - [1204] = 604, - [1205] = 605, - [1206] = 606, - [1207] = 608, - [1208] = 609, - [1209] = 610, - [1210] = 1210, - [1211] = 1211, - [1212] = 1212, - [1213] = 1213, - [1214] = 621, - [1215] = 608, - [1216] = 623, - [1217] = 624, - [1218] = 625, - [1219] = 626, - [1220] = 627, - [1221] = 628, - [1222] = 629, - [1223] = 630, - [1224] = 1224, - [1225] = 631, - [1226] = 632, - [1227] = 633, - [1228] = 634, - [1229] = 635, - [1230] = 636, - [1231] = 637, - [1232] = 638, - [1233] = 639, - [1234] = 641, - [1235] = 642, - [1236] = 646, - [1237] = 1212, - [1238] = 440, - [1239] = 649, - [1240] = 1240, - [1241] = 650, - [1242] = 652, - [1243] = 653, - [1244] = 654, - [1245] = 655, - [1246] = 656, - [1247] = 523, - [1248] = 657, - [1249] = 658, - [1250] = 659, - [1251] = 1251, - [1252] = 660, - [1253] = 661, - [1254] = 1059, - [1255] = 662, - [1256] = 663, - [1257] = 1068, - [1258] = 664, - [1259] = 665, - [1260] = 778, - [1261] = 668, - [1262] = 1262, - [1263] = 669, - [1264] = 1264, - [1265] = 1265, - [1266] = 670, - [1267] = 1267, - [1268] = 671, - [1269] = 672, - [1270] = 673, - [1271] = 549, - [1272] = 551, - [1273] = 674, - [1274] = 675, - [1275] = 676, - [1276] = 677, - [1277] = 678, - [1278] = 687, - [1279] = 688, - [1280] = 1280, - [1281] = 1281, - [1282] = 1067, - [1283] = 1070, - [1284] = 1284, - [1285] = 1212, - [1286] = 693, - [1287] = 1066, - [1288] = 1288, - [1289] = 1289, - [1290] = 694, - [1291] = 696, - [1292] = 697, - [1293] = 1065, - [1294] = 1294, - [1295] = 698, - [1296] = 1296, - [1297] = 699, - [1298] = 700, - [1299] = 1299, - [1300] = 701, - [1301] = 1301, - [1302] = 702, - [1303] = 1303, - [1304] = 607, - [1305] = 703, - [1306] = 704, - [1307] = 290, - [1308] = 613, - [1309] = 615, - [1310] = 618, - [1311] = 682, - [1312] = 683, - [1313] = 685, - [1314] = 525, - [1315] = 539, - [1316] = 540, - [1317] = 541, - [1318] = 542, - [1319] = 544, - [1320] = 547, - [1321] = 548, - [1322] = 552, - [1323] = 555, - [1324] = 1324, - [1325] = 705, - [1326] = 1326, - [1327] = 706, - [1328] = 707, - [1329] = 708, - [1330] = 709, - [1331] = 710, - [1332] = 711, - [1333] = 1333, - [1334] = 712, - [1335] = 1335, - [1336] = 1336, - [1337] = 713, - [1338] = 714, - [1339] = 717, - [1340] = 719, - [1341] = 721, - [1342] = 722, - [1343] = 723, - [1344] = 619, - [1345] = 724, - [1346] = 725, - [1347] = 726, - [1348] = 620, - [1349] = 727, - [1350] = 728, - [1351] = 729, - [1352] = 622, - [1353] = 640, - [1354] = 643, - [1355] = 730, - [1356] = 731, - [1357] = 732, - [1358] = 733, - [1359] = 734, - [1360] = 735, - [1361] = 736, - [1362] = 737, - [1363] = 738, - [1364] = 739, - [1365] = 740, - [1366] = 741, - [1367] = 742, - [1368] = 743, - [1369] = 647, - [1370] = 667, - [1371] = 744, - [1372] = 745, - [1373] = 746, - [1374] = 747, - [1375] = 748, - [1376] = 1376, - [1377] = 679, - [1378] = 1378, - [1379] = 753, - [1380] = 754, - [1381] = 680, - [1382] = 755, - [1383] = 756, - [1384] = 681, - [1385] = 757, - [1386] = 758, - [1387] = 759, - [1388] = 760, - [1389] = 761, - [1390] = 762, - [1391] = 764, - [1392] = 1392, - [1393] = 766, - [1394] = 767, - [1395] = 768, - [1396] = 769, - [1397] = 770, - [1398] = 689, - [1399] = 771, - [1400] = 772, - [1401] = 773, - [1402] = 690, - [1403] = 774, - [1404] = 691, - [1405] = 692, - [1406] = 695, - [1407] = 715, - [1408] = 716, - [1409] = 718, - [1410] = 749, - [1411] = 750, - [1412] = 751, - [1413] = 752, - [1414] = 763, - [1415] = 784, - [1416] = 510, - [1417] = 511, - [1418] = 530, - [1419] = 532, - [1420] = 533, - [1421] = 534, - [1422] = 535, - [1423] = 536, - [1424] = 537, - [1425] = 775, - [1426] = 776, - [1427] = 777, - [1428] = 1212, - [1429] = 543, - [1430] = 546, + [1113] = 1113, + [1114] = 698, + [1115] = 1115, + [1116] = 1116, + [1117] = 1117, + [1118] = 1118, + [1119] = 1119, + [1120] = 1120, + [1121] = 1121, + [1122] = 1122, + [1123] = 440, + [1124] = 1124, + [1125] = 522, + [1126] = 1060, + [1127] = 1069, + [1128] = 1128, + [1129] = 1129, + [1130] = 1130, + [1131] = 773, + [1132] = 652, + [1133] = 1066, + [1134] = 1134, + [1135] = 1067, + [1136] = 1136, + [1137] = 1137, + [1138] = 1065, + [1139] = 1139, + [1140] = 1140, + [1141] = 1141, + [1142] = 1142, + [1143] = 1143, + [1144] = 629, + [1145] = 335, + [1146] = 787, + [1147] = 651, + [1148] = 654, + [1149] = 658, + [1150] = 660, + [1151] = 661, + [1152] = 665, + [1153] = 668, + [1154] = 670, + [1155] = 671, + [1156] = 674, + [1157] = 683, + [1158] = 686, + [1159] = 687, + [1160] = 695, + [1161] = 696, + [1162] = 1162, + [1163] = 1163, + [1164] = 1164, + [1165] = 1165, + [1166] = 1166, + [1167] = 714, + [1168] = 716, + [1169] = 717, + [1170] = 718, + [1171] = 719, + [1172] = 723, + [1173] = 725, + [1174] = 727, + [1175] = 728, + [1176] = 729, + [1177] = 738, + [1178] = 739, + [1179] = 740, + [1180] = 741, + [1181] = 742, + [1182] = 743, + [1183] = 744, + [1184] = 745, + [1185] = 746, + [1186] = 747, + [1187] = 748, + [1188] = 749, + [1189] = 750, + [1190] = 751, + [1191] = 752, + [1192] = 753, + [1193] = 756, + [1194] = 760, + [1195] = 763, + [1196] = 764, + [1197] = 776, + [1198] = 778, + [1199] = 779, + [1200] = 782, + [1201] = 616, + [1202] = 663, + [1203] = 1203, + [1204] = 1204, + [1205] = 1205, + [1206] = 1206, + [1207] = 656, + [1208] = 662, + [1209] = 675, + [1210] = 703, + [1211] = 705, + [1212] = 754, + [1213] = 771, + [1214] = 772, + [1215] = 783, + [1216] = 784, + [1217] = 503, + [1218] = 524, + [1219] = 555, + [1220] = 556, + [1221] = 557, + [1222] = 589, + [1223] = 598, + [1224] = 617, + [1225] = 619, + [1226] = 620, + [1227] = 621, + [1228] = 622, + [1229] = 623, + [1230] = 624, + [1231] = 625, + [1232] = 626, + [1233] = 627, + [1234] = 628, + [1235] = 630, + [1236] = 631, + [1237] = 632, + [1238] = 633, + [1239] = 634, + [1240] = 635, + [1241] = 636, + [1242] = 637, + [1243] = 638, + [1244] = 639, + [1245] = 640, + [1246] = 641, + [1247] = 642, + [1248] = 643, + [1249] = 644, + [1250] = 645, + [1251] = 646, + [1252] = 647, + [1253] = 648, + [1254] = 649, + [1255] = 653, + [1256] = 655, + [1257] = 1257, + [1258] = 1258, + [1259] = 667, + [1260] = 676, + [1261] = 677, + [1262] = 678, + [1263] = 679, + [1264] = 680, + [1265] = 681, + [1266] = 682, + [1267] = 685, + [1268] = 688, + [1269] = 689, + [1270] = 690, + [1271] = 691, + [1272] = 692, + [1273] = 693, + [1274] = 697, + [1275] = 699, + [1276] = 701, + [1277] = 702, + [1278] = 706, + [1279] = 709, + [1280] = 710, + [1281] = 711, + [1282] = 712, + [1283] = 713, + [1284] = 715, + [1285] = 720, + [1286] = 1116, + [1287] = 722, + [1288] = 724, + [1289] = 726, + [1290] = 730, + [1291] = 731, + [1292] = 732, + [1293] = 734, + [1294] = 735, + [1295] = 736, + [1296] = 755, + [1297] = 758, + [1298] = 759, + [1299] = 761, + [1300] = 762, + [1301] = 765, + [1302] = 766, + [1303] = 767, + [1304] = 768, + [1305] = 769, + [1306] = 770, + [1307] = 780, + [1308] = 781, + [1309] = 1309, + [1310] = 1310, + [1311] = 785, + [1312] = 786, + [1313] = 650, + [1314] = 504, + [1315] = 505, + [1316] = 506, + [1317] = 507, + [1318] = 508, + [1319] = 509, + [1320] = 510, + [1321] = 511, + [1322] = 512, + [1323] = 513, + [1324] = 514, + [1325] = 515, + [1326] = 516, + [1327] = 517, + [1328] = 518, + [1329] = 519, + [1330] = 520, + [1331] = 521, + [1332] = 523, + [1333] = 525, + [1334] = 527, + [1335] = 528, + [1336] = 529, + [1337] = 530, + [1338] = 531, + [1339] = 532, + [1340] = 533, + [1341] = 534, + [1342] = 535, + [1343] = 536, + [1344] = 537, + [1345] = 538, + [1346] = 539, + [1347] = 540, + [1348] = 541, + [1349] = 542, + [1350] = 543, + [1351] = 544, + [1352] = 545, + [1353] = 546, + [1354] = 547, + [1355] = 548, + [1356] = 549, + [1357] = 550, + [1358] = 551, + [1359] = 552, + [1360] = 553, + [1361] = 554, + [1362] = 1362, + [1363] = 1363, + [1364] = 558, + [1365] = 559, + [1366] = 560, + [1367] = 561, + [1368] = 562, + [1369] = 563, + [1370] = 564, + [1371] = 565, + [1372] = 566, + [1373] = 567, + [1374] = 568, + [1375] = 570, + [1376] = 571, + [1377] = 572, + [1378] = 573, + [1379] = 574, + [1380] = 575, + [1381] = 576, + [1382] = 577, + [1383] = 578, + [1384] = 579, + [1385] = 580, + [1386] = 581, + [1387] = 582, + [1388] = 583, + [1389] = 584, + [1390] = 585, + [1391] = 586, + [1392] = 587, + [1393] = 588, + [1394] = 590, + [1395] = 591, + [1396] = 592, + [1397] = 593, + [1398] = 594, + [1399] = 595, + [1400] = 596, + [1401] = 597, + [1402] = 599, + [1403] = 600, + [1404] = 601, + [1405] = 602, + [1406] = 603, + [1407] = 604, + [1408] = 605, + [1409] = 606, + [1410] = 607, + [1411] = 608, + [1412] = 609, + [1413] = 610, + [1414] = 611, + [1415] = 612, + [1416] = 613, + [1417] = 614, + [1418] = 615, + [1419] = 1419, + [1420] = 707, + [1421] = 656, + [1422] = 1422, + [1423] = 1423, + [1424] = 707, + [1425] = 707, + [1426] = 1070, + [1427] = 1116, + [1428] = 1428, + [1429] = 1116, + [1430] = 1430, [1431] = 1431, - [1432] = 666, + [1432] = 721, [1433] = 1433, [1434] = 1434, [1435] = 1435, - [1436] = 1436, - [1437] = 1437, - [1438] = 1438, - [1439] = 161, - [1440] = 395, - [1441] = 404, - [1442] = 1442, - [1443] = 1443, + [1436] = 399, + [1437] = 412, + [1438] = 426, + [1439] = 396, + [1440] = 423, + [1441] = 424, + [1442] = 419, + [1443] = 421, [1444] = 1444, [1445] = 1445, [1446] = 1446, @@ -5464,134 +5464,134 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1452] = 1452, [1453] = 1453, [1454] = 1454, - [1455] = 1455, + [1455] = 394, [1456] = 1456, - [1457] = 1457, + [1457] = 204, [1458] = 1458, - [1459] = 212, - [1460] = 1460, + [1459] = 417, + [1460] = 400, [1461] = 1461, [1462] = 1462, - [1463] = 409, + [1463] = 1463, [1464] = 1464, - [1465] = 411, - [1466] = 180, + [1465] = 1465, + [1466] = 1466, [1467] = 1467, - [1468] = 413, - [1469] = 414, - [1470] = 416, - [1471] = 424, - [1472] = 160, - [1473] = 1473, - [1474] = 1474, - [1475] = 407, - [1476] = 1476, + [1468] = 1468, + [1469] = 402, + [1470] = 1470, + [1471] = 194, + [1472] = 1472, + [1473] = 406, + [1474] = 407, + [1475] = 1475, + [1476] = 409, [1477] = 1477, [1478] = 1478, - [1479] = 1479, - [1480] = 1480, + [1479] = 178, + [1480] = 401, [1481] = 1481, - [1482] = 396, + [1482] = 414, [1483] = 1483, [1484] = 1484, - [1485] = 1485, - [1486] = 1486, - [1487] = 1070, - [1488] = 397, - [1489] = 1489, + [1485] = 404, + [1486] = 405, + [1487] = 395, + [1488] = 427, + [1489] = 397, [1490] = 1490, [1491] = 1491, [1492] = 1492, [1493] = 1493, - [1494] = 422, - [1495] = 398, + [1494] = 1494, + [1495] = 1495, [1496] = 1496, [1497] = 1497, [1498] = 1498, [1499] = 1499, - [1500] = 169, + [1500] = 1500, [1501] = 1501, [1502] = 1502, [1503] = 1503, [1504] = 1504, [1505] = 1505, [1506] = 1506, - [1507] = 1507, + [1507] = 200, [1508] = 1508, [1509] = 1509, [1510] = 1510, - [1511] = 1511, - [1512] = 408, - [1513] = 1513, + [1511] = 413, + [1512] = 1512, + [1513] = 408, [1514] = 1514, [1515] = 1515, - [1516] = 1516, + [1516] = 415, [1517] = 1517, [1518] = 1518, [1519] = 1519, - [1520] = 406, + [1520] = 1520, [1521] = 1521, - [1522] = 204, + [1522] = 1522, [1523] = 1523, - [1524] = 1524, + [1524] = 1070, [1525] = 1525, - [1526] = 412, - [1527] = 419, - [1528] = 401, + [1526] = 1526, + [1527] = 183, + [1528] = 398, [1529] = 1529, - [1530] = 418, + [1530] = 1530, [1531] = 1531, [1532] = 1532, [1533] = 1533, [1534] = 1534, [1535] = 1535, [1536] = 1536, - [1537] = 403, + [1537] = 1537, [1538] = 1538, [1539] = 1539, [1540] = 1540, [1541] = 1541, [1542] = 1542, - [1543] = 394, - [1544] = 425, - [1545] = 183, - [1546] = 423, - [1547] = 410, - [1548] = 402, + [1543] = 1543, + [1544] = 1544, + [1545] = 1545, + [1546] = 187, + [1547] = 1547, + [1548] = 1548, [1549] = 1549, - [1550] = 415, - [1551] = 1551, + [1550] = 1550, + [1551] = 182, [1552] = 1552, [1553] = 1553, [1554] = 1554, [1555] = 1555, [1556] = 1556, - [1557] = 1557, - [1558] = 1070, + [1557] = 1070, + [1558] = 1558, [1559] = 1070, [1560] = 1560, [1561] = 1561, - [1562] = 1562, - [1563] = 1563, + [1562] = 1071, + [1563] = 1072, [1564] = 1564, - [1565] = 1565, + [1565] = 1073, [1566] = 1566, [1567] = 1567, [1568] = 1568, - [1569] = 1108, + [1569] = 1569, [1570] = 1570, [1571] = 1571, - [1572] = 1562, - [1573] = 1564, - [1574] = 1565, + [1572] = 1572, + [1573] = 1105, + [1574] = 1574, [1575] = 1575, - [1576] = 1071, + [1576] = 1576, [1577] = 1577, [1578] = 1578, - [1579] = 1069, - [1580] = 1072, + [1579] = 1579, + [1580] = 1580, [1581] = 1581, - [1582] = 1582, + [1582] = 1575, [1583] = 1583, [1584] = 1584, [1585] = 1585, @@ -5602,703 +5602,703 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1590] = 1590, [1591] = 1591, [1592] = 1592, - [1593] = 1593, - [1594] = 1594, - [1595] = 1108, - [1596] = 1596, - [1597] = 1108, - [1598] = 1079, - [1599] = 1158, - [1600] = 1095, - [1601] = 1088, - [1602] = 1099, - [1603] = 1158, - [1604] = 1445, - [1605] = 1501, - [1606] = 1213, - [1607] = 1445, - [1608] = 1161, - [1609] = 1091, - [1610] = 1181, - [1611] = 1092, - [1612] = 1161, - [1613] = 1181, - [1614] = 1084, - [1615] = 1089, - [1616] = 1213, - [1617] = 1098, - [1618] = 1516, + [1593] = 1572, + [1594] = 1578, + [1595] = 1595, + [1596] = 1105, + [1597] = 1105, + [1598] = 1076, + [1599] = 1544, + [1600] = 1097, + [1601] = 1115, + [1602] = 1087, + [1603] = 1093, + [1604] = 1091, + [1605] = 1121, + [1606] = 1118, + [1607] = 1121, + [1608] = 1544, + [1609] = 1096, + [1610] = 1431, + [1611] = 1115, + [1612] = 1431, + [1613] = 1553, + [1614] = 1118, + [1615] = 1098, + [1616] = 1095, + [1617] = 1089, + [1618] = 1558, [1619] = 1619, - [1620] = 1516, - [1621] = 1109, - [1622] = 1501, - [1623] = 1103, - [1624] = 1107, + [1620] = 1477, + [1621] = 1113, + [1622] = 1106, + [1623] = 1623, + [1624] = 1555, [1625] = 1625, - [1626] = 1110, - [1627] = 1498, - [1628] = 1431, - [1629] = 1210, - [1630] = 1280, - [1631] = 1376, - [1632] = 1625, - [1633] = 290, - [1634] = 1445, - [1635] = 1498, - [1636] = 1619, - [1637] = 1637, - [1638] = 1251, - [1639] = 1639, + [1626] = 1626, + [1627] = 1477, + [1628] = 1625, + [1629] = 1619, + [1630] = 1625, + [1631] = 1626, + [1632] = 1257, + [1633] = 1111, + [1634] = 1419, + [1635] = 1556, + [1636] = 1362, + [1637] = 1625, + [1638] = 1619, + [1639] = 1108, [1640] = 1640, - [1641] = 1639, - [1642] = 1640, - [1643] = 1639, - [1644] = 1640, - [1645] = 1557, - [1646] = 1556, - [1647] = 1625, - [1648] = 1640, - [1649] = 1637, - [1650] = 1639, - [1651] = 1251, - [1652] = 1625, - [1653] = 396, - [1654] = 1171, - [1655] = 1591, - [1656] = 1150, - [1657] = 1592, - [1658] = 1392, - [1659] = 1284, - [1660] = 1211, - [1661] = 1288, - [1662] = 1281, - [1663] = 1289, - [1664] = 1378, - [1665] = 1294, - [1666] = 1585, - [1667] = 1189, - [1668] = 1296, - [1669] = 395, - [1670] = 397, - [1671] = 398, - [1672] = 394, - [1673] = 1673, - [1674] = 1190, - [1675] = 1593, - [1676] = 1586, - [1677] = 1557, - [1678] = 1587, - [1679] = 1581, - [1680] = 1582, - [1681] = 1262, - [1682] = 1560, - [1683] = 1299, - [1684] = 1684, - [1685] = 1588, - [1686] = 1563, - [1687] = 1687, - [1688] = 1301, - [1689] = 1689, - [1690] = 1303, - [1691] = 1589, - [1692] = 1265, - [1693] = 1156, - [1694] = 1590, - [1695] = 1583, - [1696] = 1584, - [1697] = 1697, - [1698] = 1324, - [1699] = 1326, - [1700] = 1684, - [1701] = 1567, - [1702] = 1333, - [1703] = 1687, - [1704] = 1556, - [1705] = 1594, - [1706] = 1267, - [1707] = 1689, - [1708] = 1335, - [1709] = 1709, - [1710] = 1577, - [1711] = 1578, - [1712] = 1336, - [1713] = 1264, - [1714] = 1561, - [1715] = 1585, - [1716] = 1716, - [1717] = 1717, - [1718] = 1485, - [1719] = 1492, - [1720] = 1444, - [1721] = 1509, - [1722] = 1531, + [1641] = 1555, + [1642] = 335, + [1643] = 1640, + [1644] = 1623, + [1645] = 1626, + [1646] = 1544, + [1647] = 1619, + [1648] = 1553, + [1649] = 1419, + [1650] = 1626, + [1651] = 1203, + [1652] = 1309, + [1653] = 1653, + [1654] = 1586, + [1655] = 1561, + [1656] = 1568, + [1657] = 1567, + [1658] = 1577, + [1659] = 1579, + [1660] = 1580, + [1661] = 1584, + [1662] = 1128, + [1663] = 1585, + [1664] = 1129, + [1665] = 1130, + [1666] = 1587, + [1667] = 1589, + [1668] = 1592, + [1669] = 1590, + [1670] = 1576, + [1671] = 1119, + [1672] = 1120, + [1673] = 1583, + [1674] = 1134, + [1675] = 1136, + [1676] = 1137, + [1677] = 1139, + [1678] = 1140, + [1679] = 1679, + [1680] = 1141, + [1681] = 1681, + [1682] = 1143, + [1683] = 1162, + [1684] = 1163, + [1685] = 1164, + [1686] = 1165, + [1687] = 1166, + [1688] = 1688, + [1689] = 1204, + [1690] = 1205, + [1691] = 1206, + [1692] = 1558, + [1693] = 1258, + [1694] = 1310, + [1695] = 1363, + [1696] = 1696, + [1697] = 1556, + [1698] = 398, + [1699] = 394, + [1700] = 397, + [1701] = 1428, + [1702] = 395, + [1703] = 396, + [1704] = 1574, + [1705] = 1430, + [1706] = 1588, + [1707] = 1581, + [1708] = 1566, + [1709] = 1571, + [1710] = 1653, + [1711] = 1688, + [1712] = 1712, + [1713] = 1712, + [1714] = 1142, + [1715] = 1590, + [1716] = 1462, + [1717] = 1463, + [1718] = 1065, + [1719] = 1719, + [1720] = 1508, + [1721] = 1466, + [1722] = 1722, [1723] = 1723, - [1724] = 1551, - [1725] = 1542, - [1726] = 1524, - [1727] = 1727, - [1728] = 1489, - [1729] = 1490, - [1730] = 1493, - [1731] = 1467, - [1732] = 1532, - [1733] = 1540, - [1734] = 1477, - [1735] = 1478, - [1736] = 1525, - [1737] = 1529, - [1738] = 1521, - [1739] = 1739, - [1740] = 1491, - [1741] = 1741, - [1742] = 1742, - [1743] = 1581, - [1744] = 1452, - [1745] = 1456, - [1746] = 1582, - [1747] = 1496, - [1748] = 1561, - [1749] = 1560, - [1750] = 1567, - [1751] = 1481, - [1752] = 1535, - [1753] = 1552, - [1754] = 1517, - [1755] = 1503, - [1756] = 1505, - [1757] = 1065, - [1758] = 1483, - [1759] = 1515, - [1760] = 1514, - [1761] = 1484, - [1762] = 1519, - [1763] = 1536, + [1724] = 1510, + [1725] = 1468, + [1726] = 1514, + [1727] = 1472, + [1728] = 1728, + [1729] = 1561, + [1730] = 1567, + [1731] = 1512, + [1732] = 1515, + [1733] = 1518, + [1734] = 1577, + [1735] = 1579, + [1736] = 1580, + [1737] = 1584, + [1738] = 1585, + [1739] = 1587, + [1740] = 1589, + [1741] = 1592, + [1742] = 1590, + [1743] = 1576, + [1744] = 1583, + [1745] = 1745, + [1746] = 1492, + [1747] = 1498, + [1748] = 1519, + [1749] = 1501, + [1750] = 1481, + [1751] = 1503, + [1752] = 1545, + [1753] = 1484, + [1754] = 1574, + [1755] = 1755, + [1756] = 1548, + [1757] = 1447, + [1758] = 1520, + [1759] = 1449, + [1760] = 1450, + [1761] = 1525, + [1762] = 1452, + [1763] = 1453, [1764] = 1764, - [1765] = 1502, - [1766] = 1577, - [1767] = 1578, - [1768] = 1768, - [1769] = 1769, - [1770] = 1583, - [1771] = 1584, - [1772] = 1585, - [1773] = 1586, - [1774] = 1587, - [1775] = 1588, - [1776] = 1589, - [1777] = 1590, - [1778] = 1591, - [1779] = 1592, - [1780] = 1593, - [1781] = 1781, - [1782] = 1434, - [1783] = 1435, - [1784] = 1474, - [1785] = 1442, - [1786] = 1450, - [1787] = 1480, - [1788] = 1563, - [1789] = 1789, - [1790] = 1553, - [1791] = 1457, - [1792] = 1511, + [1765] = 1454, + [1766] = 1530, + [1767] = 1767, + [1768] = 1456, + [1769] = 1549, + [1770] = 1568, + [1771] = 1490, + [1772] = 1491, + [1773] = 1552, + [1774] = 1493, + [1775] = 1494, + [1776] = 1495, + [1777] = 1496, + [1778] = 1497, + [1779] = 1779, + [1780] = 1780, + [1781] = 1444, + [1782] = 1445, + [1783] = 1446, + [1784] = 1539, + [1785] = 440, + [1786] = 399, + [1787] = 426, + [1788] = 424, + [1789] = 419, + [1790] = 421, + [1791] = 1547, + [1792] = 1586, [1793] = 1793, - [1794] = 1454, - [1795] = 1464, - [1796] = 1523, - [1797] = 1506, - [1798] = 1594, - [1799] = 1448, - [1800] = 1451, - [1801] = 1479, - [1802] = 1458, - [1803] = 1460, - [1804] = 1461, - [1805] = 1462, - [1806] = 1473, - [1807] = 1555, - [1808] = 1497, - [1809] = 1499, - [1810] = 440, - [1811] = 409, - [1812] = 413, - [1813] = 414, - [1814] = 416, - [1815] = 424, - [1816] = 1816, - [1817] = 1567, - [1818] = 1508, - [1819] = 412, - [1820] = 1577, - [1821] = 1578, - [1822] = 418, - [1823] = 403, - [1824] = 423, - [1825] = 1825, - [1826] = 1443, - [1827] = 1583, - [1828] = 1584, - [1829] = 1586, - [1830] = 1587, - [1831] = 1588, - [1832] = 1589, - [1833] = 1590, - [1834] = 1591, - [1835] = 1592, - [1836] = 1593, - [1837] = 1436, - [1838] = 1437, - [1839] = 1563, - [1840] = 407, - [1841] = 408, - [1842] = 410, - [1843] = 1554, - [1844] = 1538, - [1845] = 401, - [1846] = 404, - [1847] = 415, - [1848] = 1594, - [1849] = 1510, - [1850] = 406, - [1851] = 422, - [1852] = 183, - [1853] = 169, - [1854] = 411, - [1855] = 160, - [1856] = 1567, - [1857] = 161, - [1858] = 1577, - [1859] = 419, - [1860] = 180, - [1861] = 402, - [1862] = 1563, - [1863] = 1594, - [1864] = 1455, - [1865] = 212, - [1866] = 204, - [1867] = 1867, - [1868] = 1789, - [1869] = 1869, - [1870] = 1476, - [1871] = 1871, - [1872] = 1486, - [1873] = 1717, + [1794] = 1464, + [1795] = 406, + [1796] = 1561, + [1797] = 1567, + [1798] = 409, + [1799] = 401, + [1800] = 404, + [1801] = 1577, + [1802] = 1579, + [1803] = 1580, + [1804] = 1584, + [1805] = 1585, + [1806] = 1587, + [1807] = 1589, + [1808] = 1592, + [1809] = 1538, + [1810] = 1576, + [1811] = 1583, + [1812] = 1499, + [1813] = 1500, + [1814] = 1814, + [1815] = 1574, + [1816] = 413, + [1817] = 415, + [1818] = 423, + [1819] = 1448, + [1820] = 1523, + [1821] = 417, + [1822] = 400, + [1823] = 402, + [1824] = 1568, + [1825] = 427, + [1826] = 408, + [1827] = 414, + [1828] = 178, + [1829] = 182, + [1830] = 412, + [1831] = 183, + [1832] = 1586, + [1833] = 187, + [1834] = 1561, + [1835] = 1540, + [1836] = 194, + [1837] = 405, + [1838] = 1574, + [1839] = 1526, + [1840] = 1568, + [1841] = 1434, + [1842] = 1483, + [1843] = 1843, + [1844] = 1435, + [1845] = 200, + [1846] = 204, + [1847] = 1542, + [1848] = 1848, + [1849] = 1521, + [1850] = 1509, + [1851] = 1458, + [1852] = 1522, + [1853] = 1537, + [1854] = 1543, + [1855] = 1719, + [1856] = 1550, + [1857] = 1728, + [1858] = 1502, + [1859] = 1536, + [1860] = 1755, + [1861] = 1586, + [1862] = 1478, + [1863] = 1863, + [1864] = 1451, + [1865] = 1865, + [1866] = 1745, + [1867] = 1541, + [1868] = 1868, + [1869] = 1504, + [1870] = 1505, + [1871] = 1793, + [1872] = 1872, + [1873] = 1873, [1874] = 1874, - [1875] = 1518, - [1876] = 1867, - [1877] = 1541, - [1878] = 1549, - [1879] = 1449, - [1880] = 1793, - [1881] = 1723, - [1882] = 1727, - [1883] = 1741, - [1884] = 1816, - [1885] = 1825, - [1886] = 1886, - [1887] = 1886, - [1888] = 1888, - [1889] = 1889, - [1890] = 1869, - [1891] = 1581, - [1892] = 1582, - [1893] = 1871, - [1894] = 1561, - [1895] = 1560, - [1896] = 1717, - [1897] = 1723, - [1898] = 1816, - [1899] = 1869, - [1900] = 1871, - [1901] = 1717, - [1902] = 1869, - [1903] = 1723, - [1904] = 1816, - [1905] = 1869, - [1906] = 1717, - [1907] = 1907, - [1908] = 1723, - [1909] = 1816, - [1910] = 1869, - [1911] = 1717, - [1912] = 1912, - [1913] = 1913, - [1914] = 1723, - [1915] = 1816, - [1916] = 1869, - [1917] = 1717, - [1918] = 1723, - [1919] = 1816, - [1920] = 1533, - [1921] = 1453, - [1922] = 1539, - [1923] = 1534, - [1924] = 1504, - [1925] = 1507, - [1926] = 1513, + [1875] = 1875, + [1876] = 1876, + [1877] = 1780, + [1878] = 1722, + [1879] = 1517, + [1880] = 1554, + [1881] = 1876, + [1882] = 1882, + [1883] = 1883, + [1884] = 1461, + [1885] = 1728, + [1886] = 1873, + [1887] = 1588, + [1888] = 1581, + [1889] = 1755, + [1890] = 1566, + [1891] = 1571, + [1892] = 1863, + [1893] = 1465, + [1894] = 1467, + [1895] = 1873, + [1896] = 1876, + [1897] = 1728, + [1898] = 1755, + [1899] = 1863, + [1900] = 1874, + [1901] = 1588, + [1902] = 1902, + [1903] = 1903, + [1904] = 1873, + [1905] = 1876, + [1906] = 1906, + [1907] = 1728, + [1908] = 1863, + [1909] = 1873, + [1910] = 1876, + [1911] = 1728, + [1912] = 1863, + [1913] = 1581, + [1914] = 1873, + [1915] = 1876, + [1916] = 1728, + [1917] = 1863, + [1918] = 1873, + [1919] = 1876, + [1920] = 1506, + [1921] = 1531, + [1922] = 1566, + [1923] = 1882, + [1924] = 1571, + [1925] = 1925, + [1926] = 1529, [1927] = 1927, - [1928] = 1438, - [1929] = 1929, - [1930] = 1446, - [1931] = 1931, - [1932] = 1447, - [1933] = 1871, - [1934] = 1934, - [1935] = 1889, - [1936] = 425, - [1937] = 1937, + [1928] = 1863, + [1929] = 1533, + [1930] = 1534, + [1931] = 1433, + [1932] = 1875, + [1933] = 1475, + [1934] = 1532, + [1935] = 1535, + [1936] = 407, + [1937] = 1848, [1938] = 1938, - [1939] = 1939, + [1939] = 1779, [1940] = 1940, [1941] = 1941, [1942] = 1942, [1943] = 1943, [1944] = 1944, - [1945] = 1937, + [1945] = 1945, [1946] = 1946, [1947] = 1947, - [1948] = 1943, - [1949] = 1949, + [1948] = 1948, + [1949] = 1946, [1950] = 1950, [1951] = 1951, - [1952] = 1739, + [1952] = 1938, [1953] = 1953, - [1954] = 1954, - [1955] = 1781, - [1956] = 1947, - [1957] = 1907, - [1958] = 1944, - [1959] = 1939, - [1960] = 1960, - [1961] = 1949, - [1962] = 1954, - [1963] = 1950, - [1964] = 1939, - [1965] = 1965, + [1954] = 1950, + [1955] = 1947, + [1956] = 1945, + [1957] = 1957, + [1958] = 1951, + [1959] = 1943, + [1960] = 1940, + [1961] = 1925, + [1962] = 1942, + [1963] = 1948, + [1964] = 1945, + [1965] = 1944, [1966] = 1966, [1967] = 1967, - [1968] = 1940, + [1968] = 1968, [1969] = 1969, - [1970] = 1942, - [1971] = 1946, - [1972] = 1941, - [1973] = 1969, + [1970] = 1941, + [1971] = 1966, + [1972] = 1972, + [1973] = 1973, [1974] = 1974, - [1975] = 1975, + [1975] = 1974, [1976] = 1976, - [1977] = 1977, - [1978] = 1975, - [1979] = 1974, - [1980] = 1977, - [1981] = 1976, + [1977] = 1976, + [1978] = 1978, + [1979] = 1979, + [1980] = 1978, + [1981] = 1979, [1982] = 1982, [1983] = 1983, [1984] = 1984, [1985] = 1985, [1986] = 1986, [1987] = 1986, - [1988] = 1986, - [1989] = 1985, + [1988] = 1985, + [1989] = 1986, [1990] = 1986, - [1991] = 1986, + [1991] = 1985, [1992] = 1986, - [1993] = 1985, + [1993] = 1986, [1994] = 1994, [1995] = 1994, - [1996] = 160, - [1997] = 180, - [1998] = 1099, - [1999] = 1095, - [2000] = 2000, - [2001] = 1098, - [2002] = 1088, - [2003] = 1072, - [2004] = 1095, - [2005] = 1280, - [2006] = 1376, - [2007] = 1088, - [2008] = 1098, - [2009] = 1099, - [2010] = 1431, - [2011] = 1069, - [2012] = 1071, - [2013] = 1210, - [2014] = 1110, - [2015] = 1324, - [2016] = 1103, - [2017] = 1079, - [2018] = 2018, - [2019] = 1109, - [2020] = 1107, + [1996] = 194, + [1997] = 183, + [1998] = 1091, + [1999] = 1999, + [2000] = 1093, + [2001] = 1087, + [2002] = 1097, + [2003] = 1203, + [2004] = 1309, + [2005] = 1257, + [2006] = 1087, + [2007] = 1093, + [2008] = 1362, + [2009] = 1071, + [2010] = 1073, + [2011] = 1072, + [2012] = 1091, + [2013] = 1097, + [2014] = 2014, + [2015] = 1108, + [2016] = 1106, + [2017] = 1162, + [2018] = 1111, + [2019] = 1113, + [2020] = 1076, [2021] = 2021, [2022] = 2022, - [2023] = 2021, - [2024] = 1284, - [2025] = 2025, - [2026] = 1289, - [2027] = 1288, - [2028] = 1084, - [2029] = 1091, - [2030] = 1089, - [2031] = 1092, - [2032] = 1150, - [2033] = 419, - [2034] = 1575, + [2023] = 2014, + [2024] = 1096, + [2025] = 1137, + [2026] = 1134, + [2027] = 1136, + [2028] = 2021, + [2029] = 1564, + [2030] = 1095, + [2031] = 2031, + [2032] = 1098, + [2033] = 1089, + [2034] = 200, [2035] = 2035, - [2036] = 2025, - [2037] = 2037, - [2038] = 212, - [2039] = 2039, - [2040] = 1265, - [2041] = 1211, - [2042] = 1296, - [2043] = 2037, - [2044] = 402, - [2045] = 1171, - [2046] = 1326, - [2047] = 1299, - [2048] = 204, - [2049] = 1378, - [2050] = 1264, - [2051] = 2037, - [2052] = 1281, - [2053] = 1262, - [2054] = 2025, - [2055] = 1505, - [2056] = 1508, - [2057] = 1434, - [2058] = 1435, - [2059] = 1457, - [2060] = 1568, - [2061] = 1437, - [2062] = 1515, - [2063] = 1519, - [2064] = 1448, - [2065] = 1451, - [2066] = 1553, - [2067] = 1570, - [2068] = 1442, - [2069] = 1456, - [2070] = 2070, - [2071] = 1571, - [2072] = 1511, - [2073] = 1452, - [2074] = 1458, - [2075] = 1460, - [2076] = 1436, - [2077] = 1461, - [2078] = 1462, - [2079] = 1473, - [2080] = 1454, - [2081] = 1555, - [2082] = 1497, - [2083] = 1499, - [2084] = 1464, - [2085] = 1538, - [2086] = 1523, - [2087] = 1506, - [2088] = 1554, - [2089] = 2089, - [2090] = 1503, - [2091] = 1450, - [2092] = 2092, - [2093] = 161, - [2094] = 169, + [2036] = 2036, + [2037] = 2021, + [2038] = 1140, + [2039] = 1204, + [2040] = 2040, + [2041] = 1205, + [2042] = 1258, + [2043] = 1141, + [2044] = 1591, + [2045] = 2045, + [2046] = 2046, + [2047] = 1163, + [2048] = 1560, + [2049] = 1128, + [2050] = 405, + [2051] = 1363, + [2052] = 2036, + [2053] = 204, + [2054] = 2036, + [2055] = 1130, + [2056] = 1129, + [2057] = 1570, + [2058] = 1310, + [2059] = 407, + [2060] = 1462, + [2061] = 1449, + [2062] = 1498, + [2063] = 1446, + [2064] = 1450, + [2065] = 1448, + [2066] = 1452, + [2067] = 1499, + [2068] = 1500, + [2069] = 1463, + [2070] = 1492, + [2071] = 1453, + [2072] = 1496, + [2073] = 1523, + [2074] = 1454, + [2075] = 1456, + [2076] = 1497, + [2077] = 1464, + [2078] = 1444, + [2079] = 1434, + [2080] = 1466, + [2081] = 1494, + [2082] = 1501, + [2083] = 1495, + [2084] = 1493, + [2085] = 1468, + [2086] = 1445, + [2087] = 1447, + [2088] = 1490, + [2089] = 1503, + [2090] = 1491, + [2091] = 1539, + [2092] = 1165, + [2093] = 1206, + [2094] = 182, [2095] = 2095, - [2096] = 1294, - [2097] = 1301, - [2098] = 1303, - [2099] = 1333, - [2100] = 1335, - [2101] = 1336, - [2102] = 1392, - [2103] = 1098, - [2104] = 1099, - [2105] = 1095, - [2106] = 1088, - [2107] = 1088, - [2108] = 2108, - [2109] = 1095, - [2110] = 2110, - [2111] = 1099, - [2112] = 1088, - [2113] = 1099, - [2114] = 1098, - [2115] = 1098, - [2116] = 2000, - [2117] = 2117, - [2118] = 1095, - [2119] = 2119, - [2120] = 2120, + [2096] = 2096, + [2097] = 2097, + [2098] = 1139, + [2099] = 1142, + [2100] = 1143, + [2101] = 1164, + [2102] = 1166, + [2103] = 187, + [2104] = 1097, + [2105] = 1087, + [2106] = 1093, + [2107] = 1091, + [2108] = 1093, + [2109] = 1087, + [2110] = 1091, + [2111] = 2111, + [2112] = 2112, + [2113] = 1097, + [2114] = 1093, + [2115] = 2115, + [2116] = 2116, + [2117] = 1091, + [2118] = 1087, + [2119] = 1999, + [2120] = 1097, [2121] = 2121, [2122] = 2122, - [2123] = 2120, - [2124] = 2124, + [2123] = 2123, + [2124] = 2121, [2125] = 2125, - [2126] = 2122, - [2127] = 2124, + [2126] = 2126, + [2127] = 2127, [2128] = 2128, - [2129] = 2129, - [2130] = 1098, - [2131] = 395, - [2132] = 2132, - [2133] = 2133, - [2134] = 2134, + [2129] = 2128, + [2130] = 2126, + [2131] = 2131, + [2132] = 2131, + [2133] = 2125, + [2134] = 394, [2135] = 2135, [2136] = 2136, [2137] = 2137, [2138] = 2138, [2139] = 2139, - [2140] = 2022, - [2141] = 1095, + [2140] = 2140, + [2141] = 2141, [2142] = 2142, [2143] = 2143, - [2144] = 394, - [2145] = 2145, - [2146] = 2146, - [2147] = 2147, - [2148] = 2138, - [2149] = 397, - [2150] = 2150, - [2151] = 2142, - [2152] = 2143, + [2144] = 1097, + [2145] = 1087, + [2146] = 1093, + [2147] = 1091, + [2148] = 2148, + [2149] = 2149, + [2150] = 2135, + [2151] = 2149, + [2152] = 2152, [2153] = 2153, - [2154] = 2154, - [2155] = 1069, + [2154] = 1072, + [2155] = 398, [2156] = 2156, [2157] = 2157, [2158] = 2158, - [2159] = 1088, - [2160] = 2156, - [2161] = 2158, - [2162] = 2157, - [2163] = 1099, + [2159] = 1071, + [2160] = 2160, + [2161] = 396, + [2162] = 2162, + [2163] = 2163, [2164] = 2164, - [2165] = 1071, + [2165] = 2165, [2166] = 2166, - [2167] = 2167, - [2168] = 2168, - [2169] = 2137, - [2170] = 398, - [2171] = 2171, - [2172] = 396, - [2173] = 1072, + [2167] = 397, + [2168] = 2165, + [2169] = 2158, + [2170] = 1073, + [2171] = 2135, + [2172] = 2135, + [2173] = 2031, [2174] = 2174, - [2175] = 2135, - [2176] = 2171, + [2175] = 2175, + [2176] = 2160, [2177] = 2177, - [2178] = 2178, - [2179] = 2179, - [2180] = 2180, - [2181] = 2181, - [2182] = 2182, + [2178] = 2157, + [2179] = 2140, + [2180] = 2152, + [2181] = 395, + [2182] = 2135, [2183] = 2183, [2184] = 2184, - [2185] = 2185, + [2185] = 412, [2186] = 2186, [2187] = 2187, [2188] = 2188, [2189] = 2189, [2190] = 2190, - [2191] = 2191, + [2191] = 2183, [2192] = 2192, [2193] = 2193, - [2194] = 2194, + [2194] = 1076, [2195] = 2195, - [2196] = 2196, - [2197] = 1079, + [2196] = 2190, + [2197] = 2197, [2198] = 2198, - [2199] = 2022, + [2199] = 2199, [2200] = 2200, [2201] = 2201, [2202] = 2202, [2203] = 2203, [2204] = 2204, [2205] = 2205, - [2206] = 2196, - [2207] = 411, - [2208] = 2196, - [2209] = 2200, + [2206] = 2206, + [2207] = 2207, + [2208] = 2208, + [2209] = 2209, [2210] = 2210, [2211] = 2211, - [2212] = 2203, + [2212] = 2212, [2213] = 2213, [2214] = 2214, - [2215] = 2202, + [2215] = 2215, [2216] = 2216, - [2217] = 2217, + [2217] = 2183, [2218] = 2218, - [2219] = 2219, + [2219] = 2203, [2220] = 2220, [2221] = 2221, - [2222] = 2196, - [2223] = 2196, - [2224] = 2035, - [2225] = 2225, - [2226] = 2022, + [2222] = 2045, + [2223] = 2223, + [2224] = 2224, + [2225] = 2220, + [2226] = 2031, [2227] = 2227, - [2228] = 2228, - [2229] = 2229, + [2228] = 2223, + [2229] = 2031, [2230] = 2230, - [2231] = 2177, - [2232] = 1107, - [2233] = 2233, - [2234] = 1091, + [2231] = 2231, + [2232] = 2208, + [2233] = 2213, + [2234] = 2234, [2235] = 2235, [2236] = 2236, - [2237] = 1109, + [2237] = 2237, [2238] = 2238, - [2239] = 1092, + [2239] = 2239, [2240] = 2240, - [2241] = 2035, - [2242] = 2236, + [2241] = 1113, + [2242] = 2242, [2243] = 2243, [2244] = 2244, [2245] = 2245, [2246] = 2246, [2247] = 2247, - [2248] = 2235, - [2249] = 2249, - [2250] = 2246, - [2251] = 1103, - [2252] = 2252, - [2253] = 2244, - [2254] = 2254, - [2255] = 1084, + [2248] = 2248, + [2249] = 2246, + [2250] = 2250, + [2251] = 2251, + [2252] = 2242, + [2253] = 2247, + [2254] = 1108, + [2255] = 2255, [2256] = 2256, - [2257] = 2257, - [2258] = 1089, + [2257] = 1098, + [2258] = 2258, [2259] = 2259, - [2260] = 2236, - [2261] = 2254, + [2260] = 2260, + [2261] = 2261, [2262] = 2262, [2263] = 2263, - [2264] = 2264, + [2264] = 1089, [2265] = 2265, - [2266] = 2257, - [2267] = 2233, - [2268] = 2022, - [2269] = 2245, - [2270] = 2270, - [2271] = 2259, - [2272] = 2249, - [2273] = 2256, - [2274] = 2259, - [2275] = 2035, - [2276] = 2238, - [2277] = 2270, + [2266] = 2251, + [2267] = 2031, + [2268] = 2268, + [2269] = 2269, + [2270] = 2255, + [2271] = 2271, + [2272] = 1096, + [2273] = 1095, + [2274] = 2274, + [2275] = 2244, + [2276] = 2255, + [2277] = 2045, [2278] = 2278, - [2279] = 2279, - [2280] = 2252, - [2281] = 2240, - [2282] = 2278, - [2283] = 1110, - [2284] = 2284, - [2285] = 2285, + [2279] = 2260, + [2280] = 2274, + [2281] = 1111, + [2282] = 2240, + [2283] = 2265, + [2284] = 2245, + [2285] = 1106, [2286] = 2286, - [2287] = 2287, - [2288] = 2288, - [2289] = 2289, + [2287] = 2045, + [2288] = 2262, + [2289] = 2256, [2290] = 2290, [2291] = 2291, [2292] = 2292, @@ -6306,325 +6306,325 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2294] = 2294, [2295] = 2295, [2296] = 2296, - [2297] = 2285, + [2297] = 2295, [2298] = 2298, [2299] = 2299, [2300] = 2300, [2301] = 2301, - [2302] = 2302, - [2303] = 2303, + [2302] = 2296, + [2303] = 2045, [2304] = 2304, - [2305] = 2286, + [2305] = 2305, [2306] = 2306, [2307] = 2307, [2308] = 2308, - [2309] = 2293, + [2309] = 2309, [2310] = 2310, - [2311] = 2035, - [2312] = 2295, + [2311] = 2294, + [2312] = 2306, [2313] = 2313, - [2314] = 2290, - [2315] = 2291, - [2316] = 2288, + [2314] = 2314, + [2315] = 2315, + [2316] = 2308, [2317] = 2317, - [2318] = 2318, + [2318] = 2309, [2319] = 2319, - [2320] = 2318, - [2321] = 2313, - [2322] = 2307, - [2323] = 2323, - [2324] = 2300, - [2325] = 2323, - [2326] = 2326, + [2320] = 2307, + [2321] = 2321, + [2322] = 2322, + [2323] = 2305, + [2324] = 2324, + [2325] = 2313, + [2326] = 2314, [2327] = 2327, - [2328] = 2306, - [2329] = 2308, - [2330] = 2330, - [2331] = 2298, - [2332] = 2319, - [2333] = 2333, - [2334] = 2330, - [2335] = 2294, - [2336] = 2333, - [2337] = 2289, + [2328] = 2328, + [2329] = 2292, + [2330] = 2321, + [2331] = 2301, + [2332] = 2328, + [2333] = 2315, + [2334] = 2290, + [2335] = 2335, + [2336] = 2298, + [2337] = 2304, [2338] = 2338, - [2339] = 2339, - [2340] = 2340, - [2341] = 2341, + [2339] = 2322, + [2340] = 2293, + [2341] = 2335, [2342] = 2342, - [2343] = 2095, + [2343] = 2291, [2344] = 2344, [2345] = 2345, [2346] = 2346, [2347] = 2347, [2348] = 2348, [2349] = 2349, - [2350] = 2348, + [2350] = 2350, [2351] = 2351, [2352] = 2352, [2353] = 2353, [2354] = 2354, - [2355] = 2355, + [2355] = 2096, [2356] = 2356, - [2357] = 2356, + [2357] = 2357, [2358] = 2358, - [2359] = 2358, - [2360] = 2347, - [2361] = 2361, - [2362] = 2338, - [2363] = 2363, - [2364] = 2344, - [2365] = 2342, - [2366] = 2361, + [2359] = 2347, + [2360] = 2360, + [2361] = 2348, + [2362] = 2350, + [2363] = 2351, + [2364] = 2364, + [2365] = 2353, + [2366] = 2366, [2367] = 2367, - [2368] = 2368, + [2368] = 2366, [2369] = 2369, - [2370] = 2363, + [2370] = 2360, [2371] = 2371, [2372] = 2372, - [2373] = 2373, + [2373] = 2358, [2374] = 2374, - [2375] = 2371, + [2375] = 2375, [2376] = 2376, - [2377] = 2358, - [2378] = 2352, - [2379] = 2379, - [2380] = 2353, - [2381] = 2369, + [2377] = 2377, + [2378] = 2378, + [2379] = 2372, + [2380] = 2380, + [2381] = 2345, [2382] = 2382, - [2383] = 2383, - [2384] = 2372, - [2385] = 2382, - [2386] = 2386, - [2387] = 2387, - [2388] = 2347, - [2389] = 2389, - [2390] = 2345, + [2383] = 2371, + [2384] = 2382, + [2385] = 2349, + [2386] = 2352, + [2387] = 2366, + [2388] = 2344, + [2389] = 2356, + [2390] = 2360, [2391] = 2391, - [2392] = 2383, - [2393] = 2346, - [2394] = 2379, - [2395] = 2341, - [2396] = 2354, - [2397] = 2386, - [2398] = 2347, - [2399] = 2355, - [2400] = 2400, - [2401] = 2347, - [2402] = 1335, + [2392] = 2392, + [2393] = 2393, + [2394] = 2393, + [2395] = 2377, + [2396] = 2396, + [2397] = 2378, + [2398] = 2346, + [2399] = 2399, + [2400] = 2357, + [2401] = 2360, + [2402] = 2360, [2403] = 2403, - [2404] = 1392, - [2405] = 1303, + [2404] = 2404, + [2405] = 2405, [2406] = 2406, [2407] = 2407, - [2408] = 2110, - [2409] = 1301, + [2408] = 2408, + [2409] = 2409, [2410] = 2410, [2411] = 2411, [2412] = 2412, - [2413] = 2413, + [2413] = 2404, [2414] = 2414, - [2415] = 2415, + [2415] = 2414, [2416] = 2416, [2417] = 2417, - [2418] = 2418, - [2419] = 2419, - [2420] = 2406, - [2421] = 2421, + [2418] = 2097, + [2419] = 1143, + [2420] = 2408, + [2421] = 2403, [2422] = 2422, - [2423] = 2423, + [2423] = 2412, [2424] = 2424, - [2425] = 2425, - [2426] = 2426, - [2427] = 2427, + [2425] = 1139, + [2426] = 2417, + [2427] = 2408, [2428] = 2428, - [2429] = 2429, + [2429] = 2417, [2430] = 2430, [2431] = 2431, [2432] = 2432, - [2433] = 2410, - [2434] = 2423, + [2433] = 2433, + [2434] = 2412, [2435] = 2435, - [2436] = 2430, - [2437] = 2411, - [2438] = 2438, - [2439] = 2439, - [2440] = 2440, + [2436] = 2436, + [2437] = 2437, + [2438] = 2422, + [2439] = 2405, + [2440] = 2436, [2441] = 2406, [2442] = 2442, - [2443] = 2428, - [2444] = 2421, - [2445] = 2411, - [2446] = 2440, - [2447] = 2447, - [2448] = 2422, - [2449] = 2108, + [2443] = 2443, + [2444] = 2111, + [2445] = 2407, + [2446] = 2446, + [2447] = 2435, + [2448] = 2403, + [2449] = 2449, [2450] = 2450, [2451] = 2451, [2452] = 2452, - [2453] = 2451, - [2454] = 2426, - [2455] = 2412, - [2456] = 1333, - [2457] = 2414, - [2458] = 2458, - [2459] = 2452, - [2460] = 2442, - [2461] = 2461, + [2453] = 2453, + [2454] = 2417, + [2455] = 2455, + [2456] = 2433, + [2457] = 2457, + [2458] = 2409, + [2459] = 1206, + [2460] = 2446, + [2461] = 2457, [2462] = 2462, - [2463] = 2429, - [2464] = 169, - [2465] = 160, - [2466] = 2092, + [2463] = 2424, + [2464] = 2464, + [2465] = 2430, + [2466] = 2432, [2467] = 2467, - [2468] = 161, - [2469] = 2406, - [2470] = 2411, - [2471] = 2471, - [2472] = 2422, + [2468] = 2468, + [2469] = 1164, + [2470] = 2470, + [2471] = 2449, + [2472] = 2450, [2473] = 2473, - [2474] = 2415, - [2475] = 180, - [2476] = 2417, - [2477] = 2439, - [2478] = 2431, - [2479] = 2418, - [2480] = 2447, - [2481] = 2481, - [2482] = 2482, - [2483] = 2467, - [2484] = 2438, - [2485] = 2406, - [2486] = 2486, - [2487] = 2419, - [2488] = 2473, - [2489] = 2458, - [2490] = 2482, - [2491] = 2416, - [2492] = 2403, - [2493] = 2406, - [2494] = 1294, - [2495] = 2495, - [2496] = 2424, - [2497] = 2426, - [2498] = 2482, - [2499] = 2462, - [2500] = 2422, - [2501] = 1336, - [2502] = 2427, - [2503] = 2503, - [2504] = 2495, - [2505] = 2432, - [2506] = 2486, - [2507] = 2413, + [2474] = 2431, + [2475] = 2462, + [2476] = 2442, + [2477] = 2477, + [2478] = 2478, + [2479] = 182, + [2480] = 2408, + [2481] = 183, + [2482] = 2451, + [2483] = 187, + [2484] = 1142, + [2485] = 2485, + [2486] = 2452, + [2487] = 2487, + [2488] = 2437, + [2489] = 2411, + [2490] = 2490, + [2491] = 2485, + [2492] = 2412, + [2493] = 2464, + [2494] = 1165, + [2495] = 2453, + [2496] = 194, + [2497] = 1166, + [2498] = 2487, + [2499] = 2468, + [2500] = 2490, + [2501] = 2112, + [2502] = 2443, + [2503] = 2417, + [2504] = 2473, + [2505] = 2417, + [2506] = 2477, + [2507] = 2477, [2508] = 2508, - [2509] = 1112, + [2509] = 2509, [2510] = 2510, [2511] = 2511, [2512] = 2512, [2513] = 2513, [2514] = 2514, - [2515] = 2515, + [2515] = 1103, [2516] = 2516, [2517] = 2517, - [2518] = 2518, + [2518] = 1203, [2519] = 2519, [2520] = 2520, [2521] = 2521, [2522] = 2522, [2523] = 2523, - [2524] = 2524, + [2524] = 1257, [2525] = 2525, [2526] = 2526, - [2527] = 2527, + [2527] = 1065, [2528] = 2528, [2529] = 2529, [2530] = 2530, - [2531] = 2531, + [2531] = 1104, [2532] = 2532, [2533] = 2533, - [2534] = 2511, + [2534] = 2534, [2535] = 2535, - [2536] = 2526, - [2537] = 2530, - [2538] = 2532, - [2539] = 2539, - [2540] = 2528, - [2541] = 2541, - [2542] = 2532, + [2536] = 2536, + [2537] = 2537, + [2538] = 2538, + [2539] = 2530, + [2540] = 2540, + [2541] = 2122, + [2542] = 2542, [2543] = 2543, - [2544] = 2544, - [2545] = 2519, - [2546] = 2511, - [2547] = 1065, - [2548] = 2523, - [2549] = 2549, + [2544] = 1309, + [2545] = 2545, + [2546] = 2546, + [2547] = 1362, + [2548] = 2548, + [2549] = 2536, [2550] = 2550, - [2551] = 2551, + [2551] = 2127, [2552] = 2552, - [2553] = 1105, - [2554] = 2554, + [2553] = 2553, + [2554] = 2545, [2555] = 2555, - [2556] = 2508, - [2557] = 2510, + [2556] = 2556, + [2557] = 2557, [2558] = 2558, [2559] = 2559, - [2560] = 2539, + [2560] = 2560, [2561] = 2561, [2562] = 2562, - [2563] = 2563, - [2564] = 2128, - [2565] = 2565, - [2566] = 2526, - [2567] = 2525, + [2563] = 2533, + [2564] = 1110, + [2565] = 2562, + [2566] = 2542, + [2567] = 2567, [2568] = 2568, - [2569] = 2569, + [2569] = 2542, [2570] = 2570, - [2571] = 2512, - [2572] = 2544, + [2571] = 2508, + [2572] = 2555, [2573] = 2573, - [2574] = 2574, - [2575] = 1431, + [2574] = 2520, + [2575] = 2575, [2576] = 2576, [2577] = 2577, - [2578] = 2516, + [2578] = 1107, [2579] = 2579, - [2580] = 2530, - [2581] = 2528, - [2582] = 2521, - [2583] = 2583, - [2584] = 1210, - [2585] = 1106, - [2586] = 2517, - [2587] = 1111, - [2588] = 2544, - [2589] = 2589, - [2590] = 2514, - [2591] = 2539, - [2592] = 2592, - [2593] = 2520, - [2594] = 2594, - [2595] = 2558, - [2596] = 2596, - [2597] = 2526, - [2598] = 1280, - [2599] = 2599, - [2600] = 2583, - [2601] = 1376, - [2602] = 2569, - [2603] = 2549, - [2604] = 2524, - [2605] = 2121, - [2606] = 2570, - [2607] = 2607, - [2608] = 2589, - [2609] = 2565, - [2610] = 2532, - [2611] = 2611, + [2580] = 2533, + [2581] = 2508, + [2582] = 2517, + [2583] = 2528, + [2584] = 2546, + [2585] = 2523, + [2586] = 2526, + [2587] = 2587, + [2588] = 2520, + [2589] = 2543, + [2590] = 2510, + [2591] = 2508, + [2592] = 2528, + [2593] = 2593, + [2594] = 2577, + [2595] = 2595, + [2596] = 2521, + [2597] = 2519, + [2598] = 2598, + [2599] = 2557, + [2600] = 2600, + [2601] = 2601, + [2602] = 2513, + [2603] = 2603, + [2604] = 2577, + [2605] = 2587, + [2606] = 2598, + [2607] = 2601, + [2608] = 2608, + [2609] = 2577, + [2610] = 2520, + [2611] = 2555, [2612] = 2612, - [2613] = 2613, - [2614] = 2614, - [2615] = 2511, + [2613] = 2579, + [2614] = 2576, + [2615] = 2615, [2616] = 2616, [2617] = 2617, [2618] = 2618, @@ -6632,10 +6632,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2620] = 2620, [2621] = 2621, [2622] = 2622, - [2623] = 2623, - [2624] = 2624, - [2625] = 2625, - [2626] = 2626, + [2623] = 2153, + [2624] = 2156, + [2625] = 2162, + [2626] = 2166, [2627] = 2627, [2628] = 2628, [2629] = 2629, @@ -6643,38 +6643,38 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2631] = 2631, [2632] = 2632, [2633] = 2633, - [2634] = 2617, + [2634] = 2634, [2635] = 2635, [2636] = 2636, [2637] = 2637, [2638] = 2638, [2639] = 2639, [2640] = 2640, - [2641] = 2639, + [2641] = 2641, [2642] = 2642, - [2643] = 2619, - [2644] = 2618, + [2643] = 2643, + [2644] = 2644, [2645] = 2645, - [2646] = 2619, + [2646] = 2646, [2647] = 2647, - [2648] = 2648, - [2649] = 2649, - [2650] = 2642, - [2651] = 2651, - [2652] = 2618, - [2653] = 2619, + [2648] = 2641, + [2649] = 2622, + [2650] = 2628, + [2651] = 2638, + [2652] = 2639, + [2653] = 2653, [2654] = 2654, [2655] = 2655, [2656] = 2656, - [2657] = 2623, - [2658] = 2628, - [2659] = 2629, + [2657] = 2616, + [2658] = 2627, + [2659] = 2659, [2660] = 2660, - [2661] = 2631, - [2662] = 2632, - [2663] = 2633, - [2664] = 2617, - [2665] = 2624, + [2661] = 2661, + [2662] = 2662, + [2663] = 2663, + [2664] = 2664, + [2665] = 2665, [2666] = 2666, [2667] = 2667, [2668] = 2668, @@ -6682,220 +6682,220 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2670] = 2670, [2671] = 2671, [2672] = 2672, - [2673] = 2642, + [2673] = 2673, [2674] = 2674, - [2675] = 2631, - [2676] = 2628, - [2677] = 2616, - [2678] = 2633, - [2679] = 2617, - [2680] = 2680, - [2681] = 2681, - [2682] = 2682, - [2683] = 2683, - [2684] = 2684, - [2685] = 2637, - [2686] = 2686, + [2675] = 2633, + [2676] = 2676, + [2677] = 2667, + [2678] = 2678, + [2679] = 2636, + [2680] = 2637, + [2681] = 2670, + [2682] = 2177, + [2683] = 2137, + [2684] = 2139, + [2685] = 2685, + [2686] = 2164, [2687] = 2687, - [2688] = 2631, - [2689] = 2617, - [2690] = 2147, - [2691] = 2633, - [2692] = 2617, - [2693] = 2654, - [2694] = 2694, - [2695] = 2695, - [2696] = 2623, + [2688] = 2688, + [2689] = 2672, + [2690] = 2673, + [2691] = 2685, + [2692] = 2141, + [2693] = 2142, + [2694] = 2143, + [2695] = 2148, + [2696] = 2696, [2697] = 2697, [2698] = 2698, - [2699] = 2625, + [2699] = 2699, [2700] = 2700, - [2701] = 2669, - [2702] = 2624, - [2703] = 2625, - [2704] = 2647, - [2705] = 2633, - [2706] = 2706, - [2707] = 2707, - [2708] = 2626, - [2709] = 2709, + [2701] = 2701, + [2702] = 2702, + [2703] = 2619, + [2704] = 2704, + [2705] = 2705, + [2706] = 2620, + [2707] = 2642, + [2708] = 2644, + [2709] = 2687, [2710] = 2710, - [2711] = 2651, + [2711] = 2617, [2712] = 2712, - [2713] = 2713, - [2714] = 2628, - [2715] = 2636, - [2716] = 2627, - [2717] = 2670, - [2718] = 2640, + [2713] = 171, + [2714] = 2714, + [2715] = 2715, + [2716] = 2716, + [2717] = 2717, + [2718] = 2718, [2719] = 2719, - [2720] = 2628, - [2721] = 2629, - [2722] = 2722, - [2723] = 2621, - [2724] = 2628, + [2720] = 2645, + [2721] = 2699, + [2722] = 2643, + [2723] = 2723, + [2724] = 2659, [2725] = 2725, - [2726] = 2726, - [2727] = 2727, - [2728] = 2642, - [2729] = 2631, - [2730] = 2632, - [2731] = 2694, - [2732] = 2680, - [2733] = 2733, - [2734] = 2734, - [2735] = 2726, - [2736] = 2672, - [2737] = 2719, - [2738] = 175, - [2739] = 2726, - [2740] = 2667, - [2741] = 2668, - [2742] = 2742, - [2743] = 2698, - [2744] = 2744, - [2745] = 2745, - [2746] = 176, - [2747] = 2747, - [2748] = 2748, - [2749] = 2749, - [2750] = 2632, - [2751] = 2751, - [2752] = 2154, - [2753] = 2633, - [2754] = 2645, - [2755] = 2755, + [2726] = 2629, + [2727] = 2630, + [2728] = 2631, + [2729] = 2632, + [2730] = 2634, + [2731] = 2635, + [2732] = 2732, + [2733] = 2641, + [2734] = 2643, + [2735] = 2644, + [2736] = 2645, + [2737] = 2634, + [2738] = 2622, + [2739] = 2628, + [2740] = 2638, + [2741] = 2639, + [2742] = 2653, + [2743] = 2627, + [2744] = 2659, + [2745] = 2660, + [2746] = 2688, + [2747] = 2671, + [2748] = 2663, + [2749] = 2704, + [2750] = 2665, + [2751] = 2666, + [2752] = 2752, + [2753] = 2671, + [2754] = 2676, + [2755] = 2663, [2756] = 2756, - [2757] = 2757, - [2758] = 2686, - [2759] = 2759, + [2757] = 2688, + [2758] = 2696, + [2759] = 2697, [2760] = 2760, - [2761] = 2713, - [2762] = 2629, - [2763] = 2630, - [2764] = 2700, - [2765] = 2669, - [2766] = 2666, - [2767] = 2767, - [2768] = 2639, - [2769] = 2769, - [2770] = 2617, - [2771] = 2627, - [2772] = 2642, - [2773] = 2773, - [2774] = 2774, - [2775] = 2775, - [2776] = 2707, - [2777] = 2632, - [2778] = 2637, - [2779] = 2680, - [2780] = 2749, - [2781] = 2618, - [2782] = 2767, - [2783] = 2139, - [2784] = 2618, - [2785] = 2145, - [2786] = 2623, - [2787] = 2787, - [2788] = 2788, - [2789] = 2683, - [2790] = 2167, - [2791] = 2648, - [2792] = 2695, - [2793] = 2670, - [2794] = 2712, + [2761] = 2710, + [2762] = 2617, + [2763] = 2629, + [2764] = 2630, + [2765] = 2631, + [2766] = 2632, + [2767] = 2634, + [2768] = 2768, + [2769] = 2643, + [2770] = 2644, + [2771] = 2645, + [2772] = 2622, + [2773] = 2628, + [2774] = 2638, + [2775] = 2627, + [2776] = 2659, + [2777] = 2663, + [2778] = 2666, + [2779] = 2671, + [2780] = 2780, + [2781] = 2688, + [2782] = 2631, + [2783] = 2783, + [2784] = 2632, + [2785] = 2634, + [2786] = 2643, + [2787] = 2628, + [2788] = 2638, + [2789] = 2627, + [2790] = 2659, + [2791] = 2663, + [2792] = 2666, + [2793] = 2714, + [2794] = 2794, [2795] = 2795, [2796] = 2796, - [2797] = 2637, - [2798] = 2684, - [2799] = 2799, - [2800] = 2800, - [2801] = 2683, + [2797] = 2631, + [2798] = 2628, + [2799] = 2663, + [2800] = 2666, + [2801] = 2653, [2802] = 2802, - [2803] = 2683, - [2804] = 2709, - [2805] = 2619, - [2806] = 2647, - [2807] = 2638, - [2808] = 2136, - [2809] = 2654, - [2810] = 2636, - [2811] = 2134, - [2812] = 2168, + [2803] = 2803, + [2804] = 2630, + [2805] = 2663, + [2806] = 2666, + [2807] = 2807, + [2808] = 2808, + [2809] = 2809, + [2810] = 2640, + [2811] = 2640, + [2812] = 2807, [2813] = 2813, [2814] = 2814, - [2815] = 2815, - [2816] = 2150, - [2817] = 2647, - [2818] = 2621, - [2819] = 2645, - [2820] = 2636, - [2821] = 2795, - [2822] = 2630, - [2823] = 2815, - [2824] = 2655, - [2825] = 2825, - [2826] = 2727, - [2827] = 2129, - [2828] = 2671, - [2829] = 2647, - [2830] = 2166, - [2831] = 2760, - [2832] = 2622, - [2833] = 2620, - [2834] = 2834, - [2835] = 2645, - [2836] = 2153, - [2837] = 2706, - [2838] = 2814, + [2815] = 2813, + [2816] = 2631, + [2817] = 2817, + [2818] = 2814, + [2819] = 2819, + [2820] = 2820, + [2821] = 2821, + [2822] = 2696, + [2823] = 2664, + [2824] = 2635, + [2825] = 2821, + [2826] = 2826, + [2827] = 2827, + [2828] = 2665, + [2829] = 2660, + [2830] = 2672, + [2831] = 2697, + [2832] = 2698, + [2833] = 2833, + [2834] = 2673, + [2835] = 2719, + [2836] = 2715, + [2837] = 2716, + [2838] = 2666, [2839] = 2839, - [2840] = 2825, - [2841] = 2841, - [2842] = 2683, - [2843] = 2774, - [2844] = 2710, + [2840] = 2760, + [2841] = 2717, + [2842] = 2842, + [2843] = 2700, + [2844] = 2705, [2845] = 2845, - [2846] = 2775, - [2847] = 2623, - [2848] = 2695, - [2849] = 2697, - [2850] = 2799, - [2851] = 2800, - [2852] = 2624, - [2853] = 2787, - [2854] = 2722, - [2855] = 2625, - [2856] = 2799, - [2857] = 2845, - [2858] = 2788, - [2859] = 2744, - [2860] = 2860, - [2861] = 2682, - [2862] = 2744, - [2863] = 2682, - [2864] = 2800, - [2865] = 2700, - [2866] = 2633, - [2867] = 2629, - [2868] = 2686, - [2869] = 2627, - [2870] = 2841, - [2871] = 2871, - [2872] = 2686, - [2873] = 2630, - [2874] = 2639, - [2875] = 2875, - [2876] = 2642, - [2877] = 2747, - [2878] = 2878, - [2879] = 2879, + [2846] = 2647, + [2847] = 2723, + [2848] = 2641, + [2849] = 2641, + [2850] = 2640, + [2851] = 2629, + [2852] = 2833, + [2853] = 2678, + [2854] = 2814, + [2855] = 2855, + [2856] = 2702, + [2857] = 2668, + [2858] = 197, + [2859] = 2640, + [2860] = 2814, + [2861] = 2632, + [2862] = 2752, + [2863] = 2701, + [2864] = 2676, + [2865] = 2674, + [2866] = 2725, + [2867] = 2867, + [2868] = 2669, + [2869] = 2842, + [2870] = 2655, + [2871] = 2661, + [2872] = 2710, + [2873] = 2873, + [2874] = 2665, + [2875] = 2656, + [2876] = 2839, + [2877] = 2698, + [2878] = 2207, + [2879] = 2187, [2880] = 2880, [2881] = 2881, [2882] = 2882, - [2883] = 2221, + [2883] = 2883, [2884] = 2884, [2885] = 2885, - [2886] = 2878, + [2886] = 2886, [2887] = 2887, [2888] = 2888, [2889] = 2889, @@ -6909,300 +6909,300 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2897] = 2897, [2898] = 2898, [2899] = 2899, - [2900] = 2900, + [2900] = 2193, [2901] = 2901, [2902] = 2902, - [2903] = 2903, + [2903] = 2896, [2904] = 2904, [2905] = 2905, - [2906] = 2906, - [2907] = 2891, + [2906] = 2234, + [2907] = 2907, [2908] = 2908, [2909] = 2909, [2910] = 2910, [2911] = 2911, [2912] = 2912, [2913] = 2913, - [2914] = 2914, - [2915] = 2915, + [2914] = 2230, + [2915] = 2911, [2916] = 2916, - [2917] = 2917, + [2917] = 2200, [2918] = 2918, [2919] = 2919, - [2920] = 2920, + [2920] = 2188, [2921] = 2921, [2922] = 2922, [2923] = 2923, - [2924] = 2924, + [2924] = 2221, [2925] = 2925, - [2926] = 2926, - [2927] = 2187, - [2928] = 2928, + [2926] = 2204, + [2927] = 2927, + [2928] = 2901, [2929] = 2929, - [2930] = 2188, + [2930] = 2930, [2931] = 2931, - [2932] = 2932, - [2933] = 2190, + [2932] = 2192, + [2933] = 2933, [2934] = 2934, - [2935] = 2192, + [2935] = 2935, [2936] = 2936, [2937] = 2937, - [2938] = 2193, - [2939] = 2195, + [2938] = 2938, + [2939] = 2231, [2940] = 2940, - [2941] = 2879, - [2942] = 2921, + [2941] = 2184, + [2942] = 2942, [2943] = 2943, - [2944] = 2944, - [2945] = 2887, + [2944] = 2186, + [2945] = 2945, [2946] = 2946, [2947] = 2947, - [2948] = 2911, - [2949] = 2943, + [2948] = 2931, + [2949] = 2949, [2950] = 2950, - [2951] = 2951, + [2951] = 2884, [2952] = 2952, - [2953] = 2953, - [2954] = 2954, + [2953] = 2946, + [2954] = 2912, [2955] = 2955, [2956] = 2956, - [2957] = 2957, - [2958] = 2958, - [2959] = 2888, - [2960] = 2908, + [2957] = 2888, + [2958] = 2889, + [2959] = 2959, + [2960] = 2960, [2961] = 2961, - [2962] = 2918, - [2963] = 2947, - [2964] = 2964, + [2962] = 2962, + [2963] = 2910, + [2964] = 2950, [2965] = 2965, - [2966] = 2912, - [2967] = 2913, + [2966] = 2966, + [2967] = 2967, [2968] = 2968, - [2969] = 2914, - [2970] = 2970, + [2969] = 2969, + [2970] = 2893, [2971] = 2971, - [2972] = 2198, - [2973] = 2205, - [2974] = 2915, - [2975] = 2975, - [2976] = 2976, + [2972] = 2972, + [2973] = 2973, + [2974] = 2974, + [2975] = 2971, + [2976] = 2916, [2977] = 2977, - [2978] = 2916, - [2979] = 2944, - [2980] = 2968, + [2978] = 2940, + [2979] = 2961, + [2980] = 2980, [2981] = 2981, [2982] = 2982, [2983] = 2983, [2984] = 2984, - [2985] = 2917, - [2986] = 2946, - [2987] = 2216, - [2988] = 2981, + [2985] = 2891, + [2986] = 2895, + [2987] = 2934, + [2988] = 2988, [2989] = 2989, [2990] = 2990, - [2991] = 2201, - [2992] = 2992, + [2991] = 2991, + [2992] = 2227, [2993] = 2993, - [2994] = 2884, - [2995] = 2995, - [2996] = 2189, - [2997] = 2191, + [2994] = 2994, + [2995] = 2238, + [2996] = 2996, + [2997] = 2997, [2998] = 2998, - [2999] = 2999, - [3000] = 2194, - [3001] = 3001, - [3002] = 3002, - [3003] = 2890, - [3004] = 2964, - [3005] = 2919, - [3006] = 3006, - [3007] = 2204, - [3008] = 3008, - [3009] = 2920, - [3010] = 2210, - [3011] = 3011, - [3012] = 3012, - [3013] = 2211, - [3014] = 2213, - [3015] = 2217, - [3016] = 2218, - [3017] = 2219, - [3018] = 3018, - [3019] = 2220, + [2999] = 2882, + [3000] = 3000, + [3001] = 2998, + [3002] = 2949, + [3003] = 3003, + [3004] = 3004, + [3005] = 2956, + [3006] = 412, + [3007] = 2989, + [3008] = 2206, + [3009] = 2972, + [3010] = 2884, + [3011] = 2990, + [3012] = 2885, + [3013] = 2888, + [3014] = 2889, + [3015] = 2902, + [3016] = 2921, + [3017] = 2922, + [3018] = 2894, + [3019] = 2930, [3020] = 3020, - [3021] = 3021, - [3022] = 3022, - [3023] = 3023, - [3024] = 2897, - [3025] = 3025, - [3026] = 3026, + [3021] = 2933, + [3022] = 2935, + [3023] = 2936, + [3024] = 2960, + [3025] = 2962, + [3026] = 2905, [3027] = 3027, [3028] = 3028, - [3029] = 2922, - [3030] = 2882, - [3031] = 2923, - [3032] = 2884, + [3029] = 3029, + [3030] = 2239, + [3031] = 3031, + [3032] = 2998, [3033] = 3033, - [3034] = 2885, - [3035] = 2878, - [3036] = 3036, + [3034] = 3034, + [3035] = 2956, + [3036] = 2212, [3037] = 3037, [3038] = 3038, - [3039] = 183, - [3040] = 2912, - [3041] = 2913, - [3042] = 3042, - [3043] = 2919, - [3044] = 2898, - [3045] = 2920, - [3046] = 3046, - [3047] = 3047, - [3048] = 2923, - [3049] = 2992, - [3050] = 2965, - [3051] = 2951, - [3052] = 2955, + [3039] = 3039, + [3040] = 2195, + [3041] = 2197, + [3042] = 3027, + [3043] = 2921, + [3044] = 2922, + [3045] = 2201, + [3046] = 2984, + [3047] = 2960, + [3048] = 2202, + [3049] = 2209, + [3050] = 3050, + [3051] = 3051, + [3052] = 2998, [3053] = 3053, - [3054] = 2225, + [3054] = 3003, [3055] = 3055, - [3056] = 3056, - [3057] = 2924, - [3058] = 2227, - [3059] = 2925, - [3060] = 2885, - [3061] = 2899, - [3062] = 2951, - [3063] = 3063, - [3064] = 3011, - [3065] = 3065, - [3066] = 3018, + [3056] = 2965, + [3057] = 3057, + [3058] = 2966, + [3059] = 3059, + [3060] = 2210, + [3061] = 2921, + [3062] = 2922, + [3063] = 2956, + [3064] = 2960, + [3065] = 2923, + [3066] = 3066, [3067] = 3067, - [3068] = 2229, - [3069] = 3022, + [3068] = 3068, + [3069] = 3069, [3070] = 3070, [3071] = 3071, - [3072] = 2230, + [3072] = 2925, [3073] = 3073, - [3074] = 3074, - [3075] = 2912, - [3076] = 2913, - [3077] = 2993, - [3078] = 3078, - [3079] = 2951, + [3074] = 2927, + [3075] = 3000, + [3076] = 3076, + [3077] = 2947, + [3078] = 2934, + [3079] = 3079, [3080] = 3080, - [3081] = 411, + [3081] = 2907, [3082] = 3082, - [3083] = 2928, - [3084] = 3011, - [3085] = 2929, - [3086] = 2900, + [3083] = 2929, + [3084] = 3084, + [3085] = 3085, + [3086] = 3086, [3087] = 3087, [3088] = 3088, - [3089] = 2931, - [3090] = 2179, + [3089] = 3089, + [3090] = 3090, [3091] = 3091, - [3092] = 3092, - [3093] = 3022, - [3094] = 3094, - [3095] = 2983, - [3096] = 2182, + [3092] = 2224, + [3093] = 3093, + [3094] = 3037, + [3095] = 3095, + [3096] = 2998, [3097] = 3097, - [3098] = 3098, + [3098] = 2930, [3099] = 3099, - [3100] = 3100, + [3100] = 3086, [3101] = 3101, [3102] = 3102, - [3103] = 3103, - [3104] = 3038, - [3105] = 3038, + [3103] = 178, + [3104] = 2933, + [3105] = 2955, [3106] = 3106, - [3107] = 3107, - [3108] = 2902, - [3109] = 2934, - [3110] = 3055, + [3107] = 3082, + [3108] = 3108, + [3109] = 3109, + [3110] = 3110, [3111] = 3111, - [3112] = 3112, - [3113] = 2955, + [3112] = 2935, + [3113] = 2936, [3114] = 3114, [3115] = 3115, [3116] = 3116, - [3117] = 2880, + [3117] = 2897, [3118] = 3118, - [3119] = 3106, + [3119] = 2898, [3120] = 3120, - [3121] = 2936, + [3121] = 3003, [3122] = 2937, - [3123] = 3123, - [3124] = 3107, + [3123] = 2938, + [3124] = 3033, [3125] = 3125, - [3126] = 3011, - [3127] = 2178, - [3128] = 2180, - [3129] = 3129, - [3130] = 2181, - [3131] = 2183, - [3132] = 2184, - [3133] = 2185, - [3134] = 3134, - [3135] = 3135, - [3136] = 2904, + [3126] = 3126, + [3127] = 2890, + [3128] = 3079, + [3129] = 3031, + [3130] = 2205, + [3131] = 3131, + [3132] = 2899, + [3133] = 2981, + [3134] = 3108, + [3135] = 3080, + [3136] = 3136, [3137] = 3137, [3138] = 3138, - [3139] = 3139, + [3139] = 2982, [3140] = 3140, - [3141] = 3141, - [3142] = 3142, + [3141] = 2216, + [3142] = 2952, [3143] = 3143, [3144] = 3144, - [3145] = 2901, - [3146] = 3146, - [3147] = 3147, - [3148] = 2893, - [3149] = 2903, - [3150] = 3018, - [3151] = 3125, - [3152] = 3152, - [3153] = 3153, - [3154] = 3022, - [3155] = 3155, - [3156] = 3011, - [3157] = 2894, - [3158] = 2975, - [3159] = 2940, - [3160] = 2976, - [3161] = 2971, - [3162] = 3001, - [3163] = 3143, - [3164] = 3152, - [3165] = 3165, - [3166] = 2882, - [3167] = 2889, - [3168] = 2953, - [3169] = 3080, - [3170] = 2905, - [3171] = 3112, - [3172] = 3165, + [3145] = 2942, + [3146] = 2885, + [3147] = 2943, + [3148] = 3148, + [3149] = 2189, + [3150] = 2199, + [3151] = 3151, + [3152] = 2198, + [3153] = 2235, + [3154] = 2211, + [3155] = 2945, + [3156] = 2237, + [3157] = 3114, + [3158] = 2983, + [3159] = 3159, + [3160] = 2962, + [3161] = 3161, + [3162] = 2993, + [3163] = 3163, + [3164] = 3164, + [3165] = 3085, + [3166] = 3126, + [3167] = 2969, + [3168] = 3053, + [3169] = 3169, + [3170] = 3170, + [3171] = 2959, + [3172] = 3172, [3173] = 3173, - [3174] = 3094, - [3175] = 3175, - [3176] = 3176, - [3177] = 3177, - [3178] = 3155, - [3179] = 2957, - [3180] = 2984, - [3181] = 2958, - [3182] = 3176, - [3183] = 2214, - [3184] = 3147, - [3185] = 3023, - [3186] = 3111, - [3187] = 2895, - [3188] = 2922, + [3174] = 3174, + [3175] = 3111, + [3176] = 3034, + [3177] = 3093, + [3178] = 3178, + [3179] = 3179, + [3180] = 2892, + [3181] = 3181, + [3182] = 3097, + [3183] = 2880, + [3184] = 3184, + [3185] = 2218, + [3186] = 3186, + [3187] = 2236, + [3188] = 2919, [3189] = 3189, [3190] = 3190, [3191] = 3191, - [3192] = 3192, - [3193] = 3193, + [3192] = 2977, + [3193] = 1464, [3194] = 3194, [3195] = 3195, [3196] = 3196, @@ -7211,19 +7211,19 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3199] = 3199, [3200] = 3200, [3201] = 3201, - [3202] = 1554, + [3202] = 3202, [3203] = 3203, [3204] = 3204, [3205] = 3205, [3206] = 3206, - [3207] = 3207, + [3207] = 3196, [3208] = 3208, [3209] = 3209, [3210] = 3210, [3211] = 3211, [3212] = 3212, - [3213] = 3212, - [3214] = 3214, + [3213] = 3213, + [3214] = 3203, [3215] = 3215, [3216] = 3216, [3217] = 3217, @@ -7232,280 +7232,280 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3220] = 3220, [3221] = 3221, [3222] = 3222, - [3223] = 3223, - [3224] = 3203, + [3223] = 3199, + [3224] = 3218, [3225] = 3225, [3226] = 3226, - [3227] = 3192, - [3228] = 3221, + [3227] = 3227, + [3228] = 3228, [3229] = 3229, - [3230] = 3230, - [3231] = 3231, + [3230] = 3200, + [3231] = 3201, [3232] = 3232, [3233] = 3233, [3234] = 3234, [3235] = 3235, - [3236] = 3204, - [3237] = 3237, - [3238] = 3201, + [3236] = 3236, + [3237] = 3203, + [3238] = 3238, [3239] = 3239, - [3240] = 3223, + [3240] = 3240, [3241] = 3241, [3242] = 3242, [3243] = 3243, - [3244] = 3241, - [3245] = 3230, + [3244] = 3244, + [3245] = 3245, [3246] = 3246, - [3247] = 3206, - [3248] = 3248, + [3247] = 3212, + [3248] = 3219, [3249] = 3249, - [3250] = 3193, - [3251] = 3201, - [3252] = 3199, + [3250] = 3196, + [3251] = 3251, + [3252] = 3200, [3253] = 3253, - [3254] = 3201, - [3255] = 3203, - [3256] = 3204, - [3257] = 3257, - [3258] = 3207, - [3259] = 3259, + [3254] = 3203, + [3255] = 3205, + [3256] = 3206, + [3257] = 3194, + [3258] = 3258, + [3259] = 3215, [3260] = 3260, - [3261] = 3211, + [3261] = 3261, [3262] = 3262, - [3263] = 3209, + [3263] = 3263, [3264] = 3264, [3265] = 3265, - [3266] = 3266, - [3267] = 3267, + [3266] = 3203, + [3267] = 3262, [3268] = 3268, - [3269] = 3201, - [3270] = 3220, - [3271] = 3223, - [3272] = 3272, + [3269] = 3249, + [3270] = 3197, + [3271] = 3271, + [3272] = 3216, [3273] = 3273, - [3274] = 3211, - [3275] = 3241, + [3274] = 3274, + [3275] = 3240, [3276] = 3276, - [3277] = 3193, - [3278] = 3201, - [3279] = 3243, - [3280] = 3203, - [3281] = 3204, - [3282] = 3189, - [3283] = 3211, + [3277] = 3277, + [3278] = 3262, + [3279] = 3205, + [3280] = 3211, + [3281] = 3246, + [3282] = 3282, + [3283] = 3196, [3284] = 3284, - [3285] = 3226, - [3286] = 3191, - [3287] = 3241, - [3288] = 3205, + [3285] = 3206, + [3286] = 3203, + [3287] = 3205, + [3288] = 3206, [3289] = 3289, - [3290] = 3201, - [3291] = 3203, - [3292] = 3204, - [3293] = 3195, - [3294] = 3294, - [3295] = 3295, + [3290] = 3282, + [3291] = 3204, + [3292] = 3215, + [3293] = 3200, + [3294] = 3205, + [3295] = 1499, [3296] = 3296, - [3297] = 3294, + [3297] = 1500, [3298] = 3298, [3299] = 3299, - [3300] = 3241, - [3301] = 3259, - [3302] = 3201, - [3303] = 3203, - [3304] = 3204, - [3305] = 3284, - [3306] = 3197, - [3307] = 3223, - [3308] = 3241, - [3309] = 3201, - [3310] = 3203, - [3311] = 3204, - [3312] = 3241, - [3313] = 3203, - [3314] = 3204, - [3315] = 3241, - [3316] = 3203, - [3317] = 3204, - [3318] = 3241, - [3319] = 3203, - [3320] = 3204, - [3321] = 3241, + [3300] = 3300, + [3301] = 3246, + [3302] = 3203, + [3303] = 3205, + [3304] = 3206, + [3305] = 3211, + [3306] = 3306, + [3307] = 3307, + [3308] = 3201, + [3309] = 3309, + [3310] = 3310, + [3311] = 3284, + [3312] = 3312, + [3313] = 3212, + [3314] = 3246, + [3315] = 3203, + [3316] = 3205, + [3317] = 3206, + [3318] = 3318, + [3319] = 3319, + [3320] = 1523, + [3321] = 3246, [3322] = 3203, - [3323] = 3204, - [3324] = 3199, - [3325] = 3325, - [3326] = 3326, - [3327] = 3222, - [3328] = 3208, - [3329] = 3329, - [3330] = 3330, - [3331] = 3331, - [3332] = 3200, - [3333] = 3231, - [3334] = 3334, - [3335] = 3265, - [3336] = 1262, - [3337] = 1264, - [3338] = 3234, - [3339] = 3339, - [3340] = 3232, - [3341] = 3235, - [3342] = 3243, + [3323] = 3205, + [3324] = 3206, + [3325] = 3246, + [3326] = 3205, + [3327] = 3206, + [3328] = 3246, + [3329] = 3205, + [3330] = 3206, + [3331] = 3246, + [3332] = 3205, + [3333] = 3206, + [3334] = 3246, + [3335] = 3205, + [3336] = 3206, + [3337] = 3337, + [3338] = 3245, + [3339] = 3232, + [3340] = 1448, + [3341] = 3341, + [3342] = 3342, [3343] = 3343, - [3344] = 3233, + [3344] = 3229, [3345] = 3345, - [3346] = 3330, - [3347] = 3347, - [3348] = 3241, - [3349] = 3349, - [3350] = 3265, + [3346] = 1128, + [3347] = 1129, + [3348] = 3245, + [3349] = 3221, + [3350] = 3350, [3351] = 3351, - [3352] = 3331, - [3353] = 3353, - [3354] = 3276, - [3355] = 3355, + [3352] = 3352, + [3353] = 3268, + [3354] = 3246, + [3355] = 3238, [3356] = 3356, [3357] = 3357, - [3358] = 1436, - [3359] = 1437, - [3360] = 3360, - [3361] = 3091, - [3362] = 3103, - [3363] = 3363, + [3358] = 3241, + [3359] = 3359, + [3360] = 3318, + [3361] = 3209, + [3362] = 3362, + [3363] = 3307, [3364] = 3364, - [3365] = 3357, + [3365] = 3365, [3366] = 3366, - [3367] = 3367, - [3368] = 3368, - [3369] = 3369, - [3370] = 3193, - [3371] = 3334, - [3372] = 3372, - [3373] = 3373, - [3374] = 3214, - [3375] = 3375, - [3376] = 3376, - [3377] = 3198, - [3378] = 3199, - [3379] = 3200, - [3380] = 3380, - [3381] = 3356, + [3367] = 3350, + [3368] = 3357, + [3369] = 3220, + [3370] = 3227, + [3371] = 3371, + [3372] = 3222, + [3373] = 3234, + [3374] = 3215, + [3375] = 3253, + [3376] = 3342, + [3377] = 3260, + [3378] = 3233, + [3379] = 3379, + [3380] = 3246, + [3381] = 3381, [3382] = 3382, [3383] = 3383, - [3384] = 3384, - [3385] = 3242, + [3384] = 3203, + [3385] = 3343, [3386] = 3386, - [3387] = 3387, - [3388] = 3295, - [3389] = 3363, - [3390] = 3382, - [3391] = 3387, - [3392] = 3392, + [3387] = 3215, + [3388] = 3388, + [3389] = 3389, + [3390] = 3379, + [3391] = 3341, + [3392] = 3196, [3393] = 3393, - [3394] = 3394, - [3395] = 3395, - [3396] = 3396, - [3397] = 3201, - [3398] = 3220, - [3399] = 3399, - [3400] = 3355, - [3401] = 3360, + [3394] = 3225, + [3395] = 3228, + [3396] = 3235, + [3397] = 3236, + [3398] = 3306, + [3399] = 3345, + [3400] = 3345, + [3401] = 3216, [3402] = 3402, - [3403] = 3203, - [3404] = 3204, - [3405] = 1538, - [3406] = 3353, - [3407] = 3357, + [3403] = 3403, + [3404] = 3381, + [3405] = 3382, + [3406] = 3277, + [3407] = 3261, [3408] = 3408, - [3409] = 3386, + [3409] = 3409, [3410] = 3410, - [3411] = 3205, - [3412] = 3198, - [3413] = 3413, - [3414] = 3208, - [3415] = 3201, - [3416] = 3231, + [3411] = 3198, + [3412] = 3412, + [3413] = 3383, + [3414] = 3342, + [3415] = 3415, + [3416] = 3416, [3417] = 3417, - [3418] = 1262, - [3419] = 1264, - [3420] = 3339, - [3421] = 3421, - [3422] = 3276, - [3423] = 3423, - [3424] = 3193, - [3425] = 3425, - [3426] = 3347, - [3427] = 3364, - [3428] = 3428, - [3429] = 3429, - [3430] = 3430, - [3431] = 3231, - [3432] = 3259, - [3433] = 3339, - [3434] = 3428, - [3435] = 3190, - [3436] = 3366, - [3437] = 3218, - [3438] = 3438, - [3439] = 3231, - [3440] = 3339, - [3441] = 3211, - [3442] = 3246, - [3443] = 3262, - [3444] = 3444, - [3445] = 3421, - [3446] = 3265, - [3447] = 3223, + [3418] = 1128, + [3419] = 1129, + [3420] = 3388, + [3421] = 3221, + [3422] = 3422, + [3423] = 3318, + [3424] = 3226, + [3425] = 3206, + [3426] = 3386, + [3427] = 3289, + [3428] = 3337, + [3429] = 3299, + [3430] = 3244, + [3431] = 3342, + [3432] = 3221, + [3433] = 3220, + [3434] = 3240, + [3435] = 3435, + [3436] = 3342, + [3437] = 3221, + [3438] = 3310, + [3439] = 3199, + [3440] = 3264, + [3441] = 3435, + [3442] = 3213, + [3443] = 3345, + [3444] = 3240, + [3445] = 3263, + [3446] = 3389, + [3447] = 3203, [3448] = 3448, - [3449] = 3260, - [3450] = 3253, - [3451] = 3451, - [3452] = 3201, - [3453] = 3372, - [3454] = 3276, - [3455] = 3205, - [3456] = 3219, - [3457] = 3444, - [3458] = 3239, - [3459] = 3212, - [3460] = 3229, - [3461] = 3339, + [3449] = 3239, + [3450] = 3203, + [3451] = 3318, + [3452] = 3211, + [3453] = 3453, + [3454] = 3454, + [3455] = 3388, + [3456] = 3448, + [3457] = 3265, + [3458] = 3458, + [3459] = 3459, + [3460] = 3460, + [3461] = 3217, [3462] = 3462, - [3463] = 3257, - [3464] = 3429, - [3465] = 3451, - [3466] = 3289, - [3467] = 1508, - [3468] = 3468, - [3469] = 3235, - [3470] = 3243, - [3471] = 3423, - [3472] = 3221, - [3473] = 3241, - [3474] = 3410, - [3475] = 3262, - [3476] = 3260, - [3477] = 3423, - [3478] = 3260, - [3479] = 3423, - [3480] = 3367, - [3481] = 3353, - [3482] = 3265, - [3483] = 3438, - [3484] = 3413, - [3485] = 3329, - [3486] = 3267, - [3487] = 3208, - [3488] = 3353, - [3489] = 3393, - [3490] = 3430, - [3491] = 3343, - [3492] = 3268, - [3493] = 3221, - [3494] = 3368, - [3495] = 3448, - [3496] = 3462, + [3463] = 3393, + [3464] = 3240, + [3465] = 3402, + [3466] = 3408, + [3467] = 3276, + [3468] = 3271, + [3469] = 3469, + [3470] = 3337, + [3471] = 3362, + [3472] = 3245, + [3473] = 3435, + [3474] = 3263, + [3475] = 3469, + [3476] = 3263, + [3477] = 3469, + [3478] = 3246, + [3479] = 3310, + [3480] = 3480, + [3481] = 3481, + [3482] = 3345, + [3483] = 3366, + [3484] = 3469, + [3485] = 3485, + [3486] = 3422, + [3487] = 3212, + [3488] = 3310, + [3489] = 3208, + [3490] = 3416, + [3491] = 3195, + [3492] = 3343, + [3493] = 3220, + [3494] = 3251, + [3495] = 2980, + [3496] = 3496, [3497] = 3497, [3498] = 3498, [3499] = 3499, @@ -7523,7 +7523,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3511] = 3511, [3512] = 3512, [3513] = 3513, - [3514] = 3509, + [3514] = 3514, [3515] = 3515, [3516] = 3516, [3517] = 3517, @@ -7533,305 +7533,304 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3521] = 3521, [3522] = 3522, [3523] = 3523, - [3524] = 3524, + [3524] = 3505, [3525] = 3525, [3526] = 3526, [3527] = 3527, - [3528] = 3498, + [3528] = 3528, [3529] = 3529, [3530] = 3530, - [3531] = 3522, - [3532] = 3516, + [3531] = 3531, + [3532] = 3532, [3533] = 3523, [3534] = 3534, [3535] = 3535, [3536] = 3536, [3537] = 3537, - [3538] = 3502, + [3538] = 3538, [3539] = 3539, [3540] = 3540, - [3541] = 3541, - [3542] = 3542, - [3543] = 3543, + [3541] = 166, + [3542] = 3517, + [3543] = 3514, [3544] = 3544, [3545] = 3545, [3546] = 3546, - [3547] = 3547, + [3547] = 3500, [3548] = 3548, [3549] = 3549, [3550] = 3550, - [3551] = 3501, + [3551] = 3537, [3552] = 3552, [3553] = 3553, - [3554] = 3507, - [3555] = 3510, - [3556] = 3518, - [3557] = 3547, - [3558] = 3519, + [3554] = 3531, + [3555] = 3527, + [3556] = 3556, + [3557] = 3557, + [3558] = 3558, [3559] = 3559, - [3560] = 3560, + [3560] = 3500, [3561] = 3561, [3562] = 3562, - [3563] = 3525, - [3564] = 3512, + [3563] = 3528, + [3564] = 3564, [3565] = 3565, - [3566] = 3552, + [3566] = 3566, [3567] = 3567, [3568] = 3568, [3569] = 3569, - [3570] = 3570, + [3570] = 3508, [3571] = 3571, - [3572] = 3572, + [3572] = 3550, [3573] = 3573, [3574] = 3574, [3575] = 3575, - [3576] = 3511, + [3576] = 3576, [3577] = 3577, - [3578] = 3572, + [3578] = 3578, [3579] = 3579, - [3580] = 3571, + [3580] = 3580, [3581] = 3581, - [3582] = 3582, - [3583] = 3583, + [3582] = 3512, + [3583] = 3548, [3584] = 3584, - [3585] = 3500, - [3586] = 3586, - [3587] = 3568, - [3588] = 3570, + [3585] = 3585, + [3586] = 3539, + [3587] = 3519, + [3588] = 3558, [3589] = 3589, [3590] = 3590, [3591] = 3591, - [3592] = 3539, + [3592] = 3592, [3593] = 3593, [3594] = 3594, [3595] = 3595, [3596] = 3596, - [3597] = 3594, + [3597] = 3538, [3598] = 3598, [3599] = 3599, - [3600] = 3600, - [3601] = 3527, - [3602] = 3547, + [3600] = 3557, + [3601] = 3601, + [3602] = 3500, [3603] = 3603, - [3604] = 3511, + [3604] = 3604, [3605] = 3605, - [3606] = 3510, - [3607] = 3607, - [3608] = 3596, - [3609] = 3609, - [3610] = 3513, - [3611] = 3517, - [3612] = 3498, + [3606] = 3502, + [3607] = 3599, + [3608] = 3500, + [3609] = 3553, + [3610] = 3598, + [3611] = 3580, + [3612] = 3601, [3613] = 3613, [3614] = 3614, - [3615] = 3615, + [3615] = 3525, [3616] = 3616, - [3617] = 3589, + [3617] = 3617, [3618] = 3618, - [3619] = 3619, - [3620] = 3512, + [3619] = 3537, + [3620] = 3620, [3621] = 3621, [3622] = 3622, - [3623] = 3530, - [3624] = 3614, - [3625] = 3625, - [3626] = 3536, - [3627] = 3590, - [3628] = 3628, + [3623] = 3498, + [3624] = 3624, + [3625] = 3513, + [3626] = 3573, + [3627] = 3627, + [3628] = 3618, [3629] = 3629, - [3630] = 3579, - [3631] = 3504, - [3632] = 3632, - [3633] = 3633, - [3634] = 3575, - [3635] = 3507, + [3630] = 3630, + [3631] = 3631, + [3632] = 3497, + [3633] = 3508, + [3634] = 3634, + [3635] = 3635, [3636] = 3636, [3637] = 3637, - [3638] = 3638, - [3639] = 3632, + [3638] = 3535, + [3639] = 3550, [3640] = 3640, - [3641] = 3583, - [3642] = 3642, - [3643] = 3643, - [3644] = 3500, - [3645] = 3547, - [3646] = 3646, + [3641] = 3507, + [3642] = 3545, + [3643] = 3630, + [3644] = 3595, + [3645] = 3594, + [3646] = 3576, [3647] = 3647, [3648] = 3648, - [3649] = 3573, - [3650] = 3512, - [3651] = 3513, - [3652] = 3509, - [3653] = 3646, - [3654] = 3517, - [3655] = 3498, - [3656] = 3656, - [3657] = 3657, - [3658] = 3582, - [3659] = 3573, - [3660] = 3536, + [3649] = 3512, + [3650] = 3513, + [3651] = 3514, + [3652] = 3620, + [3653] = 3517, + [3654] = 3529, + [3655] = 3655, + [3656] = 3575, + [3657] = 3566, + [3658] = 3624, + [3659] = 3659, + [3660] = 3660, [3661] = 3661, - [3662] = 3662, - [3663] = 3625, - [3664] = 3540, - [3665] = 3544, - [3666] = 3629, - [3667] = 3629, - [3668] = 3668, - [3669] = 3549, - [3670] = 3633, - [3671] = 3671, - [3672] = 3668, - [3673] = 3643, - [3674] = 3633, - [3675] = 3675, - [3676] = 3500, - [3677] = 3677, - [3678] = 3513, - [3679] = 3517, - [3680] = 3668, + [3662] = 3498, + [3663] = 3539, + [3664] = 3664, + [3665] = 3618, + [3666] = 3507, + [3667] = 3667, + [3668] = 3497, + [3669] = 3593, + [3670] = 3579, + [3671] = 3545, + [3672] = 3672, + [3673] = 3673, + [3674] = 3674, + [3675] = 3568, + [3676] = 3513, + [3677] = 3517, + [3678] = 3589, + [3679] = 3627, + [3680] = 3637, [3681] = 3681, - [3682] = 3682, - [3683] = 3546, - [3684] = 3625, - [3685] = 3633, - [3686] = 3643, - [3687] = 3687, - [3688] = 3547, - [3689] = 3517, - [3690] = 3625, - [3691] = 3633, - [3692] = 3643, - [3693] = 3625, - [3694] = 3517, - [3695] = 3633, - [3696] = 3643, - [3697] = 3517, - [3698] = 3633, - [3699] = 3633, - [3700] = 3633, - [3701] = 3633, - [3702] = 3633, - [3703] = 174, - [3704] = 3704, - [3705] = 3600, - [3706] = 3562, - [3707] = 3574, - [3708] = 3708, - [3709] = 3535, - [3710] = 3710, + [3682] = 3498, + [3683] = 3497, + [3684] = 3681, + [3685] = 3545, + [3686] = 3539, + [3687] = 3569, + [3688] = 3517, + [3689] = 3498, + [3690] = 3497, + [3691] = 3545, + [3692] = 3504, + [3693] = 3517, + [3694] = 3497, + [3695] = 3545, + [3696] = 3517, + [3697] = 3497, + [3698] = 3497, + [3699] = 3497, + [3700] = 3497, + [3701] = 3497, + [3702] = 3702, + [3703] = 3703, + [3704] = 3498, + [3705] = 3603, + [3706] = 3534, + [3707] = 3660, + [3708] = 3659, + [3709] = 3539, + [3710] = 3512, [3711] = 3711, [3712] = 3712, - [3713] = 3603, - [3714] = 3621, - [3715] = 3715, - [3716] = 3542, - [3717] = 3586, - [3718] = 3715, - [3719] = 3497, - [3720] = 3657, + [3713] = 3713, + [3714] = 3510, + [3715] = 3629, + [3716] = 3716, + [3717] = 3717, + [3718] = 3718, + [3719] = 3622, + [3720] = 3571, [3721] = 3721, [3722] = 3722, - [3723] = 3499, - [3724] = 3724, - [3725] = 3710, - [3726] = 3598, - [3727] = 3511, - [3728] = 3728, - [3729] = 3628, + [3723] = 3631, + [3724] = 3516, + [3725] = 3674, + [3726] = 3511, + [3727] = 3630, + [3728] = 3722, + [3729] = 3729, [3730] = 3730, - [3731] = 3511, - [3732] = 3629, - [3733] = 3733, - [3734] = 3733, - [3735] = 3569, - [3736] = 3643, - [3737] = 3625, - [3738] = 3738, + [3731] = 3537, + [3732] = 3627, + [3733] = 3721, + [3734] = 3630, + [3735] = 3581, + [3736] = 3736, + [3737] = 3618, + [3738] = 3574, [3739] = 3739, - [3740] = 3739, - [3741] = 3741, - [3742] = 3547, - [3743] = 3613, - [3744] = 3521, - [3745] = 3545, + [3740] = 3591, + [3741] = 3640, + [3742] = 3532, + [3743] = 3713, + [3744] = 3539, + [3745] = 3711, [3746] = 3746, - [3747] = 3541, - [3748] = 3638, - [3749] = 3618, + [3747] = 3526, + [3748] = 3500, + [3749] = 3497, [3750] = 3750, - [3751] = 3738, - [3752] = 3633, - [3753] = 3599, - [3754] = 3682, - [3755] = 3755, - [3756] = 3508, - [3757] = 3724, - [3758] = 3640, - [3759] = 3550, - [3760] = 3648, - [3761] = 3761, - [3762] = 3762, - [3763] = 3763, - [3764] = 3656, - [3765] = 3577, - [3766] = 3632, - [3767] = 3562, - [3768] = 3574, - [3769] = 3603, - [3770] = 3621, - [3771] = 3579, - [3772] = 3583, - [3773] = 3562, - [3774] = 3621, - [3775] = 3522, - [3776] = 3668, - [3777] = 3621, - [3778] = 3621, - [3779] = 3621, - [3780] = 3643, - [3781] = 3559, - [3782] = 3520, - [3783] = 3546, - [3784] = 171, - [3785] = 3785, - [3786] = 3712, - [3787] = 3511, - [3788] = 3637, - [3789] = 3789, - [3790] = 3507, - [3791] = 3537, - [3792] = 3675, - [3793] = 3755, - [3794] = 3794, - [3795] = 3721, - [3796] = 3561, - [3797] = 3797, - [3798] = 3593, - [3799] = 3799, - [3800] = 3646, - [3801] = 3565, - [3802] = 3628, - [3803] = 3560, - [3804] = 3797, - [3805] = 3805, - [3806] = 3806, - [3807] = 3728, - [3808] = 3505, - [3809] = 3622, - [3810] = 3619, - [3811] = 3805, - [3812] = 3583, - [3813] = 3522, - [3814] = 3509, - [3815] = 3799, + [3751] = 3751, + [3752] = 3752, + [3753] = 3752, + [3754] = 3584, + [3755] = 3520, + [3756] = 3712, + [3757] = 3757, + [3758] = 3521, + [3759] = 3759, + [3760] = 3519, + [3761] = 3634, + [3762] = 3579, + [3763] = 3759, + [3764] = 3544, + [3765] = 3579, + [3766] = 3534, + [3767] = 3660, + [3768] = 3713, + [3769] = 3510, + [3770] = 3518, + [3771] = 3535, + [3772] = 3534, + [3773] = 3510, + [3774] = 3774, + [3775] = 3640, + [3776] = 3510, + [3777] = 3510, + [3778] = 3510, + [3779] = 3746, + [3780] = 3780, + [3781] = 3746, + [3782] = 3545, + [3783] = 3739, + [3784] = 3599, + [3785] = 3717, + [3786] = 3730, + [3787] = 3567, + [3788] = 3788, + [3789] = 3575, + [3790] = 3590, + [3791] = 3757, + [3792] = 3792, + [3793] = 3793, + [3794] = 3673, + [3795] = 3503, + [3796] = 168, + [3797] = 3578, + [3798] = 3798, + [3799] = 3616, + [3800] = 3562, + [3801] = 3594, + [3802] = 3655, + [3803] = 3614, + [3804] = 3556, + [3805] = 3605, + [3806] = 3750, + [3807] = 3549, + [3808] = 3746, + [3809] = 3780, + [3810] = 3661, + [3811] = 3640, + [3812] = 3812, + [3813] = 3514, + [3814] = 3575, + [3815] = 3815, [3816] = 3816, [3817] = 3817, [3818] = 3818, [3819] = 3819, [3820] = 3820, [3821] = 3821, - [3822] = 3822, }; static const TSSymbol ts_supertype_symbols[SUPERTYPE_COUNT] = { @@ -8739,7 +8738,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { '-', 98, '.', 135, '/', 100, - ':', 84, ';', 75, '<', 131, '=', 124, @@ -10655,7 +10653,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [41] = {.lex_state = 5, .external_lex_state = 2}, [42] = {.lex_state = 5, .external_lex_state = 2}, [43] = {.lex_state = 7, .external_lex_state = 2}, - [44] = {.lex_state = 7, .external_lex_state = 2}, + [44] = {.lex_state = 5, .external_lex_state = 2}, [45] = {.lex_state = 7, .external_lex_state = 2}, [46] = {.lex_state = 7, .external_lex_state = 2}, [47] = {.lex_state = 7, .external_lex_state = 2}, @@ -10663,7 +10661,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [49] = {.lex_state = 7, .external_lex_state = 2}, [50] = {.lex_state = 7, .external_lex_state = 2}, [51] = {.lex_state = 5, .external_lex_state = 2}, - [52] = {.lex_state = 5, .external_lex_state = 2}, + [52] = {.lex_state = 7, .external_lex_state = 2}, [53] = {.lex_state = 5, .external_lex_state = 2}, [54] = {.lex_state = 5, .external_lex_state = 2}, [55] = {.lex_state = 5, .external_lex_state = 2}, @@ -10709,17 +10707,17 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [95] = {.lex_state = 6, .external_lex_state = 2}, [96] = {.lex_state = 6, .external_lex_state = 2}, [97] = {.lex_state = 6, .external_lex_state = 2}, - [98] = {.lex_state = 6, .external_lex_state = 2}, + [98] = {.lex_state = 4, .external_lex_state = 2}, [99] = {.lex_state = 4, .external_lex_state = 2}, [100] = {.lex_state = 4, .external_lex_state = 2}, [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}, - [105] = {.lex_state = 6, .external_lex_state = 2}, + [104] = {.lex_state = 6, .external_lex_state = 2}, + [105] = {.lex_state = 4, .external_lex_state = 2}, [106] = {.lex_state = 6, .external_lex_state = 2}, [107] = {.lex_state = 6, .external_lex_state = 2}, - [108] = {.lex_state = 4, .external_lex_state = 2}, + [108] = {.lex_state = 6, .external_lex_state = 2}, [109] = {.lex_state = 6, .external_lex_state = 2}, [110] = {.lex_state = 6, .external_lex_state = 2}, [111] = {.lex_state = 6, .external_lex_state = 2}, @@ -10727,13 +10725,13 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [113] = {.lex_state = 6, .external_lex_state = 2}, [114] = {.lex_state = 6, .external_lex_state = 2}, [115] = {.lex_state = 6, .external_lex_state = 2}, - [116] = {.lex_state = 6, .external_lex_state = 2}, + [116] = {.lex_state = 4, .external_lex_state = 2}, [117] = {.lex_state = 4, .external_lex_state = 2}, - [118] = {.lex_state = 4, .external_lex_state = 2}, + [118] = {.lex_state = 6, .external_lex_state = 2}, [119] = {.lex_state = 6, .external_lex_state = 2}, [120] = {.lex_state = 6, .external_lex_state = 2}, - [121] = {.lex_state = 6, .external_lex_state = 2}, - [122] = {.lex_state = 4, .external_lex_state = 2}, + [121] = {.lex_state = 4, .external_lex_state = 2}, + [122] = {.lex_state = 6, .external_lex_state = 2}, [123] = {.lex_state = 6, .external_lex_state = 2}, [124] = {.lex_state = 6, .external_lex_state = 2}, [125] = {.lex_state = 6, .external_lex_state = 2}, @@ -10749,53 +10747,53 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [135] = {.lex_state = 13, .external_lex_state = 2}, [136] = {.lex_state = 13, .external_lex_state = 2}, [137] = {.lex_state = 13, .external_lex_state = 2}, - [138] = {.lex_state = 13, .external_lex_state = 2}, + [138] = {.lex_state = 4, .external_lex_state = 2}, [139] = {.lex_state = 13, .external_lex_state = 2}, [140] = {.lex_state = 4, .external_lex_state = 2}, [141] = {.lex_state = 13, .external_lex_state = 2}, [142] = {.lex_state = 4, .external_lex_state = 2}, [143] = {.lex_state = 13, .external_lex_state = 2}, - [144] = {.lex_state = 4, .external_lex_state = 2}, + [144] = {.lex_state = 13, .external_lex_state = 2}, [145] = {.lex_state = 13, .external_lex_state = 2}, - [146] = {.lex_state = 13, .external_lex_state = 2}, - [147] = {.lex_state = 6, .external_lex_state = 2}, + [146] = {.lex_state = 6, .external_lex_state = 2}, + [147] = {.lex_state = 4, .external_lex_state = 2}, [148] = {.lex_state = 4, .external_lex_state = 2}, [149] = {.lex_state = 4, .external_lex_state = 2}, - [150] = {.lex_state = 4, .external_lex_state = 2}, + [150] = {.lex_state = 13, .external_lex_state = 2}, [151] = {.lex_state = 13, .external_lex_state = 2}, - [152] = {.lex_state = 13, .external_lex_state = 2}, - [153] = {.lex_state = 13, .external_lex_state = 2}, + [152] = {.lex_state = 4, .external_lex_state = 2}, + [153] = {.lex_state = 4, .external_lex_state = 2}, [154] = {.lex_state = 4, .external_lex_state = 2}, [155] = {.lex_state = 4, .external_lex_state = 2}, - [156] = {.lex_state = 4, .external_lex_state = 2}, + [156] = {.lex_state = 13, .external_lex_state = 2}, [157] = {.lex_state = 13, .external_lex_state = 2}, - [158] = {.lex_state = 4, .external_lex_state = 2}, - [159] = {.lex_state = 4, .external_lex_state = 2}, - [160] = {.lex_state = 4, .external_lex_state = 2}, - [161] = {.lex_state = 4, .external_lex_state = 2}, + [158] = {.lex_state = 13, .external_lex_state = 2}, + [159] = {.lex_state = 13, .external_lex_state = 2}, + [160] = {.lex_state = 13, .external_lex_state = 2}, + [161] = {.lex_state = 13, .external_lex_state = 2}, [162] = {.lex_state = 13, .external_lex_state = 2}, [163] = {.lex_state = 4, .external_lex_state = 2}, [164] = {.lex_state = 13, .external_lex_state = 2}, [165] = {.lex_state = 13, .external_lex_state = 2}, - [166] = {.lex_state = 13, .external_lex_state = 2}, - [167] = {.lex_state = 13, .external_lex_state = 2}, - [168] = {.lex_state = 13, .external_lex_state = 2}, - [169] = {.lex_state = 4, .external_lex_state = 2}, + [166] = {.lex_state = 4, .external_lex_state = 2}, + [167] = {.lex_state = 4, .external_lex_state = 2}, + [168] = {.lex_state = 4, .external_lex_state = 2}, + [169] = {.lex_state = 13, .external_lex_state = 2}, [170] = {.lex_state = 6, .external_lex_state = 2}, [171] = {.lex_state = 4, .external_lex_state = 2}, [172] = {.lex_state = 13, .external_lex_state = 2}, [173] = {.lex_state = 13, .external_lex_state = 2}, - [174] = {.lex_state = 4, .external_lex_state = 2}, + [174] = {.lex_state = 13, .external_lex_state = 2}, [175] = {.lex_state = 4, .external_lex_state = 2}, - [176] = {.lex_state = 4, .external_lex_state = 2}, + [176] = {.lex_state = 13, .external_lex_state = 2}, [177] = {.lex_state = 13, .external_lex_state = 2}, - [178] = {.lex_state = 13, .external_lex_state = 2}, + [178] = {.lex_state = 4, .external_lex_state = 2}, [179] = {.lex_state = 13, .external_lex_state = 2}, - [180] = {.lex_state = 4, .external_lex_state = 2}, + [180] = {.lex_state = 13, .external_lex_state = 2}, [181] = {.lex_state = 13, .external_lex_state = 2}, - [182] = {.lex_state = 13, .external_lex_state = 2}, + [182] = {.lex_state = 4, .external_lex_state = 2}, [183] = {.lex_state = 4, .external_lex_state = 2}, - [184] = {.lex_state = 13, .external_lex_state = 2}, + [184] = {.lex_state = 4, .external_lex_state = 2}, [185] = {.lex_state = 4, .external_lex_state = 2}, [186] = {.lex_state = 4, .external_lex_state = 2}, [187] = {.lex_state = 4, .external_lex_state = 2}, @@ -10805,16 +10803,16 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [191] = {.lex_state = 13, .external_lex_state = 2}, [192] = {.lex_state = 13, .external_lex_state = 2}, [193] = {.lex_state = 13, .external_lex_state = 2}, - [194] = {.lex_state = 13, .external_lex_state = 2}, + [194] = {.lex_state = 4, .external_lex_state = 2}, [195] = {.lex_state = 13, .external_lex_state = 2}, [196] = {.lex_state = 13, .external_lex_state = 2}, [197] = {.lex_state = 4, .external_lex_state = 2}, - [198] = {.lex_state = 6, .external_lex_state = 2}, + [198] = {.lex_state = 13, .external_lex_state = 2}, [199] = {.lex_state = 13, .external_lex_state = 2}, [200] = {.lex_state = 6, .external_lex_state = 2}, [201] = {.lex_state = 13, .external_lex_state = 2}, [202] = {.lex_state = 6, .external_lex_state = 2}, - [203] = {.lex_state = 6, .external_lex_state = 2}, + [203] = {.lex_state = 13, .external_lex_state = 2}, [204] = {.lex_state = 6, .external_lex_state = 2}, [205] = {.lex_state = 6, .external_lex_state = 2}, [206] = {.lex_state = 6, .external_lex_state = 2}, @@ -10822,52 +10820,52 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [208] = {.lex_state = 6, .external_lex_state = 2}, [209] = {.lex_state = 13, .external_lex_state = 2}, [210] = {.lex_state = 6, .external_lex_state = 2}, - [211] = {.lex_state = 13, .external_lex_state = 2}, - [212] = {.lex_state = 6, .external_lex_state = 2}, - [213] = {.lex_state = 13, .external_lex_state = 2}, - [214] = {.lex_state = 13, .external_lex_state = 2}, - [215] = {.lex_state = 15, .external_lex_state = 2}, - [216] = {.lex_state = 13, .external_lex_state = 2}, - [217] = {.lex_state = 15, .external_lex_state = 2}, - [218] = {.lex_state = 13, .external_lex_state = 2}, + [211] = {.lex_state = 6, .external_lex_state = 2}, + [212] = {.lex_state = 13, .external_lex_state = 2}, + [213] = {.lex_state = 6, .external_lex_state = 2}, + [214] = {.lex_state = 6, .external_lex_state = 2}, + [215] = {.lex_state = 13, .external_lex_state = 2}, + [216] = {.lex_state = 15, .external_lex_state = 2}, + [217] = {.lex_state = 12, .external_lex_state = 2}, + [218] = {.lex_state = 15, .external_lex_state = 2}, [219] = {.lex_state = 15, .external_lex_state = 2}, [220] = {.lex_state = 15, .external_lex_state = 2}, [221] = {.lex_state = 13, .external_lex_state = 2}, [222] = {.lex_state = 13, .external_lex_state = 2}, - [223] = {.lex_state = 13, .external_lex_state = 2}, + [223] = {.lex_state = 15, .external_lex_state = 2}, [224] = {.lex_state = 15, .external_lex_state = 2}, - [225] = {.lex_state = 13, .external_lex_state = 2}, - [226] = {.lex_state = 15, .external_lex_state = 2}, - [227] = {.lex_state = 13, .external_lex_state = 2}, - [228] = {.lex_state = 15, .external_lex_state = 2}, + [225] = {.lex_state = 15, .external_lex_state = 2}, + [226] = {.lex_state = 13, .external_lex_state = 2}, + [227] = {.lex_state = 12, .external_lex_state = 2}, + [228] = {.lex_state = 13, .external_lex_state = 2}, [229] = {.lex_state = 12, .external_lex_state = 2}, - [230] = {.lex_state = 13, .external_lex_state = 2}, - [231] = {.lex_state = 12, .external_lex_state = 2}, + [230] = {.lex_state = 15, .external_lex_state = 2}, + [231] = {.lex_state = 15, .external_lex_state = 2}, [232] = {.lex_state = 15, .external_lex_state = 2}, - [233] = {.lex_state = 15, .external_lex_state = 2}, - [234] = {.lex_state = 15, .external_lex_state = 2}, - [235] = {.lex_state = 12, .external_lex_state = 2}, + [233] = {.lex_state = 13, .external_lex_state = 2}, + [234] = {.lex_state = 13, .external_lex_state = 2}, + [235] = {.lex_state = 15, .external_lex_state = 2}, [236] = {.lex_state = 15, .external_lex_state = 2}, - [237] = {.lex_state = 12, .external_lex_state = 2}, + [237] = {.lex_state = 13, .external_lex_state = 2}, [238] = {.lex_state = 13, .external_lex_state = 2}, - [239] = {.lex_state = 13, .external_lex_state = 2}, - [240] = {.lex_state = 13, .external_lex_state = 2}, - [241] = {.lex_state = 13, .external_lex_state = 2}, - [242] = {.lex_state = 12, .external_lex_state = 2}, + [239] = {.lex_state = 12, .external_lex_state = 2}, + [240] = {.lex_state = 15, .external_lex_state = 2}, + [241] = {.lex_state = 15, .external_lex_state = 2}, + [242] = {.lex_state = 15, .external_lex_state = 2}, [243] = {.lex_state = 15, .external_lex_state = 2}, [244] = {.lex_state = 15, .external_lex_state = 2}, - [245] = {.lex_state = 15, .external_lex_state = 2}, + [245] = {.lex_state = 13, .external_lex_state = 2}, [246] = {.lex_state = 13, .external_lex_state = 2}, - [247] = {.lex_state = 15, .external_lex_state = 2}, + [247] = {.lex_state = 13, .external_lex_state = 2}, [248] = {.lex_state = 15, .external_lex_state = 2}, [249] = {.lex_state = 15, .external_lex_state = 2}, - [250] = {.lex_state = 13, .external_lex_state = 2}, + [250] = {.lex_state = 15, .external_lex_state = 2}, [251] = {.lex_state = 12, .external_lex_state = 2}, - [252] = {.lex_state = 13, .external_lex_state = 2}, + [252] = {.lex_state = 12, .external_lex_state = 2}, [253] = {.lex_state = 13, .external_lex_state = 2}, - [254] = {.lex_state = 15, .external_lex_state = 2}, - [255] = {.lex_state = 15, .external_lex_state = 2}, - [256] = {.lex_state = 15, .external_lex_state = 2}, + [254] = {.lex_state = 13, .external_lex_state = 2}, + [255] = {.lex_state = 13, .external_lex_state = 2}, + [256] = {.lex_state = 13, .external_lex_state = 2}, [257] = {.lex_state = 13, .external_lex_state = 2}, [258] = {.lex_state = 12, .external_lex_state = 2}, [259] = {.lex_state = 12, .external_lex_state = 2}, @@ -10901,13 +10899,13 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [287] = {.lex_state = 13, .external_lex_state = 2}, [288] = {.lex_state = 13, .external_lex_state = 2}, [289] = {.lex_state = 13, .external_lex_state = 2}, - [290] = {.lex_state = 71, .external_lex_state = 2}, + [290] = {.lex_state = 13, .external_lex_state = 2}, [291] = {.lex_state = 13, .external_lex_state = 2}, [292] = {.lex_state = 13, .external_lex_state = 2}, [293] = {.lex_state = 13, .external_lex_state = 2}, [294] = {.lex_state = 13, .external_lex_state = 2}, [295] = {.lex_state = 13, .external_lex_state = 2}, - [296] = {.lex_state = 13, .external_lex_state = 2}, + [296] = {.lex_state = 12, .external_lex_state = 2}, [297] = {.lex_state = 13, .external_lex_state = 2}, [298] = {.lex_state = 13, .external_lex_state = 2}, [299] = {.lex_state = 13, .external_lex_state = 2}, @@ -10929,13 +10927,13 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [315] = {.lex_state = 13, .external_lex_state = 2}, [316] = {.lex_state = 13, .external_lex_state = 2}, [317] = {.lex_state = 13, .external_lex_state = 2}, - [318] = {.lex_state = 14, .external_lex_state = 2}, - [319] = {.lex_state = 12, .external_lex_state = 2}, + [318] = {.lex_state = 13, .external_lex_state = 2}, + [319] = {.lex_state = 13, .external_lex_state = 2}, [320] = {.lex_state = 13, .external_lex_state = 2}, [321] = {.lex_state = 13, .external_lex_state = 2}, [322] = {.lex_state = 13, .external_lex_state = 2}, [323] = {.lex_state = 13, .external_lex_state = 2}, - [324] = {.lex_state = 14, .external_lex_state = 2}, + [324] = {.lex_state = 13, .external_lex_state = 2}, [325] = {.lex_state = 13, .external_lex_state = 2}, [326] = {.lex_state = 13, .external_lex_state = 2}, [327] = {.lex_state = 13, .external_lex_state = 2}, @@ -10946,10 +10944,10 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [332] = {.lex_state = 13, .external_lex_state = 2}, [333] = {.lex_state = 13, .external_lex_state = 2}, [334] = {.lex_state = 13, .external_lex_state = 2}, - [335] = {.lex_state = 13, .external_lex_state = 2}, + [335] = {.lex_state = 71, .external_lex_state = 2}, [336] = {.lex_state = 13, .external_lex_state = 2}, [337] = {.lex_state = 13, .external_lex_state = 2}, - [338] = {.lex_state = 14, .external_lex_state = 2}, + [338] = {.lex_state = 13, .external_lex_state = 2}, [339] = {.lex_state = 13, .external_lex_state = 2}, [340] = {.lex_state = 13, .external_lex_state = 2}, [341] = {.lex_state = 13, .external_lex_state = 2}, @@ -10971,14 +10969,14 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [357] = {.lex_state = 13, .external_lex_state = 2}, [358] = {.lex_state = 13, .external_lex_state = 2}, [359] = {.lex_state = 13, .external_lex_state = 2}, - [360] = {.lex_state = 13, .external_lex_state = 2}, - [361] = {.lex_state = 13, .external_lex_state = 2}, + [360] = {.lex_state = 14, .external_lex_state = 2}, + [361] = {.lex_state = 14, .external_lex_state = 2}, [362] = {.lex_state = 13, .external_lex_state = 2}, [363] = {.lex_state = 13, .external_lex_state = 2}, [364] = {.lex_state = 13, .external_lex_state = 2}, [365] = {.lex_state = 13, .external_lex_state = 2}, [366] = {.lex_state = 13, .external_lex_state = 2}, - [367] = {.lex_state = 13, .external_lex_state = 2}, + [367] = {.lex_state = 14, .external_lex_state = 2}, [368] = {.lex_state = 13, .external_lex_state = 2}, [369] = {.lex_state = 13, .external_lex_state = 2}, [370] = {.lex_state = 13, .external_lex_state = 2}, @@ -11011,33 +11009,33 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [397] = {.lex_state = 71, .external_lex_state = 2}, [398] = {.lex_state = 71, .external_lex_state = 2}, [399] = {.lex_state = 71, .external_lex_state = 2}, - [400] = {.lex_state = 12, .external_lex_state = 2}, + [400] = {.lex_state = 71, .external_lex_state = 2}, [401] = {.lex_state = 71, .external_lex_state = 2}, [402] = {.lex_state = 71, .external_lex_state = 2}, [403] = {.lex_state = 71, .external_lex_state = 2}, [404] = {.lex_state = 71, .external_lex_state = 2}, - [405] = {.lex_state = 12, .external_lex_state = 2}, + [405] = {.lex_state = 71, .external_lex_state = 2}, [406] = {.lex_state = 71, .external_lex_state = 2}, [407] = {.lex_state = 71, .external_lex_state = 2}, [408] = {.lex_state = 71, .external_lex_state = 2}, [409] = {.lex_state = 71, .external_lex_state = 2}, - [410] = {.lex_state = 71, .external_lex_state = 2}, + [410] = {.lex_state = 12, .external_lex_state = 2}, [411] = {.lex_state = 71, .external_lex_state = 2}, [412] = {.lex_state = 71, .external_lex_state = 2}, [413] = {.lex_state = 71, .external_lex_state = 2}, [414] = {.lex_state = 71, .external_lex_state = 2}, [415] = {.lex_state = 71, .external_lex_state = 2}, [416] = {.lex_state = 71, .external_lex_state = 2}, - [417] = {.lex_state = 12, .external_lex_state = 2}, - [418] = {.lex_state = 71, .external_lex_state = 2}, + [417] = {.lex_state = 71, .external_lex_state = 2}, + [418] = {.lex_state = 12, .external_lex_state = 2}, [419] = {.lex_state = 71, .external_lex_state = 2}, [420] = {.lex_state = 71, .external_lex_state = 2}, [421] = {.lex_state = 71, .external_lex_state = 2}, - [422] = {.lex_state = 71, .external_lex_state = 2}, + [422] = {.lex_state = 12, .external_lex_state = 2}, [423] = {.lex_state = 71, .external_lex_state = 2}, [424] = {.lex_state = 71, .external_lex_state = 2}, - [425] = {.lex_state = 71, .external_lex_state = 2}, - [426] = {.lex_state = 12, .external_lex_state = 2}, + [425] = {.lex_state = 12, .external_lex_state = 2}, + [426] = {.lex_state = 71, .external_lex_state = 2}, [427] = {.lex_state = 71, .external_lex_state = 2}, [428] = {.lex_state = 71, .external_lex_state = 2}, [429] = {.lex_state = 14, .external_lex_state = 2}, @@ -11077,21 +11075,21 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [463] = {.lex_state = 5, .external_lex_state = 2}, [464] = {.lex_state = 14, .external_lex_state = 2}, [465] = {.lex_state = 14, .external_lex_state = 2}, - [466] = {.lex_state = 14, .external_lex_state = 2}, - [467] = {.lex_state = 14, .external_lex_state = 2}, - [468] = {.lex_state = 5, .external_lex_state = 2}, - [469] = {.lex_state = 14, .external_lex_state = 2}, + [466] = {.lex_state = 5, .external_lex_state = 2}, + [467] = {.lex_state = 5, .external_lex_state = 2}, + [468] = {.lex_state = 14, .external_lex_state = 2}, + [469] = {.lex_state = 5, .external_lex_state = 2}, [470] = {.lex_state = 5, .external_lex_state = 2}, - [471] = {.lex_state = 5, .external_lex_state = 2}, - [472] = {.lex_state = 5, .external_lex_state = 2}, - [473] = {.lex_state = 14, .external_lex_state = 2}, - [474] = {.lex_state = 5, .external_lex_state = 2}, - [475] = {.lex_state = 14, .external_lex_state = 2}, - [476] = {.lex_state = 14, .external_lex_state = 2}, - [477] = {.lex_state = 5, .external_lex_state = 2}, + [471] = {.lex_state = 14, .external_lex_state = 2}, + [472] = {.lex_state = 14, .external_lex_state = 2}, + [473] = {.lex_state = 5, .external_lex_state = 2}, + [474] = {.lex_state = 14, .external_lex_state = 2}, + [475] = {.lex_state = 5, .external_lex_state = 2}, + [476] = {.lex_state = 5, .external_lex_state = 2}, + [477] = {.lex_state = 14, .external_lex_state = 2}, [478] = {.lex_state = 5, .external_lex_state = 2}, [479] = {.lex_state = 5, .external_lex_state = 2}, - [480] = {.lex_state = 5, .external_lex_state = 2}, + [480] = {.lex_state = 14, .external_lex_state = 2}, [481] = {.lex_state = 5, .external_lex_state = 2}, [482] = {.lex_state = 5, .external_lex_state = 2}, [483] = {.lex_state = 5, .external_lex_state = 2}, @@ -11106,9 +11104,9 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [492] = {.lex_state = 5, .external_lex_state = 2}, [493] = {.lex_state = 5, .external_lex_state = 2}, [494] = {.lex_state = 5, .external_lex_state = 2}, - [495] = {.lex_state = 5, .external_lex_state = 2}, + [495] = {.lex_state = 14, .external_lex_state = 2}, [496] = {.lex_state = 5, .external_lex_state = 2}, - [497] = {.lex_state = 14, .external_lex_state = 2}, + [497] = {.lex_state = 5, .external_lex_state = 2}, [498] = {.lex_state = 5, .external_lex_state = 2}, [499] = {.lex_state = 14, .external_lex_state = 2}, [500] = {.lex_state = 14, .external_lex_state = 2}, @@ -11142,7 +11140,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [528] = {.lex_state = 73, .external_lex_state = 2}, [529] = {.lex_state = 73, .external_lex_state = 2}, [530] = {.lex_state = 73, .external_lex_state = 2}, - [531] = {.lex_state = 23}, + [531] = {.lex_state = 73, .external_lex_state = 2}, [532] = {.lex_state = 73, .external_lex_state = 2}, [533] = {.lex_state = 73, .external_lex_state = 2}, [534] = {.lex_state = 73, .external_lex_state = 2}, @@ -11156,12 +11154,12 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [542] = {.lex_state = 73, .external_lex_state = 2}, [543] = {.lex_state = 73, .external_lex_state = 2}, [544] = {.lex_state = 73, .external_lex_state = 2}, - [545] = {.lex_state = 23}, + [545] = {.lex_state = 73, .external_lex_state = 2}, [546] = {.lex_state = 73, .external_lex_state = 2}, [547] = {.lex_state = 73, .external_lex_state = 2}, [548] = {.lex_state = 73, .external_lex_state = 2}, [549] = {.lex_state = 73, .external_lex_state = 2}, - [550] = {.lex_state = 23}, + [550] = {.lex_state = 73, .external_lex_state = 2}, [551] = {.lex_state = 73, .external_lex_state = 2}, [552] = {.lex_state = 73, .external_lex_state = 2}, [553] = {.lex_state = 73, .external_lex_state = 2}, @@ -11222,7 +11220,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [608] = {.lex_state = 73, .external_lex_state = 2}, [609] = {.lex_state = 73, .external_lex_state = 2}, [610] = {.lex_state = 73, .external_lex_state = 2}, - [611] = {.lex_state = 14, .external_lex_state = 2}, + [611] = {.lex_state = 73, .external_lex_state = 2}, [612] = {.lex_state = 73, .external_lex_state = 2}, [613] = {.lex_state = 73, .external_lex_state = 2}, [614] = {.lex_state = 73, .external_lex_state = 2}, @@ -11255,20 +11253,20 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [641] = {.lex_state = 73, .external_lex_state = 2}, [642] = {.lex_state = 73, .external_lex_state = 2}, [643] = {.lex_state = 73, .external_lex_state = 2}, - [644] = {.lex_state = 14, .external_lex_state = 2}, - [645] = {.lex_state = 23}, + [644] = {.lex_state = 73, .external_lex_state = 2}, + [645] = {.lex_state = 73, .external_lex_state = 2}, [646] = {.lex_state = 73, .external_lex_state = 2}, [647] = {.lex_state = 73, .external_lex_state = 2}, [648] = {.lex_state = 73, .external_lex_state = 2}, [649] = {.lex_state = 73, .external_lex_state = 2}, [650] = {.lex_state = 73, .external_lex_state = 2}, - [651] = {.lex_state = 23}, + [651] = {.lex_state = 73, .external_lex_state = 2}, [652] = {.lex_state = 73, .external_lex_state = 2}, [653] = {.lex_state = 73, .external_lex_state = 2}, [654] = {.lex_state = 73, .external_lex_state = 2}, [655] = {.lex_state = 73, .external_lex_state = 2}, [656] = {.lex_state = 73, .external_lex_state = 2}, - [657] = {.lex_state = 73, .external_lex_state = 2}, + [657] = {.lex_state = 14, .external_lex_state = 2}, [658] = {.lex_state = 73, .external_lex_state = 2}, [659] = {.lex_state = 73, .external_lex_state = 2}, [660] = {.lex_state = 73, .external_lex_state = 2}, @@ -11295,7 +11293,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [681] = {.lex_state = 73, .external_lex_state = 2}, [682] = {.lex_state = 73, .external_lex_state = 2}, [683] = {.lex_state = 73, .external_lex_state = 2}, - [684] = {.lex_state = 14, .external_lex_state = 2}, + [684] = {.lex_state = 23}, [685] = {.lex_state = 73, .external_lex_state = 2}, [686] = {.lex_state = 73, .external_lex_state = 2}, [687] = {.lex_state = 73, .external_lex_state = 2}, @@ -11305,17 +11303,17 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [691] = {.lex_state = 73, .external_lex_state = 2}, [692] = {.lex_state = 73, .external_lex_state = 2}, [693] = {.lex_state = 73, .external_lex_state = 2}, - [694] = {.lex_state = 73, .external_lex_state = 2}, + [694] = {.lex_state = 23}, [695] = {.lex_state = 73, .external_lex_state = 2}, [696] = {.lex_state = 73, .external_lex_state = 2}, [697] = {.lex_state = 73, .external_lex_state = 2}, [698] = {.lex_state = 73, .external_lex_state = 2}, [699] = {.lex_state = 73, .external_lex_state = 2}, - [700] = {.lex_state = 73, .external_lex_state = 2}, + [700] = {.lex_state = 23}, [701] = {.lex_state = 73, .external_lex_state = 2}, [702] = {.lex_state = 73, .external_lex_state = 2}, [703] = {.lex_state = 73, .external_lex_state = 2}, - [704] = {.lex_state = 73, .external_lex_state = 2}, + [704] = {.lex_state = 14, .external_lex_state = 2}, [705] = {.lex_state = 73, .external_lex_state = 2}, [706] = {.lex_state = 73, .external_lex_state = 2}, [707] = {.lex_state = 73, .external_lex_state = 2}, @@ -11344,7 +11342,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [730] = {.lex_state = 73, .external_lex_state = 2}, [731] = {.lex_state = 73, .external_lex_state = 2}, [732] = {.lex_state = 73, .external_lex_state = 2}, - [733] = {.lex_state = 73, .external_lex_state = 2}, + [733] = {.lex_state = 14, .external_lex_state = 2}, [734] = {.lex_state = 73, .external_lex_state = 2}, [735] = {.lex_state = 73, .external_lex_state = 2}, [736] = {.lex_state = 73, .external_lex_state = 2}, @@ -11368,7 +11366,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [754] = {.lex_state = 73, .external_lex_state = 2}, [755] = {.lex_state = 73, .external_lex_state = 2}, [756] = {.lex_state = 73, .external_lex_state = 2}, - [757] = {.lex_state = 73, .external_lex_state = 2}, + [757] = {.lex_state = 23}, [758] = {.lex_state = 73, .external_lex_state = 2}, [759] = {.lex_state = 73, .external_lex_state = 2}, [760] = {.lex_state = 73, .external_lex_state = 2}, @@ -11386,7 +11384,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [772] = {.lex_state = 73, .external_lex_state = 2}, [773] = {.lex_state = 73, .external_lex_state = 2}, [774] = {.lex_state = 73, .external_lex_state = 2}, - [775] = {.lex_state = 73, .external_lex_state = 2}, + [775] = {.lex_state = 23}, [776] = {.lex_state = 73, .external_lex_state = 2}, [777] = {.lex_state = 73, .external_lex_state = 2}, [778] = {.lex_state = 73, .external_lex_state = 2}, @@ -11408,24 +11406,24 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [794] = {.lex_state = 17}, [795] = {.lex_state = 17}, [796] = {.lex_state = 14, .external_lex_state = 2}, - [797] = {.lex_state = 17}, - [798] = {.lex_state = 14, .external_lex_state = 2}, + [797] = {.lex_state = 14, .external_lex_state = 2}, + [798] = {.lex_state = 17}, [799] = {.lex_state = 14, .external_lex_state = 2}, - [800] = {.lex_state = 17}, + [800] = {.lex_state = 14, .external_lex_state = 2}, [801] = {.lex_state = 14, .external_lex_state = 2}, [802] = {.lex_state = 17}, [803] = {.lex_state = 14, .external_lex_state = 2}, - [804] = {.lex_state = 14, .external_lex_state = 2}, + [804] = {.lex_state = 17}, [805] = {.lex_state = 14, .external_lex_state = 2}, [806] = {.lex_state = 14, .external_lex_state = 2}, [807] = {.lex_state = 14, .external_lex_state = 2}, [808] = {.lex_state = 14, .external_lex_state = 2}, - [809] = {.lex_state = 14, .external_lex_state = 2}, + [809] = {.lex_state = 12, .external_lex_state = 2}, [810] = {.lex_state = 14, .external_lex_state = 2}, [811] = {.lex_state = 14, .external_lex_state = 2}, [812] = {.lex_state = 14, .external_lex_state = 2}, [813] = {.lex_state = 14, .external_lex_state = 2}, - [814] = {.lex_state = 12, .external_lex_state = 2}, + [814] = {.lex_state = 14, .external_lex_state = 2}, [815] = {.lex_state = 14, .external_lex_state = 2}, [816] = {.lex_state = 14, .external_lex_state = 2}, [817] = {.lex_state = 14, .external_lex_state = 2}, @@ -11679,110 +11677,110 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1065] = {.lex_state = 17}, [1066] = {.lex_state = 13, .external_lex_state = 2}, [1067] = {.lex_state = 13, .external_lex_state = 2}, - [1068] = {.lex_state = 13, .external_lex_state = 2}, - [1069] = {.lex_state = 8}, + [1068] = {.lex_state = 9}, + [1069] = {.lex_state = 13, .external_lex_state = 2}, [1070] = {.lex_state = 9}, [1071] = {.lex_state = 8}, [1072] = {.lex_state = 8}, - [1073] = {.lex_state = 23}, + [1073] = {.lex_state = 8}, [1074] = {.lex_state = 23}, [1075] = {.lex_state = 23}, - [1076] = {.lex_state = 23}, - [1077] = {.lex_state = 14, .external_lex_state = 2}, + [1076] = {.lex_state = 8}, + [1077] = {.lex_state = 23}, [1078] = {.lex_state = 23}, - [1079] = {.lex_state = 8}, + [1079] = {.lex_state = 23}, [1080] = {.lex_state = 23}, [1081] = {.lex_state = 23}, - [1082] = {.lex_state = 23}, + [1082] = {.lex_state = 14, .external_lex_state = 2}, [1083] = {.lex_state = 23}, - [1084] = {.lex_state = 8}, + [1084] = {.lex_state = 23}, [1085] = {.lex_state = 26}, - [1086] = {.lex_state = 17}, - [1087] = {.lex_state = 26}, - [1088] = {.lex_state = 8}, + [1086] = {.lex_state = 9}, + [1087] = {.lex_state = 8}, + [1088] = {.lex_state = 26}, [1089] = {.lex_state = 8}, [1090] = {.lex_state = 26}, [1091] = {.lex_state = 8}, - [1092] = {.lex_state = 8}, - [1093] = {.lex_state = 17}, + [1092] = {.lex_state = 17}, + [1093] = {.lex_state = 8}, [1094] = {.lex_state = 17}, [1095] = {.lex_state = 8}, - [1096] = {.lex_state = 26}, - [1097] = {.lex_state = 26}, + [1096] = {.lex_state = 8}, + [1097] = {.lex_state = 8}, [1098] = {.lex_state = 8}, - [1099] = {.lex_state = 8}, + [1099] = {.lex_state = 26}, [1100] = {.lex_state = 17}, - [1101] = {.lex_state = 14, .external_lex_state = 2}, - [1102] = {.lex_state = 14, .external_lex_state = 2}, - [1103] = {.lex_state = 9}, - [1104] = {.lex_state = 9}, - [1105] = {.lex_state = 17}, - [1106] = {.lex_state = 17}, - [1107] = {.lex_state = 9}, + [1101] = {.lex_state = 17}, + [1102] = {.lex_state = 26}, + [1103] = {.lex_state = 17}, + [1104] = {.lex_state = 17}, + [1105] = {.lex_state = 9}, + [1106] = {.lex_state = 9}, + [1107] = {.lex_state = 17}, [1108] = {.lex_state = 9}, - [1109] = {.lex_state = 9}, - [1110] = {.lex_state = 9}, - [1111] = {.lex_state = 17}, - [1112] = {.lex_state = 17}, - [1113] = {.lex_state = 23}, + [1109] = {.lex_state = 14, .external_lex_state = 2}, + [1110] = {.lex_state = 17}, + [1111] = {.lex_state = 9}, + [1112] = {.lex_state = 14, .external_lex_state = 2}, + [1113] = {.lex_state = 9}, [1114] = {.lex_state = 23}, - [1115] = {.lex_state = 23}, - [1116] = {.lex_state = 23}, + [1115] = {.lex_state = 9}, + [1116] = {.lex_state = 17}, [1117] = {.lex_state = 23}, - [1118] = {.lex_state = 23}, - [1119] = {.lex_state = 23}, - [1120] = {.lex_state = 23}, - [1121] = {.lex_state = 23}, - [1122] = {.lex_state = 23}, - [1123] = {.lex_state = 23}, - [1124] = {.lex_state = 23}, + [1118] = {.lex_state = 9}, + [1119] = {.lex_state = 9}, + [1120] = {.lex_state = 9}, + [1121] = {.lex_state = 9}, + [1122] = {.lex_state = 14, .external_lex_state = 2}, + [1123] = {.lex_state = 21}, + [1124] = {.lex_state = 14, .external_lex_state = 2}, [1125] = {.lex_state = 23}, - [1126] = {.lex_state = 23}, - [1127] = {.lex_state = 23}, - [1128] = {.lex_state = 23}, - [1129] = {.lex_state = 23}, - [1130] = {.lex_state = 23}, + [1126] = {.lex_state = 17}, + [1127] = {.lex_state = 12, .external_lex_state = 2}, + [1128] = {.lex_state = 9}, + [1129] = {.lex_state = 9}, + [1130] = {.lex_state = 9}, [1131] = {.lex_state = 23}, [1132] = {.lex_state = 23}, - [1133] = {.lex_state = 23}, - [1134] = {.lex_state = 23}, - [1135] = {.lex_state = 23}, - [1136] = {.lex_state = 23}, - [1137] = {.lex_state = 23}, - [1138] = {.lex_state = 23}, - [1139] = {.lex_state = 23}, - [1140] = {.lex_state = 23}, - [1141] = {.lex_state = 23}, - [1142] = {.lex_state = 23}, - [1143] = {.lex_state = 23}, + [1133] = {.lex_state = 12, .external_lex_state = 2}, + [1134] = {.lex_state = 9}, + [1135] = {.lex_state = 12, .external_lex_state = 2}, + [1136] = {.lex_state = 9}, + [1137] = {.lex_state = 9}, + [1138] = {.lex_state = 21}, + [1139] = {.lex_state = 20}, + [1140] = {.lex_state = 9}, + [1141] = {.lex_state = 9}, + [1142] = {.lex_state = 20}, + [1143] = {.lex_state = 20}, [1144] = {.lex_state = 23}, - [1145] = {.lex_state = 14, .external_lex_state = 2}, - [1146] = {.lex_state = 14, .external_lex_state = 2}, + [1145] = {.lex_state = 9}, + [1146] = {.lex_state = 23}, [1147] = {.lex_state = 23}, - [1148] = {.lex_state = 9}, + [1148] = {.lex_state = 23}, [1149] = {.lex_state = 23}, - [1150] = {.lex_state = 9}, + [1150] = {.lex_state = 23}, [1151] = {.lex_state = 23}, [1152] = {.lex_state = 23}, [1153] = {.lex_state = 23}, [1154] = {.lex_state = 23}, [1155] = {.lex_state = 23}, - [1156] = {.lex_state = 9}, + [1156] = {.lex_state = 23}, [1157] = {.lex_state = 23}, - [1158] = {.lex_state = 9}, + [1158] = {.lex_state = 23}, [1159] = {.lex_state = 23}, [1160] = {.lex_state = 23}, - [1161] = {.lex_state = 9}, - [1162] = {.lex_state = 23}, - [1163] = {.lex_state = 23}, - [1164] = {.lex_state = 23}, - [1165] = {.lex_state = 23}, - [1166] = {.lex_state = 23}, + [1161] = {.lex_state = 23}, + [1162] = {.lex_state = 8}, + [1163] = {.lex_state = 20}, + [1164] = {.lex_state = 20}, + [1165] = {.lex_state = 20}, + [1166] = {.lex_state = 20}, [1167] = {.lex_state = 23}, [1168] = {.lex_state = 23}, [1169] = {.lex_state = 23}, [1170] = {.lex_state = 23}, - [1171] = {.lex_state = 20}, + [1171] = {.lex_state = 23}, [1172] = {.lex_state = 23}, [1173] = {.lex_state = 23}, [1174] = {.lex_state = 23}, @@ -11791,17 +11789,17 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1177] = {.lex_state = 23}, [1178] = {.lex_state = 23}, [1179] = {.lex_state = 23}, - [1180] = {.lex_state = 17}, - [1181] = {.lex_state = 9}, + [1180] = {.lex_state = 23}, + [1181] = {.lex_state = 23}, [1182] = {.lex_state = 23}, [1183] = {.lex_state = 23}, [1184] = {.lex_state = 23}, [1185] = {.lex_state = 23}, - [1186] = {.lex_state = 14, .external_lex_state = 2}, + [1186] = {.lex_state = 23}, [1187] = {.lex_state = 23}, [1188] = {.lex_state = 23}, - [1189] = {.lex_state = 9}, - [1190] = {.lex_state = 9}, + [1189] = {.lex_state = 23}, + [1190] = {.lex_state = 23}, [1191] = {.lex_state = 23}, [1192] = {.lex_state = 23}, [1193] = {.lex_state = 23}, @@ -11814,19 +11812,19 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1200] = {.lex_state = 23}, [1201] = {.lex_state = 23}, [1202] = {.lex_state = 23}, - [1203] = {.lex_state = 23}, - [1204] = {.lex_state = 23}, - [1205] = {.lex_state = 23}, - [1206] = {.lex_state = 23}, + [1203] = {.lex_state = 9}, + [1204] = {.lex_state = 20}, + [1205] = {.lex_state = 9}, + [1206] = {.lex_state = 20}, [1207] = {.lex_state = 23}, [1208] = {.lex_state = 23}, [1209] = {.lex_state = 23}, - [1210] = {.lex_state = 9}, - [1211] = {.lex_state = 20}, - [1212] = {.lex_state = 17}, - [1213] = {.lex_state = 9}, + [1210] = {.lex_state = 23}, + [1211] = {.lex_state = 23}, + [1212] = {.lex_state = 23}, + [1213] = {.lex_state = 23}, [1214] = {.lex_state = 23}, - [1215] = {.lex_state = 14, .external_lex_state = 2}, + [1215] = {.lex_state = 23}, [1216] = {.lex_state = 23}, [1217] = {.lex_state = 23}, [1218] = {.lex_state = 23}, @@ -11835,7 +11833,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1221] = {.lex_state = 23}, [1222] = {.lex_state = 23}, [1223] = {.lex_state = 23}, - [1224] = {.lex_state = 14, .external_lex_state = 2}, + [1224] = {.lex_state = 23}, [1225] = {.lex_state = 23}, [1226] = {.lex_state = 23}, [1227] = {.lex_state = 23}, @@ -11848,10 +11846,10 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1234] = {.lex_state = 23}, [1235] = {.lex_state = 23}, [1236] = {.lex_state = 23}, - [1237] = {.lex_state = 17}, - [1238] = {.lex_state = 21}, + [1237] = {.lex_state = 23}, + [1238] = {.lex_state = 23}, [1239] = {.lex_state = 23}, - [1240] = {.lex_state = 14, .external_lex_state = 2}, + [1240] = {.lex_state = 23}, [1241] = {.lex_state = 23}, [1242] = {.lex_state = 23}, [1243] = {.lex_state = 23}, @@ -11862,23 +11860,23 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1248] = {.lex_state = 23}, [1249] = {.lex_state = 23}, [1250] = {.lex_state = 23}, - [1251] = {.lex_state = 9}, + [1251] = {.lex_state = 23}, [1252] = {.lex_state = 23}, [1253] = {.lex_state = 23}, - [1254] = {.lex_state = 17}, + [1254] = {.lex_state = 23}, [1255] = {.lex_state = 23}, [1256] = {.lex_state = 23}, - [1257] = {.lex_state = 12, .external_lex_state = 2}, - [1258] = {.lex_state = 23}, + [1257] = {.lex_state = 9}, + [1258] = {.lex_state = 20}, [1259] = {.lex_state = 23}, [1260] = {.lex_state = 23}, [1261] = {.lex_state = 23}, - [1262] = {.lex_state = 9}, + [1262] = {.lex_state = 23}, [1263] = {.lex_state = 23}, - [1264] = {.lex_state = 9}, - [1265] = {.lex_state = 9}, + [1264] = {.lex_state = 23}, + [1265] = {.lex_state = 23}, [1266] = {.lex_state = 23}, - [1267] = {.lex_state = 9}, + [1267] = {.lex_state = 23}, [1268] = {.lex_state = 23}, [1269] = {.lex_state = 23}, [1270] = {.lex_state = 23}, @@ -11891,37 +11889,37 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1277] = {.lex_state = 23}, [1278] = {.lex_state = 23}, [1279] = {.lex_state = 23}, - [1280] = {.lex_state = 9}, - [1281] = {.lex_state = 20}, - [1282] = {.lex_state = 12, .external_lex_state = 2}, - [1283] = {.lex_state = 9}, - [1284] = {.lex_state = 9}, - [1285] = {.lex_state = 17}, - [1286] = {.lex_state = 23}, - [1287] = {.lex_state = 12, .external_lex_state = 2}, - [1288] = {.lex_state = 9}, - [1289] = {.lex_state = 9}, + [1280] = {.lex_state = 23}, + [1281] = {.lex_state = 23}, + [1282] = {.lex_state = 23}, + [1283] = {.lex_state = 23}, + [1284] = {.lex_state = 23}, + [1285] = {.lex_state = 23}, + [1286] = {.lex_state = 17}, + [1287] = {.lex_state = 23}, + [1288] = {.lex_state = 23}, + [1289] = {.lex_state = 23}, [1290] = {.lex_state = 23}, [1291] = {.lex_state = 23}, [1292] = {.lex_state = 23}, - [1293] = {.lex_state = 21}, - [1294] = {.lex_state = 20}, + [1293] = {.lex_state = 23}, + [1294] = {.lex_state = 23}, [1295] = {.lex_state = 23}, - [1296] = {.lex_state = 9}, + [1296] = {.lex_state = 23}, [1297] = {.lex_state = 23}, [1298] = {.lex_state = 23}, - [1299] = {.lex_state = 9}, + [1299] = {.lex_state = 23}, [1300] = {.lex_state = 23}, - [1301] = {.lex_state = 20}, + [1301] = {.lex_state = 23}, [1302] = {.lex_state = 23}, - [1303] = {.lex_state = 20}, + [1303] = {.lex_state = 23}, [1304] = {.lex_state = 23}, [1305] = {.lex_state = 23}, [1306] = {.lex_state = 23}, - [1307] = {.lex_state = 9}, + [1307] = {.lex_state = 23}, [1308] = {.lex_state = 23}, - [1309] = {.lex_state = 23}, - [1310] = {.lex_state = 23}, + [1309] = {.lex_state = 9}, + [1310] = {.lex_state = 20}, [1311] = {.lex_state = 23}, [1312] = {.lex_state = 23}, [1313] = {.lex_state = 23}, @@ -11935,19 +11933,19 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1321] = {.lex_state = 23}, [1322] = {.lex_state = 23}, [1323] = {.lex_state = 23}, - [1324] = {.lex_state = 8}, + [1324] = {.lex_state = 23}, [1325] = {.lex_state = 23}, - [1326] = {.lex_state = 20}, + [1326] = {.lex_state = 23}, [1327] = {.lex_state = 23}, [1328] = {.lex_state = 23}, [1329] = {.lex_state = 23}, [1330] = {.lex_state = 23}, [1331] = {.lex_state = 23}, [1332] = {.lex_state = 23}, - [1333] = {.lex_state = 20}, + [1333] = {.lex_state = 23}, [1334] = {.lex_state = 23}, - [1335] = {.lex_state = 20}, - [1336] = {.lex_state = 20}, + [1335] = {.lex_state = 23}, + [1336] = {.lex_state = 23}, [1337] = {.lex_state = 23}, [1338] = {.lex_state = 23}, [1339] = {.lex_state = 23}, @@ -11973,8 +11971,8 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1359] = {.lex_state = 23}, [1360] = {.lex_state = 23}, [1361] = {.lex_state = 23}, - [1362] = {.lex_state = 23}, - [1363] = {.lex_state = 23}, + [1362] = {.lex_state = 9}, + [1363] = {.lex_state = 20}, [1364] = {.lex_state = 23}, [1365] = {.lex_state = 23}, [1366] = {.lex_state = 23}, @@ -11987,9 +11985,9 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1373] = {.lex_state = 23}, [1374] = {.lex_state = 23}, [1375] = {.lex_state = 23}, - [1376] = {.lex_state = 9}, + [1376] = {.lex_state = 23}, [1377] = {.lex_state = 23}, - [1378] = {.lex_state = 20}, + [1378] = {.lex_state = 23}, [1379] = {.lex_state = 23}, [1380] = {.lex_state = 23}, [1381] = {.lex_state = 23}, @@ -12003,7 +12001,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1389] = {.lex_state = 23}, [1390] = {.lex_state = 23}, [1391] = {.lex_state = 23}, - [1392] = {.lex_state = 20}, + [1392] = {.lex_state = 23}, [1393] = {.lex_state = 23}, [1394] = {.lex_state = 23}, [1395] = {.lex_state = 23}, @@ -12030,21 +12028,21 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1416] = {.lex_state = 23}, [1417] = {.lex_state = 23}, [1418] = {.lex_state = 23}, - [1419] = {.lex_state = 23}, - [1420] = {.lex_state = 23}, - [1421] = {.lex_state = 23}, - [1422] = {.lex_state = 23}, - [1423] = {.lex_state = 23}, + [1419] = {.lex_state = 9}, + [1420] = {.lex_state = 17}, + [1421] = {.lex_state = 14, .external_lex_state = 2}, + [1422] = {.lex_state = 14, .external_lex_state = 2}, + [1423] = {.lex_state = 14, .external_lex_state = 2}, [1424] = {.lex_state = 23}, - [1425] = {.lex_state = 23}, - [1426] = {.lex_state = 23}, - [1427] = {.lex_state = 23}, - [1428] = {.lex_state = 17}, - [1429] = {.lex_state = 23}, - [1430] = {.lex_state = 23}, + [1425] = {.lex_state = 14, .external_lex_state = 2}, + [1426] = {.lex_state = 9}, + [1427] = {.lex_state = 17}, + [1428] = {.lex_state = 9}, + [1429] = {.lex_state = 17}, + [1430] = {.lex_state = 9}, [1431] = {.lex_state = 9}, [1432] = {.lex_state = 23}, - [1433] = {.lex_state = 17}, + [1433] = {.lex_state = 9}, [1434] = {.lex_state = 9}, [1435] = {.lex_state = 9}, [1436] = {.lex_state = 9}, @@ -12081,7 +12079,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1467] = {.lex_state = 9}, [1468] = {.lex_state = 9}, [1469] = {.lex_state = 9}, - [1470] = {.lex_state = 9}, + [1470] = {.lex_state = 17}, [1471] = {.lex_state = 9}, [1472] = {.lex_state = 9}, [1473] = {.lex_state = 9}, @@ -12098,7 +12096,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1484] = {.lex_state = 9}, [1485] = {.lex_state = 9}, [1486] = {.lex_state = 9}, - [1487] = {.lex_state = 10}, + [1487] = {.lex_state = 9}, [1488] = {.lex_state = 9}, [1489] = {.lex_state = 9}, [1490] = {.lex_state = 9}, @@ -12135,7 +12133,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1521] = {.lex_state = 9}, [1522] = {.lex_state = 9}, [1523] = {.lex_state = 9}, - [1524] = {.lex_state = 9}, + [1524] = {.lex_state = 10}, [1525] = {.lex_state = 9}, [1526] = {.lex_state = 9}, [1527] = {.lex_state = 9}, @@ -12171,29 +12169,29 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1557] = {.lex_state = 9}, [1558] = {.lex_state = 9}, [1559] = {.lex_state = 9}, - [1560] = {.lex_state = 9}, + [1560] = {.lex_state = 17}, [1561] = {.lex_state = 9}, - [1562] = {.lex_state = 13, .external_lex_state = 2}, - [1563] = {.lex_state = 9}, - [1564] = {.lex_state = 13, .external_lex_state = 2}, - [1565] = {.lex_state = 13, .external_lex_state = 2}, - [1566] = {.lex_state = 17}, + [1562] = {.lex_state = 11}, + [1563] = {.lex_state = 11}, + [1564] = {.lex_state = 17}, + [1565] = {.lex_state = 11}, + [1566] = {.lex_state = 9}, [1567] = {.lex_state = 9}, - [1568] = {.lex_state = 17}, - [1569] = {.lex_state = 9}, + [1568] = {.lex_state = 9}, + [1569] = {.lex_state = 17}, [1570] = {.lex_state = 17}, - [1571] = {.lex_state = 17}, + [1571] = {.lex_state = 9}, [1572] = {.lex_state = 13, .external_lex_state = 2}, - [1573] = {.lex_state = 13, .external_lex_state = 2}, - [1574] = {.lex_state = 13, .external_lex_state = 2}, - [1575] = {.lex_state = 17}, - [1576] = {.lex_state = 11}, + [1573] = {.lex_state = 9}, + [1574] = {.lex_state = 9}, + [1575] = {.lex_state = 13, .external_lex_state = 2}, + [1576] = {.lex_state = 9}, [1577] = {.lex_state = 9}, - [1578] = {.lex_state = 9}, - [1579] = {.lex_state = 11}, - [1580] = {.lex_state = 11}, + [1578] = {.lex_state = 13, .external_lex_state = 2}, + [1579] = {.lex_state = 9}, + [1580] = {.lex_state = 9}, [1581] = {.lex_state = 9}, - [1582] = {.lex_state = 9}, + [1582] = {.lex_state = 13, .external_lex_state = 2}, [1583] = {.lex_state = 9}, [1584] = {.lex_state = 9}, [1585] = {.lex_state = 9}, @@ -12202,171 +12200,171 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1588] = {.lex_state = 9}, [1589] = {.lex_state = 9}, [1590] = {.lex_state = 9}, - [1591] = {.lex_state = 9}, + [1591] = {.lex_state = 17}, [1592] = {.lex_state = 9}, - [1593] = {.lex_state = 9}, - [1594] = {.lex_state = 9}, + [1593] = {.lex_state = 13, .external_lex_state = 2}, + [1594] = {.lex_state = 13, .external_lex_state = 2}, [1595] = {.lex_state = 9}, - [1596] = {.lex_state = 9}, - [1597] = {.lex_state = 10}, + [1596] = {.lex_state = 10}, + [1597] = {.lex_state = 9}, [1598] = {.lex_state = 11}, - [1599] = {.lex_state = 10}, + [1599] = {.lex_state = 9}, [1600] = {.lex_state = 11}, - [1601] = {.lex_state = 11}, + [1601] = {.lex_state = 10}, [1602] = {.lex_state = 11}, - [1603] = {.lex_state = 9}, - [1604] = {.lex_state = 9}, + [1603] = {.lex_state = 11}, + [1604] = {.lex_state = 11}, [1605] = {.lex_state = 9}, - [1606] = {.lex_state = 9}, - [1607] = {.lex_state = 9}, + [1606] = {.lex_state = 10}, + [1607] = {.lex_state = 10}, [1608] = {.lex_state = 9}, [1609] = {.lex_state = 11}, [1610] = {.lex_state = 9}, - [1611] = {.lex_state = 11}, + [1611] = {.lex_state = 9}, [1612] = {.lex_state = 10}, - [1613] = {.lex_state = 10}, - [1614] = {.lex_state = 11}, + [1613] = {.lex_state = 9}, + [1614] = {.lex_state = 9}, [1615] = {.lex_state = 11}, - [1616] = {.lex_state = 10}, + [1616] = {.lex_state = 11}, [1617] = {.lex_state = 11}, - [1618] = {.lex_state = 10}, - [1619] = {.lex_state = 9}, - [1620] = {.lex_state = 9}, + [1618] = {.lex_state = 9}, + [1619] = {.lex_state = 17}, + [1620] = {.lex_state = 10}, [1621] = {.lex_state = 10}, [1622] = {.lex_state = 10}, - [1623] = {.lex_state = 10}, + [1623] = {.lex_state = 9}, [1624] = {.lex_state = 10}, - [1625] = {.lex_state = 17}, - [1626] = {.lex_state = 10}, - [1627] = {.lex_state = 10}, - [1628] = {.lex_state = 10}, - [1629] = {.lex_state = 10}, - [1630] = {.lex_state = 10}, - [1631] = {.lex_state = 10}, - [1632] = {.lex_state = 17}, + [1625] = {.lex_state = 9}, + [1626] = {.lex_state = 9}, + [1627] = {.lex_state = 9}, + [1628] = {.lex_state = 9}, + [1629] = {.lex_state = 17}, + [1630] = {.lex_state = 9}, + [1631] = {.lex_state = 9}, + [1632] = {.lex_state = 10}, [1633] = {.lex_state = 10}, - [1634] = {.lex_state = 10}, + [1634] = {.lex_state = 9}, [1635] = {.lex_state = 9}, - [1636] = {.lex_state = 9}, + [1636] = {.lex_state = 10}, [1637] = {.lex_state = 9}, - [1638] = {.lex_state = 9}, - [1639] = {.lex_state = 9}, + [1638] = {.lex_state = 17}, + [1639] = {.lex_state = 10}, [1640] = {.lex_state = 9}, [1641] = {.lex_state = 9}, - [1642] = {.lex_state = 9}, + [1642] = {.lex_state = 10}, [1643] = {.lex_state = 9}, [1644] = {.lex_state = 9}, [1645] = {.lex_state = 9}, - [1646] = {.lex_state = 9}, + [1646] = {.lex_state = 10}, [1647] = {.lex_state = 17}, - [1648] = {.lex_state = 9}, - [1649] = {.lex_state = 9}, + [1648] = {.lex_state = 10}, + [1649] = {.lex_state = 10}, [1650] = {.lex_state = 9}, [1651] = {.lex_state = 10}, - [1652] = {.lex_state = 17}, - [1653] = {.lex_state = 10}, - [1654] = {.lex_state = 22}, + [1652] = {.lex_state = 10}, + [1653] = {.lex_state = 9}, + [1654] = {.lex_state = 9}, [1655] = {.lex_state = 9}, - [1656] = {.lex_state = 10}, + [1656] = {.lex_state = 9}, [1657] = {.lex_state = 9}, - [1658] = {.lex_state = 22}, - [1659] = {.lex_state = 10}, - [1660] = {.lex_state = 22}, - [1661] = {.lex_state = 10}, - [1662] = {.lex_state = 22}, - [1663] = {.lex_state = 10}, - [1664] = {.lex_state = 22}, - [1665] = {.lex_state = 22}, + [1658] = {.lex_state = 9}, + [1659] = {.lex_state = 9}, + [1660] = {.lex_state = 9}, + [1661] = {.lex_state = 9}, + [1662] = {.lex_state = 10}, + [1663] = {.lex_state = 9}, + [1664] = {.lex_state = 10}, + [1665] = {.lex_state = 10}, [1666] = {.lex_state = 9}, - [1667] = {.lex_state = 10}, - [1668] = {.lex_state = 10}, - [1669] = {.lex_state = 10}, - [1670] = {.lex_state = 10}, + [1667] = {.lex_state = 9}, + [1668] = {.lex_state = 9}, + [1669] = {.lex_state = 9}, + [1670] = {.lex_state = 9}, [1671] = {.lex_state = 10}, [1672] = {.lex_state = 10}, [1673] = {.lex_state = 9}, [1674] = {.lex_state = 10}, - [1675] = {.lex_state = 9}, - [1676] = {.lex_state = 9}, - [1677] = {.lex_state = 10}, - [1678] = {.lex_state = 9}, + [1675] = {.lex_state = 10}, + [1676] = {.lex_state = 10}, + [1677] = {.lex_state = 22}, + [1678] = {.lex_state = 10}, [1679] = {.lex_state = 9}, - [1680] = {.lex_state = 9}, - [1681] = {.lex_state = 10}, - [1682] = {.lex_state = 9}, - [1683] = {.lex_state = 10}, - [1684] = {.lex_state = 9}, - [1685] = {.lex_state = 9}, - [1686] = {.lex_state = 9}, - [1687] = {.lex_state = 9}, - [1688] = {.lex_state = 22}, - [1689] = {.lex_state = 9}, - [1690] = {.lex_state = 22}, - [1691] = {.lex_state = 9}, + [1680] = {.lex_state = 10}, + [1681] = {.lex_state = 9}, + [1682] = {.lex_state = 22}, + [1683] = {.lex_state = 11}, + [1684] = {.lex_state = 22}, + [1685] = {.lex_state = 22}, + [1686] = {.lex_state = 22}, + [1687] = {.lex_state = 22}, + [1688] = {.lex_state = 9}, + [1689] = {.lex_state = 22}, + [1690] = {.lex_state = 10}, + [1691] = {.lex_state = 22}, [1692] = {.lex_state = 10}, - [1693] = {.lex_state = 10}, - [1694] = {.lex_state = 9}, - [1695] = {.lex_state = 9}, - [1696] = {.lex_state = 9}, - [1697] = {.lex_state = 17}, - [1698] = {.lex_state = 11}, - [1699] = {.lex_state = 22}, - [1700] = {.lex_state = 9}, - [1701] = {.lex_state = 9}, - [1702] = {.lex_state = 22}, - [1703] = {.lex_state = 9}, - [1704] = {.lex_state = 10}, - [1705] = {.lex_state = 9}, - [1706] = {.lex_state = 10}, + [1693] = {.lex_state = 22}, + [1694] = {.lex_state = 22}, + [1695] = {.lex_state = 22}, + [1696] = {.lex_state = 17}, + [1697] = {.lex_state = 10}, + [1698] = {.lex_state = 10}, + [1699] = {.lex_state = 10}, + [1700] = {.lex_state = 10}, + [1701] = {.lex_state = 10}, + [1702] = {.lex_state = 10}, + [1703] = {.lex_state = 10}, + [1704] = {.lex_state = 9}, + [1705] = {.lex_state = 10}, + [1706] = {.lex_state = 9}, [1707] = {.lex_state = 9}, - [1708] = {.lex_state = 22}, + [1708] = {.lex_state = 9}, [1709] = {.lex_state = 9}, [1710] = {.lex_state = 9}, [1711] = {.lex_state = 9}, - [1712] = {.lex_state = 22}, - [1713] = {.lex_state = 10}, - [1714] = {.lex_state = 9}, + [1712] = {.lex_state = 9}, + [1713] = {.lex_state = 9}, + [1714] = {.lex_state = 22}, [1715] = {.lex_state = 10}, - [1716] = {.lex_state = 9}, - [1717] = {.lex_state = 9}, + [1716] = {.lex_state = 10}, + [1717] = {.lex_state = 10}, [1718] = {.lex_state = 10}, - [1719] = {.lex_state = 10}, + [1719] = {.lex_state = 9}, [1720] = {.lex_state = 10}, [1721] = {.lex_state = 10}, - [1722] = {.lex_state = 10}, + [1722] = {.lex_state = 9}, [1723] = {.lex_state = 9}, [1724] = {.lex_state = 10}, [1725] = {.lex_state = 10}, [1726] = {.lex_state = 10}, - [1727] = {.lex_state = 9}, - [1728] = {.lex_state = 10}, - [1729] = {.lex_state = 10}, - [1730] = {.lex_state = 10}, + [1727] = {.lex_state = 10}, + [1728] = {.lex_state = 9}, + [1729] = {.lex_state = 9}, + [1730] = {.lex_state = 9}, [1731] = {.lex_state = 10}, [1732] = {.lex_state = 10}, [1733] = {.lex_state = 10}, - [1734] = {.lex_state = 10}, - [1735] = {.lex_state = 10}, - [1736] = {.lex_state = 10}, - [1737] = {.lex_state = 10}, - [1738] = {.lex_state = 10}, + [1734] = {.lex_state = 9}, + [1735] = {.lex_state = 9}, + [1736] = {.lex_state = 9}, + [1737] = {.lex_state = 9}, + [1738] = {.lex_state = 9}, [1739] = {.lex_state = 9}, - [1740] = {.lex_state = 10}, + [1740] = {.lex_state = 9}, [1741] = {.lex_state = 9}, [1742] = {.lex_state = 9}, - [1743] = {.lex_state = 10}, - [1744] = {.lex_state = 10}, - [1745] = {.lex_state = 10}, + [1743] = {.lex_state = 9}, + [1744] = {.lex_state = 9}, + [1745] = {.lex_state = 9}, [1746] = {.lex_state = 10}, [1747] = {.lex_state = 10}, [1748] = {.lex_state = 10}, [1749] = {.lex_state = 10}, - [1750] = {.lex_state = 9}, + [1750] = {.lex_state = 10}, [1751] = {.lex_state = 10}, [1752] = {.lex_state = 10}, [1753] = {.lex_state = 10}, - [1754] = {.lex_state = 10}, - [1755] = {.lex_state = 10}, + [1754] = {.lex_state = 9}, + [1755] = {.lex_state = 9}, [1756] = {.lex_state = 10}, [1757] = {.lex_state = 10}, [1758] = {.lex_state = 10}, @@ -12375,41 +12373,41 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1761] = {.lex_state = 10}, [1762] = {.lex_state = 10}, [1763] = {.lex_state = 10}, - [1764] = {.lex_state = 17}, + [1764] = {.lex_state = 9}, [1765] = {.lex_state = 10}, - [1766] = {.lex_state = 9}, + [1766] = {.lex_state = 10}, [1767] = {.lex_state = 9}, - [1768] = {.lex_state = 9}, - [1769] = {.lex_state = 9}, + [1768] = {.lex_state = 10}, + [1769] = {.lex_state = 10}, [1770] = {.lex_state = 9}, - [1771] = {.lex_state = 9}, - [1772] = {.lex_state = 9}, - [1773] = {.lex_state = 9}, - [1774] = {.lex_state = 9}, - [1775] = {.lex_state = 9}, - [1776] = {.lex_state = 9}, - [1777] = {.lex_state = 9}, - [1778] = {.lex_state = 9}, + [1771] = {.lex_state = 10}, + [1772] = {.lex_state = 10}, + [1773] = {.lex_state = 10}, + [1774] = {.lex_state = 10}, + [1775] = {.lex_state = 10}, + [1776] = {.lex_state = 10}, + [1777] = {.lex_state = 10}, + [1778] = {.lex_state = 10}, [1779] = {.lex_state = 9}, [1780] = {.lex_state = 9}, - [1781] = {.lex_state = 9}, + [1781] = {.lex_state = 10}, [1782] = {.lex_state = 10}, [1783] = {.lex_state = 10}, [1784] = {.lex_state = 10}, [1785] = {.lex_state = 10}, [1786] = {.lex_state = 10}, [1787] = {.lex_state = 10}, - [1788] = {.lex_state = 9}, - [1789] = {.lex_state = 9}, + [1788] = {.lex_state = 10}, + [1789] = {.lex_state = 10}, [1790] = {.lex_state = 10}, [1791] = {.lex_state = 10}, - [1792] = {.lex_state = 10}, + [1792] = {.lex_state = 9}, [1793] = {.lex_state = 9}, [1794] = {.lex_state = 10}, [1795] = {.lex_state = 10}, - [1796] = {.lex_state = 10}, + [1796] = {.lex_state = 9}, [1797] = {.lex_state = 10}, - [1798] = {.lex_state = 9}, + [1798] = {.lex_state = 10}, [1799] = {.lex_state = 10}, [1800] = {.lex_state = 10}, [1801] = {.lex_state = 10}, @@ -12425,18 +12423,18 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1811] = {.lex_state = 10}, [1812] = {.lex_state = 10}, [1813] = {.lex_state = 10}, - [1814] = {.lex_state = 10}, - [1815] = {.lex_state = 10}, - [1816] = {.lex_state = 9}, - [1817] = {.lex_state = 9}, + [1814] = {.lex_state = 17}, + [1815] = {.lex_state = 9}, + [1816] = {.lex_state = 10}, + [1817] = {.lex_state = 10}, [1818] = {.lex_state = 10}, [1819] = {.lex_state = 10}, - [1820] = {.lex_state = 9}, + [1820] = {.lex_state = 10}, [1821] = {.lex_state = 10}, [1822] = {.lex_state = 10}, [1823] = {.lex_state = 10}, - [1824] = {.lex_state = 10}, - [1825] = {.lex_state = 9}, + [1824] = {.lex_state = 9}, + [1825] = {.lex_state = 10}, [1826] = {.lex_state = 10}, [1827] = {.lex_state = 10}, [1828] = {.lex_state = 10}, @@ -12450,11 +12448,11 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1836] = {.lex_state = 10}, [1837] = {.lex_state = 10}, [1838] = {.lex_state = 10}, - [1839] = {.lex_state = 9}, + [1839] = {.lex_state = 10}, [1840] = {.lex_state = 10}, [1841] = {.lex_state = 10}, [1842] = {.lex_state = 10}, - [1843] = {.lex_state = 10}, + [1843] = {.lex_state = 9}, [1844] = {.lex_state = 10}, [1845] = {.lex_state = 10}, [1846] = {.lex_state = 10}, @@ -12466,36 +12464,36 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1852] = {.lex_state = 10}, [1853] = {.lex_state = 10}, [1854] = {.lex_state = 10}, - [1855] = {.lex_state = 10}, + [1855] = {.lex_state = 9}, [1856] = {.lex_state = 10}, - [1857] = {.lex_state = 10}, + [1857] = {.lex_state = 9}, [1858] = {.lex_state = 10}, [1859] = {.lex_state = 10}, - [1860] = {.lex_state = 10}, - [1861] = {.lex_state = 10}, + [1860] = {.lex_state = 9}, + [1861] = {.lex_state = 9}, [1862] = {.lex_state = 10}, - [1863] = {.lex_state = 10}, + [1863] = {.lex_state = 9}, [1864] = {.lex_state = 10}, - [1865] = {.lex_state = 10}, - [1866] = {.lex_state = 10}, - [1867] = {.lex_state = 9}, + [1865] = {.lex_state = 17}, + [1866] = {.lex_state = 9}, + [1867] = {.lex_state = 10}, [1868] = {.lex_state = 9}, - [1869] = {.lex_state = 9}, + [1869] = {.lex_state = 10}, [1870] = {.lex_state = 10}, [1871] = {.lex_state = 9}, - [1872] = {.lex_state = 10}, + [1872] = {.lex_state = 9}, [1873] = {.lex_state = 9}, [1874] = {.lex_state = 9}, - [1875] = {.lex_state = 10}, + [1875] = {.lex_state = 9}, [1876] = {.lex_state = 9}, - [1877] = {.lex_state = 10}, - [1878] = {.lex_state = 10}, + [1877] = {.lex_state = 9}, + [1878] = {.lex_state = 9}, [1879] = {.lex_state = 10}, - [1880] = {.lex_state = 9}, + [1880] = {.lex_state = 10}, [1881] = {.lex_state = 9}, [1882] = {.lex_state = 9}, [1883] = {.lex_state = 9}, - [1884] = {.lex_state = 9}, + [1884] = {.lex_state = 10}, [1885] = {.lex_state = 9}, [1886] = {.lex_state = 9}, [1887] = {.lex_state = 9}, @@ -12504,15 +12502,15 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1890] = {.lex_state = 9}, [1891] = {.lex_state = 9}, [1892] = {.lex_state = 9}, - [1893] = {.lex_state = 9}, - [1894] = {.lex_state = 9}, + [1893] = {.lex_state = 10}, + [1894] = {.lex_state = 10}, [1895] = {.lex_state = 9}, [1896] = {.lex_state = 9}, [1897] = {.lex_state = 9}, [1898] = {.lex_state = 9}, [1899] = {.lex_state = 9}, [1900] = {.lex_state = 9}, - [1901] = {.lex_state = 9}, + [1901] = {.lex_state = 10}, [1902] = {.lex_state = 9}, [1903] = {.lex_state = 9}, [1904] = {.lex_state = 9}, @@ -12524,7 +12522,7 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1910] = {.lex_state = 9}, [1911] = {.lex_state = 9}, [1912] = {.lex_state = 9}, - [1913] = {.lex_state = 9}, + [1913] = {.lex_state = 10}, [1914] = {.lex_state = 9}, [1915] = {.lex_state = 9}, [1916] = {.lex_state = 9}, @@ -12534,56 +12532,56 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [1920] = {.lex_state = 10}, [1921] = {.lex_state = 10}, [1922] = {.lex_state = 10}, - [1923] = {.lex_state = 10}, + [1923] = {.lex_state = 9}, [1924] = {.lex_state = 10}, - [1925] = {.lex_state = 10}, + [1925] = {.lex_state = 9}, [1926] = {.lex_state = 10}, - [1927] = {.lex_state = 17}, - [1928] = {.lex_state = 10}, - [1929] = {.lex_state = 9}, + [1927] = {.lex_state = 9}, + [1928] = {.lex_state = 9}, + [1929] = {.lex_state = 10}, [1930] = {.lex_state = 10}, - [1931] = {.lex_state = 9}, - [1932] = {.lex_state = 10}, - [1933] = {.lex_state = 9}, - [1934] = {.lex_state = 9}, - [1935] = {.lex_state = 9}, + [1931] = {.lex_state = 10}, + [1932] = {.lex_state = 9}, + [1933] = {.lex_state = 10}, + [1934] = {.lex_state = 10}, + [1935] = {.lex_state = 10}, [1936] = {.lex_state = 10}, - [1937] = {.lex_state = 17}, + [1937] = {.lex_state = 10}, [1938] = {.lex_state = 9}, - [1939] = {.lex_state = 9}, + [1939] = {.lex_state = 10}, [1940] = {.lex_state = 9}, [1941] = {.lex_state = 9}, - [1942] = {.lex_state = 9}, + [1942] = {.lex_state = 17}, [1943] = {.lex_state = 9}, - [1944] = {.lex_state = 9}, - [1945] = {.lex_state = 17}, + [1944] = {.lex_state = 17}, + [1945] = {.lex_state = 9}, [1946] = {.lex_state = 9}, [1947] = {.lex_state = 9}, [1948] = {.lex_state = 9}, - [1949] = {.lex_state = 17}, + [1949] = {.lex_state = 9}, [1950] = {.lex_state = 9}, [1951] = {.lex_state = 9}, - [1952] = {.lex_state = 10}, - [1953] = {.lex_state = 17}, + [1952] = {.lex_state = 9}, + [1953] = {.lex_state = 9}, [1954] = {.lex_state = 9}, - [1955] = {.lex_state = 10}, + [1955] = {.lex_state = 9}, [1956] = {.lex_state = 9}, - [1957] = {.lex_state = 10}, + [1957] = {.lex_state = 9}, [1958] = {.lex_state = 9}, [1959] = {.lex_state = 9}, [1960] = {.lex_state = 9}, - [1961] = {.lex_state = 17}, - [1962] = {.lex_state = 9}, + [1961] = {.lex_state = 10}, + [1962] = {.lex_state = 17}, [1963] = {.lex_state = 9}, [1964] = {.lex_state = 9}, - [1965] = {.lex_state = 9}, + [1965] = {.lex_state = 17}, [1966] = {.lex_state = 9}, [1967] = {.lex_state = 9}, [1968] = {.lex_state = 9}, [1969] = {.lex_state = 9}, [1970] = {.lex_state = 9}, [1971] = {.lex_state = 9}, - [1972] = {.lex_state = 9}, + [1972] = {.lex_state = 17}, [1973] = {.lex_state = 9}, [1974] = {.lex_state = 17}, [1975] = {.lex_state = 17}, @@ -12614,75 +12612,75 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2000] = {.lex_state = 18}, [2001] = {.lex_state = 18}, [2002] = {.lex_state = 18}, - [2003] = {.lex_state = 18}, - [2004] = {.lex_state = 18}, + [2003] = {.lex_state = 17}, + [2004] = {.lex_state = 17}, [2005] = {.lex_state = 17}, - [2006] = {.lex_state = 17}, + [2006] = {.lex_state = 18}, [2007] = {.lex_state = 18}, - [2008] = {.lex_state = 18}, + [2008] = {.lex_state = 17}, [2009] = {.lex_state = 18}, - [2010] = {.lex_state = 17}, + [2010] = {.lex_state = 18}, [2011] = {.lex_state = 18}, [2012] = {.lex_state = 18}, - [2013] = {.lex_state = 17}, + [2013] = {.lex_state = 18}, [2014] = {.lex_state = 17}, - [2015] = {.lex_state = 31}, + [2015] = {.lex_state = 17}, [2016] = {.lex_state = 17}, - [2017] = {.lex_state = 18}, - [2018] = {.lex_state = 13, .external_lex_state = 2}, + [2017] = {.lex_state = 31}, + [2018] = {.lex_state = 17}, [2019] = {.lex_state = 17}, - [2020] = {.lex_state = 17}, - [2021] = {.lex_state = 17}, - [2022] = {.lex_state = 18}, + [2020] = {.lex_state = 18}, + [2021] = {.lex_state = 18}, + [2022] = {.lex_state = 13, .external_lex_state = 2}, [2023] = {.lex_state = 17}, - [2024] = {.lex_state = 17}, - [2025] = {.lex_state = 18}, + [2024] = {.lex_state = 31}, + [2025] = {.lex_state = 17}, [2026] = {.lex_state = 17}, [2027] = {.lex_state = 17}, - [2028] = {.lex_state = 31}, - [2029] = {.lex_state = 31}, + [2028] = {.lex_state = 18}, + [2029] = {.lex_state = 17}, [2030] = {.lex_state = 31}, - [2031] = {.lex_state = 31}, - [2032] = {.lex_state = 17}, + [2031] = {.lex_state = 18}, + [2032] = {.lex_state = 31}, [2033] = {.lex_state = 31}, - [2034] = {.lex_state = 17}, + [2034] = {.lex_state = 31}, [2035] = {.lex_state = 17}, [2036] = {.lex_state = 18}, [2037] = {.lex_state = 18}, - [2038] = {.lex_state = 31}, - [2039] = {.lex_state = 17}, + [2038] = {.lex_state = 17}, + [2039] = {.lex_state = 31}, [2040] = {.lex_state = 17}, - [2041] = {.lex_state = 31}, - [2042] = {.lex_state = 17}, - [2043] = {.lex_state = 18}, - [2044] = {.lex_state = 31}, - [2045] = {.lex_state = 31}, - [2046] = {.lex_state = 31}, - [2047] = {.lex_state = 17}, - [2048] = {.lex_state = 31}, - [2049] = {.lex_state = 31}, - [2050] = {.lex_state = 17}, - [2051] = {.lex_state = 18}, - [2052] = {.lex_state = 31}, - [2053] = {.lex_state = 17}, + [2041] = {.lex_state = 17}, + [2042] = {.lex_state = 31}, + [2043] = {.lex_state = 17}, + [2044] = {.lex_state = 17}, + [2045] = {.lex_state = 17}, + [2046] = {.lex_state = 17}, + [2047] = {.lex_state = 31}, + [2048] = {.lex_state = 17}, + [2049] = {.lex_state = 17}, + [2050] = {.lex_state = 31}, + [2051] = {.lex_state = 31}, + [2052] = {.lex_state = 18}, + [2053] = {.lex_state = 31}, [2054] = {.lex_state = 18}, - [2055] = {.lex_state = 31}, - [2056] = {.lex_state = 31}, - [2057] = {.lex_state = 31}, + [2055] = {.lex_state = 17}, + [2056] = {.lex_state = 17}, + [2057] = {.lex_state = 17}, [2058] = {.lex_state = 31}, [2059] = {.lex_state = 31}, - [2060] = {.lex_state = 17}, + [2060] = {.lex_state = 31}, [2061] = {.lex_state = 31}, [2062] = {.lex_state = 31}, [2063] = {.lex_state = 31}, [2064] = {.lex_state = 31}, [2065] = {.lex_state = 31}, [2066] = {.lex_state = 31}, - [2067] = {.lex_state = 17}, + [2067] = {.lex_state = 31}, [2068] = {.lex_state = 31}, [2069] = {.lex_state = 31}, - [2070] = {.lex_state = 17}, - [2071] = {.lex_state = 17}, + [2070] = {.lex_state = 31}, + [2071] = {.lex_state = 31}, [2072] = {.lex_state = 31}, [2073] = {.lex_state = 31}, [2074] = {.lex_state = 31}, @@ -12700,206 +12698,206 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2086] = {.lex_state = 31}, [2087] = {.lex_state = 31}, [2088] = {.lex_state = 31}, - [2089] = {.lex_state = 17}, + [2089] = {.lex_state = 31}, [2090] = {.lex_state = 31}, [2091] = {.lex_state = 31}, - [2092] = {.lex_state = 31}, - [2093] = {.lex_state = 31}, + [2092] = {.lex_state = 17}, + [2093] = {.lex_state = 17}, [2094] = {.lex_state = 31}, [2095] = {.lex_state = 17}, [2096] = {.lex_state = 17}, - [2097] = {.lex_state = 17}, + [2097] = {.lex_state = 31}, [2098] = {.lex_state = 17}, [2099] = {.lex_state = 17}, [2100] = {.lex_state = 17}, [2101] = {.lex_state = 17}, [2102] = {.lex_state = 17}, - [2103] = {.lex_state = 18}, + [2103] = {.lex_state = 31}, [2104] = {.lex_state = 18}, [2105] = {.lex_state = 18}, [2106] = {.lex_state = 18}, [2107] = {.lex_state = 18}, - [2108] = {.lex_state = 31}, + [2108] = {.lex_state = 18}, [2109] = {.lex_state = 18}, - [2110] = {.lex_state = 31}, - [2111] = {.lex_state = 18}, - [2112] = {.lex_state = 18}, + [2110] = {.lex_state = 18}, + [2111] = {.lex_state = 31}, + [2112] = {.lex_state = 31}, [2113] = {.lex_state = 18}, [2114] = {.lex_state = 18}, - [2115] = {.lex_state = 18}, - [2116] = {.lex_state = 19}, - [2117] = {.lex_state = 17}, + [2115] = {.lex_state = 17}, + [2116] = {.lex_state = 18}, + [2117] = {.lex_state = 18}, [2118] = {.lex_state = 18}, - [2119] = {.lex_state = 18}, - [2120] = {.lex_state = 17}, + [2119] = {.lex_state = 19}, + [2120] = {.lex_state = 18}, [2121] = {.lex_state = 17}, [2122] = {.lex_state = 17}, [2123] = {.lex_state = 17}, [2124] = {.lex_state = 17}, - [2125] = {.lex_state = 17}, + [2125] = {.lex_state = 24}, [2126] = {.lex_state = 17}, [2127] = {.lex_state = 17}, [2128] = {.lex_state = 17}, [2129] = {.lex_state = 17}, - [2130] = {.lex_state = 19}, - [2131] = {.lex_state = 31}, - [2132] = {.lex_state = 17}, - [2133] = {.lex_state = 18}, - [2134] = {.lex_state = 17}, - [2135] = {.lex_state = 17}, + [2130] = {.lex_state = 17}, + [2131] = {.lex_state = 24}, + [2132] = {.lex_state = 24}, + [2133] = {.lex_state = 24}, + [2134] = {.lex_state = 31}, + [2135] = {.lex_state = 18}, [2136] = {.lex_state = 17}, [2137] = {.lex_state = 17}, - [2138] = {.lex_state = 27}, + [2138] = {.lex_state = 17}, [2139] = {.lex_state = 17}, [2140] = {.lex_state = 18}, - [2141] = {.lex_state = 19}, - [2142] = {.lex_state = 18}, - [2143] = {.lex_state = 24}, - [2144] = {.lex_state = 31}, - [2145] = {.lex_state = 17}, - [2146] = {.lex_state = 17}, - [2147] = {.lex_state = 17}, - [2148] = {.lex_state = 27}, - [2149] = {.lex_state = 31}, - [2150] = {.lex_state = 17}, - [2151] = {.lex_state = 18}, - [2152] = {.lex_state = 24}, + [2141] = {.lex_state = 17}, + [2142] = {.lex_state = 17}, + [2143] = {.lex_state = 17}, + [2144] = {.lex_state = 19}, + [2145] = {.lex_state = 19}, + [2146] = {.lex_state = 19}, + [2147] = {.lex_state = 19}, + [2148] = {.lex_state = 17}, + [2149] = {.lex_state = 27}, + [2150] = {.lex_state = 18}, + [2151] = {.lex_state = 27}, + [2152] = {.lex_state = 18}, [2153] = {.lex_state = 17}, - [2154] = {.lex_state = 17}, - [2155] = {.lex_state = 18}, - [2156] = {.lex_state = 18}, + [2154] = {.lex_state = 18}, + [2155] = {.lex_state = 31}, + [2156] = {.lex_state = 17}, [2157] = {.lex_state = 18}, - [2158] = {.lex_state = 18}, - [2159] = {.lex_state = 19}, + [2158] = {.lex_state = 17}, + [2159] = {.lex_state = 18}, [2160] = {.lex_state = 18}, - [2161] = {.lex_state = 18}, - [2162] = {.lex_state = 18}, - [2163] = {.lex_state = 19}, + [2161] = {.lex_state = 31}, + [2162] = {.lex_state = 17}, + [2163] = {.lex_state = 17}, [2164] = {.lex_state = 17}, - [2165] = {.lex_state = 18}, + [2165] = {.lex_state = 17}, [2166] = {.lex_state = 17}, - [2167] = {.lex_state = 17}, + [2167] = {.lex_state = 31}, [2168] = {.lex_state = 17}, [2169] = {.lex_state = 17}, - [2170] = {.lex_state = 31}, - [2171] = {.lex_state = 24}, - [2172] = {.lex_state = 31}, + [2170] = {.lex_state = 18}, + [2171] = {.lex_state = 18}, + [2172] = {.lex_state = 18}, [2173] = {.lex_state = 18}, - [2174] = {.lex_state = 17}, + [2174] = {.lex_state = 18}, [2175] = {.lex_state = 17}, - [2176] = {.lex_state = 24}, + [2176] = {.lex_state = 18}, [2177] = {.lex_state = 17}, - [2178] = {.lex_state = 31}, - [2179] = {.lex_state = 31}, - [2180] = {.lex_state = 31}, + [2178] = {.lex_state = 18}, + [2179] = {.lex_state = 18}, + [2180] = {.lex_state = 18}, [2181] = {.lex_state = 31}, - [2182] = {.lex_state = 31}, - [2183] = {.lex_state = 31}, + [2182] = {.lex_state = 18}, + [2183] = {.lex_state = 8}, [2184] = {.lex_state = 31}, [2185] = {.lex_state = 31}, [2186] = {.lex_state = 31}, [2187] = {.lex_state = 31}, [2188] = {.lex_state = 31}, [2189] = {.lex_state = 31}, - [2190] = {.lex_state = 31}, - [2191] = {.lex_state = 31}, + [2190] = {.lex_state = 17}, + [2191] = {.lex_state = 8}, [2192] = {.lex_state = 31}, [2193] = {.lex_state = 31}, - [2194] = {.lex_state = 31}, + [2194] = {.lex_state = 18}, [2195] = {.lex_state = 31}, - [2196] = {.lex_state = 18}, - [2197] = {.lex_state = 18}, + [2196] = {.lex_state = 17}, + [2197] = {.lex_state = 31}, [2198] = {.lex_state = 31}, - [2199] = {.lex_state = 19}, - [2200] = {.lex_state = 17}, + [2199] = {.lex_state = 31}, + [2200] = {.lex_state = 31}, [2201] = {.lex_state = 31}, - [2202] = {.lex_state = 27}, - [2203] = {.lex_state = 27}, + [2202] = {.lex_state = 31}, + [2203] = {.lex_state = 17}, [2204] = {.lex_state = 31}, [2205] = {.lex_state = 31}, - [2206] = {.lex_state = 18}, + [2206] = {.lex_state = 31}, [2207] = {.lex_state = 31}, - [2208] = {.lex_state = 18}, - [2209] = {.lex_state = 17}, + [2208] = {.lex_state = 17}, + [2209] = {.lex_state = 31}, [2210] = {.lex_state = 31}, [2211] = {.lex_state = 31}, - [2212] = {.lex_state = 27}, - [2213] = {.lex_state = 31}, - [2214] = {.lex_state = 31}, - [2215] = {.lex_state = 27}, + [2212] = {.lex_state = 31}, + [2213] = {.lex_state = 27}, + [2214] = {.lex_state = 17}, + [2215] = {.lex_state = 31}, [2216] = {.lex_state = 31}, - [2217] = {.lex_state = 31}, + [2217] = {.lex_state = 8}, [2218] = {.lex_state = 31}, - [2219] = {.lex_state = 31}, - [2220] = {.lex_state = 31}, + [2219] = {.lex_state = 17}, + [2220] = {.lex_state = 17}, [2221] = {.lex_state = 31}, - [2222] = {.lex_state = 18}, - [2223] = {.lex_state = 18}, - [2224] = {.lex_state = 12}, - [2225] = {.lex_state = 31}, + [2222] = {.lex_state = 12}, + [2223] = {.lex_state = 27}, + [2224] = {.lex_state = 31}, + [2225] = {.lex_state = 17}, [2226] = {.lex_state = 18}, [2227] = {.lex_state = 31}, - [2228] = {.lex_state = 17}, - [2229] = {.lex_state = 31}, + [2228] = {.lex_state = 27}, + [2229] = {.lex_state = 19}, [2230] = {.lex_state = 31}, - [2231] = {.lex_state = 17}, - [2232] = {.lex_state = 19}, - [2233] = {.lex_state = 31}, + [2231] = {.lex_state = 31}, + [2232] = {.lex_state = 17}, + [2233] = {.lex_state = 27}, [2234] = {.lex_state = 31}, - [2235] = {.lex_state = 17}, - [2236] = {.lex_state = 8}, - [2237] = {.lex_state = 19}, - [2238] = {.lex_state = 17}, + [2235] = {.lex_state = 31}, + [2236] = {.lex_state = 31}, + [2237] = {.lex_state = 31}, + [2238] = {.lex_state = 31}, [2239] = {.lex_state = 31}, - [2240] = {.lex_state = 17}, + [2240] = {.lex_state = 31}, [2241] = {.lex_state = 19}, - [2242] = {.lex_state = 8}, - [2243] = {.lex_state = 17}, + [2242] = {.lex_state = 17}, + [2243] = {.lex_state = 27}, [2244] = {.lex_state = 17}, - [2245] = {.lex_state = 17}, + [2245] = {.lex_state = 31}, [2246] = {.lex_state = 17}, [2247] = {.lex_state = 17}, [2248] = {.lex_state = 17}, [2249] = {.lex_state = 17}, [2250] = {.lex_state = 17}, - [2251] = {.lex_state = 19}, - [2252] = {.lex_state = 31}, + [2251] = {.lex_state = 17}, + [2252] = {.lex_state = 17}, [2253] = {.lex_state = 17}, - [2254] = {.lex_state = 17}, - [2255] = {.lex_state = 31}, + [2254] = {.lex_state = 19}, + [2255] = {.lex_state = 12}, [2256] = {.lex_state = 17}, - [2257] = {.lex_state = 17}, - [2258] = {.lex_state = 31}, - [2259] = {.lex_state = 12}, - [2260] = {.lex_state = 8}, + [2257] = {.lex_state = 31}, + [2258] = {.lex_state = 17}, + [2259] = {.lex_state = 72}, + [2260] = {.lex_state = 31}, [2261] = {.lex_state = 17}, - [2262] = {.lex_state = 17}, + [2262] = {.lex_state = 31}, [2263] = {.lex_state = 17}, - [2264] = {.lex_state = 17}, - [2265] = {.lex_state = 27}, + [2264] = {.lex_state = 31}, + [2265] = {.lex_state = 17}, [2266] = {.lex_state = 17}, - [2267] = {.lex_state = 31}, - [2268] = {.lex_state = 18}, + [2267] = {.lex_state = 18}, + [2268] = {.lex_state = 17}, [2269] = {.lex_state = 17}, - [2270] = {.lex_state = 31}, - [2271] = {.lex_state = 12}, - [2272] = {.lex_state = 17}, - [2273] = {.lex_state = 17}, - [2274] = {.lex_state = 12}, - [2275] = {.lex_state = 12}, - [2276] = {.lex_state = 17}, - [2277] = {.lex_state = 31}, - [2278] = {.lex_state = 31}, - [2279] = {.lex_state = 72}, - [2280] = {.lex_state = 31}, - [2281] = {.lex_state = 17}, + [2270] = {.lex_state = 12}, + [2271] = {.lex_state = 17}, + [2272] = {.lex_state = 31}, + [2273] = {.lex_state = 31}, + [2274] = {.lex_state = 17}, + [2275] = {.lex_state = 17}, + [2276] = {.lex_state = 12}, + [2277] = {.lex_state = 12}, + [2278] = {.lex_state = 24}, + [2279] = {.lex_state = 31}, + [2280] = {.lex_state = 17}, + [2281] = {.lex_state = 19}, [2282] = {.lex_state = 31}, - [2283] = {.lex_state = 19}, - [2284] = {.lex_state = 17}, - [2285] = {.lex_state = 27}, + [2283] = {.lex_state = 17}, + [2284] = {.lex_state = 31}, + [2285] = {.lex_state = 19}, [2286] = {.lex_state = 17}, - [2287] = {.lex_state = 17}, - [2288] = {.lex_state = 27}, + [2287] = {.lex_state = 19}, + [2288] = {.lex_state = 31}, [2289] = {.lex_state = 17}, [2290] = {.lex_state = 17}, [2291] = {.lex_state = 17}, @@ -12907,22 +12905,22 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2293] = {.lex_state = 17}, [2294] = {.lex_state = 17}, [2295] = {.lex_state = 17}, - [2296] = {.lex_state = 24}, - [2297] = {.lex_state = 27}, + [2296] = {.lex_state = 27}, + [2297] = {.lex_state = 17}, [2298] = {.lex_state = 27}, [2299] = {.lex_state = 17}, [2300] = {.lex_state = 17}, - [2301] = {.lex_state = 17}, - [2302] = {.lex_state = 17}, - [2303] = {.lex_state = 17}, - [2304] = {.lex_state = 17}, + [2301] = {.lex_state = 27}, + [2302] = {.lex_state = 27}, + [2303] = {.lex_state = 12}, + [2304] = {.lex_state = 27}, [2305] = {.lex_state = 17}, [2306] = {.lex_state = 17}, - [2307] = {.lex_state = 27}, + [2307] = {.lex_state = 17}, [2308] = {.lex_state = 27}, [2309] = {.lex_state = 17}, [2310] = {.lex_state = 17}, - [2311] = {.lex_state = 12}, + [2311] = {.lex_state = 17}, [2312] = {.lex_state = 17}, [2313] = {.lex_state = 17}, [2314] = {.lex_state = 17}, @@ -12933,644 +12931,644 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2319] = {.lex_state = 17}, [2320] = {.lex_state = 17}, [2321] = {.lex_state = 17}, - [2322] = {.lex_state = 27}, - [2323] = {.lex_state = 27}, + [2322] = {.lex_state = 17}, + [2323] = {.lex_state = 17}, [2324] = {.lex_state = 17}, - [2325] = {.lex_state = 27}, + [2325] = {.lex_state = 17}, [2326] = {.lex_state = 17}, [2327] = {.lex_state = 17}, [2328] = {.lex_state = 17}, - [2329] = {.lex_state = 27}, + [2329] = {.lex_state = 17}, [2330] = {.lex_state = 17}, [2331] = {.lex_state = 27}, [2332] = {.lex_state = 17}, [2333] = {.lex_state = 17}, [2334] = {.lex_state = 17}, - [2335] = {.lex_state = 17}, - [2336] = {.lex_state = 17}, - [2337] = {.lex_state = 17}, - [2338] = {.lex_state = 72}, - [2339] = {.lex_state = 72}, - [2340] = {.lex_state = 31}, - [2341] = {.lex_state = 72}, - [2342] = {.lex_state = 72}, - [2343] = {.lex_state = 19}, - [2344] = {.lex_state = 72}, + [2335] = {.lex_state = 27}, + [2336] = {.lex_state = 27}, + [2337] = {.lex_state = 27}, + [2338] = {.lex_state = 17}, + [2339] = {.lex_state = 17}, + [2340] = {.lex_state = 17}, + [2341] = {.lex_state = 27}, + [2342] = {.lex_state = 17}, + [2343] = {.lex_state = 17}, + [2344] = {.lex_state = 27}, [2345] = {.lex_state = 72}, - [2346] = {.lex_state = 72}, - [2347] = {.lex_state = 17}, - [2348] = {.lex_state = 27}, - [2349] = {.lex_state = 17}, - [2350] = {.lex_state = 27}, + [2346] = {.lex_state = 27}, + [2347] = {.lex_state = 72}, + [2348] = {.lex_state = 72}, + [2349] = {.lex_state = 72}, + [2350] = {.lex_state = 72}, [2351] = {.lex_state = 72}, [2352] = {.lex_state = 72}, - [2353] = {.lex_state = 72}, + [2353] = {.lex_state = 27}, [2354] = {.lex_state = 72}, - [2355] = {.lex_state = 72}, - [2356] = {.lex_state = 5}, - [2357] = {.lex_state = 5}, - [2358] = {.lex_state = 12}, - [2359] = {.lex_state = 12}, + [2355] = {.lex_state = 19}, + [2356] = {.lex_state = 72}, + [2357] = {.lex_state = 17}, + [2358] = {.lex_state = 27}, + [2359] = {.lex_state = 72}, [2360] = {.lex_state = 17}, - [2361] = {.lex_state = 17}, + [2361] = {.lex_state = 72}, [2362] = {.lex_state = 72}, - [2363] = {.lex_state = 17}, + [2363] = {.lex_state = 72}, [2364] = {.lex_state = 72}, - [2365] = {.lex_state = 72}, - [2366] = {.lex_state = 17}, - [2367] = {.lex_state = 31}, - [2368] = {.lex_state = 72}, - [2369] = {.lex_state = 27}, + [2365] = {.lex_state = 27}, + [2366] = {.lex_state = 12}, + [2367] = {.lex_state = 72}, + [2368] = {.lex_state = 12}, + [2369] = {.lex_state = 17}, [2370] = {.lex_state = 17}, - [2371] = {.lex_state = 27}, - [2372] = {.lex_state = 17}, - [2373] = {.lex_state = 17}, - [2374] = {.lex_state = 72}, - [2375] = {.lex_state = 27}, - [2376] = {.lex_state = 169}, - [2377] = {.lex_state = 12}, + [2371] = {.lex_state = 72}, + [2372] = {.lex_state = 72}, + [2373] = {.lex_state = 27}, + [2374] = {.lex_state = 31}, + [2375] = {.lex_state = 72}, + [2376] = {.lex_state = 5}, + [2377] = {.lex_state = 72}, [2378] = {.lex_state = 72}, [2379] = {.lex_state = 72}, [2380] = {.lex_state = 72}, - [2381] = {.lex_state = 27}, - [2382] = {.lex_state = 72}, - [2383] = {.lex_state = 27}, - [2384] = {.lex_state = 17}, + [2381] = {.lex_state = 72}, + [2382] = {.lex_state = 5}, + [2383] = {.lex_state = 72}, + [2384] = {.lex_state = 5}, [2385] = {.lex_state = 72}, - [2386] = {.lex_state = 17}, - [2387] = {.lex_state = 72}, - [2388] = {.lex_state = 17}, - [2389] = {.lex_state = 5}, - [2390] = {.lex_state = 72}, - [2391] = {.lex_state = 17}, - [2392] = {.lex_state = 27}, - [2393] = {.lex_state = 72}, - [2394] = {.lex_state = 72}, + [2386] = {.lex_state = 72}, + [2387] = {.lex_state = 12}, + [2388] = {.lex_state = 27}, + [2389] = {.lex_state = 72}, + [2390] = {.lex_state = 17}, + [2391] = {.lex_state = 72}, + [2392] = {.lex_state = 17}, + [2393] = {.lex_state = 17}, + [2394] = {.lex_state = 17}, [2395] = {.lex_state = 72}, - [2396] = {.lex_state = 72}, - [2397] = {.lex_state = 17}, - [2398] = {.lex_state = 17}, - [2399] = {.lex_state = 72}, - [2400] = {.lex_state = 72}, + [2396] = {.lex_state = 169}, + [2397] = {.lex_state = 72}, + [2398] = {.lex_state = 27}, + [2399] = {.lex_state = 31}, + [2400] = {.lex_state = 17}, [2401] = {.lex_state = 17}, - [2402] = {.lex_state = 31}, - [2403] = {.lex_state = 17}, - [2404] = {.lex_state = 31}, - [2405] = {.lex_state = 31}, - [2406] = {.lex_state = 23}, + [2402] = {.lex_state = 17}, + [2403] = {.lex_state = 15}, + [2404] = {.lex_state = 17}, + [2405] = {.lex_state = 21}, + [2406] = {.lex_state = 31}, [2407] = {.lex_state = 17}, - [2408] = {.lex_state = 19}, - [2409] = {.lex_state = 31}, - [2410] = {.lex_state = 20}, - [2411] = {.lex_state = 31}, + [2408] = {.lex_state = 31}, + [2409] = {.lex_state = 17}, + [2410] = {.lex_state = 72}, + [2411] = {.lex_state = 17}, [2412] = {.lex_state = 17}, [2413] = {.lex_state = 17}, - [2414] = {.lex_state = 20}, + [2414] = {.lex_state = 17}, [2415] = {.lex_state = 17}, [2416] = {.lex_state = 17}, - [2417] = {.lex_state = 17}, - [2418] = {.lex_state = 17}, - [2419] = {.lex_state = 17}, - [2420] = {.lex_state = 23}, - [2421] = {.lex_state = 17}, - [2422] = {.lex_state = 17}, + [2417] = {.lex_state = 23}, + [2418] = {.lex_state = 19}, + [2419] = {.lex_state = 31}, + [2420] = {.lex_state = 31}, + [2421] = {.lex_state = 31}, + [2422] = {.lex_state = 21}, [2423] = {.lex_state = 17}, [2424] = {.lex_state = 17}, - [2425] = {.lex_state = 17}, - [2426] = {.lex_state = 31}, - [2427] = {.lex_state = 17}, - [2428] = {.lex_state = 17}, - [2429] = {.lex_state = 17}, + [2425] = {.lex_state = 31}, + [2426] = {.lex_state = 23}, + [2427] = {.lex_state = 31}, + [2428] = {.lex_state = 72}, + [2429] = {.lex_state = 23}, [2430] = {.lex_state = 17}, [2431] = {.lex_state = 17}, [2432] = {.lex_state = 17}, - [2433] = {.lex_state = 20}, + [2433] = {.lex_state = 21}, [2434] = {.lex_state = 17}, - [2435] = {.lex_state = 72}, + [2435] = {.lex_state = 17}, [2436] = {.lex_state = 17}, - [2437] = {.lex_state = 31}, - [2438] = {.lex_state = 17}, - [2439] = {.lex_state = 17}, + [2437] = {.lex_state = 17}, + [2438] = {.lex_state = 21}, + [2439] = {.lex_state = 21}, [2440] = {.lex_state = 17}, - [2441] = {.lex_state = 23}, - [2442] = {.lex_state = 31}, + [2441] = {.lex_state = 31}, + [2442] = {.lex_state = 17}, [2443] = {.lex_state = 17}, - [2444] = {.lex_state = 17}, - [2445] = {.lex_state = 31}, - [2446] = {.lex_state = 17}, + [2444] = {.lex_state = 19}, + [2445] = {.lex_state = 17}, + [2446] = {.lex_state = 5}, [2447] = {.lex_state = 17}, - [2448] = {.lex_state = 17}, - [2449] = {.lex_state = 19}, - [2450] = {.lex_state = 27}, - [2451] = {.lex_state = 5}, - [2452] = {.lex_state = 5}, - [2453] = {.lex_state = 5}, - [2454] = {.lex_state = 31}, + [2448] = {.lex_state = 31}, + [2449] = {.lex_state = 17}, + [2450] = {.lex_state = 17}, + [2451] = {.lex_state = 17}, + [2452] = {.lex_state = 17}, + [2453] = {.lex_state = 17}, + [2454] = {.lex_state = 23}, [2455] = {.lex_state = 17}, - [2456] = {.lex_state = 31}, - [2457] = {.lex_state = 20}, + [2456] = {.lex_state = 21}, + [2457] = {.lex_state = 17}, [2458] = {.lex_state = 17}, - [2459] = {.lex_state = 5}, - [2460] = {.lex_state = 31}, + [2459] = {.lex_state = 31}, + [2460] = {.lex_state = 5}, [2461] = {.lex_state = 17}, [2462] = {.lex_state = 17}, [2463] = {.lex_state = 17}, - [2464] = {.lex_state = 19}, - [2465] = {.lex_state = 19}, - [2466] = {.lex_state = 19}, + [2464] = {.lex_state = 17}, + [2465] = {.lex_state = 17}, + [2466] = {.lex_state = 17}, [2467] = {.lex_state = 17}, - [2468] = {.lex_state = 19}, - [2469] = {.lex_state = 23}, - [2470] = {.lex_state = 31}, + [2468] = {.lex_state = 5}, + [2469] = {.lex_state = 31}, + [2470] = {.lex_state = 27}, [2471] = {.lex_state = 17}, [2472] = {.lex_state = 17}, [2473] = {.lex_state = 17}, [2474] = {.lex_state = 17}, - [2475] = {.lex_state = 19}, + [2475] = {.lex_state = 17}, [2476] = {.lex_state = 17}, - [2477] = {.lex_state = 17}, + [2477] = {.lex_state = 15}, [2478] = {.lex_state = 17}, - [2479] = {.lex_state = 17}, - [2480] = {.lex_state = 17}, - [2481] = {.lex_state = 72}, - [2482] = {.lex_state = 15}, - [2483] = {.lex_state = 17}, - [2484] = {.lex_state = 17}, - [2485] = {.lex_state = 23}, + [2479] = {.lex_state = 19}, + [2480] = {.lex_state = 31}, + [2481] = {.lex_state = 19}, + [2482] = {.lex_state = 17}, + [2483] = {.lex_state = 19}, + [2484] = {.lex_state = 31}, + [2485] = {.lex_state = 17}, [2486] = {.lex_state = 17}, [2487] = {.lex_state = 17}, [2488] = {.lex_state = 17}, [2489] = {.lex_state = 17}, - [2490] = {.lex_state = 31}, + [2490] = {.lex_state = 17}, [2491] = {.lex_state = 17}, [2492] = {.lex_state = 17}, - [2493] = {.lex_state = 23}, + [2493] = {.lex_state = 17}, [2494] = {.lex_state = 31}, - [2495] = {.lex_state = 20}, - [2496] = {.lex_state = 17}, - [2497] = {.lex_state = 15}, - [2498] = {.lex_state = 31}, - [2499] = {.lex_state = 17}, + [2495] = {.lex_state = 17}, + [2496] = {.lex_state = 19}, + [2497] = {.lex_state = 31}, + [2498] = {.lex_state = 17}, + [2499] = {.lex_state = 5}, [2500] = {.lex_state = 17}, - [2501] = {.lex_state = 31}, + [2501] = {.lex_state = 19}, [2502] = {.lex_state = 17}, - [2503] = {.lex_state = 17}, - [2504] = {.lex_state = 20}, - [2505] = {.lex_state = 17}, - [2506] = {.lex_state = 17}, - [2507] = {.lex_state = 17}, - [2508] = {.lex_state = 23}, + [2503] = {.lex_state = 23}, + [2504] = {.lex_state = 17}, + [2505] = {.lex_state = 23}, + [2506] = {.lex_state = 31}, + [2507] = {.lex_state = 31}, + [2508] = {.lex_state = 31}, [2509] = {.lex_state = 31}, - [2510] = {.lex_state = 23}, - [2511] = {.lex_state = 31}, - [2512] = {.lex_state = 23}, - [2513] = {.lex_state = 17}, - [2514] = {.lex_state = 23}, - [2515] = {.lex_state = 5}, - [2516] = {.lex_state = 23}, + [2510] = {.lex_state = 17}, + [2511] = {.lex_state = 8}, + [2512] = {.lex_state = 17}, + [2513] = {.lex_state = 23}, + [2514] = {.lex_state = 23, .external_lex_state = 3}, + [2515] = {.lex_state = 31}, + [2516] = {.lex_state = 5}, [2517] = {.lex_state = 23}, - [2518] = {.lex_state = 17}, + [2518] = {.lex_state = 19}, [2519] = {.lex_state = 23}, - [2520] = {.lex_state = 23}, - [2521] = {.lex_state = 23}, - [2522] = {.lex_state = 17}, + [2520] = {.lex_state = 31}, + [2521] = {.lex_state = 31}, + [2522] = {.lex_state = 31}, [2523] = {.lex_state = 23}, - [2524] = {.lex_state = 23}, - [2525] = {.lex_state = 23}, - [2526] = {.lex_state = 31}, - [2527] = {.lex_state = 17}, + [2524] = {.lex_state = 19}, + [2525] = {.lex_state = 17}, + [2526] = {.lex_state = 23}, + [2527] = {.lex_state = 31}, [2528] = {.lex_state = 31}, [2529] = {.lex_state = 17}, - [2530] = {.lex_state = 17}, - [2531] = {.lex_state = 17}, - [2532] = {.lex_state = 8}, + [2530] = {.lex_state = 23}, + [2531] = {.lex_state = 31}, + [2532] = {.lex_state = 17}, [2533] = {.lex_state = 17}, - [2534] = {.lex_state = 31}, + [2534] = {.lex_state = 17}, [2535] = {.lex_state = 17}, - [2536] = {.lex_state = 31}, + [2536] = {.lex_state = 23}, [2537] = {.lex_state = 17}, - [2538] = {.lex_state = 8}, - [2539] = {.lex_state = 31}, - [2540] = {.lex_state = 31}, - [2541] = {.lex_state = 17}, - [2542] = {.lex_state = 8}, - [2543] = {.lex_state = 17}, - [2544] = {.lex_state = 31}, + [2538] = {.lex_state = 17}, + [2539] = {.lex_state = 23}, + [2540] = {.lex_state = 17}, + [2541] = {.lex_state = 19}, + [2542] = {.lex_state = 72}, + [2543] = {.lex_state = 23}, + [2544] = {.lex_state = 19}, [2545] = {.lex_state = 23}, - [2546] = {.lex_state = 31}, - [2547] = {.lex_state = 31}, - [2548] = {.lex_state = 23}, - [2549] = {.lex_state = 31}, + [2546] = {.lex_state = 23}, + [2547] = {.lex_state = 19}, + [2548] = {.lex_state = 17}, + [2549] = {.lex_state = 23}, [2550] = {.lex_state = 17}, - [2551] = {.lex_state = 17}, + [2551] = {.lex_state = 19}, [2552] = {.lex_state = 17}, - [2553] = {.lex_state = 31}, - [2554] = {.lex_state = 17}, - [2555] = {.lex_state = 17}, - [2556] = {.lex_state = 23}, + [2553] = {.lex_state = 17}, + [2554] = {.lex_state = 23}, + [2555] = {.lex_state = 31}, + [2556] = {.lex_state = 17}, [2557] = {.lex_state = 23}, - [2558] = {.lex_state = 23}, + [2558] = {.lex_state = 17}, [2559] = {.lex_state = 17}, - [2560] = {.lex_state = 31}, + [2560] = {.lex_state = 17}, [2561] = {.lex_state = 17}, - [2562] = {.lex_state = 17}, + [2562] = {.lex_state = 23}, [2563] = {.lex_state = 17}, - [2564] = {.lex_state = 19}, + [2564] = {.lex_state = 31}, [2565] = {.lex_state = 23}, [2566] = {.lex_state = 31}, - [2567] = {.lex_state = 23}, - [2568] = {.lex_state = 31}, - [2569] = {.lex_state = 17}, - [2570] = {.lex_state = 23}, - [2571] = {.lex_state = 23}, + [2567] = {.lex_state = 31}, + [2568] = {.lex_state = 17}, + [2569] = {.lex_state = 31}, + [2570] = {.lex_state = 17}, + [2571] = {.lex_state = 31}, [2572] = {.lex_state = 31}, - [2573] = {.lex_state = 8}, - [2574] = {.lex_state = 17}, - [2575] = {.lex_state = 19}, - [2576] = {.lex_state = 31}, - [2577] = {.lex_state = 5}, - [2578] = {.lex_state = 23}, - [2579] = {.lex_state = 31}, + [2573] = {.lex_state = 17}, + [2574] = {.lex_state = 31}, + [2575] = {.lex_state = 31}, + [2576] = {.lex_state = 23}, + [2577] = {.lex_state = 8}, + [2578] = {.lex_state = 31}, + [2579] = {.lex_state = 23}, [2580] = {.lex_state = 17}, - [2581] = {.lex_state = 72}, + [2581] = {.lex_state = 31}, [2582] = {.lex_state = 23}, - [2583] = {.lex_state = 23}, - [2584] = {.lex_state = 19}, - [2585] = {.lex_state = 31}, + [2583] = {.lex_state = 31}, + [2584] = {.lex_state = 23}, + [2585] = {.lex_state = 23}, [2586] = {.lex_state = 23}, - [2587] = {.lex_state = 31}, - [2588] = {.lex_state = 72}, - [2589] = {.lex_state = 31}, - [2590] = {.lex_state = 23}, + [2587] = {.lex_state = 23}, + [2588] = {.lex_state = 31}, + [2589] = {.lex_state = 23}, + [2590] = {.lex_state = 17}, [2591] = {.lex_state = 31}, - [2592] = {.lex_state = 17}, - [2593] = {.lex_state = 23}, - [2594] = {.lex_state = 17}, - [2595] = {.lex_state = 23}, + [2592] = {.lex_state = 31}, + [2593] = {.lex_state = 17}, + [2594] = {.lex_state = 8}, + [2595] = {.lex_state = 17}, [2596] = {.lex_state = 31}, - [2597] = {.lex_state = 31}, - [2598] = {.lex_state = 19}, - [2599] = {.lex_state = 23, .external_lex_state = 3}, - [2600] = {.lex_state = 23}, - [2601] = {.lex_state = 19}, - [2602] = {.lex_state = 17}, - [2603] = {.lex_state = 31}, - [2604] = {.lex_state = 23}, - [2605] = {.lex_state = 19}, - [2606] = {.lex_state = 23}, - [2607] = {.lex_state = 17}, - [2608] = {.lex_state = 31}, - [2609] = {.lex_state = 23}, - [2610] = {.lex_state = 8}, - [2611] = {.lex_state = 31}, + [2597] = {.lex_state = 23}, + [2598] = {.lex_state = 31}, + [2599] = {.lex_state = 23}, + [2600] = {.lex_state = 31}, + [2601] = {.lex_state = 23}, + [2602] = {.lex_state = 23}, + [2603] = {.lex_state = 5}, + [2604] = {.lex_state = 8}, + [2605] = {.lex_state = 23}, + [2606] = {.lex_state = 31}, + [2607] = {.lex_state = 23}, + [2608] = {.lex_state = 17}, + [2609] = {.lex_state = 8}, + [2610] = {.lex_state = 31}, + [2611] = {.lex_state = 72}, [2612] = {.lex_state = 31}, - [2613] = {.lex_state = 17}, - [2614] = {.lex_state = 17}, - [2615] = {.lex_state = 31}, - [2616] = {.lex_state = 8}, - [2617] = {.lex_state = 8}, - [2618] = {.lex_state = 23}, + [2613] = {.lex_state = 23}, + [2614] = {.lex_state = 23}, + [2615] = {.lex_state = 17}, + [2616] = {.lex_state = 72}, + [2617] = {.lex_state = 17}, + [2618] = {.lex_state = 72}, [2619] = {.lex_state = 17}, [2620] = {.lex_state = 17}, - [2621] = {.lex_state = 8}, - [2622] = {.lex_state = 17}, - [2623] = {.lex_state = 72}, - [2624] = {.lex_state = 23}, - [2625] = {.lex_state = 23}, - [2626] = {.lex_state = 72}, - [2627] = {.lex_state = 23}, + [2621] = {.lex_state = 72}, + [2622] = {.lex_state = 23}, + [2623] = {.lex_state = 19}, + [2624] = {.lex_state = 19}, + [2625] = {.lex_state = 19}, + [2626] = {.lex_state = 19}, + [2627] = {.lex_state = 8}, [2628] = {.lex_state = 23, .external_lex_state = 4}, - [2629] = {.lex_state = 72}, + [2629] = {.lex_state = 23}, [2630] = {.lex_state = 23}, - [2631] = {.lex_state = 8}, - [2632] = {.lex_state = 8}, - [2633] = {.lex_state = 8}, - [2634] = {.lex_state = 8}, - [2635] = {.lex_state = 23, .external_lex_state = 4}, + [2631] = {.lex_state = 23, .external_lex_state = 4}, + [2632] = {.lex_state = 23}, + [2633] = {.lex_state = 72}, + [2634] = {.lex_state = 17}, + [2635] = {.lex_state = 23}, [2636] = {.lex_state = 17}, - [2637] = {.lex_state = 23}, - [2638] = {.lex_state = 17}, - [2639] = {.lex_state = 23}, - [2640] = {.lex_state = 17}, - [2641] = {.lex_state = 23}, - [2642] = {.lex_state = 23, .external_lex_state = 4}, - [2643] = {.lex_state = 17}, + [2637] = {.lex_state = 17}, + [2638] = {.lex_state = 72}, + [2639] = {.lex_state = 8}, + [2640] = {.lex_state = 5}, + [2641] = {.lex_state = 18}, + [2642] = {.lex_state = 17}, + [2643] = {.lex_state = 72}, [2644] = {.lex_state = 23}, [2645] = {.lex_state = 23}, - [2646] = {.lex_state = 17}, - [2647] = {.lex_state = 5}, - [2648] = {.lex_state = 17}, - [2649] = {.lex_state = 72}, + [2646] = {.lex_state = 23, .external_lex_state = 4}, + [2647] = {.lex_state = 23}, + [2648] = {.lex_state = 18}, + [2649] = {.lex_state = 23}, [2650] = {.lex_state = 23, .external_lex_state = 4}, - [2651] = {.lex_state = 17}, - [2652] = {.lex_state = 23}, - [2653] = {.lex_state = 17}, - [2654] = {.lex_state = 23}, - [2655] = {.lex_state = 72}, + [2651] = {.lex_state = 72}, + [2652] = {.lex_state = 8}, + [2653] = {.lex_state = 8}, + [2654] = {.lex_state = 72}, + [2655] = {.lex_state = 8}, [2656] = {.lex_state = 72}, [2657] = {.lex_state = 72}, - [2658] = {.lex_state = 23, .external_lex_state = 4}, - [2659] = {.lex_state = 72}, + [2658] = {.lex_state = 8}, + [2659] = {.lex_state = 8}, [2660] = {.lex_state = 72}, [2661] = {.lex_state = 8}, - [2662] = {.lex_state = 8}, + [2662] = {.lex_state = 72}, [2663] = {.lex_state = 8}, - [2664] = {.lex_state = 8}, - [2665] = {.lex_state = 23}, - [2666] = {.lex_state = 17}, + [2664] = {.lex_state = 72}, + [2665] = {.lex_state = 8}, + [2666] = {.lex_state = 8}, [2667] = {.lex_state = 17}, [2668] = {.lex_state = 17}, - [2669] = {.lex_state = 8}, - [2670] = {.lex_state = 72}, - [2671] = {.lex_state = 72}, - [2672] = {.lex_state = 72}, - [2673] = {.lex_state = 23, .external_lex_state = 4}, - [2674] = {.lex_state = 31}, - [2675] = {.lex_state = 8}, - [2676] = {.lex_state = 23, .external_lex_state = 4}, - [2677] = {.lex_state = 8}, - [2678] = {.lex_state = 8}, - [2679] = {.lex_state = 8}, - [2680] = {.lex_state = 72}, - [2681] = {.lex_state = 72}, - [2682] = {.lex_state = 17}, - [2683] = {.lex_state = 18}, - [2684] = {.lex_state = 23}, - [2685] = {.lex_state = 23}, - [2686] = {.lex_state = 8}, - [2687] = {.lex_state = 31}, - [2688] = {.lex_state = 8}, + [2669] = {.lex_state = 17}, + [2670] = {.lex_state = 17}, + [2671] = {.lex_state = 23}, + [2672] = {.lex_state = 8}, + [2673] = {.lex_state = 8}, + [2674] = {.lex_state = 72}, + [2675] = {.lex_state = 72}, + [2676] = {.lex_state = 72}, + [2677] = {.lex_state = 17}, + [2678] = {.lex_state = 17}, + [2679] = {.lex_state = 17}, + [2680] = {.lex_state = 17}, + [2681] = {.lex_state = 17}, + [2682] = {.lex_state = 19}, + [2683] = {.lex_state = 19}, + [2684] = {.lex_state = 19}, + [2685] = {.lex_state = 17}, + [2686] = {.lex_state = 19}, + [2687] = {.lex_state = 17}, + [2688] = {.lex_state = 23}, [2689] = {.lex_state = 8}, - [2690] = {.lex_state = 19}, - [2691] = {.lex_state = 8}, - [2692] = {.lex_state = 8}, - [2693] = {.lex_state = 23}, - [2694] = {.lex_state = 23}, - [2695] = {.lex_state = 72}, + [2690] = {.lex_state = 8}, + [2691] = {.lex_state = 17}, + [2692] = {.lex_state = 19}, + [2693] = {.lex_state = 19}, + [2694] = {.lex_state = 19}, + [2695] = {.lex_state = 19}, [2696] = {.lex_state = 72}, - [2697] = {.lex_state = 8}, + [2697] = {.lex_state = 17}, [2698] = {.lex_state = 17}, - [2699] = {.lex_state = 23}, - [2700] = {.lex_state = 8}, - [2701] = {.lex_state = 8}, - [2702] = {.lex_state = 23}, - [2703] = {.lex_state = 23}, - [2704] = {.lex_state = 5}, - [2705] = {.lex_state = 8}, + [2699] = {.lex_state = 17}, + [2700] = {.lex_state = 23}, + [2701] = {.lex_state = 17}, + [2702] = {.lex_state = 17}, + [2703] = {.lex_state = 17}, + [2704] = {.lex_state = 17}, + [2705] = {.lex_state = 23}, [2706] = {.lex_state = 17}, - [2707] = {.lex_state = 72}, - [2708] = {.lex_state = 72}, - [2709] = {.lex_state = 72}, + [2707] = {.lex_state = 17}, + [2708] = {.lex_state = 23}, + [2709] = {.lex_state = 17}, [2710] = {.lex_state = 17}, [2711] = {.lex_state = 17}, - [2712] = {.lex_state = 17}, - [2713] = {.lex_state = 23}, - [2714] = {.lex_state = 23, .external_lex_state = 4}, + [2712] = {.lex_state = 33}, + [2713] = {.lex_state = 72}, + [2714] = {.lex_state = 17}, [2715] = {.lex_state = 17}, - [2716] = {.lex_state = 23}, - [2717] = {.lex_state = 72}, - [2718] = {.lex_state = 17}, - [2719] = {.lex_state = 17}, - [2720] = {.lex_state = 23, .external_lex_state = 4}, - [2721] = {.lex_state = 72}, - [2722] = {.lex_state = 17}, - [2723] = {.lex_state = 8}, - [2724] = {.lex_state = 23, .external_lex_state = 4}, - [2725] = {.lex_state = 31}, - [2726] = {.lex_state = 8}, - [2727] = {.lex_state = 17}, + [2716] = {.lex_state = 17}, + [2717] = {.lex_state = 17}, + [2718] = {.lex_state = 72}, + [2719] = {.lex_state = 72}, + [2720] = {.lex_state = 23}, + [2721] = {.lex_state = 17}, + [2722] = {.lex_state = 72}, + [2723] = {.lex_state = 23}, + [2724] = {.lex_state = 8}, + [2725] = {.lex_state = 8}, + [2726] = {.lex_state = 23}, + [2727] = {.lex_state = 23}, [2728] = {.lex_state = 23, .external_lex_state = 4}, - [2729] = {.lex_state = 8}, - [2730] = {.lex_state = 8}, + [2729] = {.lex_state = 23}, + [2730] = {.lex_state = 17}, [2731] = {.lex_state = 23}, [2732] = {.lex_state = 72}, - [2733] = {.lex_state = 33}, - [2734] = {.lex_state = 33}, - [2735] = {.lex_state = 8}, - [2736] = {.lex_state = 72}, + [2733] = {.lex_state = 18}, + [2734] = {.lex_state = 72}, + [2735] = {.lex_state = 23}, + [2736] = {.lex_state = 23}, [2737] = {.lex_state = 17}, - [2738] = {.lex_state = 72}, - [2739] = {.lex_state = 8}, - [2740] = {.lex_state = 17}, - [2741] = {.lex_state = 17}, - [2742] = {.lex_state = 72}, - [2743] = {.lex_state = 17}, - [2744] = {.lex_state = 17}, - [2745] = {.lex_state = 31}, - [2746] = {.lex_state = 72}, - [2747] = {.lex_state = 17}, - [2748] = {.lex_state = 72}, + [2738] = {.lex_state = 23}, + [2739] = {.lex_state = 23, .external_lex_state = 4}, + [2740] = {.lex_state = 72}, + [2741] = {.lex_state = 8}, + [2742] = {.lex_state = 8}, + [2743] = {.lex_state = 8}, + [2744] = {.lex_state = 8}, + [2745] = {.lex_state = 72}, + [2746] = {.lex_state = 23}, + [2747] = {.lex_state = 23}, + [2748] = {.lex_state = 8}, [2749] = {.lex_state = 17}, [2750] = {.lex_state = 8}, - [2751] = {.lex_state = 31}, - [2752] = {.lex_state = 19}, - [2753] = {.lex_state = 8}, - [2754] = {.lex_state = 23}, - [2755] = {.lex_state = 31}, + [2751] = {.lex_state = 8}, + [2752] = {.lex_state = 17}, + [2753] = {.lex_state = 23}, + [2754] = {.lex_state = 72}, + [2755] = {.lex_state = 8}, [2756] = {.lex_state = 72}, - [2757] = {.lex_state = 33}, - [2758] = {.lex_state = 8}, - [2759] = {.lex_state = 72}, - [2760] = {.lex_state = 17}, - [2761] = {.lex_state = 23}, - [2762] = {.lex_state = 72}, + [2757] = {.lex_state = 23}, + [2758] = {.lex_state = 72}, + [2759] = {.lex_state = 17}, + [2760] = {.lex_state = 23}, + [2761] = {.lex_state = 17}, + [2762] = {.lex_state = 17}, [2763] = {.lex_state = 23}, - [2764] = {.lex_state = 8}, - [2765] = {.lex_state = 8}, - [2766] = {.lex_state = 17}, - [2767] = {.lex_state = 72}, - [2768] = {.lex_state = 23}, - [2769] = {.lex_state = 31}, - [2770] = {.lex_state = 8}, + [2764] = {.lex_state = 23}, + [2765] = {.lex_state = 23, .external_lex_state = 4}, + [2766] = {.lex_state = 23}, + [2767] = {.lex_state = 17}, + [2768] = {.lex_state = 31}, + [2769] = {.lex_state = 72}, + [2770] = {.lex_state = 23}, [2771] = {.lex_state = 23}, - [2772] = {.lex_state = 23, .external_lex_state = 4}, - [2773] = {.lex_state = 33}, - [2774] = {.lex_state = 23}, - [2775] = {.lex_state = 23}, - [2776] = {.lex_state = 72}, + [2772] = {.lex_state = 23}, + [2773] = {.lex_state = 23, .external_lex_state = 4}, + [2774] = {.lex_state = 72}, + [2775] = {.lex_state = 8}, + [2776] = {.lex_state = 8}, [2777] = {.lex_state = 8}, - [2778] = {.lex_state = 23}, - [2779] = {.lex_state = 72}, - [2780] = {.lex_state = 17}, + [2778] = {.lex_state = 8}, + [2779] = {.lex_state = 23}, + [2780] = {.lex_state = 31}, [2781] = {.lex_state = 23}, - [2782] = {.lex_state = 72}, - [2783] = {.lex_state = 19}, + [2782] = {.lex_state = 23, .external_lex_state = 4}, + [2783] = {.lex_state = 31}, [2784] = {.lex_state = 23}, - [2785] = {.lex_state = 19}, + [2785] = {.lex_state = 17}, [2786] = {.lex_state = 72}, - [2787] = {.lex_state = 23}, - [2788] = {.lex_state = 23}, - [2789] = {.lex_state = 18}, - [2790] = {.lex_state = 19}, - [2791] = {.lex_state = 17}, - [2792] = {.lex_state = 72}, - [2793] = {.lex_state = 72}, - [2794] = {.lex_state = 17}, - [2795] = {.lex_state = 23}, + [2787] = {.lex_state = 23, .external_lex_state = 4}, + [2788] = {.lex_state = 72}, + [2789] = {.lex_state = 8}, + [2790] = {.lex_state = 8}, + [2791] = {.lex_state = 8}, + [2792] = {.lex_state = 8}, + [2793] = {.lex_state = 17}, + [2794] = {.lex_state = 72}, + [2795] = {.lex_state = 72}, [2796] = {.lex_state = 31}, - [2797] = {.lex_state = 23}, - [2798] = {.lex_state = 23}, - [2799] = {.lex_state = 17}, - [2800] = {.lex_state = 17}, - [2801] = {.lex_state = 18}, + [2797] = {.lex_state = 23, .external_lex_state = 4}, + [2798] = {.lex_state = 23, .external_lex_state = 4}, + [2799] = {.lex_state = 8}, + [2800] = {.lex_state = 8}, + [2801] = {.lex_state = 8}, [2802] = {.lex_state = 72}, - [2803] = {.lex_state = 18}, - [2804] = {.lex_state = 72}, - [2805] = {.lex_state = 17}, - [2806] = {.lex_state = 5}, - [2807] = {.lex_state = 17}, - [2808] = {.lex_state = 19}, - [2809] = {.lex_state = 23}, - [2810] = {.lex_state = 17}, - [2811] = {.lex_state = 19}, - [2812] = {.lex_state = 19}, - [2813] = {.lex_state = 31}, - [2814] = {.lex_state = 8}, + [2803] = {.lex_state = 33}, + [2804] = {.lex_state = 23}, + [2805] = {.lex_state = 8}, + [2806] = {.lex_state = 8}, + [2807] = {.lex_state = 72}, + [2808] = {.lex_state = 31}, + [2809] = {.lex_state = 72}, + [2810] = {.lex_state = 5}, + [2811] = {.lex_state = 5}, + [2812] = {.lex_state = 72}, + [2813] = {.lex_state = 17}, + [2814] = {.lex_state = 17}, [2815] = {.lex_state = 17}, - [2816] = {.lex_state = 19}, - [2817] = {.lex_state = 5}, - [2818] = {.lex_state = 8}, - [2819] = {.lex_state = 23}, - [2820] = {.lex_state = 17}, + [2816] = {.lex_state = 23, .external_lex_state = 4}, + [2817] = {.lex_state = 33}, + [2818] = {.lex_state = 17}, + [2819] = {.lex_state = 31}, + [2820] = {.lex_state = 31}, [2821] = {.lex_state = 23}, - [2822] = {.lex_state = 23}, - [2823] = {.lex_state = 17}, - [2824] = {.lex_state = 72}, - [2825] = {.lex_state = 17}, - [2826] = {.lex_state = 17}, - [2827] = {.lex_state = 19}, - [2828] = {.lex_state = 72}, - [2829] = {.lex_state = 5}, - [2830] = {.lex_state = 19}, + [2822] = {.lex_state = 72}, + [2823] = {.lex_state = 72}, + [2824] = {.lex_state = 23}, + [2825] = {.lex_state = 23}, + [2826] = {.lex_state = 23}, + [2827] = {.lex_state = 31}, + [2828] = {.lex_state = 8}, + [2829] = {.lex_state = 72}, + [2830] = {.lex_state = 8}, [2831] = {.lex_state = 17}, [2832] = {.lex_state = 17}, - [2833] = {.lex_state = 17}, - [2834] = {.lex_state = 72}, - [2835] = {.lex_state = 23}, - [2836] = {.lex_state = 19}, + [2833] = {.lex_state = 23}, + [2834] = {.lex_state = 8}, + [2835] = {.lex_state = 72}, + [2836] = {.lex_state = 17}, [2837] = {.lex_state = 17}, [2838] = {.lex_state = 8}, - [2839] = {.lex_state = 72}, - [2840] = {.lex_state = 17}, + [2839] = {.lex_state = 23}, + [2840] = {.lex_state = 23}, [2841] = {.lex_state = 17}, - [2842] = {.lex_state = 18}, + [2842] = {.lex_state = 8}, [2843] = {.lex_state = 23}, - [2844] = {.lex_state = 17}, - [2845] = {.lex_state = 8}, + [2844] = {.lex_state = 23}, + [2845] = {.lex_state = 31}, [2846] = {.lex_state = 23}, - [2847] = {.lex_state = 72}, - [2848] = {.lex_state = 72}, - [2849] = {.lex_state = 8}, - [2850] = {.lex_state = 17}, - [2851] = {.lex_state = 17}, + [2847] = {.lex_state = 23}, + [2848] = {.lex_state = 18}, + [2849] = {.lex_state = 18}, + [2850] = {.lex_state = 5}, + [2851] = {.lex_state = 23}, [2852] = {.lex_state = 23}, - [2853] = {.lex_state = 23}, + [2853] = {.lex_state = 17}, [2854] = {.lex_state = 17}, - [2855] = {.lex_state = 23}, + [2855] = {.lex_state = 33}, [2856] = {.lex_state = 17}, - [2857] = {.lex_state = 8}, - [2858] = {.lex_state = 23}, - [2859] = {.lex_state = 17}, - [2860] = {.lex_state = 23}, - [2861] = {.lex_state = 17}, + [2857] = {.lex_state = 17}, + [2858] = {.lex_state = 72}, + [2859] = {.lex_state = 5}, + [2860] = {.lex_state = 17}, + [2861] = {.lex_state = 23}, [2862] = {.lex_state = 17}, [2863] = {.lex_state = 17}, - [2864] = {.lex_state = 17}, - [2865] = {.lex_state = 8}, + [2864] = {.lex_state = 72}, + [2865] = {.lex_state = 72}, [2866] = {.lex_state = 8}, - [2867] = {.lex_state = 72}, - [2868] = {.lex_state = 8}, - [2869] = {.lex_state = 23}, - [2870] = {.lex_state = 17}, - [2871] = {.lex_state = 31}, - [2872] = {.lex_state = 8}, - [2873] = {.lex_state = 23}, - [2874] = {.lex_state = 23}, - [2875] = {.lex_state = 31}, - [2876] = {.lex_state = 23, .external_lex_state = 4}, + [2867] = {.lex_state = 31}, + [2868] = {.lex_state = 17}, + [2869] = {.lex_state = 8}, + [2870] = {.lex_state = 8}, + [2871] = {.lex_state = 8}, + [2872] = {.lex_state = 17}, + [2873] = {.lex_state = 31}, + [2874] = {.lex_state = 8}, + [2875] = {.lex_state = 72}, + [2876] = {.lex_state = 23}, [2877] = {.lex_state = 17}, - [2878] = {.lex_state = 72}, - [2879] = {.lex_state = 72}, + [2878] = {.lex_state = 19}, + [2879] = {.lex_state = 19}, [2880] = {.lex_state = 72}, [2881] = {.lex_state = 72}, [2882] = {.lex_state = 72}, - [2883] = {.lex_state = 19}, + [2883] = {.lex_state = 72}, [2884] = {.lex_state = 72}, [2885] = {.lex_state = 72}, - [2886] = {.lex_state = 72}, + [2886] = {.lex_state = 23, .external_lex_state = 4}, [2887] = {.lex_state = 72}, [2888] = {.lex_state = 72}, - [2889] = {.lex_state = 17}, + [2889] = {.lex_state = 72}, [2890] = {.lex_state = 72}, [2891] = {.lex_state = 72}, - [2892] = {.lex_state = 72}, + [2892] = {.lex_state = 17}, [2893] = {.lex_state = 72}, [2894] = {.lex_state = 72}, [2895] = {.lex_state = 72}, [2896] = {.lex_state = 17}, [2897] = {.lex_state = 72}, [2898] = {.lex_state = 72}, - [2899] = {.lex_state = 17}, - [2900] = {.lex_state = 17}, + [2899] = {.lex_state = 72}, + [2900] = {.lex_state = 19}, [2901] = {.lex_state = 72}, [2902] = {.lex_state = 72}, - [2903] = {.lex_state = 72}, - [2904] = {.lex_state = 17}, + [2903] = {.lex_state = 17}, + [2904] = {.lex_state = 72}, [2905] = {.lex_state = 17}, - [2906] = {.lex_state = 72}, + [2906] = {.lex_state = 19}, [2907] = {.lex_state = 72}, [2908] = {.lex_state = 72}, - [2909] = {.lex_state = 19}, + [2909] = {.lex_state = 72}, [2910] = {.lex_state = 72}, [2911] = {.lex_state = 72}, - [2912] = {.lex_state = 72}, - [2913] = {.lex_state = 72}, - [2914] = {.lex_state = 72}, + [2912] = {.lex_state = 17}, + [2913] = {.lex_state = 17}, + [2914] = {.lex_state = 19}, [2915] = {.lex_state = 72}, [2916] = {.lex_state = 72}, - [2917] = {.lex_state = 72}, - [2918] = {.lex_state = 72}, + [2917] = {.lex_state = 19}, + [2918] = {.lex_state = 21}, [2919] = {.lex_state = 72}, - [2920] = {.lex_state = 72}, + [2920] = {.lex_state = 19}, [2921] = {.lex_state = 72}, [2922] = {.lex_state = 72}, [2923] = {.lex_state = 72}, - [2924] = {.lex_state = 72}, + [2924] = {.lex_state = 19}, [2925] = {.lex_state = 72}, - [2926] = {.lex_state = 17}, - [2927] = {.lex_state = 19}, + [2926] = {.lex_state = 19}, + [2927] = {.lex_state = 72}, [2928] = {.lex_state = 72}, [2929] = {.lex_state = 72}, - [2930] = {.lex_state = 19}, + [2930] = {.lex_state = 72}, [2931] = {.lex_state = 72}, - [2932] = {.lex_state = 20}, - [2933] = {.lex_state = 19}, + [2932] = {.lex_state = 19}, + [2933] = {.lex_state = 72}, [2934] = {.lex_state = 72}, - [2935] = {.lex_state = 19}, + [2935] = {.lex_state = 72}, [2936] = {.lex_state = 72}, [2937] = {.lex_state = 72}, - [2938] = {.lex_state = 19}, + [2938] = {.lex_state = 72}, [2939] = {.lex_state = 19}, [2940] = {.lex_state = 72}, - [2941] = {.lex_state = 72}, + [2941] = {.lex_state = 19}, [2942] = {.lex_state = 72}, - [2943] = {.lex_state = 17}, - [2944] = {.lex_state = 72}, + [2943] = {.lex_state = 72}, + [2944] = {.lex_state = 19}, [2945] = {.lex_state = 72}, - [2946] = {.lex_state = 72}, + [2946] = {.lex_state = 17}, [2947] = {.lex_state = 72}, [2948] = {.lex_state = 72}, - [2949] = {.lex_state = 17}, + [2949] = {.lex_state = 72}, [2950] = {.lex_state = 72}, [2951] = {.lex_state = 72}, [2952] = {.lex_state = 72}, - [2953] = {.lex_state = 8}, - [2954] = {.lex_state = 72}, + [2953] = {.lex_state = 17}, + [2954] = {.lex_state = 17}, [2955] = {.lex_state = 72}, - [2956] = {.lex_state = 72}, + [2956] = {.lex_state = 8}, [2957] = {.lex_state = 72}, - [2958] = {.lex_state = 17}, - [2959] = {.lex_state = 72}, + [2958] = {.lex_state = 72}, + [2959] = {.lex_state = 17}, [2960] = {.lex_state = 72}, [2961] = {.lex_state = 72}, [2962] = {.lex_state = 72}, @@ -13578,156 +13576,156 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [2964] = {.lex_state = 72}, [2965] = {.lex_state = 72}, [2966] = {.lex_state = 72}, - [2967] = {.lex_state = 72}, + [2967] = {.lex_state = 17}, [2968] = {.lex_state = 72}, [2969] = {.lex_state = 72}, - [2970] = {.lex_state = 20}, + [2970] = {.lex_state = 72}, [2971] = {.lex_state = 72}, - [2972] = {.lex_state = 19}, - [2973] = {.lex_state = 19}, - [2974] = {.lex_state = 72}, + [2972] = {.lex_state = 72}, + [2973] = {.lex_state = 72}, + [2974] = {.lex_state = 31}, [2975] = {.lex_state = 72}, [2976] = {.lex_state = 72}, - [2977] = {.lex_state = 72}, + [2977] = {.lex_state = 23}, [2978] = {.lex_state = 72}, [2979] = {.lex_state = 72}, - [2980] = {.lex_state = 72}, + [2980] = {.lex_state = 23}, [2981] = {.lex_state = 72}, - [2982] = {.lex_state = 23, .external_lex_state = 4}, + [2982] = {.lex_state = 72}, [2983] = {.lex_state = 72}, [2984] = {.lex_state = 72}, [2985] = {.lex_state = 72}, [2986] = {.lex_state = 72}, - [2987] = {.lex_state = 19}, + [2987] = {.lex_state = 72}, [2988] = {.lex_state = 72}, [2989] = {.lex_state = 72}, [2990] = {.lex_state = 72}, - [2991] = {.lex_state = 19}, - [2992] = {.lex_state = 72}, - [2993] = {.lex_state = 72}, + [2991] = {.lex_state = 72}, + [2992] = {.lex_state = 19}, + [2993] = {.lex_state = 8}, [2994] = {.lex_state = 72}, - [2995] = {.lex_state = 72}, - [2996] = {.lex_state = 19}, - [2997] = {.lex_state = 19}, - [2998] = {.lex_state = 72}, + [2995] = {.lex_state = 19}, + [2996] = {.lex_state = 72}, + [2997] = {.lex_state = 72}, + [2998] = {.lex_state = 17}, [2999] = {.lex_state = 72}, - [3000] = {.lex_state = 19}, - [3001] = {.lex_state = 72}, + [3000] = {.lex_state = 72}, + [3001] = {.lex_state = 17}, [3002] = {.lex_state = 72}, [3003] = {.lex_state = 72}, [3004] = {.lex_state = 72}, - [3005] = {.lex_state = 72}, - [3006] = {.lex_state = 72}, - [3007] = {.lex_state = 19}, - [3008] = {.lex_state = 17}, + [3005] = {.lex_state = 8}, + [3006] = {.lex_state = 19}, + [3007] = {.lex_state = 72}, + [3008] = {.lex_state = 19}, [3009] = {.lex_state = 72}, - [3010] = {.lex_state = 19}, - [3011] = {.lex_state = 17}, + [3010] = {.lex_state = 72}, + [3011] = {.lex_state = 72}, [3012] = {.lex_state = 72}, - [3013] = {.lex_state = 19}, - [3014] = {.lex_state = 19}, - [3015] = {.lex_state = 19}, - [3016] = {.lex_state = 19}, - [3017] = {.lex_state = 19}, + [3013] = {.lex_state = 72}, + [3014] = {.lex_state = 72}, + [3015] = {.lex_state = 72}, + [3016] = {.lex_state = 72}, + [3017] = {.lex_state = 72}, [3018] = {.lex_state = 72}, - [3019] = {.lex_state = 19}, - [3020] = {.lex_state = 23}, + [3019] = {.lex_state = 72}, + [3020] = {.lex_state = 72}, [3021] = {.lex_state = 72}, - [3022] = {.lex_state = 8}, + [3022] = {.lex_state = 72}, [3023] = {.lex_state = 72}, [3024] = {.lex_state = 72}, [3025] = {.lex_state = 72}, - [3026] = {.lex_state = 72}, - [3027] = {.lex_state = 72}, - [3028] = {.lex_state = 72}, + [3026] = {.lex_state = 17}, + [3027] = {.lex_state = 17}, + [3028] = {.lex_state = 21}, [3029] = {.lex_state = 72}, - [3030] = {.lex_state = 72}, + [3030] = {.lex_state = 19}, [3031] = {.lex_state = 72}, - [3032] = {.lex_state = 72}, + [3032] = {.lex_state = 17}, [3033] = {.lex_state = 72}, [3034] = {.lex_state = 72}, - [3035] = {.lex_state = 72}, - [3036] = {.lex_state = 72}, + [3035] = {.lex_state = 8}, + [3036] = {.lex_state = 19}, [3037] = {.lex_state = 72}, [3038] = {.lex_state = 72}, - [3039] = {.lex_state = 31}, - [3040] = {.lex_state = 72}, - [3041] = {.lex_state = 72}, - [3042] = {.lex_state = 72}, + [3039] = {.lex_state = 72}, + [3040] = {.lex_state = 19}, + [3041] = {.lex_state = 19}, + [3042] = {.lex_state = 17}, [3043] = {.lex_state = 72}, [3044] = {.lex_state = 72}, - [3045] = {.lex_state = 72}, + [3045] = {.lex_state = 19}, [3046] = {.lex_state = 72}, [3047] = {.lex_state = 72}, - [3048] = {.lex_state = 72}, - [3049] = {.lex_state = 72}, + [3048] = {.lex_state = 19}, + [3049] = {.lex_state = 19}, [3050] = {.lex_state = 72}, [3051] = {.lex_state = 72}, - [3052] = {.lex_state = 72}, - [3053] = {.lex_state = 31}, - [3054] = {.lex_state = 19}, - [3055] = {.lex_state = 8}, + [3052] = {.lex_state = 17}, + [3053] = {.lex_state = 8}, + [3054] = {.lex_state = 72}, + [3055] = {.lex_state = 72}, [3056] = {.lex_state = 72}, [3057] = {.lex_state = 72}, - [3058] = {.lex_state = 19}, + [3058] = {.lex_state = 72}, [3059] = {.lex_state = 72}, - [3060] = {.lex_state = 72}, - [3061] = {.lex_state = 17}, + [3060] = {.lex_state = 19}, + [3061] = {.lex_state = 72}, [3062] = {.lex_state = 72}, - [3063] = {.lex_state = 72}, - [3064] = {.lex_state = 17}, + [3063] = {.lex_state = 8}, + [3064] = {.lex_state = 72}, [3065] = {.lex_state = 72}, [3066] = {.lex_state = 72}, - [3067] = {.lex_state = 72}, - [3068] = {.lex_state = 19}, - [3069] = {.lex_state = 8}, - [3070] = {.lex_state = 20}, - [3071] = {.lex_state = 72}, - [3072] = {.lex_state = 19}, + [3067] = {.lex_state = 21}, + [3068] = {.lex_state = 72}, + [3069] = {.lex_state = 72}, + [3070] = {.lex_state = 72}, + [3071] = {.lex_state = 21}, + [3072] = {.lex_state = 72}, [3073] = {.lex_state = 72}, [3074] = {.lex_state = 72}, [3075] = {.lex_state = 72}, [3076] = {.lex_state = 72}, [3077] = {.lex_state = 72}, - [3078] = {.lex_state = 20}, + [3078] = {.lex_state = 72}, [3079] = {.lex_state = 72}, [3080] = {.lex_state = 72}, - [3081] = {.lex_state = 19}, - [3082] = {.lex_state = 72}, + [3081] = {.lex_state = 72}, + [3082] = {.lex_state = 8}, [3083] = {.lex_state = 72}, - [3084] = {.lex_state = 17}, + [3084] = {.lex_state = 72}, [3085] = {.lex_state = 72}, - [3086] = {.lex_state = 17}, + [3086] = {.lex_state = 72}, [3087] = {.lex_state = 72}, [3088] = {.lex_state = 72}, [3089] = {.lex_state = 72}, - [3090] = {.lex_state = 19}, - [3091] = {.lex_state = 23}, - [3092] = {.lex_state = 72}, - [3093] = {.lex_state = 8}, - [3094] = {.lex_state = 8}, + [3090] = {.lex_state = 72}, + [3091] = {.lex_state = 72}, + [3092] = {.lex_state = 19}, + [3093] = {.lex_state = 72}, + [3094] = {.lex_state = 72}, [3095] = {.lex_state = 72}, - [3096] = {.lex_state = 19}, + [3096] = {.lex_state = 17}, [3097] = {.lex_state = 72}, [3098] = {.lex_state = 72}, - [3099] = {.lex_state = 17}, - [3100] = {.lex_state = 17}, + [3099] = {.lex_state = 72}, + [3100] = {.lex_state = 72}, [3101] = {.lex_state = 72}, [3102] = {.lex_state = 72}, - [3103] = {.lex_state = 23}, + [3103] = {.lex_state = 31}, [3104] = {.lex_state = 72}, [3105] = {.lex_state = 72}, - [3106] = {.lex_state = 72}, - [3107] = {.lex_state = 72}, - [3108] = {.lex_state = 72}, + [3106] = {.lex_state = 23}, + [3107] = {.lex_state = 8}, + [3108] = {.lex_state = 17}, [3109] = {.lex_state = 72}, - [3110] = {.lex_state = 8}, - [3111] = {.lex_state = 72}, + [3110] = {.lex_state = 72}, + [3111] = {.lex_state = 8}, [3112] = {.lex_state = 72}, [3113] = {.lex_state = 72}, - [3114] = {.lex_state = 72}, - [3115] = {.lex_state = 23}, - [3116] = {.lex_state = 72}, + [3114] = {.lex_state = 17}, + [3115] = {.lex_state = 72}, + [3116] = {.lex_state = 17}, [3117] = {.lex_state = 72}, [3118] = {.lex_state = 72}, [3119] = {.lex_state = 72}, @@ -13736,133 +13734,133 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3122] = {.lex_state = 72}, [3123] = {.lex_state = 72}, [3124] = {.lex_state = 72}, - [3125] = {.lex_state = 72}, - [3126] = {.lex_state = 17}, - [3127] = {.lex_state = 19}, - [3128] = {.lex_state = 19}, + [3125] = {.lex_state = 17}, + [3126] = {.lex_state = 8}, + [3127] = {.lex_state = 72}, + [3128] = {.lex_state = 72}, [3129] = {.lex_state = 72}, [3130] = {.lex_state = 19}, - [3131] = {.lex_state = 19}, - [3132] = {.lex_state = 19}, - [3133] = {.lex_state = 19}, - [3134] = {.lex_state = 72}, + [3131] = {.lex_state = 72}, + [3132] = {.lex_state = 72}, + [3133] = {.lex_state = 72}, + [3134] = {.lex_state = 17}, [3135] = {.lex_state = 72}, - [3136] = {.lex_state = 17}, + [3136] = {.lex_state = 72}, [3137] = {.lex_state = 72}, [3138] = {.lex_state = 72}, [3139] = {.lex_state = 72}, [3140] = {.lex_state = 72}, - [3141] = {.lex_state = 72}, + [3141] = {.lex_state = 19}, [3142] = {.lex_state = 72}, [3143] = {.lex_state = 72}, [3144] = {.lex_state = 72}, [3145] = {.lex_state = 72}, - [3146] = {.lex_state = 17}, + [3146] = {.lex_state = 72}, [3147] = {.lex_state = 72}, [3148] = {.lex_state = 72}, - [3149] = {.lex_state = 72}, - [3150] = {.lex_state = 72}, - [3151] = {.lex_state = 72}, - [3152] = {.lex_state = 17}, - [3153] = {.lex_state = 20}, - [3154] = {.lex_state = 8}, - [3155] = {.lex_state = 8}, - [3156] = {.lex_state = 17}, - [3157] = {.lex_state = 72}, + [3149] = {.lex_state = 19}, + [3150] = {.lex_state = 19}, + [3151] = {.lex_state = 17}, + [3152] = {.lex_state = 19}, + [3153] = {.lex_state = 19}, + [3154] = {.lex_state = 19}, + [3155] = {.lex_state = 72}, + [3156] = {.lex_state = 19}, + [3157] = {.lex_state = 17}, [3158] = {.lex_state = 72}, [3159] = {.lex_state = 72}, [3160] = {.lex_state = 72}, [3161] = {.lex_state = 72}, - [3162] = {.lex_state = 72}, - [3163] = {.lex_state = 72}, - [3164] = {.lex_state = 17}, - [3165] = {.lex_state = 8}, - [3166] = {.lex_state = 72}, - [3167] = {.lex_state = 17}, + [3162] = {.lex_state = 8}, + [3163] = {.lex_state = 17}, + [3164] = {.lex_state = 72}, + [3165] = {.lex_state = 72}, + [3166] = {.lex_state = 8}, + [3167] = {.lex_state = 72}, [3168] = {.lex_state = 8}, - [3169] = {.lex_state = 72}, - [3170] = {.lex_state = 17}, - [3171] = {.lex_state = 72}, - [3172] = {.lex_state = 8}, + [3169] = {.lex_state = 23}, + [3170] = {.lex_state = 72}, + [3171] = {.lex_state = 17}, + [3172] = {.lex_state = 19}, [3173] = {.lex_state = 72}, - [3174] = {.lex_state = 8}, - [3175] = {.lex_state = 72}, - [3176] = {.lex_state = 17}, + [3174] = {.lex_state = 72}, + [3175] = {.lex_state = 8}, + [3176] = {.lex_state = 72}, [3177] = {.lex_state = 72}, - [3178] = {.lex_state = 8}, + [3178] = {.lex_state = 72}, [3179] = {.lex_state = 72}, - [3180] = {.lex_state = 72}, - [3181] = {.lex_state = 17}, - [3182] = {.lex_state = 17}, - [3183] = {.lex_state = 19}, + [3180] = {.lex_state = 17}, + [3181] = {.lex_state = 21}, + [3182] = {.lex_state = 72}, + [3183] = {.lex_state = 72}, [3184] = {.lex_state = 72}, - [3185] = {.lex_state = 72}, + [3185] = {.lex_state = 19}, [3186] = {.lex_state = 72}, - [3187] = {.lex_state = 72}, + [3187] = {.lex_state = 19}, [3188] = {.lex_state = 72}, [3189] = {.lex_state = 72}, [3190] = {.lex_state = 72}, - [3191] = {.lex_state = 72}, - [3192] = {.lex_state = 72}, - [3193] = {.lex_state = 72}, + [3191] = {.lex_state = 23}, + [3192] = {.lex_state = 7}, + [3193] = {.lex_state = 31}, [3194] = {.lex_state = 72}, - [3195] = {.lex_state = 72}, + [3195] = {.lex_state = 17}, [3196] = {.lex_state = 72}, [3197] = {.lex_state = 72}, - [3198] = {.lex_state = 17}, + [3198] = {.lex_state = 72}, [3199] = {.lex_state = 17}, [3200] = {.lex_state = 17}, [3201] = {.lex_state = 17}, - [3202] = {.lex_state = 31}, + [3202] = {.lex_state = 72}, [3203] = {.lex_state = 17}, - [3204] = {.lex_state = 17}, - [3205] = {.lex_state = 72}, - [3206] = {.lex_state = 72}, + [3204] = {.lex_state = 72}, + [3205] = {.lex_state = 17}, + [3206] = {.lex_state = 17}, [3207] = {.lex_state = 72}, [3208] = {.lex_state = 72}, [3209] = {.lex_state = 72}, - [3210] = {.lex_state = 31}, + [3210] = {.lex_state = 23}, [3211] = {.lex_state = 72}, - [3212] = {.lex_state = 17}, + [3212] = {.lex_state = 72}, [3213] = {.lex_state = 17}, - [3214] = {.lex_state = 72}, - [3215] = {.lex_state = 20}, - [3216] = {.lex_state = 72}, - [3217] = {.lex_state = 72}, + [3214] = {.lex_state = 17}, + [3215] = {.lex_state = 72}, + [3216] = {.lex_state = 17}, + [3217] = {.lex_state = 17}, [3218] = {.lex_state = 72}, [3219] = {.lex_state = 72}, - [3220] = {.lex_state = 17}, + [3220] = {.lex_state = 72}, [3221] = {.lex_state = 72}, [3222] = {.lex_state = 72}, - [3223] = {.lex_state = 72}, - [3224] = {.lex_state = 17}, + [3223] = {.lex_state = 17}, + [3224] = {.lex_state = 72}, [3225] = {.lex_state = 72}, [3226] = {.lex_state = 72}, [3227] = {.lex_state = 72}, [3228] = {.lex_state = 72}, - [3229] = {.lex_state = 17}, - [3230] = {.lex_state = 72}, - [3231] = {.lex_state = 72}, + [3229] = {.lex_state = 72}, + [3230] = {.lex_state = 17}, + [3231] = {.lex_state = 17}, [3232] = {.lex_state = 72}, [3233] = {.lex_state = 72}, [3234] = {.lex_state = 72}, - [3235] = {.lex_state = 17}, - [3236] = {.lex_state = 17}, - [3237] = {.lex_state = 72}, - [3238] = {.lex_state = 17}, + [3235] = {.lex_state = 72}, + [3236] = {.lex_state = 72}, + [3237] = {.lex_state = 17}, + [3238] = {.lex_state = 72}, [3239] = {.lex_state = 17}, [3240] = {.lex_state = 72}, - [3241] = {.lex_state = 17}, - [3242] = {.lex_state = 8}, - [3243] = {.lex_state = 17}, - [3244] = {.lex_state = 17}, - [3245] = {.lex_state = 72}, - [3246] = {.lex_state = 72}, + [3241] = {.lex_state = 8}, + [3242] = {.lex_state = 72}, + [3243] = {.lex_state = 72}, + [3244] = {.lex_state = 72}, + [3245] = {.lex_state = 17}, + [3246] = {.lex_state = 17}, [3247] = {.lex_state = 72}, - [3248] = {.lex_state = 23, .external_lex_state = 5}, + [3248] = {.lex_state = 72}, [3249] = {.lex_state = 72}, [3250] = {.lex_state = 72}, - [3251] = {.lex_state = 17}, + [3251] = {.lex_state = 72}, [3252] = {.lex_state = 17}, [3253] = {.lex_state = 72}, [3254] = {.lex_state = 17}, @@ -13870,233 +13868,233 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3256] = {.lex_state = 17}, [3257] = {.lex_state = 72}, [3258] = {.lex_state = 72}, - [3259] = {.lex_state = 17}, - [3260] = {.lex_state = 17}, + [3259] = {.lex_state = 72}, + [3260] = {.lex_state = 72}, [3261] = {.lex_state = 72}, - [3262] = {.lex_state = 72}, - [3263] = {.lex_state = 72}, + [3262] = {.lex_state = 17}, + [3263] = {.lex_state = 17}, [3264] = {.lex_state = 72}, - [3265] = {.lex_state = 17}, - [3266] = {.lex_state = 72}, - [3267] = {.lex_state = 72}, - [3268] = {.lex_state = 17}, - [3269] = {.lex_state = 17}, - [3270] = {.lex_state = 17}, + [3265] = {.lex_state = 72}, + [3266] = {.lex_state = 17}, + [3267] = {.lex_state = 17}, + [3268] = {.lex_state = 72}, + [3269] = {.lex_state = 72}, + [3270] = {.lex_state = 72}, [3271] = {.lex_state = 72}, - [3272] = {.lex_state = 23}, + [3272] = {.lex_state = 17}, [3273] = {.lex_state = 72}, [3274] = {.lex_state = 72}, - [3275] = {.lex_state = 17}, - [3276] = {.lex_state = 72}, + [3275] = {.lex_state = 72}, + [3276] = {.lex_state = 17}, [3277] = {.lex_state = 72}, [3278] = {.lex_state = 17}, [3279] = {.lex_state = 17}, - [3280] = {.lex_state = 17}, + [3280] = {.lex_state = 72}, [3281] = {.lex_state = 17}, [3282] = {.lex_state = 72}, [3283] = {.lex_state = 72}, [3284] = {.lex_state = 72}, - [3285] = {.lex_state = 72}, - [3286] = {.lex_state = 72}, + [3285] = {.lex_state = 17}, + [3286] = {.lex_state = 17}, [3287] = {.lex_state = 17}, - [3288] = {.lex_state = 72}, - [3289] = {.lex_state = 17}, - [3290] = {.lex_state = 17}, - [3291] = {.lex_state = 17}, - [3292] = {.lex_state = 17}, - [3293] = {.lex_state = 72}, - [3294] = {.lex_state = 72}, - [3295] = {.lex_state = 72}, - [3296] = {.lex_state = 72}, - [3297] = {.lex_state = 72}, + [3288] = {.lex_state = 17}, + [3289] = {.lex_state = 72}, + [3290] = {.lex_state = 72}, + [3291] = {.lex_state = 72}, + [3292] = {.lex_state = 72}, + [3293] = {.lex_state = 17}, + [3294] = {.lex_state = 17}, + [3295] = {.lex_state = 31}, + [3296] = {.lex_state = 23, .external_lex_state = 5}, + [3297] = {.lex_state = 31}, [3298] = {.lex_state = 72}, [3299] = {.lex_state = 72}, - [3300] = {.lex_state = 17}, + [3300] = {.lex_state = 72}, [3301] = {.lex_state = 17}, [3302] = {.lex_state = 17}, [3303] = {.lex_state = 17}, [3304] = {.lex_state = 17}, [3305] = {.lex_state = 72}, - [3306] = {.lex_state = 72}, + [3306] = {.lex_state = 17}, [3307] = {.lex_state = 72}, [3308] = {.lex_state = 17}, - [3309] = {.lex_state = 17}, - [3310] = {.lex_state = 17}, - [3311] = {.lex_state = 17}, - [3312] = {.lex_state = 17}, - [3313] = {.lex_state = 17}, + [3309] = {.lex_state = 31}, + [3310] = {.lex_state = 72}, + [3311] = {.lex_state = 72}, + [3312] = {.lex_state = 21}, + [3313] = {.lex_state = 72}, [3314] = {.lex_state = 17}, [3315] = {.lex_state = 17}, [3316] = {.lex_state = 17}, [3317] = {.lex_state = 17}, - [3318] = {.lex_state = 17}, - [3319] = {.lex_state = 17}, - [3320] = {.lex_state = 17}, + [3318] = {.lex_state = 72}, + [3319] = {.lex_state = 23, .external_lex_state = 5}, + [3320] = {.lex_state = 31}, [3321] = {.lex_state = 17}, [3322] = {.lex_state = 17}, [3323] = {.lex_state = 17}, [3324] = {.lex_state = 17}, - [3325] = {.lex_state = 72}, - [3326] = {.lex_state = 72}, - [3327] = {.lex_state = 72}, - [3328] = {.lex_state = 72}, - [3329] = {.lex_state = 72}, - [3330] = {.lex_state = 72}, - [3331] = {.lex_state = 72}, + [3325] = {.lex_state = 17}, + [3326] = {.lex_state = 17}, + [3327] = {.lex_state = 17}, + [3328] = {.lex_state = 17}, + [3329] = {.lex_state = 17}, + [3330] = {.lex_state = 17}, + [3331] = {.lex_state = 17}, [3332] = {.lex_state = 17}, - [3333] = {.lex_state = 72}, - [3334] = {.lex_state = 72}, + [3333] = {.lex_state = 17}, + [3334] = {.lex_state = 17}, [3335] = {.lex_state = 17}, - [3336] = {.lex_state = 72}, - [3337] = {.lex_state = 72}, - [3338] = {.lex_state = 72}, + [3336] = {.lex_state = 17}, + [3337] = {.lex_state = 17}, + [3338] = {.lex_state = 17}, [3339] = {.lex_state = 72}, - [3340] = {.lex_state = 72}, - [3341] = {.lex_state = 17}, - [3342] = {.lex_state = 17}, + [3340] = {.lex_state = 31}, + [3341] = {.lex_state = 72}, + [3342] = {.lex_state = 72}, [3343] = {.lex_state = 17}, [3344] = {.lex_state = 72}, - [3345] = {.lex_state = 72}, + [3345] = {.lex_state = 17}, [3346] = {.lex_state = 72}, - [3347] = {.lex_state = 72, .external_lex_state = 6}, + [3347] = {.lex_state = 72}, [3348] = {.lex_state = 17}, [3349] = {.lex_state = 72}, - [3350] = {.lex_state = 17}, + [3350] = {.lex_state = 72}, [3351] = {.lex_state = 72}, [3352] = {.lex_state = 72}, [3353] = {.lex_state = 72}, - [3354] = {.lex_state = 72}, + [3354] = {.lex_state = 17}, [3355] = {.lex_state = 72}, [3356] = {.lex_state = 72}, - [3357] = {.lex_state = 17}, - [3358] = {.lex_state = 31}, - [3359] = {.lex_state = 31}, + [3357] = {.lex_state = 72}, + [3358] = {.lex_state = 8}, + [3359] = {.lex_state = 72}, [3360] = {.lex_state = 72}, - [3361] = {.lex_state = 7}, - [3362] = {.lex_state = 7}, + [3361] = {.lex_state = 72}, + [3362] = {.lex_state = 17}, [3363] = {.lex_state = 72}, [3364] = {.lex_state = 72}, - [3365] = {.lex_state = 17}, - [3366] = {.lex_state = 72}, + [3365] = {.lex_state = 72}, + [3366] = {.lex_state = 17}, [3367] = {.lex_state = 72}, [3368] = {.lex_state = 72}, [3369] = {.lex_state = 72}, [3370] = {.lex_state = 72}, [3371] = {.lex_state = 72}, [3372] = {.lex_state = 72}, - [3373] = {.lex_state = 23, .external_lex_state = 5}, + [3373] = {.lex_state = 72}, [3374] = {.lex_state = 72}, - [3375] = {.lex_state = 17}, + [3375] = {.lex_state = 72}, [3376] = {.lex_state = 72}, - [3377] = {.lex_state = 17}, - [3378] = {.lex_state = 17}, - [3379] = {.lex_state = 17}, - [3380] = {.lex_state = 72}, + [3377] = {.lex_state = 72}, + [3378] = {.lex_state = 72}, + [3379] = {.lex_state = 72, .external_lex_state = 6}, + [3380] = {.lex_state = 17}, [3381] = {.lex_state = 72}, [3382] = {.lex_state = 72}, [3383] = {.lex_state = 72}, - [3384] = {.lex_state = 23, .external_lex_state = 5}, - [3385] = {.lex_state = 8}, + [3384] = {.lex_state = 17}, + [3385] = {.lex_state = 17}, [3386] = {.lex_state = 72}, [3387] = {.lex_state = 72}, - [3388] = {.lex_state = 72}, + [3388] = {.lex_state = 17}, [3389] = {.lex_state = 72}, - [3390] = {.lex_state = 72}, + [3390] = {.lex_state = 72, .external_lex_state = 6}, [3391] = {.lex_state = 72}, [3392] = {.lex_state = 72}, [3393] = {.lex_state = 72}, [3394] = {.lex_state = 72}, - [3395] = {.lex_state = 23}, + [3395] = {.lex_state = 72}, [3396] = {.lex_state = 72}, - [3397] = {.lex_state = 17}, + [3397] = {.lex_state = 72}, [3398] = {.lex_state = 17}, - [3399] = {.lex_state = 72}, - [3400] = {.lex_state = 72}, - [3401] = {.lex_state = 72}, - [3402] = {.lex_state = 72}, - [3403] = {.lex_state = 17}, - [3404] = {.lex_state = 17}, - [3405] = {.lex_state = 31}, + [3399] = {.lex_state = 17}, + [3400] = {.lex_state = 17}, + [3401] = {.lex_state = 17}, + [3402] = {.lex_state = 17}, + [3403] = {.lex_state = 72}, + [3404] = {.lex_state = 72}, + [3405] = {.lex_state = 72}, [3406] = {.lex_state = 72}, - [3407] = {.lex_state = 17}, - [3408] = {.lex_state = 72}, - [3409] = {.lex_state = 72}, - [3410] = {.lex_state = 17}, + [3407] = {.lex_state = 72}, + [3408] = {.lex_state = 17}, + [3409] = {.lex_state = 23, .external_lex_state = 5}, + [3410] = {.lex_state = 72}, [3411] = {.lex_state = 72}, - [3412] = {.lex_state = 17}, - [3413] = {.lex_state = 17}, + [3412] = {.lex_state = 72}, + [3413] = {.lex_state = 72}, [3414] = {.lex_state = 72}, - [3415] = {.lex_state = 17}, + [3415] = {.lex_state = 72}, [3416] = {.lex_state = 72}, [3417] = {.lex_state = 72}, [3418] = {.lex_state = 72}, [3419] = {.lex_state = 72}, - [3420] = {.lex_state = 72}, + [3420] = {.lex_state = 17}, [3421] = {.lex_state = 72}, [3422] = {.lex_state = 72}, - [3423] = {.lex_state = 17}, + [3423] = {.lex_state = 72}, [3424] = {.lex_state = 72}, - [3425] = {.lex_state = 72}, - [3426] = {.lex_state = 72, .external_lex_state = 6}, + [3425] = {.lex_state = 17}, + [3426] = {.lex_state = 72}, [3427] = {.lex_state = 72}, - [3428] = {.lex_state = 72}, - [3429] = {.lex_state = 17}, + [3428] = {.lex_state = 17}, + [3429] = {.lex_state = 72}, [3430] = {.lex_state = 72}, [3431] = {.lex_state = 72}, - [3432] = {.lex_state = 17}, + [3432] = {.lex_state = 72}, [3433] = {.lex_state = 72}, [3434] = {.lex_state = 72}, [3435] = {.lex_state = 72}, [3436] = {.lex_state = 72}, [3437] = {.lex_state = 72}, [3438] = {.lex_state = 72}, - [3439] = {.lex_state = 72}, + [3439] = {.lex_state = 17}, [3440] = {.lex_state = 72}, [3441] = {.lex_state = 72}, - [3442] = {.lex_state = 72}, - [3443] = {.lex_state = 72}, - [3444] = {.lex_state = 17}, - [3445] = {.lex_state = 72}, - [3446] = {.lex_state = 17}, - [3447] = {.lex_state = 72}, - [3448] = {.lex_state = 72}, + [3442] = {.lex_state = 17}, + [3443] = {.lex_state = 17}, + [3444] = {.lex_state = 72}, + [3445] = {.lex_state = 17}, + [3446] = {.lex_state = 72}, + [3447] = {.lex_state = 17}, + [3448] = {.lex_state = 17}, [3449] = {.lex_state = 17}, - [3450] = {.lex_state = 72}, - [3451] = {.lex_state = 17}, - [3452] = {.lex_state = 17}, + [3450] = {.lex_state = 17}, + [3451] = {.lex_state = 72}, + [3452] = {.lex_state = 72}, [3453] = {.lex_state = 72}, [3454] = {.lex_state = 72}, - [3455] = {.lex_state = 72}, - [3456] = {.lex_state = 72}, - [3457] = {.lex_state = 17}, - [3458] = {.lex_state = 17}, - [3459] = {.lex_state = 17}, - [3460] = {.lex_state = 17}, - [3461] = {.lex_state = 72}, - [3462] = {.lex_state = 17}, + [3455] = {.lex_state = 17}, + [3456] = {.lex_state = 17}, + [3457] = {.lex_state = 72}, + [3458] = {.lex_state = 72}, + [3459] = {.lex_state = 72}, + [3460] = {.lex_state = 72}, + [3461] = {.lex_state = 17}, + [3462] = {.lex_state = 72}, [3463] = {.lex_state = 72}, - [3464] = {.lex_state = 17}, + [3464] = {.lex_state = 72}, [3465] = {.lex_state = 17}, [3466] = {.lex_state = 17}, - [3467] = {.lex_state = 31}, + [3467] = {.lex_state = 17}, [3468] = {.lex_state = 72}, [3469] = {.lex_state = 17}, [3470] = {.lex_state = 17}, [3471] = {.lex_state = 17}, - [3472] = {.lex_state = 72}, - [3473] = {.lex_state = 17}, + [3472] = {.lex_state = 17}, + [3473] = {.lex_state = 72}, [3474] = {.lex_state = 17}, - [3475] = {.lex_state = 72}, + [3475] = {.lex_state = 17}, [3476] = {.lex_state = 17}, [3477] = {.lex_state = 17}, [3478] = {.lex_state = 17}, - [3479] = {.lex_state = 17}, + [3479] = {.lex_state = 72}, [3480] = {.lex_state = 72}, [3481] = {.lex_state = 72}, [3482] = {.lex_state = 17}, - [3483] = {.lex_state = 72}, + [3483] = {.lex_state = 17}, [3484] = {.lex_state = 17}, - [3485] = {.lex_state = 72}, + [3485] = {.lex_state = 17}, [3486] = {.lex_state = 72}, [3487] = {.lex_state = 72}, [3488] = {.lex_state = 72}, @@ -14106,205 +14104,205 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3492] = {.lex_state = 17}, [3493] = {.lex_state = 72}, [3494] = {.lex_state = 72}, - [3495] = {.lex_state = 72}, - [3496] = {.lex_state = 17}, - [3497] = {.lex_state = 17}, - [3498] = {.lex_state = 72}, + [3495] = {.lex_state = 7}, + [3496] = {.lex_state = 72, .external_lex_state = 7}, + [3497] = {.lex_state = 72}, + [3498] = {.lex_state = 72, .external_lex_state = 8}, [3499] = {.lex_state = 17}, - [3500] = {.lex_state = 17}, - [3501] = {.lex_state = 72}, + [3500] = {.lex_state = 72, .external_lex_state = 9}, + [3501] = {.lex_state = 167}, [3502] = {.lex_state = 72}, - [3503] = {.lex_state = 72, .external_lex_state = 7}, + [3503] = {.lex_state = 72}, [3504] = {.lex_state = 72}, - [3505] = {.lex_state = 17}, - [3506] = {.lex_state = 17}, - [3507] = {.lex_state = 17}, + [3505] = {.lex_state = 72}, + [3506] = {.lex_state = 21}, + [3507] = {.lex_state = 72}, [3508] = {.lex_state = 72}, - [3509] = {.lex_state = 17}, - [3510] = {.lex_state = 17}, - [3511] = {.lex_state = 72, .external_lex_state = 8}, + [3509] = {.lex_state = 23}, + [3510] = {.lex_state = 21}, + [3511] = {.lex_state = 17}, [3512] = {.lex_state = 72}, [3513] = {.lex_state = 72}, [3514] = {.lex_state = 17}, - [3515] = {.lex_state = 17}, - [3516] = {.lex_state = 17}, + [3515] = {.lex_state = 73}, + [3516] = {.lex_state = 72}, [3517] = {.lex_state = 72}, [3518] = {.lex_state = 72}, - [3519] = {.lex_state = 72}, + [3519] = {.lex_state = 17}, [3520] = {.lex_state = 72}, [3521] = {.lex_state = 72}, - [3522] = {.lex_state = 72}, + [3522] = {.lex_state = 17}, [3523] = {.lex_state = 17}, - [3524] = {.lex_state = 23}, + [3524] = {.lex_state = 72}, [3525] = {.lex_state = 72}, - [3526] = {.lex_state = 73}, - [3527] = {.lex_state = 17}, + [3526] = {.lex_state = 21}, + [3527] = {.lex_state = 72}, [3528] = {.lex_state = 72}, - [3529] = {.lex_state = 20}, - [3530] = {.lex_state = 72}, + [3529] = {.lex_state = 72}, + [3530] = {.lex_state = 17}, [3531] = {.lex_state = 72}, [3532] = {.lex_state = 17}, [3533] = {.lex_state = 17}, - [3534] = {.lex_state = 72}, - [3535] = {.lex_state = 72}, + [3534] = {.lex_state = 21}, + [3535] = {.lex_state = 8}, [3536] = {.lex_state = 72}, [3537] = {.lex_state = 17}, [3538] = {.lex_state = 72}, [3539] = {.lex_state = 72}, - [3540] = {.lex_state = 72}, - [3541] = {.lex_state = 72}, - [3542] = {.lex_state = 17}, - [3543] = {.lex_state = 72}, + [3540] = {.lex_state = 72, .external_lex_state = 7}, + [3541] = {.lex_state = 73}, + [3542] = {.lex_state = 72}, + [3543] = {.lex_state = 17}, [3544] = {.lex_state = 72}, [3545] = {.lex_state = 72}, - [3546] = {.lex_state = 72}, - [3547] = {.lex_state = 72}, - [3548] = {.lex_state = 20}, - [3549] = {.lex_state = 72}, + [3546] = {.lex_state = 72, .external_lex_state = 7}, + [3547] = {.lex_state = 72, .external_lex_state = 9}, + [3548] = {.lex_state = 72}, + [3549] = {.lex_state = 17}, [3550] = {.lex_state = 72}, - [3551] = {.lex_state = 72}, + [3551] = {.lex_state = 17}, [3552] = {.lex_state = 72}, [3553] = {.lex_state = 72}, - [3554] = {.lex_state = 17}, - [3555] = {.lex_state = 17}, - [3556] = {.lex_state = 72}, + [3554] = {.lex_state = 72}, + [3555] = {.lex_state = 72}, + [3556] = {.lex_state = 17}, [3557] = {.lex_state = 72}, [3558] = {.lex_state = 72}, - [3559] = {.lex_state = 17}, - [3560] = {.lex_state = 17}, + [3559] = {.lex_state = 21}, + [3560] = {.lex_state = 72, .external_lex_state = 9}, [3561] = {.lex_state = 72}, - [3562] = {.lex_state = 20}, + [3562] = {.lex_state = 17}, [3563] = {.lex_state = 72}, [3564] = {.lex_state = 72}, - [3565] = {.lex_state = 17}, + [3565] = {.lex_state = 23}, [3566] = {.lex_state = 72}, - [3567] = {.lex_state = 72, .external_lex_state = 7}, - [3568] = {.lex_state = 72}, - [3569] = {.lex_state = 20}, - [3570] = {.lex_state = 17}, - [3571] = {.lex_state = 72}, + [3567] = {.lex_state = 17}, + [3568] = {.lex_state = 17}, + [3569] = {.lex_state = 72}, + [3570] = {.lex_state = 72}, + [3571] = {.lex_state = 21}, [3572] = {.lex_state = 72}, [3573] = {.lex_state = 72}, [3574] = {.lex_state = 72}, - [3575] = {.lex_state = 72}, - [3576] = {.lex_state = 72, .external_lex_state = 8}, - [3577] = {.lex_state = 72}, + [3575] = {.lex_state = 17}, + [3576] = {.lex_state = 72}, + [3577] = {.lex_state = 21}, [3578] = {.lex_state = 72}, [3579] = {.lex_state = 72}, [3580] = {.lex_state = 72}, - [3581] = {.lex_state = 72}, + [3581] = {.lex_state = 21}, [3582] = {.lex_state = 72}, - [3583] = {.lex_state = 17}, - [3584] = {.lex_state = 17}, - [3585] = {.lex_state = 17}, + [3583] = {.lex_state = 72}, + [3584] = {.lex_state = 72}, + [3585] = {.lex_state = 72}, [3586] = {.lex_state = 72}, - [3587] = {.lex_state = 72}, - [3588] = {.lex_state = 17}, + [3587] = {.lex_state = 17}, + [3588] = {.lex_state = 72}, [3589] = {.lex_state = 72}, - [3590] = {.lex_state = 72}, + [3590] = {.lex_state = 17}, [3591] = {.lex_state = 72}, [3592] = {.lex_state = 72}, - [3593] = {.lex_state = 72}, + [3593] = {.lex_state = 17}, [3594] = {.lex_state = 72}, [3595] = {.lex_state = 72}, - [3596] = {.lex_state = 72}, + [3596] = {.lex_state = 17}, [3597] = {.lex_state = 72}, - [3598] = {.lex_state = 72}, + [3598] = {.lex_state = 17}, [3599] = {.lex_state = 72}, - [3600] = {.lex_state = 17}, - [3601] = {.lex_state = 17}, - [3602] = {.lex_state = 72}, + [3600] = {.lex_state = 72}, + [3601] = {.lex_state = 72}, + [3602] = {.lex_state = 72, .external_lex_state = 9}, [3603] = {.lex_state = 72}, - [3604] = {.lex_state = 72, .external_lex_state = 8}, - [3605] = {.lex_state = 167}, - [3606] = {.lex_state = 17}, + [3604] = {.lex_state = 72}, + [3605] = {.lex_state = 72}, + [3606] = {.lex_state = 72}, [3607] = {.lex_state = 72}, - [3608] = {.lex_state = 72}, + [3608] = {.lex_state = 72, .external_lex_state = 9}, [3609] = {.lex_state = 72}, - [3610] = {.lex_state = 72}, + [3610] = {.lex_state = 17}, [3611] = {.lex_state = 72}, [3612] = {.lex_state = 72}, - [3613] = {.lex_state = 72}, - [3614] = {.lex_state = 72}, - [3615] = {.lex_state = 20}, - [3616] = {.lex_state = 72}, + [3613] = {.lex_state = 21}, + [3614] = {.lex_state = 17}, + [3615] = {.lex_state = 72}, + [3616] = {.lex_state = 17}, [3617] = {.lex_state = 72}, [3618] = {.lex_state = 72}, - [3619] = {.lex_state = 72}, + [3619] = {.lex_state = 17}, [3620] = {.lex_state = 72}, - [3621] = {.lex_state = 20}, - [3622] = {.lex_state = 17}, - [3623] = {.lex_state = 72}, + [3621] = {.lex_state = 17}, + [3622] = {.lex_state = 72}, + [3623] = {.lex_state = 72, .external_lex_state = 8}, [3624] = {.lex_state = 72}, - [3625] = {.lex_state = 72, .external_lex_state = 9}, + [3625] = {.lex_state = 72}, [3626] = {.lex_state = 72}, [3627] = {.lex_state = 72}, [3628] = {.lex_state = 72}, - [3629] = {.lex_state = 72}, + [3629] = {.lex_state = 21}, [3630] = {.lex_state = 72}, - [3631] = {.lex_state = 72}, - [3632] = {.lex_state = 8}, + [3631] = {.lex_state = 17}, + [3632] = {.lex_state = 72}, [3633] = {.lex_state = 72}, [3634] = {.lex_state = 72}, - [3635] = {.lex_state = 17}, - [3636] = {.lex_state = 17}, - [3637] = {.lex_state = 17}, - [3638] = {.lex_state = 20}, - [3639] = {.lex_state = 8}, - [3640] = {.lex_state = 72}, - [3641] = {.lex_state = 17}, - [3642] = {.lex_state = 73}, + [3635] = {.lex_state = 72}, + [3636] = {.lex_state = 73}, + [3637] = {.lex_state = 72}, + [3638] = {.lex_state = 8}, + [3639] = {.lex_state = 72}, + [3640] = {.lex_state = 17}, + [3641] = {.lex_state = 72}, + [3642] = {.lex_state = 72}, [3643] = {.lex_state = 72}, - [3644] = {.lex_state = 17}, + [3644] = {.lex_state = 72}, [3645] = {.lex_state = 72}, [3646] = {.lex_state = 72}, - [3647] = {.lex_state = 73}, + [3647] = {.lex_state = 17}, [3648] = {.lex_state = 72}, [3649] = {.lex_state = 72}, [3650] = {.lex_state = 72}, - [3651] = {.lex_state = 72}, - [3652] = {.lex_state = 17}, + [3651] = {.lex_state = 17}, + [3652] = {.lex_state = 72}, [3653] = {.lex_state = 72}, [3654] = {.lex_state = 72}, - [3655] = {.lex_state = 72}, - [3656] = {.lex_state = 20}, - [3657] = {.lex_state = 20}, + [3655] = {.lex_state = 17}, + [3656] = {.lex_state = 17}, + [3657] = {.lex_state = 72}, [3658] = {.lex_state = 72}, [3659] = {.lex_state = 72}, [3660] = {.lex_state = 72}, - [3661] = {.lex_state = 73}, - [3662] = {.lex_state = 72}, - [3663] = {.lex_state = 72, .external_lex_state = 9}, + [3661] = {.lex_state = 72}, + [3662] = {.lex_state = 72, .external_lex_state = 8}, + [3663] = {.lex_state = 72}, [3664] = {.lex_state = 72}, [3665] = {.lex_state = 72}, [3666] = {.lex_state = 72}, [3667] = {.lex_state = 72}, [3668] = {.lex_state = 72}, - [3669] = {.lex_state = 72}, + [3669] = {.lex_state = 17}, [3670] = {.lex_state = 72}, - [3671] = {.lex_state = 72, .external_lex_state = 7}, - [3672] = {.lex_state = 72}, + [3671] = {.lex_state = 72}, + [3672] = {.lex_state = 72, .external_lex_state = 7}, [3673] = {.lex_state = 72}, - [3674] = {.lex_state = 72}, + [3674] = {.lex_state = 17}, [3675] = {.lex_state = 17}, - [3676] = {.lex_state = 17}, - [3677] = {.lex_state = 72, .external_lex_state = 7}, + [3676] = {.lex_state = 72}, + [3677] = {.lex_state = 72}, [3678] = {.lex_state = 72}, [3679] = {.lex_state = 72}, [3680] = {.lex_state = 72}, - [3681] = {.lex_state = 17}, - [3682] = {.lex_state = 72}, + [3681] = {.lex_state = 72}, + [3682] = {.lex_state = 72, .external_lex_state = 8}, [3683] = {.lex_state = 72}, - [3684] = {.lex_state = 72, .external_lex_state = 9}, + [3684] = {.lex_state = 72}, [3685] = {.lex_state = 72}, [3686] = {.lex_state = 72}, - [3687] = {.lex_state = 17}, + [3687] = {.lex_state = 72}, [3688] = {.lex_state = 72}, - [3689] = {.lex_state = 72}, - [3690] = {.lex_state = 72, .external_lex_state = 9}, + [3689] = {.lex_state = 72, .external_lex_state = 8}, + [3690] = {.lex_state = 72}, [3691] = {.lex_state = 72}, [3692] = {.lex_state = 72}, - [3693] = {.lex_state = 72, .external_lex_state = 9}, + [3693] = {.lex_state = 72}, [3694] = {.lex_state = 72}, [3695] = {.lex_state = 72}, [3696] = {.lex_state = 72}, @@ -14313,127 +14311,126 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [3699] = {.lex_state = 72}, [3700] = {.lex_state = 72}, [3701] = {.lex_state = 72}, - [3702] = {.lex_state = 72}, - [3703] = {.lex_state = 73}, - [3704] = {.lex_state = 72}, - [3705] = {.lex_state = 17}, - [3706] = {.lex_state = 20}, + [3702] = {.lex_state = 72, .external_lex_state = 7}, + [3703] = {.lex_state = 17}, + [3704] = {.lex_state = 72, .external_lex_state = 8}, + [3705] = {.lex_state = 72}, + [3706] = {.lex_state = 21}, [3707] = {.lex_state = 72}, - [3708] = {.lex_state = 73}, + [3708] = {.lex_state = 72}, [3709] = {.lex_state = 72}, [3710] = {.lex_state = 72}, - [3711] = {.lex_state = 72}, + [3711] = {.lex_state = 17}, [3712] = {.lex_state = 72}, [3713] = {.lex_state = 72}, - [3714] = {.lex_state = 20}, - [3715] = {.lex_state = 20}, + [3714] = {.lex_state = 21}, + [3715] = {.lex_state = 21}, [3716] = {.lex_state = 17}, [3717] = {.lex_state = 72}, - [3718] = {.lex_state = 20}, - [3719] = {.lex_state = 17}, - [3720] = {.lex_state = 20}, + [3718] = {.lex_state = 17}, + [3719] = {.lex_state = 72}, + [3720] = {.lex_state = 21}, [3721] = {.lex_state = 17}, - [3722] = {.lex_state = 17}, + [3722] = {.lex_state = 72}, [3723] = {.lex_state = 17}, [3724] = {.lex_state = 72}, - [3725] = {.lex_state = 72}, - [3726] = {.lex_state = 72}, - [3727] = {.lex_state = 72, .external_lex_state = 8}, - [3728] = {.lex_state = 17}, + [3725] = {.lex_state = 17}, + [3726] = {.lex_state = 17}, + [3727] = {.lex_state = 72}, + [3728] = {.lex_state = 72}, [3729] = {.lex_state = 72}, [3730] = {.lex_state = 72}, - [3731] = {.lex_state = 72, .external_lex_state = 8}, + [3731] = {.lex_state = 17}, [3732] = {.lex_state = 72}, - [3733] = {.lex_state = 72}, + [3733] = {.lex_state = 17}, [3734] = {.lex_state = 72}, - [3735] = {.lex_state = 20}, - [3736] = {.lex_state = 72}, - [3737] = {.lex_state = 72, .external_lex_state = 9}, + [3735] = {.lex_state = 21}, + [3736] = {.lex_state = 21}, + [3737] = {.lex_state = 72}, [3738] = {.lex_state = 72}, - [3739] = {.lex_state = 20}, - [3740] = {.lex_state = 20}, + [3739] = {.lex_state = 21}, + [3740] = {.lex_state = 72}, [3741] = {.lex_state = 17}, - [3742] = {.lex_state = 72}, + [3742] = {.lex_state = 17}, [3743] = {.lex_state = 72}, [3744] = {.lex_state = 72}, - [3745] = {.lex_state = 72}, - [3746] = {.lex_state = 73}, - [3747] = {.lex_state = 72}, - [3748] = {.lex_state = 20}, + [3745] = {.lex_state = 17}, + [3746] = {.lex_state = 72}, + [3747] = {.lex_state = 21}, + [3748] = {.lex_state = 72, .external_lex_state = 9}, [3749] = {.lex_state = 72}, - [3750] = {.lex_state = 72}, - [3751] = {.lex_state = 72}, + [3750] = {.lex_state = 17}, + [3751] = {.lex_state = 73}, [3752] = {.lex_state = 72}, [3753] = {.lex_state = 72}, [3754] = {.lex_state = 72}, [3755] = {.lex_state = 72}, [3756] = {.lex_state = 72}, - [3757] = {.lex_state = 72}, + [3757] = {.lex_state = 17}, [3758] = {.lex_state = 72}, - [3759] = {.lex_state = 72}, - [3760] = {.lex_state = 72}, - [3761] = {.lex_state = 20}, - [3762] = {.lex_state = 20}, - [3763] = {.lex_state = 23}, - [3764] = {.lex_state = 20}, + [3759] = {.lex_state = 21}, + [3760] = {.lex_state = 17}, + [3761] = {.lex_state = 72}, + [3762] = {.lex_state = 72}, + [3763] = {.lex_state = 21}, + [3764] = {.lex_state = 72}, [3765] = {.lex_state = 72}, - [3766] = {.lex_state = 8}, - [3767] = {.lex_state = 20}, + [3766] = {.lex_state = 21}, + [3767] = {.lex_state = 72}, [3768] = {.lex_state = 72}, - [3769] = {.lex_state = 72}, - [3770] = {.lex_state = 20}, - [3771] = {.lex_state = 72}, - [3772] = {.lex_state = 17}, - [3773] = {.lex_state = 20}, - [3774] = {.lex_state = 20}, - [3775] = {.lex_state = 72}, - [3776] = {.lex_state = 72}, - [3777] = {.lex_state = 20}, - [3778] = {.lex_state = 20}, - [3779] = {.lex_state = 20}, - [3780] = {.lex_state = 72}, - [3781] = {.lex_state = 17}, + [3769] = {.lex_state = 21}, + [3770] = {.lex_state = 72}, + [3771] = {.lex_state = 8}, + [3772] = {.lex_state = 21}, + [3773] = {.lex_state = 21}, + [3774] = {.lex_state = 73}, + [3775] = {.lex_state = 17}, + [3776] = {.lex_state = 21}, + [3777] = {.lex_state = 21}, + [3778] = {.lex_state = 21}, + [3779] = {.lex_state = 72}, + [3780] = {.lex_state = 17}, + [3781] = {.lex_state = 72}, [3782] = {.lex_state = 72}, - [3783] = {.lex_state = 72}, - [3784] = {.lex_state = 73}, + [3783] = {.lex_state = 21}, + [3784] = {.lex_state = 72}, [3785] = {.lex_state = 72}, [3786] = {.lex_state = 72}, - [3787] = {.lex_state = 72, .external_lex_state = 8}, - [3788] = {.lex_state = 17}, - [3789] = {.lex_state = 72, .external_lex_state = 7}, + [3787] = {.lex_state = 17}, + [3788] = {.lex_state = 73}, + [3789] = {.lex_state = 17}, [3790] = {.lex_state = 17}, [3791] = {.lex_state = 17}, - [3792] = {.lex_state = 17}, - [3793] = {.lex_state = 72}, - [3794] = {.lex_state = 17}, - [3795] = {.lex_state = 17}, - [3796] = {.lex_state = 72}, - [3797] = {.lex_state = 17}, + [3792] = {.lex_state = 72}, + [3793] = {.lex_state = 17}, + [3794] = {.lex_state = 72}, + [3795] = {.lex_state = 72}, + [3796] = {.lex_state = 73}, + [3797] = {.lex_state = 72}, [3798] = {.lex_state = 72}, [3799] = {.lex_state = 17}, - [3800] = {.lex_state = 72}, - [3801] = {.lex_state = 17}, - [3802] = {.lex_state = 72}, + [3800] = {.lex_state = 17}, + [3801] = {.lex_state = 72}, + [3802] = {.lex_state = 17}, [3803] = {.lex_state = 17}, [3804] = {.lex_state = 17}, - [3805] = {.lex_state = 17}, + [3805] = {.lex_state = 72}, [3806] = {.lex_state = 17}, [3807] = {.lex_state = 17}, - [3808] = {.lex_state = 17}, + [3808] = {.lex_state = 72}, [3809] = {.lex_state = 17}, [3810] = {.lex_state = 72}, [3811] = {.lex_state = 17}, - [3812] = {.lex_state = 17}, - [3813] = {.lex_state = 72}, + [3812] = {.lex_state = 73}, + [3813] = {.lex_state = 17}, [3814] = {.lex_state = 17}, - [3815] = {.lex_state = 17}, + [3815] = {(TSStateId)(-1),}, [3816] = {(TSStateId)(-1),}, [3817] = {(TSStateId)(-1),}, [3818] = {(TSStateId)(-1),}, [3819] = {(TSStateId)(-1),}, [3820] = {(TSStateId)(-1),}, [3821] = {(TSStateId)(-1),}, - [3822] = {(TSStateId)(-1),}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -14594,83 +14591,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__error_sentinel] = ACTIONS(1), }, [STATE(1)] = { - [sym_source_file] = STATE(3607), - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1960), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_source_file] = STATE(3564), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1973), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(1), [sym_block_comment] = STATE(1), [aux_sym_source_file_repeat1] = STATE(2), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -14750,82 +14747,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(2)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1960), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1973), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(2), [sym_block_comment] = STATE(2), [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [ts_builtin_sym_end] = ACTIONS(119), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -14904,89 +14901,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(3)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1960), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1919), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(3), [sym_block_comment] = STATE(3), - [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [ts_builtin_sym_end] = ACTIONS(119), + [aux_sym_source_file_repeat1] = STATE(12), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), + [anon_sym_RBRACE] = ACTIONS(123), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15058,89 +15055,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(4)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1717), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1973), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(4), [sym_block_comment] = STATE(4), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [ts_builtin_sym_end] = ACTIONS(119), [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(123), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15212,82 +15209,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(5)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1902), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1928), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(5), [sym_block_comment] = STATE(5), - [aux_sym_source_file_repeat1] = STATE(4), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_source_file_repeat1] = STATE(12), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15366,82 +15363,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(6)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1960), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1973), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(6), [sym_block_comment] = STATE(6), [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [ts_builtin_sym_end] = ACTIONS(127), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -15520,82 +15517,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(7)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1960), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1973), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(7), [sym_block_comment] = STATE(7), [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [ts_builtin_sym_end] = ACTIONS(129), [sym_identifier] = ACTIONS(131), [anon_sym_SEMI] = ACTIONS(134), @@ -15674,82 +15671,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(263), }, [STATE(8)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1723), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1886), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(8), [sym_block_comment] = STATE(8), [aux_sym_source_file_repeat1] = STATE(9), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15828,82 +15825,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(9)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1816), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1881), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(9), [sym_block_comment] = STATE(9), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15982,82 +15979,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(10)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1869), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1857), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(10), [sym_block_comment] = STATE(10), [aux_sym_source_file_repeat1] = STATE(11), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16136,82 +16133,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(11)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1873), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1863), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(11), [sym_block_comment] = STATE(11), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16290,82 +16287,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(12)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1960), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1973), [sym_macro_invocation] = STATE(428), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(12), [sym_block_comment] = STATE(12), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(131), [anon_sym_SEMI] = ACTIONS(134), [anon_sym_macro_rules_BANG] = ACTIONS(137), @@ -16444,82 +16441,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(263), }, [STATE(13)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1881), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1873), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(13), [sym_block_comment] = STATE(13), [aux_sym_source_file_repeat1] = STATE(14), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16598,82 +16595,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(14)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1884), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1876), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(14), [sym_block_comment] = STATE(14), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16752,82 +16749,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(15)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1890), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1885), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(15), [sym_block_comment] = STATE(15), [aux_sym_source_file_repeat1] = STATE(16), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -16906,82 +16903,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(16)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1896), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1892), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(16), [sym_block_comment] = STATE(16), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17060,82 +17057,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(17)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1919), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1895), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(17), [sym_block_comment] = STATE(17), - [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_source_file_repeat1] = STATE(18), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17214,82 +17211,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(18)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1898), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1896), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(18), [sym_block_comment] = STATE(18), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17368,82 +17365,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(19)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1899), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1897), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(19), [sym_block_comment] = STATE(19), [aux_sym_source_file_repeat1] = STATE(20), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17522,82 +17519,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(20)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1901), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(20), [sym_block_comment] = STATE(20), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17676,82 +17673,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(21)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1903), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1904), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(21), [sym_block_comment] = STATE(21), [aux_sym_source_file_repeat1] = STATE(22), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17830,82 +17827,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(22)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1904), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1905), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(22), [sym_block_comment] = STATE(22), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -17984,82 +17981,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(23)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1905), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1907), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(23), [sym_block_comment] = STATE(23), [aux_sym_source_file_repeat1] = STATE(24), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18138,82 +18135,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(24)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1906), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1908), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(24), [sym_block_comment] = STATE(24), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18292,82 +18289,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(25)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1908), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1909), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(25), [sym_block_comment] = STATE(25), [aux_sym_source_file_repeat1] = STATE(26), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18446,82 +18443,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(26)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1909), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1910), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(26), [sym_block_comment] = STATE(26), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18600,82 +18597,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(27)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1910), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1911), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(27), [sym_block_comment] = STATE(27), [aux_sym_source_file_repeat1] = STATE(28), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18754,82 +18751,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(28)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1912), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(28), [sym_block_comment] = STATE(28), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -18908,82 +18905,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(29)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), [sym__expression] = STATE(1914), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(29), [sym_block_comment] = STATE(29), [aux_sym_source_file_repeat1] = STATE(30), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19062,82 +19059,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(30)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), [sym__expression] = STATE(1915), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(30), [sym_block_comment] = STATE(30), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19216,82 +19213,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(31)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), [sym__expression] = STATE(1916), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(31), [sym_block_comment] = STATE(31), [aux_sym_source_file_repeat1] = STATE(32), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19370,82 +19367,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(32)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), [sym__expression] = STATE(1917), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(32), [sym_block_comment] = STATE(32), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19524,82 +19521,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(33)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), [sym__expression] = STATE(1918), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(33), [sym_block_comment] = STATE(33), - [aux_sym_source_file_repeat1] = STATE(17), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_source_file_repeat1] = STATE(3), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19678,82 +19675,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(34)] = { - [sym__statement] = STATE(573), - [sym_empty_statement] = STATE(593), - [sym_expression_statement] = STATE(593), - [sym_macro_definition] = STATE(593), - [sym_attribute_item] = STATE(593), - [sym_inner_attribute_item] = STATE(593), - [sym_mod_item] = STATE(593), - [sym_foreign_mod_item] = STATE(593), - [sym_struct_item] = STATE(593), - [sym_union_item] = STATE(593), - [sym_enum_item] = STATE(593), - [sym_extern_crate_declaration] = STATE(593), - [sym_const_item] = STATE(593), - [sym_static_item] = STATE(593), - [sym_type_item] = STATE(593), - [sym_function_item] = STATE(593), - [sym_function_signature_item] = STATE(593), - [sym_function_modifiers] = STATE(3559), - [sym_impl_item] = STATE(593), - [sym_trait_item] = STATE(593), - [sym_associated_type] = STATE(593), - [sym_let_declaration] = STATE(593), - [sym_use_declaration] = STATE(593), - [sym_extern_modifier] = STATE(2248), - [sym_visibility_modifier] = STATE(2023), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1897), - [sym_macro_invocation] = STATE(399), - [sym_scoped_identifier] = STATE(1604), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(420), - [sym_match_expression] = STATE(420), - [sym_while_expression] = STATE(420), - [sym_loop_expression] = STATE(420), - [sym_for_expression] = STATE(420), - [sym_const_block] = STATE(420), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3562), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(420), - [sym_async_block] = STATE(420), - [sym_gen_block] = STATE(420), - [sym_try_block] = STATE(420), - [sym_block] = STATE(420), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym__statement] = STATE(774), + [sym_empty_statement] = STATE(777), + [sym_expression_statement] = STATE(777), + [sym_macro_definition] = STATE(777), + [sym_attribute_item] = STATE(777), + [sym_inner_attribute_item] = STATE(777), + [sym_mod_item] = STATE(777), + [sym_foreign_mod_item] = STATE(777), + [sym_struct_item] = STATE(777), + [sym_union_item] = STATE(777), + [sym_enum_item] = STATE(777), + [sym_extern_crate_declaration] = STATE(777), + [sym_const_item] = STATE(777), + [sym_static_item] = STATE(777), + [sym_type_item] = STATE(777), + [sym_function_item] = STATE(777), + [sym_function_signature_item] = STATE(777), + [sym_function_modifiers] = STATE(3809), + [sym_impl_item] = STATE(777), + [sym_trait_item] = STATE(777), + [sym_associated_type] = STATE(777), + [sym_let_declaration] = STATE(777), + [sym_use_declaration] = STATE(777), + [sym_extern_modifier] = STATE(2196), + [sym_visibility_modifier] = STATE(2014), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1728), + [sym_macro_invocation] = STATE(403), + [sym_scoped_identifier] = STATE(1608), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(416), + [sym_match_expression] = STATE(416), + [sym_while_expression] = STATE(416), + [sym_loop_expression] = STATE(416), + [sym_for_expression] = STATE(416), + [sym_const_block] = STATE(416), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3534), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(416), + [sym_async_block] = STATE(416), + [sym_gen_block] = STATE(416), + [sym_try_block] = STATE(416), + [sym_block] = STATE(416), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(34), [sym_block_comment] = STATE(34), - [aux_sym_source_file_repeat1] = STATE(18), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_source_file_repeat1] = STATE(5), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -19832,53 +19829,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(35)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1578), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1567), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(35), [sym_block_comment] = STATE(35), [sym_identifier] = ACTIONS(339), @@ -19980,53 +19977,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(36)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1582), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1581), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(35), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(36), [sym_block_comment] = STATE(36), [sym_identifier] = ACTIONS(339), @@ -20127,65 +20124,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(37)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1560), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1583), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(37), [sym_block_comment] = STATE(37), [sym_identifier] = ACTIONS(339), [anon_sym_SEMI] = ACTIONS(381), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(381), - [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACK] = ACTIONS(381), [anon_sym_RBRACK] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_RBRACE] = ACTIONS(381), [anon_sym_PLUS] = ACTIONS(383), - [anon_sym_STAR] = ACTIONS(349), + [anon_sym_STAR] = ACTIONS(383), [anon_sym_QMARK] = ACTIONS(381), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -20204,13 +20201,307 @@ 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(383), + [anon_sym_SLASH] = ACTIONS(383), + [anon_sym_PERCENT] = ACTIONS(383), + [anon_sym_CARET] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(349), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), + [anon_sym_AMP_AMP] = ACTIONS(381), + [anon_sym_PIPE_PIPE] = ACTIONS(381), + [anon_sym_LT_LT] = ACTIONS(383), + [anon_sym_GT_GT] = ACTIONS(383), + [anon_sym_PLUS_EQ] = ACTIONS(381), + [anon_sym_DASH_EQ] = ACTIONS(381), + [anon_sym_STAR_EQ] = ACTIONS(381), + [anon_sym_SLASH_EQ] = ACTIONS(381), + [anon_sym_PERCENT_EQ] = ACTIONS(381), + [anon_sym_CARET_EQ] = ACTIONS(381), + [anon_sym_AMP_EQ] = ACTIONS(381), + [anon_sym_PIPE_EQ] = ACTIONS(381), + [anon_sym_LT_LT_EQ] = ACTIONS(381), + [anon_sym_GT_GT_EQ] = ACTIONS(381), + [anon_sym_EQ] = ACTIONS(383), + [anon_sym_EQ_EQ] = ACTIONS(381), + [anon_sym_BANG_EQ] = ACTIONS(381), + [anon_sym_GT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(381), + [anon_sym_LT_EQ] = ACTIONS(381), + [anon_sym_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT_DOT] = ACTIONS(381), + [anon_sym_DOT_DOT_EQ] = ACTIONS(381), + [anon_sym_COMMA] = ACTIONS(381), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(383), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_else] = ACTIONS(383), + [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(38)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1571), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(38), + [sym_block_comment] = STATE(38), + [sym_identifier] = ACTIONS(339), + [anon_sym_SEMI] = ACTIONS(385), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(385), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(385), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_RBRACE] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_STAR] = ACTIONS(349), + [anon_sym_QMARK] = ACTIONS(385), + [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_SLASH] = ACTIONS(387), + [anon_sym_PERCENT] = ACTIONS(387), + [anon_sym_CARET] = ACTIONS(387), + [anon_sym_BANG] = ACTIONS(349), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(391), + [anon_sym_AMP_AMP] = ACTIONS(385), + [anon_sym_PIPE_PIPE] = ACTIONS(385), + [anon_sym_LT_LT] = ACTIONS(387), + [anon_sym_GT_GT] = ACTIONS(387), + [anon_sym_PLUS_EQ] = ACTIONS(385), + [anon_sym_DASH_EQ] = ACTIONS(385), + [anon_sym_STAR_EQ] = ACTIONS(385), + [anon_sym_SLASH_EQ] = ACTIONS(385), + [anon_sym_PERCENT_EQ] = ACTIONS(385), + [anon_sym_CARET_EQ] = ACTIONS(385), + [anon_sym_AMP_EQ] = ACTIONS(385), + [anon_sym_PIPE_EQ] = ACTIONS(385), + [anon_sym_LT_LT_EQ] = ACTIONS(385), + [anon_sym_GT_GT_EQ] = ACTIONS(385), + [anon_sym_EQ] = ACTIONS(387), + [anon_sym_EQ_EQ] = ACTIONS(385), + [anon_sym_BANG_EQ] = ACTIONS(385), + [anon_sym_GT] = ACTIONS(387), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(385), + [anon_sym_LT_EQ] = ACTIONS(385), + [anon_sym_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT] = ACTIONS(395), + [anon_sym_DOT_DOT_DOT] = ACTIONS(385), + [anon_sym_DOT_DOT_EQ] = ACTIONS(385), + [anon_sym_COMMA] = ACTIONS(385), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(387), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_else] = ACTIONS(387), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(39)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1583), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(39), + [sym_block_comment] = STATE(39), + [sym_identifier] = ACTIONS(339), + [anon_sym_SEMI] = ACTIONS(381), + [anon_sym_LPAREN] = ACTIONS(381), + [anon_sym_RPAREN] = ACTIONS(381), + [anon_sym_LBRACK] = ACTIONS(381), + [anon_sym_RBRACK] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_RBRACE] = ACTIONS(381), + [anon_sym_PLUS] = ACTIONS(383), + [anon_sym_STAR] = ACTIONS(383), + [anon_sym_QMARK] = ACTIONS(381), + [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(383), [anon_sym_SLASH] = ACTIONS(383), [anon_sym_PERCENT] = ACTIONS(383), [anon_sym_CARET] = ACTIONS(383), [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(385), - [anon_sym_PIPE] = ACTIONS(387), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), [anon_sym_AMP_AMP] = ACTIONS(381), [anon_sym_PIPE_PIPE] = ACTIONS(381), [anon_sym_LT_LT] = ACTIONS(383), @@ -20229,11 +20520,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(381), [anon_sym_BANG_EQ] = ACTIONS(381), [anon_sym_GT] = ACTIONS(383), - [anon_sym_LT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(383), [anon_sym_GT_EQ] = ACTIONS(381), [anon_sym_LT_EQ] = ACTIONS(381), [anon_sym_DOT] = ACTIONS(383), - [anon_sym_DOT_DOT] = ACTIONS(391), + [anon_sym_DOT_DOT] = ACTIONS(383), [anon_sym_DOT_DOT_DOT] = ACTIONS(381), [anon_sym_DOT_DOT_EQ] = ACTIONS(381), [anon_sym_COMMA] = ACTIONS(381), @@ -20273,67 +20564,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), }, - [STATE(38)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1581), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(40)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1588), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(38), - [sym_block_comment] = STATE(38), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(40), + [sym_block_comment] = STATE(40), [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(393), + [anon_sym_SEMI] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(393), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_RBRACK] = ACTIONS(393), + [anon_sym_RPAREN] = ACTIONS(397), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_RBRACK] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [anon_sym_QMARK] = ACTIONS(393), + [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), @@ -20351,42 +20642,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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), + [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(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT_EQ] = ACTIONS(393), - [anon_sym_COMMA] = ACTIONS(393), + [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(395), + [anon_sym_as] = ACTIONS(399), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), @@ -20402,7 +20693,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(395), + [anon_sym_else] = ACTIONS(399), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -20420,59 +20711,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), }, - [STATE(39)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1593), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(41)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1588), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(39), - [sym_block_comment] = STATE(39), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(41), + [sym_block_comment] = STATE(41), [sym_identifier] = ACTIONS(339), [anon_sym_SEMI] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LPAREN] = ACTIONS(397), [anon_sym_RPAREN] = ACTIONS(397), [anon_sym_LBRACK] = ACTIONS(397), [anon_sym_RBRACK] = ACTIONS(397), @@ -20567,56 +20858,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(40)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1561), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(42)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1566), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(40), - [sym_block_comment] = STATE(40), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(42), + [sym_block_comment] = STATE(42), [sym_identifier] = ACTIONS(339), [anon_sym_SEMI] = ACTIONS(401), [anon_sym_LPAREN] = ACTIONS(15), @@ -20650,8 +20941,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PERCENT] = ACTIONS(403), [anon_sym_CARET] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(385), - [anon_sym_PIPE] = ACTIONS(387), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(391), [anon_sym_AMP_AMP] = ACTIONS(401), [anon_sym_PIPE_PIPE] = ACTIONS(401), [anon_sym_LT_LT] = ACTIONS(403), @@ -20670,11 +20961,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(389), + [anon_sym_LT] = ACTIONS(393), [anon_sym_GT_EQ] = ACTIONS(401), [anon_sym_LT_EQ] = ACTIONS(401), [anon_sym_DOT] = ACTIONS(403), - [anon_sym_DOT_DOT] = ACTIONS(391), + [anon_sym_DOT_DOT] = ACTIONS(395), [anon_sym_DOT_DOT_DOT] = ACTIONS(401), [anon_sym_DOT_DOT_EQ] = ACTIONS(401), [anon_sym_COMMA] = ACTIONS(401), @@ -20714,348 +21005,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(41)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1581), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(41), - [sym_block_comment] = STATE(41), - [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(393), - [anon_sym_RPAREN] = ACTIONS(393), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_RBRACK] = ACTIONS(393), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [anon_sym_QMARK] = ACTIONS(393), - [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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [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(395), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_else] = ACTIONS(395), - [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(42)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1593), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(42), - [sym_block_comment] = STATE(42), - [sym_identifier] = ACTIONS(339), - [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(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), - [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(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(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(399), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_else] = ACTIONS(399), - [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(43)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1821), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1797), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(43), [sym_block_comment] = STATE(43), [sym_identifier] = ACTIONS(405), @@ -21152,55 +21149,481 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(451), }, [STATE(44)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1746), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(43), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1730), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(44), [sym_block_comment] = STATE(44), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_COLON] = ACTIONS(345), + [anon_sym_PLUS] = ACTIONS(347), + [anon_sym_STAR] = ACTIONS(347), + [anon_sym_QMARK] = ACTIONS(341), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(347), + [anon_sym_SLASH] = ACTIONS(347), + [anon_sym_PERCENT] = ACTIONS(347), + [anon_sym_CARET] = ACTIONS(347), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(347), + [anon_sym_PIPE] = ACTIONS(347), + [anon_sym_AMP_AMP] = ACTIONS(341), + [anon_sym_PIPE_PIPE] = ACTIONS(341), + [anon_sym_LT_LT] = ACTIONS(347), + [anon_sym_GT_GT] = ACTIONS(347), + [anon_sym_PLUS_EQ] = ACTIONS(341), + [anon_sym_DASH_EQ] = ACTIONS(341), + [anon_sym_STAR_EQ] = ACTIONS(341), + [anon_sym_SLASH_EQ] = ACTIONS(341), + [anon_sym_PERCENT_EQ] = ACTIONS(341), + [anon_sym_CARET_EQ] = ACTIONS(341), + [anon_sym_AMP_EQ] = ACTIONS(341), + [anon_sym_PIPE_EQ] = ACTIONS(341), + [anon_sym_LT_LT_EQ] = ACTIONS(341), + [anon_sym_GT_GT_EQ] = ACTIONS(341), + [anon_sym_EQ] = ACTIONS(347), + [anon_sym_EQ_EQ] = ACTIONS(341), + [anon_sym_BANG_EQ] = ACTIONS(341), + [anon_sym_GT] = ACTIONS(347), + [anon_sym_LT] = ACTIONS(347), + [anon_sym_GT_EQ] = ACTIONS(341), + [anon_sym_LT_EQ] = ACTIONS(341), + [anon_sym_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_DOT] = ACTIONS(341), + [anon_sym_DOT_DOT_EQ] = ACTIONS(341), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(347), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(45)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1922), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(45), + [sym_block_comment] = STATE(45), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_EQ_GT] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(413), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(413), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PIPE] = ACTIONS(391), + [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(393), + [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_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(403), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(46)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1924), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [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_LBRACE] = ACTIONS(407), + [anon_sym_EQ_GT] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_STAR] = ACTIONS(413), + [anon_sym_QMARK] = ACTIONS(385), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_SLASH] = ACTIONS(387), + [anon_sym_PERCENT] = ACTIONS(387), + [anon_sym_CARET] = ACTIONS(387), + [anon_sym_BANG] = ACTIONS(413), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PIPE] = ACTIONS(391), + [anon_sym_AMP_AMP] = ACTIONS(385), + [anon_sym_PIPE_PIPE] = ACTIONS(385), + [anon_sym_LT_LT] = ACTIONS(387), + [anon_sym_GT_GT] = ACTIONS(387), + [anon_sym_PLUS_EQ] = ACTIONS(385), + [anon_sym_DASH_EQ] = ACTIONS(385), + [anon_sym_STAR_EQ] = ACTIONS(385), + [anon_sym_SLASH_EQ] = ACTIONS(385), + [anon_sym_PERCENT_EQ] = ACTIONS(385), + [anon_sym_CARET_EQ] = ACTIONS(385), + [anon_sym_AMP_EQ] = ACTIONS(385), + [anon_sym_PIPE_EQ] = ACTIONS(385), + [anon_sym_LT_LT_EQ] = ACTIONS(385), + [anon_sym_GT_GT_EQ] = ACTIONS(385), + [anon_sym_EQ] = ACTIONS(387), + [anon_sym_EQ_EQ] = ACTIONS(385), + [anon_sym_BANG_EQ] = ACTIONS(385), + [anon_sym_GT] = ACTIONS(387), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(385), + [anon_sym_LT_EQ] = ACTIONS(385), + [anon_sym_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT] = ACTIONS(501), + [anon_sym_DOT_DOT_DOT] = ACTIONS(385), + [anon_sym_DOT_DOT_EQ] = ACTIONS(385), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(387), + [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(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1913), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(43), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(47), + [sym_block_comment] = STATE(47), [sym_identifier] = ACTIONS(405), [anon_sym_LPAREN] = ACTIONS(375), [anon_sym_LBRACK] = ACTIONS(375), @@ -21259,7 +21682,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(375), [anon_sym_DOT_DOT_EQ] = ACTIONS(375), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(503), [anon_sym_as] = ACTIONS(377), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -21293,58 +21716,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(45)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1836), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(45), - [sym_block_comment] = STATE(45), + [STATE(48)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1901), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(48), + [sym_block_comment] = STATE(48), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(495), [anon_sym_LBRACK] = ACTIONS(397), [anon_sym_LBRACE] = ACTIONS(407), [anon_sym_EQ_GT] = ACTIONS(397), @@ -21435,64 +21858,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(46)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1748), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(46), - [sym_block_comment] = STATE(46), + [STATE(49)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1811), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(49), + [sym_block_comment] = STATE(49), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(381), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(413), - [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_EQ_GT] = ACTIONS(381), + [anon_sym_PLUS] = ACTIONS(383), + [anon_sym_STAR] = ACTIONS(383), + [anon_sym_QMARK] = ACTIONS(381), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -21510,155 +21933,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_SLASH] = ACTIONS(403), - [anon_sym_PERCENT] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(383), + [anon_sym_SLASH] = ACTIONS(383), + [anon_sym_PERCENT] = ACTIONS(383), + [anon_sym_CARET] = ACTIONS(383), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(471), - [anon_sym_PIPE] = ACTIONS(387), - [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(389), - [anon_sym_GT_EQ] = ACTIONS(401), - [anon_sym_LT_EQ] = ACTIONS(401), - [anon_sym_DOT] = ACTIONS(403), - [anon_sym_DOT_DOT] = ACTIONS(473), - [anon_sym_DOT_DOT_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT_EQ] = ACTIONS(401), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(403), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(47)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1749), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(47), - [sym_block_comment] = STATE(47), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(381), - [anon_sym_PLUS] = ACTIONS(383), - [anon_sym_STAR] = ACTIONS(413), - [anon_sym_QMARK] = ACTIONS(381), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_SLASH] = ACTIONS(383), - [anon_sym_PERCENT] = ACTIONS(383), - [anon_sym_CARET] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(471), - [anon_sym_PIPE] = ACTIONS(387), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), [anon_sym_AMP_AMP] = ACTIONS(381), [anon_sym_PIPE_PIPE] = ACTIONS(381), [anon_sym_LT_LT] = ACTIONS(383), @@ -21677,11 +21958,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(381), [anon_sym_BANG_EQ] = ACTIONS(381), [anon_sym_GT] = ACTIONS(383), - [anon_sym_LT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(383), [anon_sym_GT_EQ] = ACTIONS(381), [anon_sym_LT_EQ] = ACTIONS(381), [anon_sym_DOT] = ACTIONS(383), - [anon_sym_DOT_DOT] = ACTIONS(473), + [anon_sym_DOT_DOT] = ACTIONS(383), [anon_sym_DOT_DOT_DOT] = ACTIONS(381), [anon_sym_DOT_DOT_EQ] = ACTIONS(381), [anon_sym_COLON_COLON] = ACTIONS(415), @@ -21719,338 +22000,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(48)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1743), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(48), - [sym_block_comment] = STATE(48), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [anon_sym_QMARK] = ACTIONS(393), - [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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT_EQ] = ACTIONS(393), - [anon_sym_COLON_COLON] = ACTIONS(415), - [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), - [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(49)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1743), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(49), - [sym_block_comment] = STATE(49), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(393), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [anon_sym_QMARK] = ACTIONS(393), - [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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT_EQ] = ACTIONS(393), - [anon_sym_COLON_COLON] = ACTIONS(415), - [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), - [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(50)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1836), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1901), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(50), [sym_block_comment] = STATE(50), [sym_identifier] = ACTIONS(405), @@ -22146,56 +22143,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(451), }, [STATE(51)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1711), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1657), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(51), [sym_block_comment] = STATE(51), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(341), [anon_sym_LBRACK] = ACTIONS(341), [anon_sym_LBRACE] = ACTIONS(341), @@ -22203,28 +22200,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(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_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(347), [anon_sym_SLASH] = ACTIONS(347), [anon_sym_PERCENT] = ACTIONS(347), [anon_sym_CARET] = ACTIONS(347), - [anon_sym_BANG] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(505), [anon_sym_AMP] = ACTIONS(347), [anon_sym_PIPE] = ACTIONS(347), [anon_sym_AMP_AMP] = ACTIONS(341), @@ -22252,26 +22249,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(481), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(347), [anon_sym_as] = ACTIONS(347), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22280,269 +22277,269 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(52)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1767), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1811), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [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(507), - [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), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(381), + [anon_sym_LBRACK] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_EQ_GT] = ACTIONS(381), + [anon_sym_PLUS] = ACTIONS(383), + [anon_sym_STAR] = ACTIONS(383), + [anon_sym_QMARK] = ACTIONS(381), + [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(383), + [anon_sym_SLASH] = ACTIONS(383), + [anon_sym_PERCENT] = ACTIONS(383), + [anon_sym_CARET] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(413), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), + [anon_sym_AMP_AMP] = ACTIONS(381), + [anon_sym_PIPE_PIPE] = ACTIONS(381), + [anon_sym_LT_LT] = ACTIONS(383), + [anon_sym_GT_GT] = ACTIONS(383), + [anon_sym_PLUS_EQ] = ACTIONS(381), + [anon_sym_DASH_EQ] = ACTIONS(381), + [anon_sym_STAR_EQ] = ACTIONS(381), + [anon_sym_SLASH_EQ] = ACTIONS(381), + [anon_sym_PERCENT_EQ] = ACTIONS(381), + [anon_sym_CARET_EQ] = ACTIONS(381), + [anon_sym_AMP_EQ] = ACTIONS(381), + [anon_sym_PIPE_EQ] = ACTIONS(381), + [anon_sym_LT_LT_EQ] = ACTIONS(381), + [anon_sym_GT_GT_EQ] = ACTIONS(381), + [anon_sym_EQ] = ACTIONS(383), + [anon_sym_EQ_EQ] = ACTIONS(381), + [anon_sym_BANG_EQ] = ACTIONS(381), + [anon_sym_GT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(381), + [anon_sym_LT_EQ] = ACTIONS(381), + [anon_sym_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT_DOT] = ACTIONS(381), + [anon_sym_DOT_DOT_EQ] = ACTIONS(381), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(347), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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_as] = ACTIONS(383), + [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(53)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1780), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1709), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(53), [sym_block_comment] = STATE(53), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [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(507), - [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_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_STAR] = ACTIONS(505), + [anon_sym_QMARK] = ACTIONS(385), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_SLASH] = ACTIONS(387), + [anon_sym_PERCENT] = ACTIONS(387), + [anon_sym_CARET] = ACTIONS(387), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(523), + [anon_sym_PIPE] = ACTIONS(391), + [anon_sym_AMP_AMP] = ACTIONS(385), + [anon_sym_PIPE_PIPE] = ACTIONS(385), + [anon_sym_LT_LT] = ACTIONS(387), + [anon_sym_GT_GT] = ACTIONS(387), + [anon_sym_PLUS_EQ] = ACTIONS(385), + [anon_sym_DASH_EQ] = ACTIONS(385), + [anon_sym_STAR_EQ] = ACTIONS(385), + [anon_sym_SLASH_EQ] = ACTIONS(385), + [anon_sym_PERCENT_EQ] = ACTIONS(385), + [anon_sym_CARET_EQ] = ACTIONS(385), + [anon_sym_AMP_EQ] = ACTIONS(385), + [anon_sym_PIPE_EQ] = ACTIONS(385), + [anon_sym_LT_LT_EQ] = ACTIONS(385), + [anon_sym_GT_GT_EQ] = ACTIONS(385), + [anon_sym_EQ] = ACTIONS(387), + [anon_sym_EQ_EQ] = ACTIONS(385), + [anon_sym_BANG_EQ] = ACTIONS(385), + [anon_sym_GT] = ACTIONS(387), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(385), + [anon_sym_LT_EQ] = ACTIONS(385), + [anon_sym_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT] = ACTIONS(525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(385), + [anon_sym_DOT_DOT_EQ] = ACTIONS(385), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(399), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_as] = ACTIONS(387), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -22550,7 +22547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -22563,139 +22560,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(54)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), [sym__expression] = STATE(1891), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(54), [sym_block_comment] = STATE(54), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_LBRACE] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(507), - [anon_sym_AMP] = ACTIONS(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT_EQ] = ACTIONS(393), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_STAR] = ACTIONS(469), + [anon_sym_QMARK] = ACTIONS(385), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_SLASH] = ACTIONS(387), + [anon_sym_PERCENT] = ACTIONS(387), + [anon_sym_CARET] = ACTIONS(387), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(527), + [anon_sym_PIPE] = ACTIONS(391), + [anon_sym_AMP_AMP] = ACTIONS(385), + [anon_sym_PIPE_PIPE] = ACTIONS(385), + [anon_sym_LT_LT] = ACTIONS(387), + [anon_sym_GT_GT] = ACTIONS(387), + [anon_sym_PLUS_EQ] = ACTIONS(385), + [anon_sym_DASH_EQ] = ACTIONS(385), + [anon_sym_STAR_EQ] = ACTIONS(385), + [anon_sym_SLASH_EQ] = ACTIONS(385), + [anon_sym_PERCENT_EQ] = ACTIONS(385), + [anon_sym_CARET_EQ] = ACTIONS(385), + [anon_sym_AMP_EQ] = ACTIONS(385), + [anon_sym_PIPE_EQ] = ACTIONS(385), + [anon_sym_LT_LT_EQ] = ACTIONS(385), + [anon_sym_GT_GT_EQ] = ACTIONS(385), + [anon_sym_EQ] = ACTIONS(387), + [anon_sym_EQ_EQ] = ACTIONS(385), + [anon_sym_BANG_EQ] = ACTIONS(385), + [anon_sym_GT] = ACTIONS(387), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(385), + [anon_sym_LT_EQ] = ACTIONS(385), + [anon_sym_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT] = ACTIONS(529), + [anon_sym_DOT_DOT_DOT] = ACTIONS(385), + [anon_sym_DOT_DOT_EQ] = ACTIONS(385), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(395), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_as] = ACTIONS(387), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -22704,139 +22701,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(55)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1679), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1744), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(55), [sym_block_comment] = STATE(55), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(393), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_LBRACE] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(479), - [anon_sym_AMP] = ACTIONS(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT_EQ] = ACTIONS(393), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(395), - [anon_sym_as] = ACTIONS(395), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(381), + [anon_sym_LBRACK] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(381), + [anon_sym_PLUS] = ACTIONS(383), + [anon_sym_STAR] = ACTIONS(383), + [anon_sym_QMARK] = ACTIONS(381), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(383), + [anon_sym_SLASH] = ACTIONS(383), + [anon_sym_PERCENT] = ACTIONS(383), + [anon_sym_CARET] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), + [anon_sym_AMP_AMP] = ACTIONS(381), + [anon_sym_PIPE_PIPE] = ACTIONS(381), + [anon_sym_LT_LT] = ACTIONS(383), + [anon_sym_GT_GT] = ACTIONS(383), + [anon_sym_PLUS_EQ] = ACTIONS(381), + [anon_sym_DASH_EQ] = ACTIONS(381), + [anon_sym_STAR_EQ] = ACTIONS(381), + [anon_sym_SLASH_EQ] = ACTIONS(381), + [anon_sym_PERCENT_EQ] = ACTIONS(381), + [anon_sym_CARET_EQ] = ACTIONS(381), + [anon_sym_AMP_EQ] = ACTIONS(381), + [anon_sym_PIPE_EQ] = ACTIONS(381), + [anon_sym_LT_LT_EQ] = ACTIONS(381), + [anon_sym_GT_GT_EQ] = ACTIONS(381), + [anon_sym_EQ] = ACTIONS(383), + [anon_sym_EQ_EQ] = ACTIONS(381), + [anon_sym_BANG_EQ] = ACTIONS(381), + [anon_sym_GT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(381), + [anon_sym_LT_EQ] = ACTIONS(381), + [anon_sym_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT_DOT] = ACTIONS(381), + [anon_sym_DOT_DOT_EQ] = ACTIONS(381), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(383), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -22845,127 +22842,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(56)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1891), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1673), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(56), [sym_block_comment] = STATE(56), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(393), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_LBRACE] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(507), - [anon_sym_AMP] = ACTIONS(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [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(509), - [anon_sym_break] = ACTIONS(511), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(381), + [anon_sym_PLUS] = ACTIONS(383), + [anon_sym_STAR] = ACTIONS(383), + [anon_sym_QMARK] = ACTIONS(381), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(383), + [anon_sym_SLASH] = ACTIONS(383), + [anon_sym_PERCENT] = ACTIONS(383), + [anon_sym_CARET] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), + [anon_sym_AMP_AMP] = ACTIONS(381), + [anon_sym_PIPE_PIPE] = ACTIONS(381), + [anon_sym_LT_LT] = ACTIONS(383), + [anon_sym_GT_GT] = ACTIONS(383), + [anon_sym_PLUS_EQ] = ACTIONS(381), + [anon_sym_DASH_EQ] = ACTIONS(381), + [anon_sym_STAR_EQ] = ACTIONS(381), + [anon_sym_SLASH_EQ] = ACTIONS(381), + [anon_sym_PERCENT_EQ] = ACTIONS(381), + [anon_sym_CARET_EQ] = ACTIONS(381), + [anon_sym_AMP_EQ] = ACTIONS(381), + [anon_sym_PIPE_EQ] = ACTIONS(381), + [anon_sym_LT_LT_EQ] = ACTIONS(381), + [anon_sym_GT_GT_EQ] = ACTIONS(381), + [anon_sym_EQ] = ACTIONS(383), + [anon_sym_EQ_EQ] = ACTIONS(381), + [anon_sym_BANG_EQ] = ACTIONS(381), + [anon_sym_GT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(381), + [anon_sym_LT_EQ] = ACTIONS(381), + [anon_sym_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT_DOT] = ACTIONS(381), + [anon_sym_DOT_DOT_EQ] = ACTIONS(381), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(383), + [anon_sym_as] = ACTIONS(383), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -22973,7 +22970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -22986,92 +22983,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(57)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1780), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1706), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(57), [sym_block_comment] = STATE(57), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(397), + [sym_identifier] = ACTIONS(465), + [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_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(399), [anon_sym_SLASH] = ACTIONS(399), [anon_sym_PERCENT] = ACTIONS(399), [anon_sym_CARET] = ACTIONS(399), - [anon_sym_BANG] = ACTIONS(507), + [anon_sym_BANG] = ACTIONS(505), [anon_sym_AMP] = ACTIONS(399), [anon_sym_PIPE] = ACTIONS(399), [anon_sym_AMP_AMP] = ACTIONS(397), @@ -23099,14 +23096,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(399), [anon_sym_as] = ACTIONS(399), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -23114,7 +23111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -23127,92 +23124,233 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(58)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1675), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1673), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(58), [sym_block_comment] = STATE(58), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(381), + [anon_sym_LBRACK] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(381), + [anon_sym_PLUS] = ACTIONS(383), + [anon_sym_STAR] = ACTIONS(383), + [anon_sym_QMARK] = ACTIONS(381), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(383), + [anon_sym_SLASH] = ACTIONS(383), + [anon_sym_PERCENT] = ACTIONS(383), + [anon_sym_CARET] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), + [anon_sym_AMP_AMP] = ACTIONS(381), + [anon_sym_PIPE_PIPE] = ACTIONS(381), + [anon_sym_LT_LT] = ACTIONS(383), + [anon_sym_GT_GT] = ACTIONS(383), + [anon_sym_PLUS_EQ] = ACTIONS(381), + [anon_sym_DASH_EQ] = ACTIONS(381), + [anon_sym_STAR_EQ] = ACTIONS(381), + [anon_sym_SLASH_EQ] = ACTIONS(381), + [anon_sym_PERCENT_EQ] = ACTIONS(381), + [anon_sym_CARET_EQ] = ACTIONS(381), + [anon_sym_AMP_EQ] = ACTIONS(381), + [anon_sym_PIPE_EQ] = ACTIONS(381), + [anon_sym_LT_LT_EQ] = ACTIONS(381), + [anon_sym_GT_GT_EQ] = ACTIONS(381), + [anon_sym_EQ] = ACTIONS(383), + [anon_sym_EQ_EQ] = ACTIONS(381), + [anon_sym_BANG_EQ] = ACTIONS(381), + [anon_sym_GT] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(381), + [anon_sym_LT_EQ] = ACTIONS(381), + [anon_sym_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT] = ACTIONS(383), + [anon_sym_DOT_DOT_DOT] = ACTIONS(381), + [anon_sym_DOT_DOT_EQ] = ACTIONS(381), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(383), + [anon_sym_as] = ACTIONS(383), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(59)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1706), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(59), + [sym_block_comment] = STATE(59), + [sym_identifier] = ACTIONS(465), [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_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(399), [anon_sym_SLASH] = ACTIONS(399), [anon_sym_PERCENT] = ACTIONS(399), [anon_sym_CARET] = ACTIONS(399), - [anon_sym_BANG] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(505), [anon_sym_AMP] = ACTIONS(399), [anon_sym_PIPE] = ACTIONS(399), [anon_sym_AMP_AMP] = ACTIONS(397), @@ -23240,26 +23378,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(399), [anon_sym_as] = ACTIONS(399), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23268,92 +23406,233 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(59)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1675), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(60)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1708), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(59), - [sym_block_comment] = STATE(59), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(60), + [sym_block_comment] = STATE(60), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(505), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_AMP] = ACTIONS(523), + [anon_sym_PIPE] = ACTIONS(391), + [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(393), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(403), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(61)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1887), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(61), + [sym_block_comment] = STATE(61), + [sym_identifier] = ACTIONS(465), + [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_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(399), [anon_sym_SLASH] = ACTIONS(399), [anon_sym_PERCENT] = ACTIONS(399), [anon_sym_CARET] = ACTIONS(399), - [anon_sym_BANG] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(469), [anon_sym_AMP] = ACTIONS(399), [anon_sym_PIPE] = ACTIONS(399), [anon_sym_AMP_AMP] = ACTIONS(397), @@ -23381,26 +23660,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_as] = ACTIONS(399), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -23409,92 +23688,233 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(60)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1680), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(62)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1887), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(62), + [sym_block_comment] = STATE(62), + [sym_identifier] = ACTIONS(465), + [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(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(399), + [anon_sym_SLASH] = ACTIONS(399), + [anon_sym_PERCENT] = ACTIONS(399), + [anon_sym_CARET] = ACTIONS(399), + [anon_sym_BANG] = ACTIONS(469), + [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(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(399), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(63)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1707), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(51), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(60), - [sym_block_comment] = STATE(60), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(63), + [sym_block_comment] = STATE(63), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(375), [anon_sym_LBRACK] = ACTIONS(375), [anon_sym_LBRACE] = ACTIONS(375), [anon_sym_PLUS] = ACTIONS(377), [anon_sym_STAR] = ACTIONS(377), [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(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_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(377), [anon_sym_SLASH] = ACTIONS(377), [anon_sym_PERCENT] = ACTIONS(377), [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(479), + [anon_sym_BANG] = ACTIONS(505), [anon_sym_AMP] = ACTIONS(377), [anon_sym_PIPE] = ACTIONS(377), [anon_sym_AMP_AMP] = ACTIONS(375), @@ -23522,167 +23942,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(377), [anon_sym_DOT_DOT_DOT] = ACTIONS(375), [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(377), [anon_sym_as] = ACTIONS(377), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(61)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1714), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(61), - [sym_block_comment] = STATE(61), - [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(479), - [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(479), - [anon_sym_SLASH] = ACTIONS(403), - [anon_sym_PERCENT] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(479), - [anon_sym_AMP] = ACTIONS(523), - [anon_sym_PIPE] = ACTIONS(387), - [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(389), - [anon_sym_GT_EQ] = ACTIONS(401), - [anon_sym_LT_EQ] = ACTIONS(401), - [anon_sym_DOT] = ACTIONS(403), - [anon_sym_DOT_DOT] = ACTIONS(525), - [anon_sym_DOT_DOT_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT_EQ] = ACTIONS(401), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(403), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23691,94 +23970,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(62)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1682), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(64)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1744), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(62), - [sym_block_comment] = STATE(62), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(64), + [sym_block_comment] = STATE(64), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LBRACK] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(381), [anon_sym_PLUS] = ACTIONS(383), - [anon_sym_STAR] = ACTIONS(479), + [anon_sym_STAR] = ACTIONS(383), [anon_sym_QMARK] = ACTIONS(381), - [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_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(383), [anon_sym_SLASH] = ACTIONS(383), [anon_sym_PERCENT] = ACTIONS(383), [anon_sym_CARET] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(479), - [anon_sym_AMP] = ACTIONS(523), - [anon_sym_PIPE] = ACTIONS(387), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(383), + [anon_sym_PIPE] = ACTIONS(383), [anon_sym_AMP_AMP] = ACTIONS(381), [anon_sym_PIPE_PIPE] = ACTIONS(381), [anon_sym_LT_LT] = ACTIONS(383), @@ -23797,33 +24076,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(381), [anon_sym_BANG_EQ] = ACTIONS(381), [anon_sym_GT] = ACTIONS(383), - [anon_sym_LT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(383), [anon_sym_GT_EQ] = ACTIONS(381), [anon_sym_LT_EQ] = ACTIONS(381), [anon_sym_DOT] = ACTIONS(383), - [anon_sym_DOT_DOT] = ACTIONS(525), + [anon_sym_DOT_DOT] = ACTIONS(383), [anon_sym_DOT_DOT_DOT] = ACTIONS(381), [anon_sym_DOT_DOT_EQ] = ACTIONS(381), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_as] = ACTIONS(383), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -23832,92 +24111,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(63)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1892), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(52), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(63), - [sym_block_comment] = STATE(63), - [sym_identifier] = ACTIONS(475), + [STATE(65)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(44), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(65), + [sym_block_comment] = STATE(65), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(375), [anon_sym_LBRACK] = ACTIONS(375), [anon_sym_LBRACE] = ACTIONS(375), [anon_sym_PLUS] = ACTIONS(377), [anon_sym_STAR] = ACTIONS(377), [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(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_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(377), [anon_sym_SLASH] = ACTIONS(377), [anon_sym_PERCENT] = ACTIONS(377), [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(507), + [anon_sym_BANG] = ACTIONS(469), [anon_sym_AMP] = ACTIONS(377), [anon_sym_PIPE] = ACTIONS(377), [anon_sym_AMP_AMP] = ACTIONS(375), @@ -23945,167 +24224,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(377), [anon_sym_DOT_DOT_DOT] = ACTIONS(375), [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(379), [anon_sym_as] = ACTIONS(377), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(64)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1679), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(64), - [sym_block_comment] = STATE(64), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(393), - [anon_sym_LBRACE] = ACTIONS(393), - [anon_sym_PLUS] = ACTIONS(395), - [anon_sym_STAR] = ACTIONS(395), - [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(395), - [anon_sym_SLASH] = ACTIONS(395), - [anon_sym_PERCENT] = ACTIONS(395), - [anon_sym_CARET] = ACTIONS(395), - [anon_sym_BANG] = ACTIONS(479), - [anon_sym_AMP] = ACTIONS(395), - [anon_sym_PIPE] = ACTIONS(395), - [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(395), - [anon_sym_GT_EQ] = ACTIONS(393), - [anon_sym_LT_EQ] = ACTIONS(393), - [anon_sym_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT_EQ] = ACTIONS(393), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(395), - [anon_sym_as] = ACTIONS(395), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -24114,94 +24252,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(65)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1894), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(66)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1890), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(65), - [sym_block_comment] = STATE(65), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(66), + [sym_block_comment] = STATE(66), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_STAR] = ACTIONS(507), + [anon_sym_STAR] = ACTIONS(469), [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(507), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), [anon_sym_SLASH] = ACTIONS(403), [anon_sym_PERCENT] = ACTIONS(403), [anon_sym_CARET] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(507), + [anon_sym_BANG] = ACTIONS(469), [anon_sym_AMP] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(387), + [anon_sym_PIPE] = ACTIONS(391), [anon_sym_AMP_AMP] = ACTIONS(401), [anon_sym_PIPE_PIPE] = ACTIONS(401), [anon_sym_LT_LT] = ACTIONS(403), @@ -24220,174 +24358,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(389), + [anon_sym_LT] = ACTIONS(393), [anon_sym_GT_EQ] = ACTIONS(401), [anon_sym_LT_EQ] = ACTIONS(401), [anon_sym_DOT] = ACTIONS(403), [anon_sym_DOT_DOT] = ACTIONS(529), [anon_sym_DOT_DOT_DOT] = ACTIONS(401), [anon_sym_DOT_DOT_EQ] = ACTIONS(401), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_as] = ACTIONS(403), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(66)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1895), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(66), - [sym_block_comment] = STATE(66), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_PLUS] = ACTIONS(383), - [anon_sym_STAR] = ACTIONS(507), - [anon_sym_QMARK] = ACTIONS(381), - [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(507), - [anon_sym_SLASH] = ACTIONS(383), - [anon_sym_PERCENT] = ACTIONS(383), - [anon_sym_CARET] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(507), - [anon_sym_AMP] = ACTIONS(527), - [anon_sym_PIPE] = ACTIONS(387), - [anon_sym_AMP_AMP] = ACTIONS(381), - [anon_sym_PIPE_PIPE] = ACTIONS(381), - [anon_sym_LT_LT] = ACTIONS(383), - [anon_sym_GT_GT] = ACTIONS(383), - [anon_sym_PLUS_EQ] = ACTIONS(381), - [anon_sym_DASH_EQ] = ACTIONS(381), - [anon_sym_STAR_EQ] = ACTIONS(381), - [anon_sym_SLASH_EQ] = ACTIONS(381), - [anon_sym_PERCENT_EQ] = ACTIONS(381), - [anon_sym_CARET_EQ] = ACTIONS(381), - [anon_sym_AMP_EQ] = ACTIONS(381), - [anon_sym_PIPE_EQ] = ACTIONS(381), - [anon_sym_LT_LT_EQ] = ACTIONS(381), - [anon_sym_GT_GT_EQ] = ACTIONS(381), - [anon_sym_EQ] = ACTIONS(383), - [anon_sym_EQ_EQ] = ACTIONS(381), - [anon_sym_BANG_EQ] = ACTIONS(381), - [anon_sym_GT] = ACTIONS(383), - [anon_sym_LT] = ACTIONS(389), - [anon_sym_GT_EQ] = ACTIONS(381), - [anon_sym_LT_EQ] = ACTIONS(381), - [anon_sym_DOT] = ACTIONS(383), - [anon_sym_DOT_DOT] = ACTIONS(529), - [anon_sym_DOT_DOT_DOT] = ACTIONS(381), - [anon_sym_DOT_DOT_EQ] = ACTIONS(381), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(383), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -24396,22 +24393,22 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(67)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(67), [sym_block_comment] = STATE(67), [aux_sym_token_tree_pattern_repeat1] = STATE(67), @@ -24530,30 +24527,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(554), }, [STATE(68)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(68), [sym_block_comment] = STATE(68), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym_token_tree_pattern_repeat1] = STATE(72), + [aux_sym__non_special_token_repeat1] = STATE(140), [sym_identifier] = ACTIONS(569), - [anon_sym_SEMI] = ACTIONS(572), - [anon_sym_LPAREN] = ACTIONS(575), - [anon_sym_RPAREN] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(580), - [anon_sym_RBRACK] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(583), - [anon_sym_RBRACE] = ACTIONS(578), - [anon_sym_EQ_GT] = ACTIONS(572), - [anon_sym_COLON] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_QMARK] = ACTIONS(572), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(575), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(569), [anon_sym_i8] = ACTIONS(569), [anon_sym_u16] = ACTIONS(569), @@ -24571,44 +24568,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(569), [anon_sym_str] = ACTIONS(569), [anon_sym_char] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_PERCENT] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [anon_sym_BANG] = ACTIONS(586), - [anon_sym_AMP] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_AMP_AMP] = ACTIONS(572), - [anon_sym_PIPE_PIPE] = ACTIONS(572), - [anon_sym_LT_LT] = ACTIONS(586), - [anon_sym_GT_GT] = ACTIONS(586), - [anon_sym_PLUS_EQ] = ACTIONS(572), - [anon_sym_DASH_EQ] = ACTIONS(572), - [anon_sym_STAR_EQ] = ACTIONS(572), - [anon_sym_SLASH_EQ] = ACTIONS(572), - [anon_sym_PERCENT_EQ] = ACTIONS(572), - [anon_sym_CARET_EQ] = ACTIONS(572), - [anon_sym_AMP_EQ] = ACTIONS(572), - [anon_sym_PIPE_EQ] = ACTIONS(572), - [anon_sym_LT_LT_EQ] = ACTIONS(572), - [anon_sym_GT_GT_EQ] = ACTIONS(572), - [anon_sym_EQ] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(572), - [anon_sym_BANG_EQ] = ACTIONS(572), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_LT] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(572), - [anon_sym_LT_EQ] = ACTIONS(572), - [anon_sym_AT] = ACTIONS(572), - [anon_sym__] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_DOT] = ACTIONS(572), - [anon_sym_DOT_DOT_EQ] = ACTIONS(572), - [anon_sym_COMMA] = ACTIONS(572), - [anon_sym_COLON_COLON] = ACTIONS(572), - [anon_sym_DASH_GT] = ACTIONS(572), - [anon_sym_POUND] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(569), [anon_sym_as] = ACTIONS(569), [anon_sym_async] = ACTIONS(569), @@ -24639,1767 +24636,1767 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(569), [anon_sym_while] = ACTIONS(569), [sym_mutable_specifier] = ACTIONS(569), - [sym_integer_literal] = ACTIONS(592), - [aux_sym_string_literal_token1] = ACTIONS(595), - [sym_char_literal] = ACTIONS(592), - [anon_sym_true] = ACTIONS(598), - [anon_sym_false] = ACTIONS(598), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(569), [sym_super] = ACTIONS(569), [sym_crate] = ACTIONS(569), - [sym_metavariable] = ACTIONS(601), - [sym__raw_string_literal_start] = ACTIONS(604), - [sym_float_literal] = ACTIONS(592), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(69)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(69), [sym_block_comment] = STATE(69), - [aux_sym_token_tree_pattern_repeat1] = STATE(71), + [aux_sym_token_tree_pattern_repeat1] = STATE(73), [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_RPAREN] = ACTIONS(613), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_RBRACK] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(70)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(70), [sym_block_comment] = STATE(70), - [aux_sym_token_tree_pattern_repeat1] = STATE(81), + [aux_sym_token_tree_pattern_repeat1] = STATE(77), [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_RBRACK] = ACTIONS(633), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(71)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(71), [sym_block_comment] = STATE(71), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym_token_tree_pattern_repeat1] = STATE(78), [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_RPAREN] = ACTIONS(635), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_RBRACK] = ACTIONS(595), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(72)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(72), [sym_block_comment] = STATE(72), - [aux_sym_token_tree_pattern_repeat1] = STATE(76), - [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_RPAREN] = ACTIONS(637), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(73)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(73), - [sym_block_comment] = STATE(73), - [aux_sym_token_tree_pattern_repeat1] = STATE(77), - [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_RBRACK] = ACTIONS(637), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(74)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(74), - [sym_block_comment] = STATE(74), - [aux_sym_token_tree_pattern_repeat1] = STATE(78), - [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_RBRACE] = ACTIONS(637), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(75)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(75), - [sym_block_comment] = STATE(75), - [aux_sym_token_tree_pattern_repeat1] = STATE(82), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_RBRACE] = ACTIONS(633), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(597), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), + }, + [STATE(73)] = { + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [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(140), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_RBRACK] = ACTIONS(597), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), + }, + [STATE(74)] = { + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [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(140), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_RBRACE] = ACTIONS(597), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), + }, + [STATE(75)] = { + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [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(140), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_RBRACE] = ACTIONS(595), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(76)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(76), [sym_block_comment] = STATE(76), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym_token_tree_pattern_repeat1] = STATE(74), [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_RPAREN] = ACTIONS(639), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_RBRACE] = ACTIONS(575), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(77)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [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(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_RBRACK] = ACTIONS(639), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(78)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [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(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_RBRACE] = ACTIONS(639), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_RBRACK] = ACTIONS(599), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(79)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(79), [sym_block_comment] = STATE(79), - [aux_sym_token_tree_pattern_repeat1] = STATE(80), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_RPAREN] = ACTIONS(633), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_RBRACE] = ACTIONS(599), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(80)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [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(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_RPAREN] = ACTIONS(641), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(601), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(81)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym__token_pattern] = STATE(155), + [sym_token_tree_pattern] = STATE(153), + [sym_token_binding_pattern] = STATE(153), + [sym_token_repetition_pattern] = STATE(153), + [sym__literal] = STATE(153), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(81), [sym_block_comment] = STATE(81), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_RBRACK] = ACTIONS(641), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(82)] = { - [sym__token_pattern] = STATE(156), - [sym_token_tree_pattern] = STATE(154), - [sym_token_binding_pattern] = STATE(154), - [sym_token_repetition_pattern] = STATE(154), - [sym__literal] = STATE(154), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(82), - [sym_block_comment] = STATE(82), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym_token_tree_pattern_repeat1] = STATE(80), [aux_sym__non_special_token_repeat1] = STATE(140), - [sym_identifier] = ACTIONS(607), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(611), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(617), - [anon_sym_RBRACE] = ACTIONS(641), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(607), - [anon_sym_i8] = ACTIONS(607), - [anon_sym_u16] = ACTIONS(607), - [anon_sym_i16] = ACTIONS(607), - [anon_sym_u32] = ACTIONS(607), - [anon_sym_i32] = ACTIONS(607), - [anon_sym_u64] = ACTIONS(607), - [anon_sym_i64] = ACTIONS(607), - [anon_sym_u128] = ACTIONS(607), - [anon_sym_i128] = ACTIONS(607), - [anon_sym_isize] = ACTIONS(607), - [anon_sym_usize] = ACTIONS(607), - [anon_sym_f32] = ACTIONS(607), - [anon_sym_f64] = ACTIONS(607), - [anon_sym_bool] = ACTIONS(607), - [anon_sym_str] = ACTIONS(607), - [anon_sym_char] = ACTIONS(607), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(607), - [anon_sym_as] = ACTIONS(607), - [anon_sym_async] = ACTIONS(607), - [anon_sym_await] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_const] = ACTIONS(607), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_default] = ACTIONS(607), - [anon_sym_enum] = ACTIONS(607), - [anon_sym_fn] = ACTIONS(607), - [anon_sym_for] = ACTIONS(607), - [anon_sym_gen] = ACTIONS(607), - [anon_sym_if] = ACTIONS(607), - [anon_sym_impl] = ACTIONS(607), - [anon_sym_let] = ACTIONS(607), - [anon_sym_loop] = ACTIONS(607), - [anon_sym_match] = ACTIONS(607), - [anon_sym_mod] = ACTIONS(607), - [anon_sym_pub] = ACTIONS(607), - [anon_sym_return] = ACTIONS(607), - [anon_sym_static] = ACTIONS(607), - [anon_sym_struct] = ACTIONS(607), - [anon_sym_trait] = ACTIONS(607), - [anon_sym_type] = ACTIONS(607), - [anon_sym_union] = ACTIONS(607), - [anon_sym_unsafe] = ACTIONS(607), - [anon_sym_use] = ACTIONS(607), - [anon_sym_where] = ACTIONS(607), - [anon_sym_while] = ACTIONS(607), - [sym_mutable_specifier] = ACTIONS(607), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(607), - [sym_super] = ACTIONS(607), - [sym_crate] = ACTIONS(607), - [sym_metavariable] = ACTIONS(629), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym_identifier] = ACTIONS(569), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(573), + [anon_sym_RPAREN] = ACTIONS(603), + [anon_sym_LBRACK] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(579), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(583), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(569), + [anon_sym_i8] = ACTIONS(569), + [anon_sym_u16] = ACTIONS(569), + [anon_sym_i16] = ACTIONS(569), + [anon_sym_u32] = ACTIONS(569), + [anon_sym_i32] = ACTIONS(569), + [anon_sym_u64] = ACTIONS(569), + [anon_sym_i64] = ACTIONS(569), + [anon_sym_u128] = ACTIONS(569), + [anon_sym_i128] = ACTIONS(569), + [anon_sym_isize] = ACTIONS(569), + [anon_sym_usize] = ACTIONS(569), + [anon_sym_f32] = ACTIONS(569), + [anon_sym_f64] = ACTIONS(569), + [anon_sym_bool] = ACTIONS(569), + [anon_sym_str] = ACTIONS(569), + [anon_sym_char] = ACTIONS(569), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(569), + [anon_sym_as] = ACTIONS(569), + [anon_sym_async] = ACTIONS(569), + [anon_sym_await] = ACTIONS(569), + [anon_sym_break] = ACTIONS(569), + [anon_sym_const] = ACTIONS(569), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_default] = ACTIONS(569), + [anon_sym_enum] = ACTIONS(569), + [anon_sym_fn] = ACTIONS(569), + [anon_sym_for] = ACTIONS(569), + [anon_sym_gen] = ACTIONS(569), + [anon_sym_if] = ACTIONS(569), + [anon_sym_impl] = ACTIONS(569), + [anon_sym_let] = ACTIONS(569), + [anon_sym_loop] = ACTIONS(569), + [anon_sym_match] = ACTIONS(569), + [anon_sym_mod] = ACTIONS(569), + [anon_sym_pub] = ACTIONS(569), + [anon_sym_return] = ACTIONS(569), + [anon_sym_static] = ACTIONS(569), + [anon_sym_struct] = ACTIONS(569), + [anon_sym_trait] = ACTIONS(569), + [anon_sym_type] = ACTIONS(569), + [anon_sym_union] = ACTIONS(569), + [anon_sym_unsafe] = ACTIONS(569), + [anon_sym_use] = ACTIONS(569), + [anon_sym_where] = ACTIONS(569), + [anon_sym_while] = ACTIONS(569), + [sym_mutable_specifier] = ACTIONS(569), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(569), + [sym_super] = ACTIONS(569), + [sym_crate] = ACTIONS(569), + [sym_metavariable] = ACTIONS(591), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), + }, + [STATE(82)] = { + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [sym_line_comment] = STATE(82), + [sym_block_comment] = STATE(82), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(605), + [anon_sym_SEMI] = ACTIONS(608), + [anon_sym_LPAREN] = ACTIONS(611), + [anon_sym_RPAREN] = ACTIONS(614), + [anon_sym_LBRACK] = ACTIONS(616), + [anon_sym_RBRACK] = ACTIONS(614), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(614), + [anon_sym_EQ_GT] = ACTIONS(608), + [anon_sym_COLON] = ACTIONS(622), + [anon_sym_DOLLAR] = ACTIONS(625), + [anon_sym_PLUS] = ACTIONS(622), + [anon_sym_STAR] = ACTIONS(622), + [anon_sym_QMARK] = ACTIONS(608), + [anon_sym_u8] = ACTIONS(605), + [anon_sym_i8] = ACTIONS(605), + [anon_sym_u16] = ACTIONS(605), + [anon_sym_i16] = ACTIONS(605), + [anon_sym_u32] = ACTIONS(605), + [anon_sym_i32] = ACTIONS(605), + [anon_sym_u64] = ACTIONS(605), + [anon_sym_i64] = ACTIONS(605), + [anon_sym_u128] = ACTIONS(605), + [anon_sym_i128] = ACTIONS(605), + [anon_sym_isize] = ACTIONS(605), + [anon_sym_usize] = ACTIONS(605), + [anon_sym_f32] = ACTIONS(605), + [anon_sym_f64] = ACTIONS(605), + [anon_sym_bool] = ACTIONS(605), + [anon_sym_str] = ACTIONS(605), + [anon_sym_char] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(622), + [anon_sym_SLASH] = ACTIONS(622), + [anon_sym_PERCENT] = ACTIONS(622), + [anon_sym_CARET] = ACTIONS(622), + [anon_sym_BANG] = ACTIONS(622), + [anon_sym_AMP] = ACTIONS(622), + [anon_sym_PIPE] = ACTIONS(622), + [anon_sym_AMP_AMP] = ACTIONS(608), + [anon_sym_PIPE_PIPE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(622), + [anon_sym_GT_GT] = ACTIONS(622), + [anon_sym_PLUS_EQ] = ACTIONS(608), + [anon_sym_DASH_EQ] = ACTIONS(608), + [anon_sym_STAR_EQ] = ACTIONS(608), + [anon_sym_SLASH_EQ] = ACTIONS(608), + [anon_sym_PERCENT_EQ] = ACTIONS(608), + [anon_sym_CARET_EQ] = ACTIONS(608), + [anon_sym_AMP_EQ] = ACTIONS(608), + [anon_sym_PIPE_EQ] = ACTIONS(608), + [anon_sym_LT_LT_EQ] = ACTIONS(608), + [anon_sym_GT_GT_EQ] = ACTIONS(608), + [anon_sym_EQ] = ACTIONS(622), + [anon_sym_EQ_EQ] = ACTIONS(608), + [anon_sym_BANG_EQ] = ACTIONS(608), + [anon_sym_GT] = ACTIONS(622), + [anon_sym_LT] = ACTIONS(622), + [anon_sym_GT_EQ] = ACTIONS(608), + [anon_sym_LT_EQ] = ACTIONS(608), + [anon_sym_AT] = ACTIONS(608), + [anon_sym__] = ACTIONS(622), + [anon_sym_DOT] = ACTIONS(622), + [anon_sym_DOT_DOT] = ACTIONS(622), + [anon_sym_DOT_DOT_DOT] = ACTIONS(608), + [anon_sym_DOT_DOT_EQ] = ACTIONS(608), + [anon_sym_COMMA] = ACTIONS(608), + [anon_sym_COLON_COLON] = ACTIONS(608), + [anon_sym_DASH_GT] = ACTIONS(608), + [anon_sym_POUND] = ACTIONS(608), + [anon_sym_SQUOTE] = ACTIONS(605), + [anon_sym_as] = ACTIONS(605), + [anon_sym_async] = ACTIONS(605), + [anon_sym_await] = ACTIONS(605), + [anon_sym_break] = ACTIONS(605), + [anon_sym_const] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(605), + [anon_sym_default] = ACTIONS(605), + [anon_sym_enum] = ACTIONS(605), + [anon_sym_fn] = ACTIONS(605), + [anon_sym_for] = ACTIONS(605), + [anon_sym_gen] = ACTIONS(605), + [anon_sym_if] = ACTIONS(605), + [anon_sym_impl] = ACTIONS(605), + [anon_sym_let] = ACTIONS(605), + [anon_sym_loop] = ACTIONS(605), + [anon_sym_match] = ACTIONS(605), + [anon_sym_mod] = ACTIONS(605), + [anon_sym_pub] = ACTIONS(605), + [anon_sym_return] = ACTIONS(605), + [anon_sym_static] = ACTIONS(605), + [anon_sym_struct] = ACTIONS(605), + [anon_sym_trait] = ACTIONS(605), + [anon_sym_type] = ACTIONS(605), + [anon_sym_union] = ACTIONS(605), + [anon_sym_unsafe] = ACTIONS(605), + [anon_sym_use] = ACTIONS(605), + [anon_sym_where] = ACTIONS(605), + [anon_sym_while] = ACTIONS(605), + [sym_mutable_specifier] = ACTIONS(605), + [sym_integer_literal] = ACTIONS(628), + [aux_sym_string_literal_token1] = ACTIONS(631), + [sym_char_literal] = ACTIONS(628), + [anon_sym_true] = ACTIONS(634), + [anon_sym_false] = ACTIONS(634), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(605), + [sym_super] = ACTIONS(605), + [sym_crate] = ACTIONS(605), + [sym_metavariable] = ACTIONS(637), + [sym__raw_string_literal_start] = ACTIONS(640), + [sym_float_literal] = ACTIONS(628), }, [STATE(83)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(83), [sym_block_comment] = STATE(83), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(643), [anon_sym_SEMI] = ACTIONS(646), @@ -26514,22 +26511,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(666), }, [STATE(84)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(84), [sym_block_comment] = STATE(84), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(89), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(686), + [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -26636,28 +26633,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(85)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(85), [sym_block_comment] = STATE(85), [aux_sym_token_tree_repeat1] = STATE(86), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), [anon_sym_RPAREN] = ACTIONS(706), [anon_sym_LBRACK] = ACTIONS(708), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -26675,44 +26672,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -26743,43 +26740,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(86)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(86), [sym_block_comment] = STATE(86), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), [anon_sym_RPAREN] = ACTIONS(716), [anon_sym_LBRACK] = ACTIONS(708), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -26797,44 +26794,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -26865,37 +26862,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(87)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(87), [sym_block_comment] = STATE(87), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(90), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(718), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(684), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -27002,23 +26999,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(88)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(88), [sym_block_comment] = STATE(88), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(91), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(718), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(684), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -27124,23 +27121,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(89)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(89), [sym_block_comment] = STATE(89), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(92), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(718), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(718), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -27246,22 +27243,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(90)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(90), [sym_block_comment] = STATE(90), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(720), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(718), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -27368,23 +27365,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(91)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(91), [sym_block_comment] = STATE(91), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(720), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(718), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -27490,23 +27487,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(92)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(92), [sym_block_comment] = STATE(92), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(83), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(95), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(720), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(720), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -27612,22 +27609,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(93)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(93), [sym_block_comment] = STATE(93), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(96), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(720), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -27734,23 +27731,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(94)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(94), [sym_block_comment] = STATE(94), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(97), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(720), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -27856,23 +27853,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(95)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(95), [sym_block_comment] = STATE(95), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(98), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(722), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -27978,22 +27975,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(96)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(96), [sym_block_comment] = STATE(96), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(724), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(722), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -28100,23 +28097,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(97)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(97), [sym_block_comment] = STATE(97), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(724), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(722), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -28222,150 +28219,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(98)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(98), [sym_block_comment] = STATE(98), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(680), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(724), - [anon_sym_EQ_GT] = ACTIONS(680), - [anon_sym_COLON] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(690), - [anon_sym_QMARK] = ACTIONS(680), - [anon_sym_u8] = ACTIONS(678), - [anon_sym_i8] = ACTIONS(678), - [anon_sym_u16] = ACTIONS(678), - [anon_sym_i16] = ACTIONS(678), - [anon_sym_u32] = ACTIONS(678), - [anon_sym_i32] = ACTIONS(678), - [anon_sym_u64] = ACTIONS(678), - [anon_sym_i64] = ACTIONS(678), - [anon_sym_u128] = ACTIONS(678), - [anon_sym_i128] = ACTIONS(678), - [anon_sym_isize] = ACTIONS(678), - [anon_sym_usize] = ACTIONS(678), - [anon_sym_f32] = ACTIONS(678), - [anon_sym_f64] = ACTIONS(678), - [anon_sym_bool] = ACTIONS(678), - [anon_sym_str] = ACTIONS(678), - [anon_sym_char] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_SLASH] = ACTIONS(690), - [anon_sym_PERCENT] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [anon_sym_BANG] = ACTIONS(690), - [anon_sym_AMP] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_AMP_AMP] = ACTIONS(680), - [anon_sym_PIPE_PIPE] = ACTIONS(680), - [anon_sym_LT_LT] = ACTIONS(690), - [anon_sym_GT_GT] = ACTIONS(690), - [anon_sym_PLUS_EQ] = ACTIONS(680), - [anon_sym_DASH_EQ] = ACTIONS(680), - [anon_sym_STAR_EQ] = ACTIONS(680), - [anon_sym_SLASH_EQ] = ACTIONS(680), - [anon_sym_PERCENT_EQ] = ACTIONS(680), - [anon_sym_CARET_EQ] = ACTIONS(680), - [anon_sym_AMP_EQ] = ACTIONS(680), - [anon_sym_PIPE_EQ] = ACTIONS(680), - [anon_sym_LT_LT_EQ] = ACTIONS(680), - [anon_sym_GT_GT_EQ] = ACTIONS(680), - [anon_sym_EQ] = ACTIONS(690), - [anon_sym_EQ_EQ] = ACTIONS(680), - [anon_sym_BANG_EQ] = ACTIONS(680), - [anon_sym_GT] = ACTIONS(690), - [anon_sym_LT] = ACTIONS(690), - [anon_sym_GT_EQ] = ACTIONS(680), - [anon_sym_LT_EQ] = ACTIONS(680), - [anon_sym_AT] = ACTIONS(680), - [anon_sym__] = ACTIONS(690), - [anon_sym_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_DOT] = ACTIONS(680), - [anon_sym_DOT_DOT_EQ] = ACTIONS(680), - [anon_sym_COMMA] = ACTIONS(680), - [anon_sym_COLON_COLON] = ACTIONS(680), - [anon_sym_DASH_GT] = ACTIONS(680), - [anon_sym_POUND] = ACTIONS(680), - [anon_sym_SQUOTE] = ACTIONS(678), - [anon_sym_as] = ACTIONS(678), - [anon_sym_async] = ACTIONS(678), - [anon_sym_await] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_default] = ACTIONS(678), - [anon_sym_enum] = ACTIONS(678), - [anon_sym_fn] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_gen] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_impl] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_mod] = ACTIONS(678), - [anon_sym_pub] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_static] = ACTIONS(678), - [anon_sym_struct] = ACTIONS(678), - [anon_sym_trait] = ACTIONS(678), - [anon_sym_type] = ACTIONS(678), - [anon_sym_union] = ACTIONS(678), - [anon_sym_unsafe] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [sym_mutable_specifier] = ACTIONS(678), - [sym_integer_literal] = ACTIONS(694), - [aux_sym_string_literal_token1] = ACTIONS(696), - [sym_char_literal] = ACTIONS(694), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), + [aux_sym_token_tree_repeat1] = STATE(101), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(704), + [anon_sym_RPAREN] = ACTIONS(724), + [anon_sym_LBRACK] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(712), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(702), + [anon_sym_i8] = ACTIONS(702), + [anon_sym_u16] = ACTIONS(702), + [anon_sym_i16] = ACTIONS(702), + [anon_sym_u32] = ACTIONS(702), + [anon_sym_i32] = ACTIONS(702), + [anon_sym_u64] = ACTIONS(702), + [anon_sym_i64] = ACTIONS(702), + [anon_sym_u128] = ACTIONS(702), + [anon_sym_i128] = ACTIONS(702), + [anon_sym_isize] = ACTIONS(702), + [anon_sym_usize] = ACTIONS(702), + [anon_sym_f32] = ACTIONS(702), + [anon_sym_f64] = ACTIONS(702), + [anon_sym_bool] = ACTIONS(702), + [anon_sym_str] = ACTIONS(702), + [anon_sym_char] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(702), + [anon_sym_as] = ACTIONS(702), + [anon_sym_async] = ACTIONS(702), + [anon_sym_await] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_default] = ACTIONS(702), + [anon_sym_enum] = ACTIONS(702), + [anon_sym_fn] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_gen] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_impl] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_mod] = ACTIONS(702), + [anon_sym_pub] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_static] = ACTIONS(702), + [anon_sym_struct] = ACTIONS(702), + [anon_sym_trait] = ACTIONS(702), + [anon_sym_type] = ACTIONS(702), + [anon_sym_union] = ACTIONS(702), + [anon_sym_unsafe] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [sym_mutable_specifier] = ACTIONS(702), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(678), - [sym_super] = ACTIONS(678), - [sym_crate] = ACTIONS(678), - [sym__raw_string_literal_start] = ACTIONS(700), - [sym_float_literal] = ACTIONS(694), + [sym_self] = ACTIONS(702), + [sym_super] = ACTIONS(702), + [sym_crate] = ACTIONS(702), + [sym_metavariable] = ACTIONS(714), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(99)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(99), [sym_block_comment] = STATE(99), [aux_sym_token_tree_repeat1] = STATE(102), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_RPAREN] = ACTIONS(726), [anon_sym_LBRACK] = ACTIONS(708), + [anon_sym_RBRACK] = ACTIONS(724), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -28383,44 +28380,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -28451,43 +28448,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(100)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(100), [sym_block_comment] = STATE(100), [aux_sym_token_tree_repeat1] = STATE(103), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), [anon_sym_LBRACK] = ACTIONS(708), - [anon_sym_RBRACK] = ACTIONS(726), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(724), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -28505,44 +28502,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -28573,43 +28570,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(101)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(101), [sym_block_comment] = STATE(101), - [aux_sym_token_tree_repeat1] = STATE(104), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), + [anon_sym_RPAREN] = ACTIONS(726), [anon_sym_LBRACK] = ACTIONS(708), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_RBRACE] = ACTIONS(726), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -28627,44 +28624,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -28695,43 +28692,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(102)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(102), [sym_block_comment] = STATE(102), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_RPAREN] = ACTIONS(728), [anon_sym_LBRACK] = ACTIONS(708), + [anon_sym_RBRACK] = ACTIONS(726), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -28749,44 +28746,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -28817,43 +28814,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(103)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), [sym_line_comment] = STATE(103), [sym_block_comment] = STATE(103), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), [anon_sym_LBRACK] = ACTIONS(708), - [anon_sym_RBRACK] = ACTIONS(728), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(726), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -28871,44 +28868,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -28939,159 +28936,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, [STATE(104)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(104), - [sym_block_comment] = STATE(104), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_LBRACK] = ACTIONS(708), - [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_RBRACE] = ACTIONS(728), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(702), - [anon_sym_i8] = ACTIONS(702), - [anon_sym_u16] = ACTIONS(702), - [anon_sym_i16] = ACTIONS(702), - [anon_sym_u32] = ACTIONS(702), - [anon_sym_i32] = ACTIONS(702), - [anon_sym_u64] = ACTIONS(702), - [anon_sym_i64] = ACTIONS(702), - [anon_sym_u128] = ACTIONS(702), - [anon_sym_i128] = ACTIONS(702), - [anon_sym_isize] = ACTIONS(702), - [anon_sym_usize] = ACTIONS(702), - [anon_sym_f32] = ACTIONS(702), - [anon_sym_f64] = ACTIONS(702), - [anon_sym_bool] = ACTIONS(702), - [anon_sym_str] = ACTIONS(702), - [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(702), - [anon_sym_as] = ACTIONS(702), - [anon_sym_async] = ACTIONS(702), - [anon_sym_await] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_default] = ACTIONS(702), - [anon_sym_enum] = ACTIONS(702), - [anon_sym_fn] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_gen] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_impl] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_pub] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_static] = ACTIONS(702), - [anon_sym_struct] = ACTIONS(702), - [anon_sym_trait] = ACTIONS(702), - [anon_sym_type] = ACTIONS(702), - [anon_sym_union] = ACTIONS(702), - [anon_sym_unsafe] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(702), - [sym_super] = ACTIONS(702), - [sym_crate] = ACTIONS(702), - [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(105)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(105), - [sym_block_comment] = STATE(105), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(133), + [sym_line_comment] = STATE(104), + [sym_block_comment] = STATE(104), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(107), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(730), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(728), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -29197,24 +29072,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, + [STATE(105)] = { + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [sym_line_comment] = STATE(105), + [sym_block_comment] = STATE(105), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(704), + [anon_sym_LBRACK] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(730), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(712), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(702), + [anon_sym_i8] = ACTIONS(702), + [anon_sym_u16] = ACTIONS(702), + [anon_sym_i16] = ACTIONS(702), + [anon_sym_u32] = ACTIONS(702), + [anon_sym_i32] = ACTIONS(702), + [anon_sym_u64] = ACTIONS(702), + [anon_sym_i64] = ACTIONS(702), + [anon_sym_u128] = ACTIONS(702), + [anon_sym_i128] = ACTIONS(702), + [anon_sym_isize] = ACTIONS(702), + [anon_sym_usize] = ACTIONS(702), + [anon_sym_f32] = ACTIONS(702), + [anon_sym_f64] = ACTIONS(702), + [anon_sym_bool] = ACTIONS(702), + [anon_sym_str] = ACTIONS(702), + [anon_sym_char] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(702), + [anon_sym_as] = ACTIONS(702), + [anon_sym_async] = ACTIONS(702), + [anon_sym_await] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_default] = ACTIONS(702), + [anon_sym_enum] = ACTIONS(702), + [anon_sym_fn] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_gen] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_impl] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_mod] = ACTIONS(702), + [anon_sym_pub] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_static] = ACTIONS(702), + [anon_sym_struct] = ACTIONS(702), + [anon_sym_trait] = ACTIONS(702), + [anon_sym_type] = ACTIONS(702), + [anon_sym_union] = ACTIONS(702), + [anon_sym_unsafe] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [sym_mutable_specifier] = ACTIONS(702), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(702), + [sym_super] = ACTIONS(702), + [sym_crate] = ACTIONS(702), + [sym_metavariable] = ACTIONS(714), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), + }, [STATE(106)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(106), [sym_block_comment] = STATE(106), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(109), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(730), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(728), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -29320,23 +29317,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(107)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(107), [sym_block_comment] = STATE(107), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(110), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(732), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(730), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -29442,144 +29439,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(108)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(108), - [sym_block_comment] = STATE(108), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_LBRACK] = ACTIONS(708), - [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_RBRACE] = ACTIONS(732), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(702), - [anon_sym_i8] = ACTIONS(702), - [anon_sym_u16] = ACTIONS(702), - [anon_sym_i16] = ACTIONS(702), - [anon_sym_u32] = ACTIONS(702), - [anon_sym_i32] = ACTIONS(702), - [anon_sym_u64] = ACTIONS(702), - [anon_sym_i64] = ACTIONS(702), - [anon_sym_u128] = ACTIONS(702), - [anon_sym_i128] = ACTIONS(702), - [anon_sym_isize] = ACTIONS(702), - [anon_sym_usize] = ACTIONS(702), - [anon_sym_f32] = ACTIONS(702), - [anon_sym_f64] = ACTIONS(702), - [anon_sym_bool] = ACTIONS(702), - [anon_sym_str] = ACTIONS(702), - [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(702), - [anon_sym_as] = ACTIONS(702), - [anon_sym_async] = ACTIONS(702), - [anon_sym_await] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_default] = ACTIONS(702), - [anon_sym_enum] = ACTIONS(702), - [anon_sym_fn] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_gen] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_impl] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_pub] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_static] = ACTIONS(702), - [anon_sym_struct] = ACTIONS(702), - [anon_sym_trait] = ACTIONS(702), - [anon_sym_type] = ACTIONS(702), - [anon_sym_union] = ACTIONS(702), - [anon_sym_unsafe] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(702), - [sym_super] = ACTIONS(702), - [sym_crate] = ACTIONS(702), - [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(109)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(109), - [sym_block_comment] = STATE(109), - [aux_sym__non_special_token_repeat1] = STATE(147), + [sym_line_comment] = STATE(108), + [sym_block_comment] = STATE(108), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(732), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -29685,24 +29560,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(110)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(109)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(110), - [sym_block_comment] = STATE(110), - [aux_sym__non_special_token_repeat1] = STATE(147), + [sym_line_comment] = STATE(109), + [sym_block_comment] = STATE(109), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(734), + [anon_sym_RBRACE] = ACTIONS(732), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -29807,23 +29682,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(111)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(110)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(111), - [sym_block_comment] = STATE(111), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(114), + [sym_line_comment] = STATE(110), + [sym_block_comment] = STATE(110), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(113), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(736), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -29929,23 +29804,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(112)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(111)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(112), - [sym_block_comment] = STATE(112), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(115), + [sym_line_comment] = STATE(111), + [sym_block_comment] = STATE(111), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(114), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(736), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(734), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -30051,24 +29926,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(113)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(112)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(113), - [sym_block_comment] = STATE(113), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(116), + [sym_line_comment] = STATE(112), + [sym_block_comment] = STATE(112), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(115), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(736), + [anon_sym_RBRACE] = ACTIONS(734), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -30173,23 +30048,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(114)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(113)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(114), - [sym_block_comment] = STATE(114), - [aux_sym__non_special_token_repeat1] = STATE(147), + [sym_line_comment] = STATE(113), + [sym_block_comment] = STATE(113), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(736), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -30295,23 +30170,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(115)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(114)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(115), - [sym_block_comment] = STATE(115), - [aux_sym__non_special_token_repeat1] = STATE(147), + [sym_line_comment] = STATE(114), + [sym_block_comment] = STATE(114), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(738), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(736), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -30417,24 +30292,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(116)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(115)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(116), - [sym_block_comment] = STATE(116), - [aux_sym__non_special_token_repeat1] = STATE(147), + [sym_line_comment] = STATE(115), + [sym_block_comment] = STATE(115), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(738), + [anon_sym_RBRACE] = ACTIONS(736), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -30539,29 +30414,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(117)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(117), - [sym_block_comment] = STATE(117), + [STATE(116)] = { + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [sym_line_comment] = STATE(116), + [sym_block_comment] = STATE(116), [aux_sym_token_tree_repeat1] = STATE(131), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_RPAREN] = ACTIONS(740), + [anon_sym_RPAREN] = ACTIONS(738), [anon_sym_LBRACK] = ACTIONS(708), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -30579,44 +30454,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -30647,43 +30522,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, - [STATE(118)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(118), - [sym_block_comment] = STATE(118), + [STATE(117)] = { + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [sym_line_comment] = STATE(117), + [sym_block_comment] = STATE(117), [aux_sym_token_tree_repeat1] = STATE(132), - [aux_sym__non_special_token_repeat1] = STATE(144), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), [anon_sym_LBRACK] = ACTIONS(708), - [anon_sym_RBRACK] = ACTIONS(740), + [anon_sym_RBRACK] = ACTIONS(738), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -30701,44 +30576,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -30769,37 +30644,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, - [STATE(119)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(118)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(119), - [sym_block_comment] = STATE(119), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(123), + [sym_line_comment] = STATE(118), + [sym_block_comment] = STATE(118), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(122), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(742), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(740), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -30905,23 +30780,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(120)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(119)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(120), - [sym_block_comment] = STATE(120), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(124), + [sym_line_comment] = STATE(119), + [sym_block_comment] = STATE(119), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(123), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(742), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(740), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -31027,24 +30902,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(121)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [STATE(120)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(121), - [sym_block_comment] = STATE(121), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(125), + [sym_line_comment] = STATE(120), + [sym_block_comment] = STATE(120), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(124), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(742), + [anon_sym_RBRACE] = ACTIONS(740), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -31149,29 +31024,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(122)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(122), - [sym_block_comment] = STATE(122), - [aux_sym_token_tree_repeat1] = STATE(108), - [aux_sym__non_special_token_repeat1] = STATE(144), + [STATE(121)] = { + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [sym_line_comment] = STATE(121), + [sym_block_comment] = STATE(121), + [aux_sym_token_tree_repeat1] = STATE(105), + [aux_sym__non_special_token_repeat1] = STATE(142), [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(571), [anon_sym_LPAREN] = ACTIONS(704), [anon_sym_LBRACK] = ACTIONS(708), [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_RBRACE] = ACTIONS(740), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), + [anon_sym_RBRACE] = ACTIONS(738), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), [anon_sym_u8] = ACTIONS(702), [anon_sym_i8] = ACTIONS(702), [anon_sym_u16] = ACTIONS(702), @@ -31189,44 +31064,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(702), [anon_sym_str] = ACTIONS(702), [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), [anon_sym_SQUOTE] = ACTIONS(702), [anon_sym_as] = ACTIONS(702), [anon_sym_async] = ACTIONS(702), @@ -31257,37 +31132,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(702), [anon_sym_while] = ACTIONS(702), [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(702), [sym_super] = ACTIONS(702), [sym_crate] = ACTIONS(702), [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), + }, + [STATE(122)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), + [sym_string_literal] = STATE(202), + [sym_raw_string_literal] = STATE(202), + [sym_boolean_literal] = STATE(202), + [sym_line_comment] = STATE(122), + [sym_block_comment] = STATE(122), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym_identifier] = ACTIONS(678), + [anon_sym_SEMI] = ACTIONS(680), + [anon_sym_LPAREN] = ACTIONS(682), + [anon_sym_RPAREN] = ACTIONS(742), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_EQ_GT] = ACTIONS(680), + [anon_sym_COLON] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(690), + [anon_sym_STAR] = ACTIONS(690), + [anon_sym_QMARK] = ACTIONS(680), + [anon_sym_u8] = ACTIONS(678), + [anon_sym_i8] = ACTIONS(678), + [anon_sym_u16] = ACTIONS(678), + [anon_sym_i16] = ACTIONS(678), + [anon_sym_u32] = ACTIONS(678), + [anon_sym_i32] = ACTIONS(678), + [anon_sym_u64] = ACTIONS(678), + [anon_sym_i64] = ACTIONS(678), + [anon_sym_u128] = ACTIONS(678), + [anon_sym_i128] = ACTIONS(678), + [anon_sym_isize] = ACTIONS(678), + [anon_sym_usize] = ACTIONS(678), + [anon_sym_f32] = ACTIONS(678), + [anon_sym_f64] = ACTIONS(678), + [anon_sym_bool] = ACTIONS(678), + [anon_sym_str] = ACTIONS(678), + [anon_sym_char] = ACTIONS(678), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_SLASH] = ACTIONS(690), + [anon_sym_PERCENT] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [anon_sym_BANG] = ACTIONS(690), + [anon_sym_AMP] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_AMP_AMP] = ACTIONS(680), + [anon_sym_PIPE_PIPE] = ACTIONS(680), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(690), + [anon_sym_PLUS_EQ] = ACTIONS(680), + [anon_sym_DASH_EQ] = ACTIONS(680), + [anon_sym_STAR_EQ] = ACTIONS(680), + [anon_sym_SLASH_EQ] = ACTIONS(680), + [anon_sym_PERCENT_EQ] = ACTIONS(680), + [anon_sym_CARET_EQ] = ACTIONS(680), + [anon_sym_AMP_EQ] = ACTIONS(680), + [anon_sym_PIPE_EQ] = ACTIONS(680), + [anon_sym_LT_LT_EQ] = ACTIONS(680), + [anon_sym_GT_GT_EQ] = ACTIONS(680), + [anon_sym_EQ] = ACTIONS(690), + [anon_sym_EQ_EQ] = ACTIONS(680), + [anon_sym_BANG_EQ] = ACTIONS(680), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT_EQ] = ACTIONS(680), + [anon_sym_LT_EQ] = ACTIONS(680), + [anon_sym_AT] = ACTIONS(680), + [anon_sym__] = ACTIONS(690), + [anon_sym_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_DOT] = ACTIONS(680), + [anon_sym_DOT_DOT_EQ] = ACTIONS(680), + [anon_sym_COMMA] = ACTIONS(680), + [anon_sym_COLON_COLON] = ACTIONS(680), + [anon_sym_DASH_GT] = ACTIONS(680), + [anon_sym_POUND] = ACTIONS(680), + [anon_sym_SQUOTE] = ACTIONS(678), + [anon_sym_as] = ACTIONS(678), + [anon_sym_async] = ACTIONS(678), + [anon_sym_await] = ACTIONS(678), + [anon_sym_break] = ACTIONS(678), + [anon_sym_const] = ACTIONS(678), + [anon_sym_continue] = ACTIONS(678), + [anon_sym_default] = ACTIONS(678), + [anon_sym_enum] = ACTIONS(678), + [anon_sym_fn] = ACTIONS(678), + [anon_sym_for] = ACTIONS(678), + [anon_sym_gen] = ACTIONS(678), + [anon_sym_if] = ACTIONS(678), + [anon_sym_impl] = ACTIONS(678), + [anon_sym_let] = ACTIONS(678), + [anon_sym_loop] = ACTIONS(678), + [anon_sym_match] = ACTIONS(678), + [anon_sym_mod] = ACTIONS(678), + [anon_sym_pub] = ACTIONS(678), + [anon_sym_return] = ACTIONS(678), + [anon_sym_static] = ACTIONS(678), + [anon_sym_struct] = ACTIONS(678), + [anon_sym_trait] = ACTIONS(678), + [anon_sym_type] = ACTIONS(678), + [anon_sym_union] = ACTIONS(678), + [anon_sym_unsafe] = ACTIONS(678), + [anon_sym_use] = ACTIONS(678), + [anon_sym_where] = ACTIONS(678), + [anon_sym_while] = ACTIONS(678), + [sym_mutable_specifier] = ACTIONS(678), + [sym_integer_literal] = ACTIONS(694), + [aux_sym_string_literal_token1] = ACTIONS(696), + [sym_char_literal] = ACTIONS(694), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(678), + [sym_super] = ACTIONS(678), + [sym_crate] = ACTIONS(678), + [sym__raw_string_literal_start] = ACTIONS(700), + [sym_float_literal] = ACTIONS(694), }, [STATE(123)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(123), [sym_block_comment] = STATE(123), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym_identifier] = ACTIONS(678), + [anon_sym_SEMI] = ACTIONS(680), + [anon_sym_LPAREN] = ACTIONS(682), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(742), + [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_EQ_GT] = ACTIONS(680), + [anon_sym_COLON] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(690), + [anon_sym_STAR] = ACTIONS(690), + [anon_sym_QMARK] = ACTIONS(680), + [anon_sym_u8] = ACTIONS(678), + [anon_sym_i8] = ACTIONS(678), + [anon_sym_u16] = ACTIONS(678), + [anon_sym_i16] = ACTIONS(678), + [anon_sym_u32] = ACTIONS(678), + [anon_sym_i32] = ACTIONS(678), + [anon_sym_u64] = ACTIONS(678), + [anon_sym_i64] = ACTIONS(678), + [anon_sym_u128] = ACTIONS(678), + [anon_sym_i128] = ACTIONS(678), + [anon_sym_isize] = ACTIONS(678), + [anon_sym_usize] = ACTIONS(678), + [anon_sym_f32] = ACTIONS(678), + [anon_sym_f64] = ACTIONS(678), + [anon_sym_bool] = ACTIONS(678), + [anon_sym_str] = ACTIONS(678), + [anon_sym_char] = ACTIONS(678), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_SLASH] = ACTIONS(690), + [anon_sym_PERCENT] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [anon_sym_BANG] = ACTIONS(690), + [anon_sym_AMP] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_AMP_AMP] = ACTIONS(680), + [anon_sym_PIPE_PIPE] = ACTIONS(680), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(690), + [anon_sym_PLUS_EQ] = ACTIONS(680), + [anon_sym_DASH_EQ] = ACTIONS(680), + [anon_sym_STAR_EQ] = ACTIONS(680), + [anon_sym_SLASH_EQ] = ACTIONS(680), + [anon_sym_PERCENT_EQ] = ACTIONS(680), + [anon_sym_CARET_EQ] = ACTIONS(680), + [anon_sym_AMP_EQ] = ACTIONS(680), + [anon_sym_PIPE_EQ] = ACTIONS(680), + [anon_sym_LT_LT_EQ] = ACTIONS(680), + [anon_sym_GT_GT_EQ] = ACTIONS(680), + [anon_sym_EQ] = ACTIONS(690), + [anon_sym_EQ_EQ] = ACTIONS(680), + [anon_sym_BANG_EQ] = ACTIONS(680), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT_EQ] = ACTIONS(680), + [anon_sym_LT_EQ] = ACTIONS(680), + [anon_sym_AT] = ACTIONS(680), + [anon_sym__] = ACTIONS(690), + [anon_sym_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_DOT] = ACTIONS(680), + [anon_sym_DOT_DOT_EQ] = ACTIONS(680), + [anon_sym_COMMA] = ACTIONS(680), + [anon_sym_COLON_COLON] = ACTIONS(680), + [anon_sym_DASH_GT] = ACTIONS(680), + [anon_sym_POUND] = ACTIONS(680), + [anon_sym_SQUOTE] = ACTIONS(678), + [anon_sym_as] = ACTIONS(678), + [anon_sym_async] = ACTIONS(678), + [anon_sym_await] = ACTIONS(678), + [anon_sym_break] = ACTIONS(678), + [anon_sym_const] = ACTIONS(678), + [anon_sym_continue] = ACTIONS(678), + [anon_sym_default] = ACTIONS(678), + [anon_sym_enum] = ACTIONS(678), + [anon_sym_fn] = ACTIONS(678), + [anon_sym_for] = ACTIONS(678), + [anon_sym_gen] = ACTIONS(678), + [anon_sym_if] = ACTIONS(678), + [anon_sym_impl] = ACTIONS(678), + [anon_sym_let] = ACTIONS(678), + [anon_sym_loop] = ACTIONS(678), + [anon_sym_match] = ACTIONS(678), + [anon_sym_mod] = ACTIONS(678), + [anon_sym_pub] = ACTIONS(678), + [anon_sym_return] = ACTIONS(678), + [anon_sym_static] = ACTIONS(678), + [anon_sym_struct] = ACTIONS(678), + [anon_sym_trait] = ACTIONS(678), + [anon_sym_type] = ACTIONS(678), + [anon_sym_union] = ACTIONS(678), + [anon_sym_unsafe] = ACTIONS(678), + [anon_sym_use] = ACTIONS(678), + [anon_sym_where] = ACTIONS(678), + [anon_sym_while] = ACTIONS(678), + [sym_mutable_specifier] = ACTIONS(678), + [sym_integer_literal] = ACTIONS(694), + [aux_sym_string_literal_token1] = ACTIONS(696), + [sym_char_literal] = ACTIONS(694), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(678), + [sym_super] = ACTIONS(678), + [sym_crate] = ACTIONS(678), + [sym__raw_string_literal_start] = ACTIONS(700), + [sym_float_literal] = ACTIONS(694), + }, + [STATE(124)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), + [sym_string_literal] = STATE(202), + [sym_raw_string_literal] = STATE(202), + [sym_boolean_literal] = STATE(202), + [sym_line_comment] = STATE(124), + [sym_block_comment] = STATE(124), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(742), + [anon_sym_EQ_GT] = ACTIONS(680), + [anon_sym_COLON] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(690), + [anon_sym_STAR] = ACTIONS(690), + [anon_sym_QMARK] = ACTIONS(680), + [anon_sym_u8] = ACTIONS(678), + [anon_sym_i8] = ACTIONS(678), + [anon_sym_u16] = ACTIONS(678), + [anon_sym_i16] = ACTIONS(678), + [anon_sym_u32] = ACTIONS(678), + [anon_sym_i32] = ACTIONS(678), + [anon_sym_u64] = ACTIONS(678), + [anon_sym_i64] = ACTIONS(678), + [anon_sym_u128] = ACTIONS(678), + [anon_sym_i128] = ACTIONS(678), + [anon_sym_isize] = ACTIONS(678), + [anon_sym_usize] = ACTIONS(678), + [anon_sym_f32] = ACTIONS(678), + [anon_sym_f64] = ACTIONS(678), + [anon_sym_bool] = ACTIONS(678), + [anon_sym_str] = ACTIONS(678), + [anon_sym_char] = ACTIONS(678), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_SLASH] = ACTIONS(690), + [anon_sym_PERCENT] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [anon_sym_BANG] = ACTIONS(690), + [anon_sym_AMP] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_AMP_AMP] = ACTIONS(680), + [anon_sym_PIPE_PIPE] = ACTIONS(680), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(690), + [anon_sym_PLUS_EQ] = ACTIONS(680), + [anon_sym_DASH_EQ] = ACTIONS(680), + [anon_sym_STAR_EQ] = ACTIONS(680), + [anon_sym_SLASH_EQ] = ACTIONS(680), + [anon_sym_PERCENT_EQ] = ACTIONS(680), + [anon_sym_CARET_EQ] = ACTIONS(680), + [anon_sym_AMP_EQ] = ACTIONS(680), + [anon_sym_PIPE_EQ] = ACTIONS(680), + [anon_sym_LT_LT_EQ] = ACTIONS(680), + [anon_sym_GT_GT_EQ] = ACTIONS(680), + [anon_sym_EQ] = ACTIONS(690), + [anon_sym_EQ_EQ] = ACTIONS(680), + [anon_sym_BANG_EQ] = ACTIONS(680), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT_EQ] = ACTIONS(680), + [anon_sym_LT_EQ] = ACTIONS(680), + [anon_sym_AT] = ACTIONS(680), + [anon_sym__] = ACTIONS(690), + [anon_sym_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_DOT] = ACTIONS(680), + [anon_sym_DOT_DOT_EQ] = ACTIONS(680), + [anon_sym_COMMA] = ACTIONS(680), + [anon_sym_COLON_COLON] = ACTIONS(680), + [anon_sym_DASH_GT] = ACTIONS(680), + [anon_sym_POUND] = ACTIONS(680), + [anon_sym_SQUOTE] = ACTIONS(678), + [anon_sym_as] = ACTIONS(678), + [anon_sym_async] = ACTIONS(678), + [anon_sym_await] = ACTIONS(678), + [anon_sym_break] = ACTIONS(678), + [anon_sym_const] = ACTIONS(678), + [anon_sym_continue] = ACTIONS(678), + [anon_sym_default] = ACTIONS(678), + [anon_sym_enum] = ACTIONS(678), + [anon_sym_fn] = ACTIONS(678), + [anon_sym_for] = ACTIONS(678), + [anon_sym_gen] = ACTIONS(678), + [anon_sym_if] = ACTIONS(678), + [anon_sym_impl] = ACTIONS(678), + [anon_sym_let] = ACTIONS(678), + [anon_sym_loop] = ACTIONS(678), + [anon_sym_match] = ACTIONS(678), + [anon_sym_mod] = ACTIONS(678), + [anon_sym_pub] = ACTIONS(678), + [anon_sym_return] = ACTIONS(678), + [anon_sym_static] = ACTIONS(678), + [anon_sym_struct] = ACTIONS(678), + [anon_sym_trait] = ACTIONS(678), + [anon_sym_type] = ACTIONS(678), + [anon_sym_union] = ACTIONS(678), + [anon_sym_unsafe] = ACTIONS(678), + [anon_sym_use] = ACTIONS(678), + [anon_sym_where] = ACTIONS(678), + [anon_sym_while] = ACTIONS(678), + [sym_mutable_specifier] = ACTIONS(678), + [sym_integer_literal] = ACTIONS(694), + [aux_sym_string_literal_token1] = ACTIONS(696), + [sym_char_literal] = ACTIONS(694), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(678), + [sym_super] = ACTIONS(678), + [sym_crate] = ACTIONS(678), + [sym__raw_string_literal_start] = ACTIONS(700), + [sym_float_literal] = ACTIONS(694), + }, + [STATE(125)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), + [sym_string_literal] = STATE(202), + [sym_raw_string_literal] = STATE(202), + [sym_boolean_literal] = STATE(202), + [sym_line_comment] = STATE(125), + [sym_block_comment] = STATE(125), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(128), + [sym_identifier] = ACTIONS(678), + [anon_sym_SEMI] = ACTIONS(680), + [anon_sym_LPAREN] = ACTIONS(682), [anon_sym_RPAREN] = ACTIONS(744), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -31393,267 +31634,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(700), [sym_float_literal] = ACTIONS(694), }, - [STATE(124)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(124), - [sym_block_comment] = STATE(124), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(680), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(744), - [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_EQ_GT] = ACTIONS(680), - [anon_sym_COLON] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(690), - [anon_sym_QMARK] = ACTIONS(680), - [anon_sym_u8] = ACTIONS(678), - [anon_sym_i8] = ACTIONS(678), - [anon_sym_u16] = ACTIONS(678), - [anon_sym_i16] = ACTIONS(678), - [anon_sym_u32] = ACTIONS(678), - [anon_sym_i32] = ACTIONS(678), - [anon_sym_u64] = ACTIONS(678), - [anon_sym_i64] = ACTIONS(678), - [anon_sym_u128] = ACTIONS(678), - [anon_sym_i128] = ACTIONS(678), - [anon_sym_isize] = ACTIONS(678), - [anon_sym_usize] = ACTIONS(678), - [anon_sym_f32] = ACTIONS(678), - [anon_sym_f64] = ACTIONS(678), - [anon_sym_bool] = ACTIONS(678), - [anon_sym_str] = ACTIONS(678), - [anon_sym_char] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_SLASH] = ACTIONS(690), - [anon_sym_PERCENT] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [anon_sym_BANG] = ACTIONS(690), - [anon_sym_AMP] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_AMP_AMP] = ACTIONS(680), - [anon_sym_PIPE_PIPE] = ACTIONS(680), - [anon_sym_LT_LT] = ACTIONS(690), - [anon_sym_GT_GT] = ACTIONS(690), - [anon_sym_PLUS_EQ] = ACTIONS(680), - [anon_sym_DASH_EQ] = ACTIONS(680), - [anon_sym_STAR_EQ] = ACTIONS(680), - [anon_sym_SLASH_EQ] = ACTIONS(680), - [anon_sym_PERCENT_EQ] = ACTIONS(680), - [anon_sym_CARET_EQ] = ACTIONS(680), - [anon_sym_AMP_EQ] = ACTIONS(680), - [anon_sym_PIPE_EQ] = ACTIONS(680), - [anon_sym_LT_LT_EQ] = ACTIONS(680), - [anon_sym_GT_GT_EQ] = ACTIONS(680), - [anon_sym_EQ] = ACTIONS(690), - [anon_sym_EQ_EQ] = ACTIONS(680), - [anon_sym_BANG_EQ] = ACTIONS(680), - [anon_sym_GT] = ACTIONS(690), - [anon_sym_LT] = ACTIONS(690), - [anon_sym_GT_EQ] = ACTIONS(680), - [anon_sym_LT_EQ] = ACTIONS(680), - [anon_sym_AT] = ACTIONS(680), - [anon_sym__] = ACTIONS(690), - [anon_sym_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_DOT] = ACTIONS(680), - [anon_sym_DOT_DOT_EQ] = ACTIONS(680), - [anon_sym_COMMA] = ACTIONS(680), - [anon_sym_COLON_COLON] = ACTIONS(680), - [anon_sym_DASH_GT] = ACTIONS(680), - [anon_sym_POUND] = ACTIONS(680), - [anon_sym_SQUOTE] = ACTIONS(678), - [anon_sym_as] = ACTIONS(678), - [anon_sym_async] = ACTIONS(678), - [anon_sym_await] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_default] = ACTIONS(678), - [anon_sym_enum] = ACTIONS(678), - [anon_sym_fn] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_gen] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_impl] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_mod] = ACTIONS(678), - [anon_sym_pub] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_static] = ACTIONS(678), - [anon_sym_struct] = ACTIONS(678), - [anon_sym_trait] = ACTIONS(678), - [anon_sym_type] = ACTIONS(678), - [anon_sym_union] = ACTIONS(678), - [anon_sym_unsafe] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [sym_mutable_specifier] = ACTIONS(678), - [sym_integer_literal] = ACTIONS(694), - [aux_sym_string_literal_token1] = ACTIONS(696), - [sym_char_literal] = ACTIONS(694), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(678), - [sym_super] = ACTIONS(678), - [sym_crate] = ACTIONS(678), - [sym__raw_string_literal_start] = ACTIONS(700), - [sym_float_literal] = ACTIONS(694), - }, - [STATE(125)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(125), - [sym_block_comment] = STATE(125), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(680), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(744), - [anon_sym_EQ_GT] = ACTIONS(680), - [anon_sym_COLON] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(690), - [anon_sym_QMARK] = ACTIONS(680), - [anon_sym_u8] = ACTIONS(678), - [anon_sym_i8] = ACTIONS(678), - [anon_sym_u16] = ACTIONS(678), - [anon_sym_i16] = ACTIONS(678), - [anon_sym_u32] = ACTIONS(678), - [anon_sym_i32] = ACTIONS(678), - [anon_sym_u64] = ACTIONS(678), - [anon_sym_i64] = ACTIONS(678), - [anon_sym_u128] = ACTIONS(678), - [anon_sym_i128] = ACTIONS(678), - [anon_sym_isize] = ACTIONS(678), - [anon_sym_usize] = ACTIONS(678), - [anon_sym_f32] = ACTIONS(678), - [anon_sym_f64] = ACTIONS(678), - [anon_sym_bool] = ACTIONS(678), - [anon_sym_str] = ACTIONS(678), - [anon_sym_char] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_SLASH] = ACTIONS(690), - [anon_sym_PERCENT] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [anon_sym_BANG] = ACTIONS(690), - [anon_sym_AMP] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_AMP_AMP] = ACTIONS(680), - [anon_sym_PIPE_PIPE] = ACTIONS(680), - [anon_sym_LT_LT] = ACTIONS(690), - [anon_sym_GT_GT] = ACTIONS(690), - [anon_sym_PLUS_EQ] = ACTIONS(680), - [anon_sym_DASH_EQ] = ACTIONS(680), - [anon_sym_STAR_EQ] = ACTIONS(680), - [anon_sym_SLASH_EQ] = ACTIONS(680), - [anon_sym_PERCENT_EQ] = ACTIONS(680), - [anon_sym_CARET_EQ] = ACTIONS(680), - [anon_sym_AMP_EQ] = ACTIONS(680), - [anon_sym_PIPE_EQ] = ACTIONS(680), - [anon_sym_LT_LT_EQ] = ACTIONS(680), - [anon_sym_GT_GT_EQ] = ACTIONS(680), - [anon_sym_EQ] = ACTIONS(690), - [anon_sym_EQ_EQ] = ACTIONS(680), - [anon_sym_BANG_EQ] = ACTIONS(680), - [anon_sym_GT] = ACTIONS(690), - [anon_sym_LT] = ACTIONS(690), - [anon_sym_GT_EQ] = ACTIONS(680), - [anon_sym_LT_EQ] = ACTIONS(680), - [anon_sym_AT] = ACTIONS(680), - [anon_sym__] = ACTIONS(690), - [anon_sym_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_DOT] = ACTIONS(680), - [anon_sym_DOT_DOT_EQ] = ACTIONS(680), - [anon_sym_COMMA] = ACTIONS(680), - [anon_sym_COLON_COLON] = ACTIONS(680), - [anon_sym_DASH_GT] = ACTIONS(680), - [anon_sym_POUND] = ACTIONS(680), - [anon_sym_SQUOTE] = ACTIONS(678), - [anon_sym_as] = ACTIONS(678), - [anon_sym_async] = ACTIONS(678), - [anon_sym_await] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_default] = ACTIONS(678), - [anon_sym_enum] = ACTIONS(678), - [anon_sym_fn] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_gen] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_impl] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_mod] = ACTIONS(678), - [anon_sym_pub] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_static] = ACTIONS(678), - [anon_sym_struct] = ACTIONS(678), - [anon_sym_trait] = ACTIONS(678), - [anon_sym_type] = ACTIONS(678), - [anon_sym_union] = ACTIONS(678), - [anon_sym_unsafe] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [sym_mutable_specifier] = ACTIONS(678), - [sym_integer_literal] = ACTIONS(694), - [aux_sym_string_literal_token1] = ACTIONS(696), - [sym_char_literal] = ACTIONS(694), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(678), - [sym_super] = ACTIONS(678), - [sym_crate] = ACTIONS(678), - [sym__raw_string_literal_start] = ACTIONS(700), - [sym_float_literal] = ACTIONS(694), - }, [STATE(126)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(126), [sym_block_comment] = STATE(126), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(129), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(744), [anon_sym_LBRACE] = ACTIONS(688), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), @@ -31760,23 +31757,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(127)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(127), [sym_block_comment] = STATE(127), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(84), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(130), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_RBRACK] = ACTIONS(746), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(744), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -31882,23 +31879,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(128)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(128), [sym_block_comment] = STATE(128), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(130), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(746), + [anon_sym_LBRACK] = ACTIONS(686), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(746), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -32004,145 +32001,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(694), }, [STATE(129)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), [sym_string_literal] = STATE(202), [sym_raw_string_literal] = STATE(202), [sym_boolean_literal] = STATE(202), [sym_line_comment] = STATE(129), [sym_block_comment] = STATE(129), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(680), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_EQ_GT] = ACTIONS(680), - [anon_sym_COLON] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(690), - [anon_sym_QMARK] = ACTIONS(680), - [anon_sym_u8] = ACTIONS(678), - [anon_sym_i8] = ACTIONS(678), - [anon_sym_u16] = ACTIONS(678), - [anon_sym_i16] = ACTIONS(678), - [anon_sym_u32] = ACTIONS(678), - [anon_sym_i32] = ACTIONS(678), - [anon_sym_u64] = ACTIONS(678), - [anon_sym_i64] = ACTIONS(678), - [anon_sym_u128] = ACTIONS(678), - [anon_sym_i128] = ACTIONS(678), - [anon_sym_isize] = ACTIONS(678), - [anon_sym_usize] = ACTIONS(678), - [anon_sym_f32] = ACTIONS(678), - [anon_sym_f64] = ACTIONS(678), - [anon_sym_bool] = ACTIONS(678), - [anon_sym_str] = ACTIONS(678), - [anon_sym_char] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_SLASH] = ACTIONS(690), - [anon_sym_PERCENT] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [anon_sym_BANG] = ACTIONS(690), - [anon_sym_AMP] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_AMP_AMP] = ACTIONS(680), - [anon_sym_PIPE_PIPE] = ACTIONS(680), - [anon_sym_LT_LT] = ACTIONS(690), - [anon_sym_GT_GT] = ACTIONS(690), - [anon_sym_PLUS_EQ] = ACTIONS(680), - [anon_sym_DASH_EQ] = ACTIONS(680), - [anon_sym_STAR_EQ] = ACTIONS(680), - [anon_sym_SLASH_EQ] = ACTIONS(680), - [anon_sym_PERCENT_EQ] = ACTIONS(680), - [anon_sym_CARET_EQ] = ACTIONS(680), - [anon_sym_AMP_EQ] = ACTIONS(680), - [anon_sym_PIPE_EQ] = ACTIONS(680), - [anon_sym_LT_LT_EQ] = ACTIONS(680), - [anon_sym_GT_GT_EQ] = ACTIONS(680), - [anon_sym_EQ] = ACTIONS(690), - [anon_sym_EQ_EQ] = ACTIONS(680), - [anon_sym_BANG_EQ] = ACTIONS(680), - [anon_sym_GT] = ACTIONS(690), - [anon_sym_LT] = ACTIONS(690), - [anon_sym_GT_EQ] = ACTIONS(680), - [anon_sym_LT_EQ] = ACTIONS(680), - [anon_sym_AT] = ACTIONS(680), - [anon_sym__] = ACTIONS(690), - [anon_sym_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_DOT] = ACTIONS(680), - [anon_sym_DOT_DOT_EQ] = ACTIONS(680), - [anon_sym_COMMA] = ACTIONS(680), - [anon_sym_COLON_COLON] = ACTIONS(680), - [anon_sym_DASH_GT] = ACTIONS(680), - [anon_sym_POUND] = ACTIONS(680), - [anon_sym_SQUOTE] = ACTIONS(678), - [anon_sym_as] = ACTIONS(678), - [anon_sym_async] = ACTIONS(678), - [anon_sym_await] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_default] = ACTIONS(678), - [anon_sym_enum] = ACTIONS(678), - [anon_sym_fn] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_gen] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_impl] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_mod] = ACTIONS(678), - [anon_sym_pub] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_static] = ACTIONS(678), - [anon_sym_struct] = ACTIONS(678), - [anon_sym_trait] = ACTIONS(678), - [anon_sym_type] = ACTIONS(678), - [anon_sym_union] = ACTIONS(678), - [anon_sym_unsafe] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [sym_mutable_specifier] = ACTIONS(678), - [sym_integer_literal] = ACTIONS(694), - [aux_sym_string_literal_token1] = ACTIONS(696), - [sym_char_literal] = ACTIONS(694), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(678), - [sym_super] = ACTIONS(678), - [sym_crate] = ACTIONS(678), - [sym__raw_string_literal_start] = ACTIONS(700), - [sym_float_literal] = ACTIONS(694), - }, - [STATE(130)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(130), - [sym_block_comment] = STATE(130), - [aux_sym__non_special_token_repeat1] = STATE(147), + [aux_sym__non_special_token_repeat1] = STATE(146), [aux_sym_delim_token_tree_repeat1] = STATE(83), [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(684), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(746), [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_RBRACE] = ACTIONS(686), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(692), @@ -32157,2016 +32032,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_i32] = ACTIONS(678), [anon_sym_u64] = ACTIONS(678), [anon_sym_i64] = ACTIONS(678), - [anon_sym_u128] = ACTIONS(678), - [anon_sym_i128] = ACTIONS(678), - [anon_sym_isize] = ACTIONS(678), - [anon_sym_usize] = ACTIONS(678), - [anon_sym_f32] = ACTIONS(678), - [anon_sym_f64] = ACTIONS(678), - [anon_sym_bool] = ACTIONS(678), - [anon_sym_str] = ACTIONS(678), - [anon_sym_char] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_SLASH] = ACTIONS(690), - [anon_sym_PERCENT] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [anon_sym_BANG] = ACTIONS(690), - [anon_sym_AMP] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_AMP_AMP] = ACTIONS(680), - [anon_sym_PIPE_PIPE] = ACTIONS(680), - [anon_sym_LT_LT] = ACTIONS(690), - [anon_sym_GT_GT] = ACTIONS(690), - [anon_sym_PLUS_EQ] = ACTIONS(680), - [anon_sym_DASH_EQ] = ACTIONS(680), - [anon_sym_STAR_EQ] = ACTIONS(680), - [anon_sym_SLASH_EQ] = ACTIONS(680), - [anon_sym_PERCENT_EQ] = ACTIONS(680), - [anon_sym_CARET_EQ] = ACTIONS(680), - [anon_sym_AMP_EQ] = ACTIONS(680), - [anon_sym_PIPE_EQ] = ACTIONS(680), - [anon_sym_LT_LT_EQ] = ACTIONS(680), - [anon_sym_GT_GT_EQ] = ACTIONS(680), - [anon_sym_EQ] = ACTIONS(690), - [anon_sym_EQ_EQ] = ACTIONS(680), - [anon_sym_BANG_EQ] = ACTIONS(680), - [anon_sym_GT] = ACTIONS(690), - [anon_sym_LT] = ACTIONS(690), - [anon_sym_GT_EQ] = ACTIONS(680), - [anon_sym_LT_EQ] = ACTIONS(680), - [anon_sym_AT] = ACTIONS(680), - [anon_sym__] = ACTIONS(690), - [anon_sym_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_DOT] = ACTIONS(680), - [anon_sym_DOT_DOT_EQ] = ACTIONS(680), - [anon_sym_COMMA] = ACTIONS(680), - [anon_sym_COLON_COLON] = ACTIONS(680), - [anon_sym_DASH_GT] = ACTIONS(680), - [anon_sym_POUND] = ACTIONS(680), - [anon_sym_SQUOTE] = ACTIONS(678), - [anon_sym_as] = ACTIONS(678), - [anon_sym_async] = ACTIONS(678), - [anon_sym_await] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_default] = ACTIONS(678), - [anon_sym_enum] = ACTIONS(678), - [anon_sym_fn] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_gen] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_impl] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_mod] = ACTIONS(678), - [anon_sym_pub] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_static] = ACTIONS(678), - [anon_sym_struct] = ACTIONS(678), - [anon_sym_trait] = ACTIONS(678), - [anon_sym_type] = ACTIONS(678), - [anon_sym_union] = ACTIONS(678), - [anon_sym_unsafe] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [sym_mutable_specifier] = ACTIONS(678), - [sym_integer_literal] = ACTIONS(694), - [aux_sym_string_literal_token1] = ACTIONS(696), - [sym_char_literal] = ACTIONS(694), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(678), - [sym_super] = ACTIONS(678), - [sym_crate] = ACTIONS(678), - [sym__raw_string_literal_start] = ACTIONS(700), - [sym_float_literal] = ACTIONS(694), - }, - [STATE(131)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(131), - [sym_block_comment] = STATE(131), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_RPAREN] = ACTIONS(732), - [anon_sym_LBRACK] = ACTIONS(708), - [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(702), - [anon_sym_i8] = ACTIONS(702), - [anon_sym_u16] = ACTIONS(702), - [anon_sym_i16] = ACTIONS(702), - [anon_sym_u32] = ACTIONS(702), - [anon_sym_i32] = ACTIONS(702), - [anon_sym_u64] = ACTIONS(702), - [anon_sym_i64] = ACTIONS(702), - [anon_sym_u128] = ACTIONS(702), - [anon_sym_i128] = ACTIONS(702), - [anon_sym_isize] = ACTIONS(702), - [anon_sym_usize] = ACTIONS(702), - [anon_sym_f32] = ACTIONS(702), - [anon_sym_f64] = ACTIONS(702), - [anon_sym_bool] = ACTIONS(702), - [anon_sym_str] = ACTIONS(702), - [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(702), - [anon_sym_as] = ACTIONS(702), - [anon_sym_async] = ACTIONS(702), - [anon_sym_await] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_default] = ACTIONS(702), - [anon_sym_enum] = ACTIONS(702), - [anon_sym_fn] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_gen] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_impl] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_pub] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_static] = ACTIONS(702), - [anon_sym_struct] = ACTIONS(702), - [anon_sym_trait] = ACTIONS(702), - [anon_sym_type] = ACTIONS(702), - [anon_sym_union] = ACTIONS(702), - [anon_sym_unsafe] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(702), - [sym_super] = ACTIONS(702), - [sym_crate] = ACTIONS(702), - [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(132)] = { - [sym_token_tree] = STATE(187), - [sym_token_repetition] = STATE(187), - [sym__literal] = STATE(187), - [sym_string_literal] = STATE(183), - [sym_raw_string_literal] = STATE(183), - [sym_boolean_literal] = STATE(183), - [sym_line_comment] = STATE(132), - [sym_block_comment] = STATE(132), - [aux_sym_token_tree_repeat1] = STATE(68), - [aux_sym__non_special_token_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(704), - [anon_sym_LBRACK] = ACTIONS(708), - [anon_sym_RBRACK] = ACTIONS(732), - [anon_sym_LBRACE] = ACTIONS(710), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(712), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(702), - [anon_sym_i8] = ACTIONS(702), - [anon_sym_u16] = ACTIONS(702), - [anon_sym_i16] = ACTIONS(702), - [anon_sym_u32] = ACTIONS(702), - [anon_sym_i32] = ACTIONS(702), - [anon_sym_u64] = ACTIONS(702), - [anon_sym_i64] = ACTIONS(702), - [anon_sym_u128] = ACTIONS(702), - [anon_sym_i128] = ACTIONS(702), - [anon_sym_isize] = ACTIONS(702), - [anon_sym_usize] = ACTIONS(702), - [anon_sym_f32] = ACTIONS(702), - [anon_sym_f64] = ACTIONS(702), - [anon_sym_bool] = ACTIONS(702), - [anon_sym_str] = ACTIONS(702), - [anon_sym_char] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(702), - [anon_sym_as] = ACTIONS(702), - [anon_sym_async] = ACTIONS(702), - [anon_sym_await] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_default] = ACTIONS(702), - [anon_sym_enum] = ACTIONS(702), - [anon_sym_fn] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_gen] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_impl] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_pub] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_static] = ACTIONS(702), - [anon_sym_struct] = ACTIONS(702), - [anon_sym_trait] = ACTIONS(702), - [anon_sym_type] = ACTIONS(702), - [anon_sym_union] = ACTIONS(702), - [anon_sym_unsafe] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [sym_mutable_specifier] = ACTIONS(702), - [sym_integer_literal] = ACTIONS(623), - [aux_sym_string_literal_token1] = ACTIONS(625), - [sym_char_literal] = ACTIONS(623), - [anon_sym_true] = ACTIONS(627), - [anon_sym_false] = ACTIONS(627), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(702), - [sym_super] = ACTIONS(702), - [sym_crate] = ACTIONS(702), - [sym_metavariable] = ACTIONS(714), - [sym__raw_string_literal_start] = ACTIONS(631), - [sym_float_literal] = ACTIONS(623), - }, - [STATE(133)] = { - [sym_delim_token_tree] = STATE(200), - [sym__delim_tokens] = STATE(208), - [sym__non_delim_token] = STATE(200), - [sym__literal] = STATE(210), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(133), - [sym_block_comment] = STATE(133), - [aux_sym__non_special_token_repeat1] = STATE(147), - [aux_sym_delim_token_tree_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(680), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(734), - [anon_sym_LBRACK] = ACTIONS(684), - [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_EQ_GT] = ACTIONS(680), - [anon_sym_COLON] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(690), - [anon_sym_QMARK] = ACTIONS(680), - [anon_sym_u8] = ACTIONS(678), - [anon_sym_i8] = ACTIONS(678), - [anon_sym_u16] = ACTIONS(678), - [anon_sym_i16] = ACTIONS(678), - [anon_sym_u32] = ACTIONS(678), - [anon_sym_i32] = ACTIONS(678), - [anon_sym_u64] = ACTIONS(678), - [anon_sym_i64] = ACTIONS(678), - [anon_sym_u128] = ACTIONS(678), - [anon_sym_i128] = ACTIONS(678), - [anon_sym_isize] = ACTIONS(678), - [anon_sym_usize] = ACTIONS(678), - [anon_sym_f32] = ACTIONS(678), - [anon_sym_f64] = ACTIONS(678), - [anon_sym_bool] = ACTIONS(678), - [anon_sym_str] = ACTIONS(678), - [anon_sym_char] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_SLASH] = ACTIONS(690), - [anon_sym_PERCENT] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [anon_sym_BANG] = ACTIONS(690), - [anon_sym_AMP] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_AMP_AMP] = ACTIONS(680), - [anon_sym_PIPE_PIPE] = ACTIONS(680), - [anon_sym_LT_LT] = ACTIONS(690), - [anon_sym_GT_GT] = ACTIONS(690), - [anon_sym_PLUS_EQ] = ACTIONS(680), - [anon_sym_DASH_EQ] = ACTIONS(680), - [anon_sym_STAR_EQ] = ACTIONS(680), - [anon_sym_SLASH_EQ] = ACTIONS(680), - [anon_sym_PERCENT_EQ] = ACTIONS(680), - [anon_sym_CARET_EQ] = ACTIONS(680), - [anon_sym_AMP_EQ] = ACTIONS(680), - [anon_sym_PIPE_EQ] = ACTIONS(680), - [anon_sym_LT_LT_EQ] = ACTIONS(680), - [anon_sym_GT_GT_EQ] = ACTIONS(680), - [anon_sym_EQ] = ACTIONS(690), - [anon_sym_EQ_EQ] = ACTIONS(680), - [anon_sym_BANG_EQ] = ACTIONS(680), - [anon_sym_GT] = ACTIONS(690), - [anon_sym_LT] = ACTIONS(690), - [anon_sym_GT_EQ] = ACTIONS(680), - [anon_sym_LT_EQ] = ACTIONS(680), - [anon_sym_AT] = ACTIONS(680), - [anon_sym__] = ACTIONS(690), - [anon_sym_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_DOT] = ACTIONS(680), - [anon_sym_DOT_DOT_EQ] = ACTIONS(680), - [anon_sym_COMMA] = ACTIONS(680), - [anon_sym_COLON_COLON] = ACTIONS(680), - [anon_sym_DASH_GT] = ACTIONS(680), - [anon_sym_POUND] = ACTIONS(680), - [anon_sym_SQUOTE] = ACTIONS(678), - [anon_sym_as] = ACTIONS(678), - [anon_sym_async] = ACTIONS(678), - [anon_sym_await] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_default] = ACTIONS(678), - [anon_sym_enum] = ACTIONS(678), - [anon_sym_fn] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_gen] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_impl] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_mod] = ACTIONS(678), - [anon_sym_pub] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_static] = ACTIONS(678), - [anon_sym_struct] = ACTIONS(678), - [anon_sym_trait] = ACTIONS(678), - [anon_sym_type] = ACTIONS(678), - [anon_sym_union] = ACTIONS(678), - [anon_sym_unsafe] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [sym_mutable_specifier] = ACTIONS(678), - [sym_integer_literal] = ACTIONS(694), - [aux_sym_string_literal_token1] = ACTIONS(696), - [sym_char_literal] = ACTIONS(694), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(678), - [sym_super] = ACTIONS(678), - [sym_crate] = ACTIONS(678), - [sym__raw_string_literal_start] = ACTIONS(700), - [sym_float_literal] = ACTIONS(694), - }, - [STATE(134)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(134), - [sym_block_comment] = STATE(134), - [aux_sym_enum_variant_list_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(748), - [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_COMMA] = ACTIONS(750), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), - [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(135)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(135), - [sym_block_comment] = STATE(135), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(754), - [anon_sym_LPAREN] = ACTIONS(757), - [anon_sym_LBRACK] = ACTIONS(760), - [anon_sym_RBRACK] = ACTIONS(763), - [anon_sym_LBRACE] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(768), - [anon_sym_u8] = ACTIONS(771), - [anon_sym_i8] = ACTIONS(771), - [anon_sym_u16] = ACTIONS(771), - [anon_sym_i16] = ACTIONS(771), - [anon_sym_u32] = ACTIONS(771), - [anon_sym_i32] = ACTIONS(771), - [anon_sym_u64] = ACTIONS(771), - [anon_sym_i64] = ACTIONS(771), - [anon_sym_u128] = ACTIONS(771), - [anon_sym_i128] = ACTIONS(771), - [anon_sym_isize] = ACTIONS(771), - [anon_sym_usize] = ACTIONS(771), - [anon_sym_f32] = ACTIONS(771), - [anon_sym_f64] = ACTIONS(771), - [anon_sym_bool] = ACTIONS(771), - [anon_sym_str] = ACTIONS(771), - [anon_sym_char] = ACTIONS(771), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_AMP] = ACTIONS(774), - [anon_sym_PIPE] = ACTIONS(777), - [anon_sym_LT] = ACTIONS(780), - [anon_sym_DOT_DOT] = ACTIONS(783), - [anon_sym_COMMA] = ACTIONS(763), - [anon_sym_COLON_COLON] = ACTIONS(786), - [anon_sym_POUND] = ACTIONS(789), - [anon_sym_SQUOTE] = ACTIONS(792), - [anon_sym_async] = ACTIONS(795), - [anon_sym_break] = ACTIONS(798), - [anon_sym_const] = ACTIONS(801), - [anon_sym_continue] = ACTIONS(804), - [anon_sym_default] = ACTIONS(807), - [anon_sym_for] = ACTIONS(810), - [anon_sym_gen] = ACTIONS(813), - [anon_sym_if] = ACTIONS(816), - [anon_sym_loop] = ACTIONS(819), - [anon_sym_match] = ACTIONS(822), - [anon_sym_return] = ACTIONS(825), - [anon_sym_static] = ACTIONS(828), - [anon_sym_union] = ACTIONS(807), - [anon_sym_unsafe] = ACTIONS(831), - [anon_sym_while] = ACTIONS(834), - [anon_sym_yield] = ACTIONS(837), - [anon_sym_move] = ACTIONS(840), - [anon_sym_try] = ACTIONS(843), - [sym_integer_literal] = ACTIONS(846), - [aux_sym_string_literal_token1] = ACTIONS(849), - [sym_char_literal] = ACTIONS(846), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(855), - [sym_super] = ACTIONS(858), - [sym_crate] = ACTIONS(858), - [sym_metavariable] = ACTIONS(861), - [sym__raw_string_literal_start] = ACTIONS(864), - [sym_float_literal] = ACTIONS(846), - }, - [STATE(136)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1636), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(136), - [sym_block_comment] = STATE(136), - [aux_sym_enum_variant_list_repeat1] = STATE(137), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(867), - [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_COMMA] = ACTIONS(869), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), - [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(137)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1637), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(137), - [sym_block_comment] = STATE(137), - [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(871), - [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_COMMA] = ACTIONS(873), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), - [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(138)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1684), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(138), - [sym_block_comment] = STATE(138), - [aux_sym_enum_variant_list_repeat1] = STATE(214), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(875), - [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_COMMA] = ACTIONS(877), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), - [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(139)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1700), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(139), - [sym_block_comment] = STATE(139), - [aux_sym_enum_variant_list_repeat1] = STATE(199), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(879), - [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_COMMA] = ACTIONS(881), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), - [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(140)] = { - [sym_line_comment] = STATE(140), - [sym_block_comment] = STATE(140), - [aux_sym__non_special_token_repeat1] = STATE(142), - [sym_identifier] = ACTIONS(883), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(885), - [anon_sym_RPAREN] = ACTIONS(885), - [anon_sym_LBRACK] = ACTIONS(885), - [anon_sym_RBRACK] = ACTIONS(885), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_RBRACE] = ACTIONS(885), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(883), - [anon_sym_i8] = ACTIONS(883), - [anon_sym_u16] = ACTIONS(883), - [anon_sym_i16] = ACTIONS(883), - [anon_sym_u32] = ACTIONS(883), - [anon_sym_i32] = ACTIONS(883), - [anon_sym_u64] = ACTIONS(883), - [anon_sym_i64] = ACTIONS(883), - [anon_sym_u128] = ACTIONS(883), - [anon_sym_i128] = ACTIONS(883), - [anon_sym_isize] = ACTIONS(883), - [anon_sym_usize] = ACTIONS(883), - [anon_sym_f32] = ACTIONS(883), - [anon_sym_f64] = ACTIONS(883), - [anon_sym_bool] = ACTIONS(883), - [anon_sym_str] = ACTIONS(883), - [anon_sym_char] = ACTIONS(883), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(883), - [anon_sym_as] = ACTIONS(883), - [anon_sym_async] = ACTIONS(883), - [anon_sym_await] = ACTIONS(883), - [anon_sym_break] = ACTIONS(883), - [anon_sym_const] = ACTIONS(883), - [anon_sym_continue] = ACTIONS(883), - [anon_sym_default] = ACTIONS(883), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_fn] = ACTIONS(883), - [anon_sym_for] = ACTIONS(883), - [anon_sym_gen] = ACTIONS(883), - [anon_sym_if] = ACTIONS(883), - [anon_sym_impl] = ACTIONS(883), - [anon_sym_let] = ACTIONS(883), - [anon_sym_loop] = ACTIONS(883), - [anon_sym_match] = ACTIONS(883), - [anon_sym_mod] = ACTIONS(883), - [anon_sym_pub] = ACTIONS(883), - [anon_sym_return] = ACTIONS(883), - [anon_sym_static] = ACTIONS(883), - [anon_sym_struct] = ACTIONS(883), - [anon_sym_trait] = ACTIONS(883), - [anon_sym_type] = ACTIONS(883), - [anon_sym_union] = ACTIONS(883), - [anon_sym_unsafe] = ACTIONS(883), - [anon_sym_use] = ACTIONS(883), - [anon_sym_where] = ACTIONS(883), - [anon_sym_while] = ACTIONS(883), - [sym_mutable_specifier] = ACTIONS(883), - [sym_integer_literal] = ACTIONS(885), - [aux_sym_string_literal_token1] = ACTIONS(885), - [sym_char_literal] = ACTIONS(885), - [anon_sym_true] = ACTIONS(883), - [anon_sym_false] = ACTIONS(883), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(883), - [sym_super] = ACTIONS(883), - [sym_crate] = ACTIONS(883), - [sym_metavariable] = ACTIONS(885), - [sym__raw_string_literal_start] = ACTIONS(885), - [sym_float_literal] = ACTIONS(885), - }, - [STATE(141)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1649), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(141), - [sym_block_comment] = STATE(141), - [aux_sym_enum_variant_list_repeat1] = STATE(143), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [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_COMMA] = ACTIONS(889), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), - [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(142)] = { - [sym_line_comment] = STATE(142), - [sym_block_comment] = STATE(142), - [aux_sym__non_special_token_repeat1] = STATE(142), - [sym_identifier] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(893), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_RPAREN] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_RBRACK] = ACTIONS(896), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_EQ_GT] = ACTIONS(893), - [anon_sym_COLON] = ACTIONS(898), - [anon_sym_DOLLAR] = ACTIONS(891), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(898), - [anon_sym_QMARK] = ACTIONS(893), - [anon_sym_u8] = ACTIONS(891), - [anon_sym_i8] = ACTIONS(891), - [anon_sym_u16] = ACTIONS(891), - [anon_sym_i16] = ACTIONS(891), - [anon_sym_u32] = ACTIONS(891), - [anon_sym_i32] = ACTIONS(891), - [anon_sym_u64] = ACTIONS(891), - [anon_sym_i64] = ACTIONS(891), - [anon_sym_u128] = ACTIONS(891), - [anon_sym_i128] = ACTIONS(891), - [anon_sym_isize] = ACTIONS(891), - [anon_sym_usize] = ACTIONS(891), - [anon_sym_f32] = ACTIONS(891), - [anon_sym_f64] = ACTIONS(891), - [anon_sym_bool] = ACTIONS(891), - [anon_sym_str] = ACTIONS(891), - [anon_sym_char] = ACTIONS(891), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_SLASH] = ACTIONS(898), - [anon_sym_PERCENT] = ACTIONS(898), - [anon_sym_CARET] = ACTIONS(898), - [anon_sym_BANG] = ACTIONS(898), - [anon_sym_AMP] = ACTIONS(898), - [anon_sym_PIPE] = ACTIONS(898), - [anon_sym_AMP_AMP] = ACTIONS(893), - [anon_sym_PIPE_PIPE] = ACTIONS(893), - [anon_sym_LT_LT] = ACTIONS(898), - [anon_sym_GT_GT] = ACTIONS(898), - [anon_sym_PLUS_EQ] = ACTIONS(893), - [anon_sym_DASH_EQ] = ACTIONS(893), - [anon_sym_STAR_EQ] = ACTIONS(893), - [anon_sym_SLASH_EQ] = ACTIONS(893), - [anon_sym_PERCENT_EQ] = ACTIONS(893), - [anon_sym_CARET_EQ] = ACTIONS(893), - [anon_sym_AMP_EQ] = ACTIONS(893), - [anon_sym_PIPE_EQ] = ACTIONS(893), - [anon_sym_LT_LT_EQ] = ACTIONS(893), - [anon_sym_GT_GT_EQ] = ACTIONS(893), - [anon_sym_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ] = ACTIONS(893), - [anon_sym_BANG_EQ] = ACTIONS(893), - [anon_sym_GT] = ACTIONS(898), - [anon_sym_LT] = ACTIONS(898), - [anon_sym_GT_EQ] = ACTIONS(893), - [anon_sym_LT_EQ] = ACTIONS(893), - [anon_sym_AT] = ACTIONS(893), - [anon_sym__] = ACTIONS(898), - [anon_sym_DOT] = ACTIONS(898), - [anon_sym_DOT_DOT] = ACTIONS(898), - [anon_sym_DOT_DOT_DOT] = ACTIONS(893), - [anon_sym_DOT_DOT_EQ] = ACTIONS(893), - [anon_sym_COMMA] = ACTIONS(893), - [anon_sym_COLON_COLON] = ACTIONS(893), - [anon_sym_DASH_GT] = ACTIONS(893), - [anon_sym_POUND] = ACTIONS(893), - [anon_sym_SQUOTE] = ACTIONS(891), - [anon_sym_as] = ACTIONS(891), - [anon_sym_async] = ACTIONS(891), - [anon_sym_await] = ACTIONS(891), - [anon_sym_break] = ACTIONS(891), - [anon_sym_const] = ACTIONS(891), - [anon_sym_continue] = ACTIONS(891), - [anon_sym_default] = ACTIONS(891), - [anon_sym_enum] = ACTIONS(891), - [anon_sym_fn] = ACTIONS(891), - [anon_sym_for] = ACTIONS(891), - [anon_sym_gen] = ACTIONS(891), - [anon_sym_if] = ACTIONS(891), - [anon_sym_impl] = ACTIONS(891), - [anon_sym_let] = ACTIONS(891), - [anon_sym_loop] = ACTIONS(891), - [anon_sym_match] = ACTIONS(891), - [anon_sym_mod] = ACTIONS(891), - [anon_sym_pub] = ACTIONS(891), - [anon_sym_return] = ACTIONS(891), - [anon_sym_static] = ACTIONS(891), - [anon_sym_struct] = ACTIONS(891), - [anon_sym_trait] = ACTIONS(891), - [anon_sym_type] = ACTIONS(891), - [anon_sym_union] = ACTIONS(891), - [anon_sym_unsafe] = ACTIONS(891), - [anon_sym_use] = ACTIONS(891), - [anon_sym_where] = ACTIONS(891), - [anon_sym_while] = ACTIONS(891), - [sym_mutable_specifier] = ACTIONS(891), - [sym_integer_literal] = ACTIONS(896), - [aux_sym_string_literal_token1] = ACTIONS(896), - [sym_char_literal] = ACTIONS(896), - [anon_sym_true] = ACTIONS(891), - [anon_sym_false] = ACTIONS(891), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(891), - [sym_super] = ACTIONS(891), - [sym_crate] = ACTIONS(891), - [sym_metavariable] = ACTIONS(896), - [sym__raw_string_literal_start] = ACTIONS(896), - [sym_float_literal] = ACTIONS(896), - }, - [STATE(143)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1703), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(143), - [sym_block_comment] = STATE(143), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(754), - [anon_sym_LPAREN] = ACTIONS(757), - [anon_sym_LBRACK] = ACTIONS(760), - [anon_sym_RBRACK] = ACTIONS(763), - [anon_sym_LBRACE] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(768), - [anon_sym_u8] = ACTIONS(771), - [anon_sym_i8] = ACTIONS(771), - [anon_sym_u16] = ACTIONS(771), - [anon_sym_i16] = ACTIONS(771), - [anon_sym_u32] = ACTIONS(771), - [anon_sym_i32] = ACTIONS(771), - [anon_sym_u64] = ACTIONS(771), - [anon_sym_i64] = ACTIONS(771), - [anon_sym_u128] = ACTIONS(771), - [anon_sym_i128] = ACTIONS(771), - [anon_sym_isize] = ACTIONS(771), - [anon_sym_usize] = ACTIONS(771), - [anon_sym_f32] = ACTIONS(771), - [anon_sym_f64] = ACTIONS(771), - [anon_sym_bool] = ACTIONS(771), - [anon_sym_str] = ACTIONS(771), - [anon_sym_char] = ACTIONS(771), - [anon_sym_DASH] = ACTIONS(768), - [anon_sym_BANG] = ACTIONS(768), - [anon_sym_AMP] = ACTIONS(774), - [anon_sym_PIPE] = ACTIONS(777), - [anon_sym_LT] = ACTIONS(780), - [anon_sym_DOT_DOT] = ACTIONS(783), - [anon_sym_COMMA] = ACTIONS(763), - [anon_sym_COLON_COLON] = ACTIONS(786), - [anon_sym_POUND] = ACTIONS(789), - [anon_sym_SQUOTE] = ACTIONS(792), - [anon_sym_async] = ACTIONS(795), - [anon_sym_break] = ACTIONS(798), - [anon_sym_const] = ACTIONS(801), - [anon_sym_continue] = ACTIONS(804), - [anon_sym_default] = ACTIONS(807), - [anon_sym_for] = ACTIONS(810), - [anon_sym_gen] = ACTIONS(813), - [anon_sym_if] = ACTIONS(816), - [anon_sym_loop] = ACTIONS(819), - [anon_sym_match] = ACTIONS(822), - [anon_sym_return] = ACTIONS(825), - [anon_sym_static] = ACTIONS(828), - [anon_sym_union] = ACTIONS(807), - [anon_sym_unsafe] = ACTIONS(831), - [anon_sym_while] = ACTIONS(834), - [anon_sym_yield] = ACTIONS(837), - [anon_sym_move] = ACTIONS(840), - [anon_sym_try] = ACTIONS(843), - [sym_integer_literal] = ACTIONS(846), - [aux_sym_string_literal_token1] = ACTIONS(849), - [sym_char_literal] = ACTIONS(846), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(855), - [sym_super] = ACTIONS(858), - [sym_crate] = ACTIONS(858), - [sym_metavariable] = ACTIONS(861), - [sym__raw_string_literal_start] = ACTIONS(864), - [sym_float_literal] = ACTIONS(846), - }, - [STATE(144)] = { - [sym_line_comment] = STATE(144), - [sym_block_comment] = STATE(144), - [aux_sym__non_special_token_repeat1] = STATE(142), - [sym_identifier] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(903), - [anon_sym_RPAREN] = ACTIONS(903), - [anon_sym_LBRACK] = ACTIONS(903), - [anon_sym_RBRACK] = ACTIONS(903), - [anon_sym_LBRACE] = ACTIONS(903), - [anon_sym_RBRACE] = ACTIONS(903), - [anon_sym_EQ_GT] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(901), - [anon_sym_PLUS] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(619), - [anon_sym_QMARK] = ACTIONS(609), - [anon_sym_u8] = ACTIONS(901), - [anon_sym_i8] = ACTIONS(901), - [anon_sym_u16] = ACTIONS(901), - [anon_sym_i16] = ACTIONS(901), - [anon_sym_u32] = ACTIONS(901), - [anon_sym_i32] = ACTIONS(901), - [anon_sym_u64] = ACTIONS(901), - [anon_sym_i64] = ACTIONS(901), - [anon_sym_u128] = ACTIONS(901), - [anon_sym_i128] = ACTIONS(901), - [anon_sym_isize] = ACTIONS(901), - [anon_sym_usize] = ACTIONS(901), - [anon_sym_f32] = ACTIONS(901), - [anon_sym_f64] = ACTIONS(901), - [anon_sym_bool] = ACTIONS(901), - [anon_sym_str] = ACTIONS(901), - [anon_sym_char] = ACTIONS(901), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_SLASH] = ACTIONS(619), - [anon_sym_PERCENT] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [anon_sym_BANG] = ACTIONS(619), - [anon_sym_AMP] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_AMP_AMP] = ACTIONS(609), - [anon_sym_PIPE_PIPE] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(619), - [anon_sym_GT_GT] = ACTIONS(619), - [anon_sym_PLUS_EQ] = ACTIONS(609), - [anon_sym_DASH_EQ] = ACTIONS(609), - [anon_sym_STAR_EQ] = ACTIONS(609), - [anon_sym_SLASH_EQ] = ACTIONS(609), - [anon_sym_PERCENT_EQ] = ACTIONS(609), - [anon_sym_CARET_EQ] = ACTIONS(609), - [anon_sym_AMP_EQ] = ACTIONS(609), - [anon_sym_PIPE_EQ] = ACTIONS(609), - [anon_sym_LT_LT_EQ] = ACTIONS(609), - [anon_sym_GT_GT_EQ] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(619), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(619), - [anon_sym_LT] = ACTIONS(619), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_AT] = ACTIONS(609), - [anon_sym__] = ACTIONS(619), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_DASH_GT] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(901), - [anon_sym_as] = ACTIONS(901), - [anon_sym_async] = ACTIONS(901), - [anon_sym_await] = ACTIONS(901), - [anon_sym_break] = ACTIONS(901), - [anon_sym_const] = ACTIONS(901), - [anon_sym_continue] = ACTIONS(901), - [anon_sym_default] = ACTIONS(901), - [anon_sym_enum] = ACTIONS(901), - [anon_sym_fn] = ACTIONS(901), - [anon_sym_for] = ACTIONS(901), - [anon_sym_gen] = ACTIONS(901), - [anon_sym_if] = ACTIONS(901), - [anon_sym_impl] = ACTIONS(901), - [anon_sym_let] = ACTIONS(901), - [anon_sym_loop] = ACTIONS(901), - [anon_sym_match] = ACTIONS(901), - [anon_sym_mod] = ACTIONS(901), - [anon_sym_pub] = ACTIONS(901), - [anon_sym_return] = ACTIONS(901), - [anon_sym_static] = ACTIONS(901), - [anon_sym_struct] = ACTIONS(901), - [anon_sym_trait] = ACTIONS(901), - [anon_sym_type] = ACTIONS(901), - [anon_sym_union] = ACTIONS(901), - [anon_sym_unsafe] = ACTIONS(901), - [anon_sym_use] = ACTIONS(901), - [anon_sym_where] = ACTIONS(901), - [anon_sym_while] = ACTIONS(901), - [sym_mutable_specifier] = ACTIONS(901), - [sym_integer_literal] = ACTIONS(903), - [aux_sym_string_literal_token1] = ACTIONS(903), - [sym_char_literal] = ACTIONS(903), - [anon_sym_true] = ACTIONS(901), - [anon_sym_false] = ACTIONS(901), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(901), - [sym_super] = ACTIONS(901), - [sym_crate] = ACTIONS(901), - [sym_metavariable] = ACTIONS(903), - [sym__raw_string_literal_start] = ACTIONS(903), - [sym_float_literal] = ACTIONS(903), - }, - [STATE(145)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(145), - [sym_block_comment] = STATE(145), - [aux_sym_enum_variant_list_repeat1] = STATE(211), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(905), - [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(752), - [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(146)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2645), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(146), - [sym_block_comment] = STATE(146), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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_u128] = ACTIONS(678), + [anon_sym_i128] = ACTIONS(678), + [anon_sym_isize] = ACTIONS(678), + [anon_sym_usize] = ACTIONS(678), + [anon_sym_f32] = ACTIONS(678), + [anon_sym_f64] = ACTIONS(678), + [anon_sym_bool] = ACTIONS(678), + [anon_sym_str] = ACTIONS(678), + [anon_sym_char] = ACTIONS(678), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_SLASH] = ACTIONS(690), + [anon_sym_PERCENT] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [anon_sym_BANG] = ACTIONS(690), + [anon_sym_AMP] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_AMP_AMP] = ACTIONS(680), + [anon_sym_PIPE_PIPE] = ACTIONS(680), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(690), + [anon_sym_PLUS_EQ] = ACTIONS(680), + [anon_sym_DASH_EQ] = ACTIONS(680), + [anon_sym_STAR_EQ] = ACTIONS(680), + [anon_sym_SLASH_EQ] = ACTIONS(680), + [anon_sym_PERCENT_EQ] = ACTIONS(680), + [anon_sym_CARET_EQ] = ACTIONS(680), + [anon_sym_AMP_EQ] = ACTIONS(680), + [anon_sym_PIPE_EQ] = ACTIONS(680), + [anon_sym_LT_LT_EQ] = ACTIONS(680), + [anon_sym_GT_GT_EQ] = ACTIONS(680), + [anon_sym_EQ] = ACTIONS(690), + [anon_sym_EQ_EQ] = ACTIONS(680), + [anon_sym_BANG_EQ] = ACTIONS(680), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT_EQ] = ACTIONS(680), + [anon_sym_LT_EQ] = ACTIONS(680), + [anon_sym_AT] = ACTIONS(680), + [anon_sym__] = ACTIONS(690), + [anon_sym_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_DOT] = ACTIONS(680), + [anon_sym_DOT_DOT_EQ] = ACTIONS(680), + [anon_sym_COMMA] = ACTIONS(680), + [anon_sym_COLON_COLON] = ACTIONS(680), + [anon_sym_DASH_GT] = ACTIONS(680), + [anon_sym_POUND] = ACTIONS(680), + [anon_sym_SQUOTE] = ACTIONS(678), + [anon_sym_as] = ACTIONS(678), + [anon_sym_async] = ACTIONS(678), + [anon_sym_await] = ACTIONS(678), + [anon_sym_break] = ACTIONS(678), + [anon_sym_const] = ACTIONS(678), + [anon_sym_continue] = ACTIONS(678), + [anon_sym_default] = ACTIONS(678), + [anon_sym_enum] = ACTIONS(678), + [anon_sym_fn] = ACTIONS(678), + [anon_sym_for] = ACTIONS(678), + [anon_sym_gen] = ACTIONS(678), + [anon_sym_if] = ACTIONS(678), + [anon_sym_impl] = ACTIONS(678), + [anon_sym_let] = ACTIONS(678), + [anon_sym_loop] = ACTIONS(678), + [anon_sym_match] = ACTIONS(678), + [anon_sym_mod] = ACTIONS(678), + [anon_sym_pub] = ACTIONS(678), + [anon_sym_return] = ACTIONS(678), + [anon_sym_static] = ACTIONS(678), + [anon_sym_struct] = ACTIONS(678), + [anon_sym_trait] = ACTIONS(678), + [anon_sym_type] = ACTIONS(678), + [anon_sym_union] = ACTIONS(678), + [anon_sym_unsafe] = ACTIONS(678), + [anon_sym_use] = ACTIONS(678), + [anon_sym_where] = ACTIONS(678), + [anon_sym_while] = ACTIONS(678), + [sym_mutable_specifier] = ACTIONS(678), + [sym_integer_literal] = ACTIONS(694), + [aux_sym_string_literal_token1] = ACTIONS(696), + [sym_char_literal] = ACTIONS(694), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(678), + [sym_super] = ACTIONS(678), + [sym_crate] = ACTIONS(678), + [sym__raw_string_literal_start] = ACTIONS(700), + [sym_float_literal] = ACTIONS(694), }, - [STATE(147)] = { - [sym_line_comment] = STATE(147), - [sym_block_comment] = STATE(147), - [aux_sym__non_special_token_repeat1] = STATE(170), - [sym_identifier] = ACTIONS(915), + [STATE(130)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), + [sym_string_literal] = STATE(202), + [sym_raw_string_literal] = STATE(202), + [sym_boolean_literal] = STATE(202), + [sym_line_comment] = STATE(130), + [sym_block_comment] = STATE(130), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(83), + [sym_identifier] = ACTIONS(678), [anon_sym_SEMI] = ACTIONS(680), - [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_LPAREN] = ACTIONS(682), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(746), [anon_sym_EQ_GT] = ACTIONS(680), [anon_sym_COLON] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(917), + [anon_sym_DOLLAR] = ACTIONS(692), [anon_sym_PLUS] = ACTIONS(690), [anon_sym_STAR] = ACTIONS(690), [anon_sym_QMARK] = ACTIONS(680), - [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_u8] = ACTIONS(678), + [anon_sym_i8] = ACTIONS(678), + [anon_sym_u16] = ACTIONS(678), + [anon_sym_i16] = ACTIONS(678), + [anon_sym_u32] = ACTIONS(678), + [anon_sym_i32] = ACTIONS(678), + [anon_sym_u64] = ACTIONS(678), + [anon_sym_i64] = ACTIONS(678), + [anon_sym_u128] = ACTIONS(678), + [anon_sym_i128] = ACTIONS(678), + [anon_sym_isize] = ACTIONS(678), + [anon_sym_usize] = ACTIONS(678), + [anon_sym_f32] = ACTIONS(678), + [anon_sym_f64] = ACTIONS(678), + [anon_sym_bool] = ACTIONS(678), + [anon_sym_str] = ACTIONS(678), + [anon_sym_char] = ACTIONS(678), [anon_sym_DASH] = ACTIONS(690), [anon_sym_SLASH] = ACTIONS(690), [anon_sym_PERCENT] = ACTIONS(690), @@ -34205,453 +32201,471 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(680), [anon_sym_DASH_GT] = ACTIONS(680), [anon_sym_POUND] = ACTIONS(680), - [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_SQUOTE] = ACTIONS(678), + [anon_sym_as] = ACTIONS(678), + [anon_sym_async] = ACTIONS(678), + [anon_sym_await] = ACTIONS(678), + [anon_sym_break] = ACTIONS(678), + [anon_sym_const] = ACTIONS(678), + [anon_sym_continue] = ACTIONS(678), + [anon_sym_default] = ACTIONS(678), + [anon_sym_enum] = ACTIONS(678), + [anon_sym_fn] = ACTIONS(678), + [anon_sym_for] = ACTIONS(678), + [anon_sym_gen] = ACTIONS(678), + [anon_sym_if] = ACTIONS(678), + [anon_sym_impl] = ACTIONS(678), + [anon_sym_let] = ACTIONS(678), + [anon_sym_loop] = ACTIONS(678), + [anon_sym_match] = ACTIONS(678), + [anon_sym_mod] = ACTIONS(678), + [anon_sym_pub] = ACTIONS(678), + [anon_sym_return] = ACTIONS(678), + [anon_sym_static] = ACTIONS(678), + [anon_sym_struct] = ACTIONS(678), + [anon_sym_trait] = ACTIONS(678), + [anon_sym_type] = ACTIONS(678), + [anon_sym_union] = ACTIONS(678), + [anon_sym_unsafe] = ACTIONS(678), + [anon_sym_use] = ACTIONS(678), + [anon_sym_where] = ACTIONS(678), + [anon_sym_while] = ACTIONS(678), + [sym_mutable_specifier] = ACTIONS(678), + [sym_integer_literal] = ACTIONS(694), + [aux_sym_string_literal_token1] = ACTIONS(696), + [sym_char_literal] = ACTIONS(694), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), [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__raw_string_literal_start] = ACTIONS(917), - [sym_float_literal] = ACTIONS(917), + [sym_self] = ACTIONS(678), + [sym_super] = ACTIONS(678), + [sym_crate] = ACTIONS(678), + [sym__raw_string_literal_start] = ACTIONS(700), + [sym_float_literal] = ACTIONS(694), }, - [STATE(148)] = { - [sym_line_comment] = STATE(148), - [sym_block_comment] = STATE(148), - [sym_identifier] = ACTIONS(919), - [anon_sym_SEMI] = ACTIONS(921), - [anon_sym_LPAREN] = ACTIONS(921), - [anon_sym_RPAREN] = ACTIONS(921), - [anon_sym_LBRACK] = ACTIONS(921), - [anon_sym_RBRACK] = ACTIONS(921), - [anon_sym_LBRACE] = ACTIONS(921), - [anon_sym_RBRACE] = ACTIONS(921), - [anon_sym_EQ_GT] = ACTIONS(921), - [anon_sym_COLON] = ACTIONS(919), - [anon_sym_DOLLAR] = ACTIONS(919), - [anon_sym_PLUS] = ACTIONS(919), - [anon_sym_STAR] = ACTIONS(919), - [anon_sym_QMARK] = ACTIONS(921), - [anon_sym_u8] = ACTIONS(919), - [anon_sym_i8] = ACTIONS(919), - [anon_sym_u16] = ACTIONS(919), - [anon_sym_i16] = ACTIONS(919), - [anon_sym_u32] = ACTIONS(919), - [anon_sym_i32] = ACTIONS(919), - [anon_sym_u64] = ACTIONS(919), - [anon_sym_i64] = ACTIONS(919), - [anon_sym_u128] = ACTIONS(919), - [anon_sym_i128] = ACTIONS(919), - [anon_sym_isize] = ACTIONS(919), - [anon_sym_usize] = ACTIONS(919), - [anon_sym_f32] = ACTIONS(919), - [anon_sym_f64] = ACTIONS(919), - [anon_sym_bool] = ACTIONS(919), - [anon_sym_str] = ACTIONS(919), - [anon_sym_char] = ACTIONS(919), - [anon_sym_DASH] = ACTIONS(919), - [anon_sym_SLASH] = ACTIONS(919), - [anon_sym_PERCENT] = ACTIONS(919), - [anon_sym_CARET] = ACTIONS(919), - [anon_sym_BANG] = ACTIONS(919), - [anon_sym_AMP] = ACTIONS(919), - [anon_sym_PIPE] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(921), - [anon_sym_PIPE_PIPE] = ACTIONS(921), - [anon_sym_LT_LT] = ACTIONS(919), - [anon_sym_GT_GT] = ACTIONS(919), - [anon_sym_PLUS_EQ] = ACTIONS(921), - [anon_sym_DASH_EQ] = ACTIONS(921), - [anon_sym_STAR_EQ] = ACTIONS(921), - [anon_sym_SLASH_EQ] = ACTIONS(921), - [anon_sym_PERCENT_EQ] = ACTIONS(921), - [anon_sym_CARET_EQ] = ACTIONS(921), - [anon_sym_AMP_EQ] = ACTIONS(921), - [anon_sym_PIPE_EQ] = ACTIONS(921), - [anon_sym_LT_LT_EQ] = ACTIONS(921), - [anon_sym_GT_GT_EQ] = ACTIONS(921), - [anon_sym_EQ] = ACTIONS(919), - [anon_sym_EQ_EQ] = ACTIONS(921), - [anon_sym_BANG_EQ] = ACTIONS(921), - [anon_sym_GT] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(919), - [anon_sym_GT_EQ] = ACTIONS(921), - [anon_sym_LT_EQ] = ACTIONS(921), - [anon_sym_AT] = ACTIONS(921), - [anon_sym__] = ACTIONS(919), - [anon_sym_DOT] = ACTIONS(919), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_DOT_DOT_DOT] = ACTIONS(921), - [anon_sym_DOT_DOT_EQ] = ACTIONS(921), - [anon_sym_COMMA] = ACTIONS(921), - [anon_sym_COLON_COLON] = ACTIONS(921), - [anon_sym_DASH_GT] = ACTIONS(921), - [anon_sym_POUND] = ACTIONS(921), - [anon_sym_SQUOTE] = ACTIONS(919), - [anon_sym_as] = ACTIONS(919), - [anon_sym_async] = ACTIONS(919), - [anon_sym_await] = ACTIONS(919), - [anon_sym_break] = ACTIONS(919), - [anon_sym_const] = ACTIONS(919), - [anon_sym_continue] = ACTIONS(919), - [anon_sym_default] = ACTIONS(919), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_fn] = ACTIONS(919), - [anon_sym_for] = ACTIONS(919), - [anon_sym_gen] = ACTIONS(919), - [anon_sym_if] = ACTIONS(919), - [anon_sym_impl] = ACTIONS(919), - [anon_sym_let] = ACTIONS(919), - [anon_sym_loop] = ACTIONS(919), - [anon_sym_match] = ACTIONS(919), - [anon_sym_mod] = ACTIONS(919), - [anon_sym_pub] = ACTIONS(919), - [anon_sym_return] = ACTIONS(919), - [anon_sym_static] = ACTIONS(919), - [anon_sym_struct] = ACTIONS(919), - [anon_sym_trait] = ACTIONS(919), - [anon_sym_type] = ACTIONS(919), - [anon_sym_union] = ACTIONS(919), - [anon_sym_unsafe] = ACTIONS(919), - [anon_sym_use] = ACTIONS(919), - [anon_sym_where] = ACTIONS(919), - [anon_sym_while] = ACTIONS(919), - [sym_mutable_specifier] = ACTIONS(919), - [sym_integer_literal] = ACTIONS(921), - [aux_sym_string_literal_token1] = ACTIONS(921), - [sym_char_literal] = ACTIONS(921), - [anon_sym_true] = ACTIONS(919), - [anon_sym_false] = ACTIONS(919), + [STATE(131)] = { + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [sym_line_comment] = STATE(131), + [sym_block_comment] = STATE(131), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(704), + [anon_sym_RPAREN] = ACTIONS(730), + [anon_sym_LBRACK] = ACTIONS(708), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(712), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(702), + [anon_sym_i8] = ACTIONS(702), + [anon_sym_u16] = ACTIONS(702), + [anon_sym_i16] = ACTIONS(702), + [anon_sym_u32] = ACTIONS(702), + [anon_sym_i32] = ACTIONS(702), + [anon_sym_u64] = ACTIONS(702), + [anon_sym_i64] = ACTIONS(702), + [anon_sym_u128] = ACTIONS(702), + [anon_sym_i128] = ACTIONS(702), + [anon_sym_isize] = ACTIONS(702), + [anon_sym_usize] = ACTIONS(702), + [anon_sym_f32] = ACTIONS(702), + [anon_sym_f64] = ACTIONS(702), + [anon_sym_bool] = ACTIONS(702), + [anon_sym_str] = ACTIONS(702), + [anon_sym_char] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(702), + [anon_sym_as] = ACTIONS(702), + [anon_sym_async] = ACTIONS(702), + [anon_sym_await] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_default] = ACTIONS(702), + [anon_sym_enum] = ACTIONS(702), + [anon_sym_fn] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_gen] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_impl] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_mod] = ACTIONS(702), + [anon_sym_pub] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_static] = ACTIONS(702), + [anon_sym_struct] = ACTIONS(702), + [anon_sym_trait] = ACTIONS(702), + [anon_sym_type] = ACTIONS(702), + [anon_sym_union] = ACTIONS(702), + [anon_sym_unsafe] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [sym_mutable_specifier] = ACTIONS(702), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(919), - [sym_super] = ACTIONS(919), - [sym_crate] = ACTIONS(919), - [sym_metavariable] = ACTIONS(921), - [sym__raw_string_literal_start] = ACTIONS(921), - [sym_float_literal] = ACTIONS(921), - }, - [STATE(149)] = { - [sym_line_comment] = STATE(149), - [sym_block_comment] = STATE(149), - [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), + [sym_self] = ACTIONS(702), + [sym_super] = ACTIONS(702), + [sym_crate] = ACTIONS(702), + [sym_metavariable] = ACTIONS(714), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, - [STATE(150)] = { - [sym_line_comment] = STATE(150), - [sym_block_comment] = STATE(150), - [sym_identifier] = ACTIONS(927), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym_LPAREN] = ACTIONS(929), - [anon_sym_RPAREN] = ACTIONS(929), - [anon_sym_LBRACK] = ACTIONS(929), - [anon_sym_RBRACK] = ACTIONS(929), - [anon_sym_LBRACE] = ACTIONS(929), - [anon_sym_RBRACE] = ACTIONS(929), - [anon_sym_EQ_GT] = ACTIONS(929), - [anon_sym_COLON] = ACTIONS(927), - [anon_sym_DOLLAR] = ACTIONS(927), - [anon_sym_PLUS] = ACTIONS(927), - [anon_sym_STAR] = ACTIONS(927), - [anon_sym_QMARK] = ACTIONS(929), - [anon_sym_u8] = ACTIONS(927), - [anon_sym_i8] = ACTIONS(927), - [anon_sym_u16] = ACTIONS(927), - [anon_sym_i16] = ACTIONS(927), - [anon_sym_u32] = ACTIONS(927), - [anon_sym_i32] = ACTIONS(927), - [anon_sym_u64] = ACTIONS(927), - [anon_sym_i64] = ACTIONS(927), - [anon_sym_u128] = ACTIONS(927), - [anon_sym_i128] = ACTIONS(927), - [anon_sym_isize] = ACTIONS(927), - [anon_sym_usize] = ACTIONS(927), - [anon_sym_f32] = ACTIONS(927), - [anon_sym_f64] = ACTIONS(927), - [anon_sym_bool] = ACTIONS(927), - [anon_sym_str] = ACTIONS(927), - [anon_sym_char] = ACTIONS(927), - [anon_sym_DASH] = ACTIONS(927), - [anon_sym_SLASH] = ACTIONS(927), - [anon_sym_PERCENT] = ACTIONS(927), - [anon_sym_CARET] = ACTIONS(927), - [anon_sym_BANG] = ACTIONS(927), - [anon_sym_AMP] = ACTIONS(927), - [anon_sym_PIPE] = ACTIONS(927), - [anon_sym_AMP_AMP] = ACTIONS(929), - [anon_sym_PIPE_PIPE] = ACTIONS(929), - [anon_sym_LT_LT] = ACTIONS(927), - [anon_sym_GT_GT] = ACTIONS(927), - [anon_sym_PLUS_EQ] = ACTIONS(929), - [anon_sym_DASH_EQ] = ACTIONS(929), - [anon_sym_STAR_EQ] = ACTIONS(929), - [anon_sym_SLASH_EQ] = ACTIONS(929), - [anon_sym_PERCENT_EQ] = ACTIONS(929), - [anon_sym_CARET_EQ] = ACTIONS(929), - [anon_sym_AMP_EQ] = ACTIONS(929), - [anon_sym_PIPE_EQ] = ACTIONS(929), - [anon_sym_LT_LT_EQ] = ACTIONS(929), - [anon_sym_GT_GT_EQ] = ACTIONS(929), - [anon_sym_EQ] = ACTIONS(927), - [anon_sym_EQ_EQ] = ACTIONS(929), - [anon_sym_BANG_EQ] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(927), - [anon_sym_GT_EQ] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(929), - [anon_sym_AT] = ACTIONS(929), - [anon_sym__] = ACTIONS(927), - [anon_sym_DOT] = ACTIONS(927), - [anon_sym_DOT_DOT] = ACTIONS(927), - [anon_sym_DOT_DOT_DOT] = ACTIONS(929), - [anon_sym_DOT_DOT_EQ] = ACTIONS(929), - [anon_sym_COMMA] = ACTIONS(929), - [anon_sym_COLON_COLON] = ACTIONS(929), - [anon_sym_DASH_GT] = ACTIONS(929), - [anon_sym_POUND] = ACTIONS(929), - [anon_sym_SQUOTE] = ACTIONS(927), - [anon_sym_as] = ACTIONS(927), - [anon_sym_async] = ACTIONS(927), - [anon_sym_await] = ACTIONS(927), - [anon_sym_break] = ACTIONS(927), - [anon_sym_const] = ACTIONS(927), - [anon_sym_continue] = ACTIONS(927), - [anon_sym_default] = ACTIONS(927), - [anon_sym_enum] = ACTIONS(927), - [anon_sym_fn] = ACTIONS(927), - [anon_sym_for] = ACTIONS(927), - [anon_sym_gen] = ACTIONS(927), - [anon_sym_if] = ACTIONS(927), - [anon_sym_impl] = ACTIONS(927), - [anon_sym_let] = ACTIONS(927), - [anon_sym_loop] = ACTIONS(927), - [anon_sym_match] = ACTIONS(927), - [anon_sym_mod] = ACTIONS(927), - [anon_sym_pub] = ACTIONS(927), - [anon_sym_return] = ACTIONS(927), - [anon_sym_static] = ACTIONS(927), - [anon_sym_struct] = ACTIONS(927), - [anon_sym_trait] = ACTIONS(927), - [anon_sym_type] = ACTIONS(927), - [anon_sym_union] = ACTIONS(927), - [anon_sym_unsafe] = ACTIONS(927), - [anon_sym_use] = ACTIONS(927), - [anon_sym_where] = ACTIONS(927), - [anon_sym_while] = ACTIONS(927), - [sym_mutable_specifier] = ACTIONS(927), - [sym_integer_literal] = ACTIONS(929), - [aux_sym_string_literal_token1] = ACTIONS(929), - [sym_char_literal] = ACTIONS(929), - [anon_sym_true] = ACTIONS(927), - [anon_sym_false] = ACTIONS(927), + [STATE(132)] = { + [sym_token_tree] = STATE(186), + [sym_token_repetition] = STATE(186), + [sym__literal] = STATE(186), + [sym_string_literal] = STATE(178), + [sym_raw_string_literal] = STATE(178), + [sym_boolean_literal] = STATE(178), + [sym_line_comment] = STATE(132), + [sym_block_comment] = STATE(132), + [aux_sym_token_tree_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(142), + [sym_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(571), + [anon_sym_LPAREN] = ACTIONS(704), + [anon_sym_LBRACK] = ACTIONS(708), + [anon_sym_RBRACK] = ACTIONS(730), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_EQ_GT] = ACTIONS(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(712), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [anon_sym_u8] = ACTIONS(702), + [anon_sym_i8] = ACTIONS(702), + [anon_sym_u16] = ACTIONS(702), + [anon_sym_i16] = ACTIONS(702), + [anon_sym_u32] = ACTIONS(702), + [anon_sym_i32] = ACTIONS(702), + [anon_sym_u64] = ACTIONS(702), + [anon_sym_i64] = ACTIONS(702), + [anon_sym_u128] = ACTIONS(702), + [anon_sym_i128] = ACTIONS(702), + [anon_sym_isize] = ACTIONS(702), + [anon_sym_usize] = ACTIONS(702), + [anon_sym_f32] = ACTIONS(702), + [anon_sym_f64] = ACTIONS(702), + [anon_sym_bool] = ACTIONS(702), + [anon_sym_str] = ACTIONS(702), + [anon_sym_char] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(702), + [anon_sym_as] = ACTIONS(702), + [anon_sym_async] = ACTIONS(702), + [anon_sym_await] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_default] = ACTIONS(702), + [anon_sym_enum] = ACTIONS(702), + [anon_sym_fn] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_gen] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_impl] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_mod] = ACTIONS(702), + [anon_sym_pub] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_static] = ACTIONS(702), + [anon_sym_struct] = ACTIONS(702), + [anon_sym_trait] = ACTIONS(702), + [anon_sym_type] = ACTIONS(702), + [anon_sym_union] = ACTIONS(702), + [anon_sym_unsafe] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [sym_mutable_specifier] = ACTIONS(702), + [sym_integer_literal] = ACTIONS(585), + [aux_sym_string_literal_token1] = ACTIONS(587), + [sym_char_literal] = ACTIONS(585), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(927), - [sym_super] = ACTIONS(927), - [sym_crate] = ACTIONS(927), - [sym_metavariable] = ACTIONS(929), - [sym__raw_string_literal_start] = ACTIONS(929), - [sym_float_literal] = ACTIONS(929), + [sym_self] = ACTIONS(702), + [sym_super] = ACTIONS(702), + [sym_crate] = ACTIONS(702), + [sym_metavariable] = ACTIONS(714), + [sym__raw_string_literal_start] = ACTIONS(593), + [sym_float_literal] = ACTIONS(585), }, - [STATE(151)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(133)] = { + [sym_delim_token_tree] = STATE(213), + [sym__delim_tokens] = STATE(214), + [sym__non_delim_token] = STATE(213), + [sym__literal] = STATE(211), + [sym_string_literal] = STATE(202), + [sym_raw_string_literal] = STATE(202), + [sym_boolean_literal] = STATE(202), + [sym_line_comment] = STATE(133), + [sym_block_comment] = STATE(133), + [aux_sym__non_special_token_repeat1] = STATE(146), + [aux_sym_delim_token_tree_repeat1] = STATE(108), + [sym_identifier] = ACTIONS(678), + [anon_sym_SEMI] = ACTIONS(680), + [anon_sym_LPAREN] = ACTIONS(682), + [anon_sym_LBRACK] = ACTIONS(686), + [anon_sym_RBRACK] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(688), + [anon_sym_EQ_GT] = ACTIONS(680), + [anon_sym_COLON] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(690), + [anon_sym_STAR] = ACTIONS(690), + [anon_sym_QMARK] = ACTIONS(680), + [anon_sym_u8] = ACTIONS(678), + [anon_sym_i8] = ACTIONS(678), + [anon_sym_u16] = ACTIONS(678), + [anon_sym_i16] = ACTIONS(678), + [anon_sym_u32] = ACTIONS(678), + [anon_sym_i32] = ACTIONS(678), + [anon_sym_u64] = ACTIONS(678), + [anon_sym_i64] = ACTIONS(678), + [anon_sym_u128] = ACTIONS(678), + [anon_sym_i128] = ACTIONS(678), + [anon_sym_isize] = ACTIONS(678), + [anon_sym_usize] = ACTIONS(678), + [anon_sym_f32] = ACTIONS(678), + [anon_sym_f64] = ACTIONS(678), + [anon_sym_bool] = ACTIONS(678), + [anon_sym_str] = ACTIONS(678), + [anon_sym_char] = ACTIONS(678), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_SLASH] = ACTIONS(690), + [anon_sym_PERCENT] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [anon_sym_BANG] = ACTIONS(690), + [anon_sym_AMP] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_AMP_AMP] = ACTIONS(680), + [anon_sym_PIPE_PIPE] = ACTIONS(680), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(690), + [anon_sym_PLUS_EQ] = ACTIONS(680), + [anon_sym_DASH_EQ] = ACTIONS(680), + [anon_sym_STAR_EQ] = ACTIONS(680), + [anon_sym_SLASH_EQ] = ACTIONS(680), + [anon_sym_PERCENT_EQ] = ACTIONS(680), + [anon_sym_CARET_EQ] = ACTIONS(680), + [anon_sym_AMP_EQ] = ACTIONS(680), + [anon_sym_PIPE_EQ] = ACTIONS(680), + [anon_sym_LT_LT_EQ] = ACTIONS(680), + [anon_sym_GT_GT_EQ] = ACTIONS(680), + [anon_sym_EQ] = ACTIONS(690), + [anon_sym_EQ_EQ] = ACTIONS(680), + [anon_sym_BANG_EQ] = ACTIONS(680), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT_EQ] = ACTIONS(680), + [anon_sym_LT_EQ] = ACTIONS(680), + [anon_sym_AT] = ACTIONS(680), + [anon_sym__] = ACTIONS(690), + [anon_sym_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_DOT] = ACTIONS(680), + [anon_sym_DOT_DOT_EQ] = ACTIONS(680), + [anon_sym_COMMA] = ACTIONS(680), + [anon_sym_COLON_COLON] = ACTIONS(680), + [anon_sym_DASH_GT] = ACTIONS(680), + [anon_sym_POUND] = ACTIONS(680), + [anon_sym_SQUOTE] = ACTIONS(678), + [anon_sym_as] = ACTIONS(678), + [anon_sym_async] = ACTIONS(678), + [anon_sym_await] = ACTIONS(678), + [anon_sym_break] = ACTIONS(678), + [anon_sym_const] = ACTIONS(678), + [anon_sym_continue] = ACTIONS(678), + [anon_sym_default] = ACTIONS(678), + [anon_sym_enum] = ACTIONS(678), + [anon_sym_fn] = ACTIONS(678), + [anon_sym_for] = ACTIONS(678), + [anon_sym_gen] = ACTIONS(678), + [anon_sym_if] = ACTIONS(678), + [anon_sym_impl] = ACTIONS(678), + [anon_sym_let] = ACTIONS(678), + [anon_sym_loop] = ACTIONS(678), + [anon_sym_match] = ACTIONS(678), + [anon_sym_mod] = ACTIONS(678), + [anon_sym_pub] = ACTIONS(678), + [anon_sym_return] = ACTIONS(678), + [anon_sym_static] = ACTIONS(678), + [anon_sym_struct] = ACTIONS(678), + [anon_sym_trait] = ACTIONS(678), + [anon_sym_type] = ACTIONS(678), + [anon_sym_union] = ACTIONS(678), + [anon_sym_unsafe] = ACTIONS(678), + [anon_sym_use] = ACTIONS(678), + [anon_sym_where] = ACTIONS(678), + [anon_sym_while] = ACTIONS(678), + [sym_mutable_specifier] = ACTIONS(678), + [sym_integer_literal] = ACTIONS(694), + [aux_sym_string_literal_token1] = ACTIONS(696), + [sym_char_literal] = ACTIONS(694), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(678), + [sym_super] = ACTIONS(678), + [sym_crate] = ACTIONS(678), + [sym__raw_string_literal_start] = ACTIONS(700), + [sym_float_literal] = ACTIONS(694), + }, + [STATE(134)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1643), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(151), - [sym_block_comment] = STATE(151), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(134), + [sym_block_comment] = STATE(134), + [aux_sym_enum_variant_list_repeat1] = STATE(136), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(931), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(748), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -34677,6 +32691,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(750), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), @@ -34712,177 +32727,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(152)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2771), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(152), - [sym_block_comment] = STATE(152), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(153)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1868), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(135)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1710), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(153), - [sym_block_comment] = STATE(153), - [aux_sym_enum_variant_list_repeat1] = STATE(213), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(135), + [sym_block_comment] = STATE(135), + [aux_sym_enum_variant_list_repeat1] = STATE(199), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(933), + [anon_sym_RPAREN] = ACTIONS(754), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -34909,6 +32808,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(756), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), @@ -34944,410 +32844,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(154)] = { - [sym_line_comment] = STATE(154), - [sym_block_comment] = STATE(154), - [sym_identifier] = ACTIONS(883), - [anon_sym_SEMI] = ACTIONS(885), - [anon_sym_LPAREN] = ACTIONS(885), - [anon_sym_RPAREN] = ACTIONS(885), - [anon_sym_LBRACK] = ACTIONS(885), - [anon_sym_RBRACK] = ACTIONS(885), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_RBRACE] = ACTIONS(885), - [anon_sym_EQ_GT] = ACTIONS(885), - [anon_sym_COLON] = ACTIONS(883), - [anon_sym_DOLLAR] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(883), - [anon_sym_STAR] = ACTIONS(883), - [anon_sym_QMARK] = ACTIONS(885), - [anon_sym_u8] = ACTIONS(883), - [anon_sym_i8] = ACTIONS(883), - [anon_sym_u16] = ACTIONS(883), - [anon_sym_i16] = ACTIONS(883), - [anon_sym_u32] = ACTIONS(883), - [anon_sym_i32] = ACTIONS(883), - [anon_sym_u64] = ACTIONS(883), - [anon_sym_i64] = ACTIONS(883), - [anon_sym_u128] = ACTIONS(883), - [anon_sym_i128] = ACTIONS(883), - [anon_sym_isize] = ACTIONS(883), - [anon_sym_usize] = ACTIONS(883), - [anon_sym_f32] = ACTIONS(883), - [anon_sym_f64] = ACTIONS(883), - [anon_sym_bool] = ACTIONS(883), - [anon_sym_str] = ACTIONS(883), - [anon_sym_char] = ACTIONS(883), - [anon_sym_DASH] = ACTIONS(883), - [anon_sym_SLASH] = ACTIONS(883), - [anon_sym_PERCENT] = ACTIONS(883), - [anon_sym_CARET] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_AMP] = ACTIONS(883), - [anon_sym_PIPE] = ACTIONS(883), - [anon_sym_AMP_AMP] = ACTIONS(885), - [anon_sym_PIPE_PIPE] = ACTIONS(885), - [anon_sym_LT_LT] = ACTIONS(883), - [anon_sym_GT_GT] = ACTIONS(883), - [anon_sym_PLUS_EQ] = ACTIONS(885), - [anon_sym_DASH_EQ] = ACTIONS(885), - [anon_sym_STAR_EQ] = ACTIONS(885), - [anon_sym_SLASH_EQ] = ACTIONS(885), - [anon_sym_PERCENT_EQ] = ACTIONS(885), - [anon_sym_CARET_EQ] = ACTIONS(885), - [anon_sym_AMP_EQ] = ACTIONS(885), - [anon_sym_PIPE_EQ] = ACTIONS(885), - [anon_sym_LT_LT_EQ] = ACTIONS(885), - [anon_sym_GT_GT_EQ] = ACTIONS(885), - [anon_sym_EQ] = ACTIONS(883), - [anon_sym_EQ_EQ] = ACTIONS(885), - [anon_sym_BANG_EQ] = ACTIONS(885), - [anon_sym_GT] = ACTIONS(883), - [anon_sym_LT] = ACTIONS(883), - [anon_sym_GT_EQ] = ACTIONS(885), - [anon_sym_LT_EQ] = ACTIONS(885), - [anon_sym_AT] = ACTIONS(885), - [anon_sym__] = ACTIONS(883), - [anon_sym_DOT] = ACTIONS(883), - [anon_sym_DOT_DOT] = ACTIONS(883), - [anon_sym_DOT_DOT_DOT] = ACTIONS(885), - [anon_sym_DOT_DOT_EQ] = ACTIONS(885), - [anon_sym_COMMA] = ACTIONS(885), - [anon_sym_COLON_COLON] = ACTIONS(885), - [anon_sym_DASH_GT] = ACTIONS(885), - [anon_sym_POUND] = ACTIONS(885), - [anon_sym_SQUOTE] = ACTIONS(883), - [anon_sym_as] = ACTIONS(883), - [anon_sym_async] = ACTIONS(883), - [anon_sym_await] = ACTIONS(883), - [anon_sym_break] = ACTIONS(883), - [anon_sym_const] = ACTIONS(883), - [anon_sym_continue] = ACTIONS(883), - [anon_sym_default] = ACTIONS(883), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_fn] = ACTIONS(883), - [anon_sym_for] = ACTIONS(883), - [anon_sym_gen] = ACTIONS(883), - [anon_sym_if] = ACTIONS(883), - [anon_sym_impl] = ACTIONS(883), - [anon_sym_let] = ACTIONS(883), - [anon_sym_loop] = ACTIONS(883), - [anon_sym_match] = ACTIONS(883), - [anon_sym_mod] = ACTIONS(883), - [anon_sym_pub] = ACTIONS(883), - [anon_sym_return] = ACTIONS(883), - [anon_sym_static] = ACTIONS(883), - [anon_sym_struct] = ACTIONS(883), - [anon_sym_trait] = ACTIONS(883), - [anon_sym_type] = ACTIONS(883), - [anon_sym_union] = ACTIONS(883), - [anon_sym_unsafe] = ACTIONS(883), - [anon_sym_use] = ACTIONS(883), - [anon_sym_where] = ACTIONS(883), - [anon_sym_while] = ACTIONS(883), - [sym_mutable_specifier] = ACTIONS(883), - [sym_integer_literal] = ACTIONS(885), - [aux_sym_string_literal_token1] = ACTIONS(885), - [sym_char_literal] = ACTIONS(885), - [anon_sym_true] = ACTIONS(883), - [anon_sym_false] = ACTIONS(883), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(883), - [sym_super] = ACTIONS(883), - [sym_crate] = ACTIONS(883), - [sym_metavariable] = ACTIONS(885), - [sym__raw_string_literal_start] = ACTIONS(885), - [sym_float_literal] = ACTIONS(885), - }, - [STATE(155)] = { - [sym_line_comment] = STATE(155), - [sym_block_comment] = STATE(155), - [sym_identifier] = ACTIONS(883), - [anon_sym_SEMI] = ACTIONS(885), - [anon_sym_LPAREN] = ACTIONS(885), - [anon_sym_RPAREN] = ACTIONS(885), - [anon_sym_LBRACK] = ACTIONS(885), - [anon_sym_RBRACK] = ACTIONS(885), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_RBRACE] = ACTIONS(885), - [anon_sym_EQ_GT] = ACTIONS(885), - [anon_sym_COLON] = ACTIONS(935), - [anon_sym_DOLLAR] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(883), - [anon_sym_STAR] = ACTIONS(883), - [anon_sym_QMARK] = ACTIONS(885), - [anon_sym_u8] = ACTIONS(883), - [anon_sym_i8] = ACTIONS(883), - [anon_sym_u16] = ACTIONS(883), - [anon_sym_i16] = ACTIONS(883), - [anon_sym_u32] = ACTIONS(883), - [anon_sym_i32] = ACTIONS(883), - [anon_sym_u64] = ACTIONS(883), - [anon_sym_i64] = ACTIONS(883), - [anon_sym_u128] = ACTIONS(883), - [anon_sym_i128] = ACTIONS(883), - [anon_sym_isize] = ACTIONS(883), - [anon_sym_usize] = ACTIONS(883), - [anon_sym_f32] = ACTIONS(883), - [anon_sym_f64] = ACTIONS(883), - [anon_sym_bool] = ACTIONS(883), - [anon_sym_str] = ACTIONS(883), - [anon_sym_char] = ACTIONS(883), - [anon_sym_DASH] = ACTIONS(883), - [anon_sym_SLASH] = ACTIONS(883), - [anon_sym_PERCENT] = ACTIONS(883), - [anon_sym_CARET] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_AMP] = ACTIONS(883), - [anon_sym_PIPE] = ACTIONS(883), - [anon_sym_AMP_AMP] = ACTIONS(885), - [anon_sym_PIPE_PIPE] = ACTIONS(885), - [anon_sym_LT_LT] = ACTIONS(883), - [anon_sym_GT_GT] = ACTIONS(883), - [anon_sym_PLUS_EQ] = ACTIONS(885), - [anon_sym_DASH_EQ] = ACTIONS(885), - [anon_sym_STAR_EQ] = ACTIONS(885), - [anon_sym_SLASH_EQ] = ACTIONS(885), - [anon_sym_PERCENT_EQ] = ACTIONS(885), - [anon_sym_CARET_EQ] = ACTIONS(885), - [anon_sym_AMP_EQ] = ACTIONS(885), - [anon_sym_PIPE_EQ] = ACTIONS(885), - [anon_sym_LT_LT_EQ] = ACTIONS(885), - [anon_sym_GT_GT_EQ] = ACTIONS(885), - [anon_sym_EQ] = ACTIONS(883), - [anon_sym_EQ_EQ] = ACTIONS(885), - [anon_sym_BANG_EQ] = ACTIONS(885), - [anon_sym_GT] = ACTIONS(883), - [anon_sym_LT] = ACTIONS(883), - [anon_sym_GT_EQ] = ACTIONS(885), - [anon_sym_LT_EQ] = ACTIONS(885), - [anon_sym_AT] = ACTIONS(885), - [anon_sym__] = ACTIONS(883), - [anon_sym_DOT] = ACTIONS(883), - [anon_sym_DOT_DOT] = ACTIONS(883), - [anon_sym_DOT_DOT_DOT] = ACTIONS(885), - [anon_sym_DOT_DOT_EQ] = ACTIONS(885), - [anon_sym_COMMA] = ACTIONS(885), - [anon_sym_COLON_COLON] = ACTIONS(885), - [anon_sym_DASH_GT] = ACTIONS(885), - [anon_sym_POUND] = ACTIONS(885), - [anon_sym_SQUOTE] = ACTIONS(883), - [anon_sym_as] = ACTIONS(883), - [anon_sym_async] = ACTIONS(883), - [anon_sym_await] = ACTIONS(883), - [anon_sym_break] = ACTIONS(883), - [anon_sym_const] = ACTIONS(883), - [anon_sym_continue] = ACTIONS(883), - [anon_sym_default] = ACTIONS(883), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_fn] = ACTIONS(883), - [anon_sym_for] = ACTIONS(883), - [anon_sym_gen] = ACTIONS(883), - [anon_sym_if] = ACTIONS(883), - [anon_sym_impl] = ACTIONS(883), - [anon_sym_let] = ACTIONS(883), - [anon_sym_loop] = ACTIONS(883), - [anon_sym_match] = ACTIONS(883), - [anon_sym_mod] = ACTIONS(883), - [anon_sym_pub] = ACTIONS(883), - [anon_sym_return] = ACTIONS(883), - [anon_sym_static] = ACTIONS(883), - [anon_sym_struct] = ACTIONS(883), - [anon_sym_trait] = ACTIONS(883), - [anon_sym_type] = ACTIONS(883), - [anon_sym_union] = ACTIONS(883), - [anon_sym_unsafe] = ACTIONS(883), - [anon_sym_use] = ACTIONS(883), - [anon_sym_where] = ACTIONS(883), - [anon_sym_while] = ACTIONS(883), - [sym_mutable_specifier] = ACTIONS(883), - [sym_integer_literal] = ACTIONS(885), - [aux_sym_string_literal_token1] = ACTIONS(885), - [sym_char_literal] = ACTIONS(885), - [anon_sym_true] = ACTIONS(883), - [anon_sym_false] = ACTIONS(883), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(883), - [sym_super] = ACTIONS(883), - [sym_crate] = ACTIONS(883), - [sym_metavariable] = ACTIONS(885), - [sym__raw_string_literal_start] = ACTIONS(885), - [sym_float_literal] = ACTIONS(885), - }, - [STATE(156)] = { - [sym_line_comment] = STATE(156), - [sym_block_comment] = STATE(156), - [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), - }, - [STATE(157)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(136)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1644), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(157), - [sym_block_comment] = STATE(157), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(136), + [sym_block_comment] = STATE(136), + [aux_sym_enum_variant_list_repeat1] = STATE(137), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(941), + [anon_sym_RBRACK] = ACTIONS(758), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35373,6 +32925,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(760), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), @@ -35408,526 +32961,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), }, - [STATE(158)] = { - [sym_line_comment] = STATE(158), - [sym_block_comment] = STATE(158), - [sym_identifier] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(945), - [anon_sym_LPAREN] = ACTIONS(945), - [anon_sym_RPAREN] = ACTIONS(945), - [anon_sym_LBRACK] = ACTIONS(945), - [anon_sym_RBRACK] = ACTIONS(945), - [anon_sym_LBRACE] = ACTIONS(945), - [anon_sym_RBRACE] = ACTIONS(945), - [anon_sym_EQ_GT] = ACTIONS(945), - [anon_sym_COLON] = ACTIONS(943), - [anon_sym_DOLLAR] = ACTIONS(943), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_STAR] = ACTIONS(943), - [anon_sym_QMARK] = ACTIONS(945), - [anon_sym_u8] = ACTIONS(943), - [anon_sym_i8] = ACTIONS(943), - [anon_sym_u16] = ACTIONS(943), - [anon_sym_i16] = ACTIONS(943), - [anon_sym_u32] = ACTIONS(943), - [anon_sym_i32] = ACTIONS(943), - [anon_sym_u64] = ACTIONS(943), - [anon_sym_i64] = ACTIONS(943), - [anon_sym_u128] = ACTIONS(943), - [anon_sym_i128] = ACTIONS(943), - [anon_sym_isize] = ACTIONS(943), - [anon_sym_usize] = ACTIONS(943), - [anon_sym_f32] = ACTIONS(943), - [anon_sym_f64] = ACTIONS(943), - [anon_sym_bool] = ACTIONS(943), - [anon_sym_str] = ACTIONS(943), - [anon_sym_char] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_SLASH] = ACTIONS(943), - [anon_sym_PERCENT] = ACTIONS(943), - [anon_sym_CARET] = ACTIONS(943), - [anon_sym_BANG] = ACTIONS(943), - [anon_sym_AMP] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_AMP_AMP] = ACTIONS(945), - [anon_sym_PIPE_PIPE] = ACTIONS(945), - [anon_sym_LT_LT] = ACTIONS(943), - [anon_sym_GT_GT] = ACTIONS(943), - [anon_sym_PLUS_EQ] = ACTIONS(945), - [anon_sym_DASH_EQ] = ACTIONS(945), - [anon_sym_STAR_EQ] = ACTIONS(945), - [anon_sym_SLASH_EQ] = ACTIONS(945), - [anon_sym_PERCENT_EQ] = ACTIONS(945), - [anon_sym_CARET_EQ] = ACTIONS(945), - [anon_sym_AMP_EQ] = ACTIONS(945), - [anon_sym_PIPE_EQ] = ACTIONS(945), - [anon_sym_LT_LT_EQ] = ACTIONS(945), - [anon_sym_GT_GT_EQ] = ACTIONS(945), - [anon_sym_EQ] = ACTIONS(943), - [anon_sym_EQ_EQ] = ACTIONS(945), - [anon_sym_BANG_EQ] = ACTIONS(945), - [anon_sym_GT] = ACTIONS(943), - [anon_sym_LT] = ACTIONS(943), - [anon_sym_GT_EQ] = ACTIONS(945), - [anon_sym_LT_EQ] = ACTIONS(945), - [anon_sym_AT] = ACTIONS(945), - [anon_sym__] = ACTIONS(943), - [anon_sym_DOT] = ACTIONS(943), - [anon_sym_DOT_DOT] = ACTIONS(943), - [anon_sym_DOT_DOT_DOT] = ACTIONS(945), - [anon_sym_DOT_DOT_EQ] = ACTIONS(945), - [anon_sym_COMMA] = ACTIONS(945), - [anon_sym_COLON_COLON] = ACTIONS(945), - [anon_sym_DASH_GT] = ACTIONS(945), - [anon_sym_POUND] = ACTIONS(945), - [anon_sym_SQUOTE] = ACTIONS(943), - [anon_sym_as] = ACTIONS(943), - [anon_sym_async] = ACTIONS(943), - [anon_sym_await] = ACTIONS(943), - [anon_sym_break] = ACTIONS(943), - [anon_sym_const] = ACTIONS(943), - [anon_sym_continue] = ACTIONS(943), - [anon_sym_default] = ACTIONS(943), - [anon_sym_enum] = ACTIONS(943), - [anon_sym_fn] = ACTIONS(943), - [anon_sym_for] = ACTIONS(943), - [anon_sym_gen] = ACTIONS(943), - [anon_sym_if] = ACTIONS(943), - [anon_sym_impl] = ACTIONS(943), - [anon_sym_let] = ACTIONS(943), - [anon_sym_loop] = ACTIONS(943), - [anon_sym_match] = ACTIONS(943), - [anon_sym_mod] = ACTIONS(943), - [anon_sym_pub] = ACTIONS(943), - [anon_sym_return] = ACTIONS(943), - [anon_sym_static] = ACTIONS(943), - [anon_sym_struct] = ACTIONS(943), - [anon_sym_trait] = ACTIONS(943), - [anon_sym_type] = ACTIONS(943), - [anon_sym_union] = ACTIONS(943), - [anon_sym_unsafe] = ACTIONS(943), - [anon_sym_use] = ACTIONS(943), - [anon_sym_where] = ACTIONS(943), - [anon_sym_while] = ACTIONS(943), - [sym_mutable_specifier] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(945), - [aux_sym_string_literal_token1] = ACTIONS(945), - [sym_char_literal] = ACTIONS(945), - [anon_sym_true] = ACTIONS(943), - [anon_sym_false] = ACTIONS(943), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(943), - [sym_super] = ACTIONS(943), - [sym_crate] = ACTIONS(943), - [sym_metavariable] = ACTIONS(945), - [sym__raw_string_literal_start] = ACTIONS(945), - [sym_float_literal] = ACTIONS(945), - }, - [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), - [anon_sym_RPAREN] = ACTIONS(953), - [anon_sym_LBRACK] = ACTIONS(953), - [anon_sym_RBRACK] = ACTIONS(953), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_RBRACE] = ACTIONS(953), - [anon_sym_EQ_GT] = ACTIONS(953), - [anon_sym_COLON] = ACTIONS(951), - [anon_sym_DOLLAR] = ACTIONS(951), - [anon_sym_PLUS] = ACTIONS(951), - [anon_sym_STAR] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_u8] = ACTIONS(951), - [anon_sym_i8] = ACTIONS(951), - [anon_sym_u16] = ACTIONS(951), - [anon_sym_i16] = ACTIONS(951), - [anon_sym_u32] = ACTIONS(951), - [anon_sym_i32] = ACTIONS(951), - [anon_sym_u64] = ACTIONS(951), - [anon_sym_i64] = ACTIONS(951), - [anon_sym_u128] = ACTIONS(951), - [anon_sym_i128] = ACTIONS(951), - [anon_sym_isize] = ACTIONS(951), - [anon_sym_usize] = ACTIONS(951), - [anon_sym_f32] = ACTIONS(951), - [anon_sym_f64] = ACTIONS(951), - [anon_sym_bool] = ACTIONS(951), - [anon_sym_str] = ACTIONS(951), - [anon_sym_char] = ACTIONS(951), - [anon_sym_DASH] = ACTIONS(951), - [anon_sym_SLASH] = ACTIONS(951), - [anon_sym_PERCENT] = ACTIONS(951), - [anon_sym_CARET] = ACTIONS(951), - [anon_sym_BANG] = ACTIONS(951), - [anon_sym_AMP] = ACTIONS(951), - [anon_sym_PIPE] = ACTIONS(951), - [anon_sym_AMP_AMP] = ACTIONS(953), - [anon_sym_PIPE_PIPE] = ACTIONS(953), - [anon_sym_LT_LT] = ACTIONS(951), - [anon_sym_GT_GT] = ACTIONS(951), - [anon_sym_PLUS_EQ] = ACTIONS(953), - [anon_sym_DASH_EQ] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(953), - [anon_sym_SLASH_EQ] = ACTIONS(953), - [anon_sym_PERCENT_EQ] = ACTIONS(953), - [anon_sym_CARET_EQ] = ACTIONS(953), - [anon_sym_AMP_EQ] = ACTIONS(953), - [anon_sym_PIPE_EQ] = ACTIONS(953), - [anon_sym_LT_LT_EQ] = ACTIONS(953), - [anon_sym_GT_GT_EQ] = ACTIONS(953), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_EQ_EQ] = ACTIONS(953), - [anon_sym_BANG_EQ] = ACTIONS(953), - [anon_sym_GT] = ACTIONS(951), - [anon_sym_LT] = ACTIONS(951), - [anon_sym_GT_EQ] = ACTIONS(953), - [anon_sym_LT_EQ] = ACTIONS(953), - [anon_sym_AT] = ACTIONS(953), - [anon_sym__] = ACTIONS(951), - [anon_sym_DOT] = ACTIONS(951), - [anon_sym_DOT_DOT] = ACTIONS(951), - [anon_sym_DOT_DOT_DOT] = ACTIONS(953), - [anon_sym_DOT_DOT_EQ] = ACTIONS(953), - [anon_sym_COMMA] = ACTIONS(953), - [anon_sym_COLON_COLON] = ACTIONS(953), - [anon_sym_DASH_GT] = ACTIONS(953), - [anon_sym_POUND] = ACTIONS(953), - [anon_sym_SQUOTE] = ACTIONS(951), - [anon_sym_as] = ACTIONS(951), - [anon_sym_async] = ACTIONS(951), - [anon_sym_await] = ACTIONS(951), - [anon_sym_break] = ACTIONS(951), - [anon_sym_const] = ACTIONS(951), - [anon_sym_continue] = ACTIONS(951), - [anon_sym_default] = ACTIONS(951), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_fn] = ACTIONS(951), - [anon_sym_for] = ACTIONS(951), - [anon_sym_gen] = ACTIONS(951), - [anon_sym_if] = ACTIONS(951), - [anon_sym_impl] = ACTIONS(951), - [anon_sym_let] = ACTIONS(951), - [anon_sym_loop] = ACTIONS(951), - [anon_sym_match] = ACTIONS(951), - [anon_sym_mod] = ACTIONS(951), - [anon_sym_pub] = ACTIONS(951), - [anon_sym_return] = ACTIONS(951), - [anon_sym_static] = ACTIONS(951), - [anon_sym_struct] = ACTIONS(951), - [anon_sym_trait] = ACTIONS(951), - [anon_sym_type] = ACTIONS(951), - [anon_sym_union] = ACTIONS(951), - [anon_sym_unsafe] = ACTIONS(951), - [anon_sym_use] = ACTIONS(951), - [anon_sym_where] = ACTIONS(951), - [anon_sym_while] = ACTIONS(951), - [sym_mutable_specifier] = ACTIONS(951), - [sym_integer_literal] = ACTIONS(953), - [aux_sym_string_literal_token1] = ACTIONS(953), - [sym_char_literal] = ACTIONS(953), - [anon_sym_true] = ACTIONS(951), - [anon_sym_false] = ACTIONS(951), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(951), - [sym_super] = ACTIONS(951), - [sym_crate] = ACTIONS(951), - [sym_metavariable] = ACTIONS(953), - [sym__raw_string_literal_start] = ACTIONS(953), - [sym_float_literal] = ACTIONS(953), + [STATE(137)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1688), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(137), + [sym_block_comment] = STATE(137), + [aux_sym_enum_variant_list_repeat1] = STATE(1058), + [sym_identifier] = ACTIONS(762), + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_LBRACK] = ACTIONS(768), + [anon_sym_RBRACK] = ACTIONS(771), + [anon_sym_LBRACE] = ACTIONS(773), + [anon_sym_STAR] = ACTIONS(776), + [anon_sym_u8] = ACTIONS(779), + [anon_sym_i8] = ACTIONS(779), + [anon_sym_u16] = ACTIONS(779), + [anon_sym_i16] = ACTIONS(779), + [anon_sym_u32] = ACTIONS(779), + [anon_sym_i32] = ACTIONS(779), + [anon_sym_u64] = ACTIONS(779), + [anon_sym_i64] = ACTIONS(779), + [anon_sym_u128] = ACTIONS(779), + [anon_sym_i128] = ACTIONS(779), + [anon_sym_isize] = ACTIONS(779), + [anon_sym_usize] = ACTIONS(779), + [anon_sym_f32] = ACTIONS(779), + [anon_sym_f64] = ACTIONS(779), + [anon_sym_bool] = ACTIONS(779), + [anon_sym_str] = ACTIONS(779), + [anon_sym_char] = ACTIONS(779), + [anon_sym_DASH] = ACTIONS(776), + [anon_sym_BANG] = ACTIONS(776), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_PIPE] = ACTIONS(785), + [anon_sym_LT] = ACTIONS(788), + [anon_sym_DOT_DOT] = ACTIONS(791), + [anon_sym_COMMA] = ACTIONS(771), + [anon_sym_COLON_COLON] = ACTIONS(794), + [anon_sym_POUND] = ACTIONS(797), + [anon_sym_SQUOTE] = ACTIONS(800), + [anon_sym_async] = ACTIONS(803), + [anon_sym_break] = ACTIONS(806), + [anon_sym_const] = ACTIONS(809), + [anon_sym_continue] = ACTIONS(812), + [anon_sym_default] = ACTIONS(815), + [anon_sym_for] = ACTIONS(818), + [anon_sym_gen] = ACTIONS(821), + [anon_sym_if] = ACTIONS(824), + [anon_sym_loop] = ACTIONS(827), + [anon_sym_match] = ACTIONS(830), + [anon_sym_return] = ACTIONS(833), + [anon_sym_static] = ACTIONS(836), + [anon_sym_union] = ACTIONS(815), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_while] = ACTIONS(842), + [anon_sym_yield] = ACTIONS(845), + [anon_sym_move] = ACTIONS(848), + [anon_sym_try] = ACTIONS(851), + [sym_integer_literal] = ACTIONS(854), + [aux_sym_string_literal_token1] = ACTIONS(857), + [sym_char_literal] = ACTIONS(854), + [anon_sym_true] = ACTIONS(860), + [anon_sym_false] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(863), + [sym_super] = ACTIONS(866), + [sym_crate] = ACTIONS(866), + [sym_metavariable] = ACTIONS(869), + [sym__raw_string_literal_start] = ACTIONS(872), + [sym_float_literal] = ACTIONS(854), }, - [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(138)] = { + [sym_line_comment] = STATE(138), + [sym_block_comment] = STATE(138), + [aux_sym__non_special_token_repeat1] = STATE(138), + [sym_identifier] = ACTIONS(875), + [anon_sym_SEMI] = ACTIONS(877), + [anon_sym_LPAREN] = ACTIONS(880), + [anon_sym_RPAREN] = ACTIONS(880), + [anon_sym_LBRACK] = ACTIONS(880), + [anon_sym_RBRACK] = ACTIONS(880), + [anon_sym_LBRACE] = ACTIONS(880), + [anon_sym_RBRACE] = ACTIONS(880), + [anon_sym_EQ_GT] = ACTIONS(877), + [anon_sym_COLON] = ACTIONS(882), + [anon_sym_DOLLAR] = ACTIONS(875), + [anon_sym_PLUS] = ACTIONS(882), + [anon_sym_STAR] = ACTIONS(882), + [anon_sym_QMARK] = ACTIONS(877), + [anon_sym_u8] = ACTIONS(875), + [anon_sym_i8] = ACTIONS(875), + [anon_sym_u16] = ACTIONS(875), + [anon_sym_i16] = ACTIONS(875), + [anon_sym_u32] = ACTIONS(875), + [anon_sym_i32] = ACTIONS(875), + [anon_sym_u64] = ACTIONS(875), + [anon_sym_i64] = ACTIONS(875), + [anon_sym_u128] = ACTIONS(875), + [anon_sym_i128] = ACTIONS(875), + [anon_sym_isize] = ACTIONS(875), + [anon_sym_usize] = ACTIONS(875), + [anon_sym_f32] = ACTIONS(875), + [anon_sym_f64] = ACTIONS(875), + [anon_sym_bool] = ACTIONS(875), + [anon_sym_str] = ACTIONS(875), + [anon_sym_char] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(882), + [anon_sym_SLASH] = ACTIONS(882), + [anon_sym_PERCENT] = ACTIONS(882), + [anon_sym_CARET] = ACTIONS(882), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_AMP] = ACTIONS(882), + [anon_sym_PIPE] = ACTIONS(882), + [anon_sym_AMP_AMP] = ACTIONS(877), + [anon_sym_PIPE_PIPE] = ACTIONS(877), + [anon_sym_LT_LT] = ACTIONS(882), + [anon_sym_GT_GT] = ACTIONS(882), + [anon_sym_PLUS_EQ] = ACTIONS(877), + [anon_sym_DASH_EQ] = ACTIONS(877), + [anon_sym_STAR_EQ] = ACTIONS(877), + [anon_sym_SLASH_EQ] = ACTIONS(877), + [anon_sym_PERCENT_EQ] = ACTIONS(877), + [anon_sym_CARET_EQ] = ACTIONS(877), + [anon_sym_AMP_EQ] = ACTIONS(877), + [anon_sym_PIPE_EQ] = ACTIONS(877), + [anon_sym_LT_LT_EQ] = ACTIONS(877), + [anon_sym_GT_GT_EQ] = ACTIONS(877), + [anon_sym_EQ] = ACTIONS(882), + [anon_sym_EQ_EQ] = ACTIONS(877), + [anon_sym_BANG_EQ] = ACTIONS(877), + [anon_sym_GT] = ACTIONS(882), + [anon_sym_LT] = ACTIONS(882), + [anon_sym_GT_EQ] = ACTIONS(877), + [anon_sym_LT_EQ] = ACTIONS(877), + [anon_sym_AT] = ACTIONS(877), + [anon_sym__] = ACTIONS(882), + [anon_sym_DOT] = ACTIONS(882), + [anon_sym_DOT_DOT] = ACTIONS(882), + [anon_sym_DOT_DOT_DOT] = ACTIONS(877), + [anon_sym_DOT_DOT_EQ] = ACTIONS(877), + [anon_sym_COMMA] = ACTIONS(877), + [anon_sym_COLON_COLON] = ACTIONS(877), + [anon_sym_DASH_GT] = ACTIONS(877), + [anon_sym_POUND] = ACTIONS(877), + [anon_sym_SQUOTE] = ACTIONS(875), + [anon_sym_as] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_await] = ACTIONS(875), + [anon_sym_break] = ACTIONS(875), + [anon_sym_const] = ACTIONS(875), + [anon_sym_continue] = ACTIONS(875), + [anon_sym_default] = ACTIONS(875), + [anon_sym_enum] = ACTIONS(875), + [anon_sym_fn] = ACTIONS(875), + [anon_sym_for] = ACTIONS(875), + [anon_sym_gen] = ACTIONS(875), + [anon_sym_if] = ACTIONS(875), + [anon_sym_impl] = ACTIONS(875), + [anon_sym_let] = ACTIONS(875), + [anon_sym_loop] = ACTIONS(875), + [anon_sym_match] = ACTIONS(875), + [anon_sym_mod] = ACTIONS(875), + [anon_sym_pub] = ACTIONS(875), + [anon_sym_return] = ACTIONS(875), + [anon_sym_static] = ACTIONS(875), + [anon_sym_struct] = ACTIONS(875), + [anon_sym_trait] = ACTIONS(875), + [anon_sym_type] = ACTIONS(875), + [anon_sym_union] = ACTIONS(875), + [anon_sym_unsafe] = ACTIONS(875), + [anon_sym_use] = ACTIONS(875), + [anon_sym_where] = ACTIONS(875), + [anon_sym_while] = ACTIONS(875), + [sym_mutable_specifier] = ACTIONS(875), + [sym_integer_literal] = ACTIONS(880), + [aux_sym_string_literal_token1] = ACTIONS(880), + [sym_char_literal] = ACTIONS(880), + [anon_sym_true] = ACTIONS(875), + [anon_sym_false] = ACTIONS(875), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(875), + [sym_super] = ACTIONS(875), + [sym_crate] = ACTIONS(875), + [sym_metavariable] = ACTIONS(880), + [sym__raw_string_literal_start] = ACTIONS(880), + [sym_float_literal] = ACTIONS(880), }, - [STATE(162)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(139)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1640), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(162), - [sym_block_comment] = STATE(162), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(139), + [sym_block_comment] = STATE(139), + [aux_sym_enum_variant_list_repeat1] = STATE(144), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(959), + [anon_sym_RBRACK] = ACTIONS(885), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -35953,6 +33276,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(887), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), @@ -35988,177 +33312,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(163)] = { - [sym_line_comment] = STATE(163), - [sym_block_comment] = STATE(163), - [sym_identifier] = ACTIONS(961), - [anon_sym_SEMI] = ACTIONS(963), - [anon_sym_LPAREN] = ACTIONS(963), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_LBRACK] = ACTIONS(963), - [anon_sym_RBRACK] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(963), - [anon_sym_RBRACE] = ACTIONS(963), - [anon_sym_EQ_GT] = ACTIONS(963), - [anon_sym_COLON] = ACTIONS(961), - [anon_sym_DOLLAR] = ACTIONS(961), - [anon_sym_PLUS] = ACTIONS(961), - [anon_sym_STAR] = ACTIONS(961), - [anon_sym_QMARK] = ACTIONS(963), - [anon_sym_u8] = ACTIONS(961), - [anon_sym_i8] = ACTIONS(961), - [anon_sym_u16] = ACTIONS(961), - [anon_sym_i16] = ACTIONS(961), - [anon_sym_u32] = ACTIONS(961), - [anon_sym_i32] = ACTIONS(961), - [anon_sym_u64] = ACTIONS(961), - [anon_sym_i64] = ACTIONS(961), - [anon_sym_u128] = ACTIONS(961), - [anon_sym_i128] = ACTIONS(961), - [anon_sym_isize] = ACTIONS(961), - [anon_sym_usize] = ACTIONS(961), - [anon_sym_f32] = ACTIONS(961), - [anon_sym_f64] = ACTIONS(961), - [anon_sym_bool] = ACTIONS(961), - [anon_sym_str] = ACTIONS(961), - [anon_sym_char] = ACTIONS(961), - [anon_sym_DASH] = ACTIONS(961), - [anon_sym_SLASH] = ACTIONS(961), - [anon_sym_PERCENT] = ACTIONS(961), - [anon_sym_CARET] = ACTIONS(961), - [anon_sym_BANG] = ACTIONS(961), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(961), - [anon_sym_AMP_AMP] = ACTIONS(963), - [anon_sym_PIPE_PIPE] = ACTIONS(963), - [anon_sym_LT_LT] = ACTIONS(961), - [anon_sym_GT_GT] = ACTIONS(961), - [anon_sym_PLUS_EQ] = ACTIONS(963), - [anon_sym_DASH_EQ] = ACTIONS(963), - [anon_sym_STAR_EQ] = ACTIONS(963), - [anon_sym_SLASH_EQ] = ACTIONS(963), - [anon_sym_PERCENT_EQ] = ACTIONS(963), - [anon_sym_CARET_EQ] = ACTIONS(963), - [anon_sym_AMP_EQ] = ACTIONS(963), - [anon_sym_PIPE_EQ] = ACTIONS(963), - [anon_sym_LT_LT_EQ] = ACTIONS(963), - [anon_sym_GT_GT_EQ] = ACTIONS(963), - [anon_sym_EQ] = ACTIONS(961), - [anon_sym_EQ_EQ] = ACTIONS(963), - [anon_sym_BANG_EQ] = ACTIONS(963), - [anon_sym_GT] = ACTIONS(961), - [anon_sym_LT] = ACTIONS(961), - [anon_sym_GT_EQ] = ACTIONS(963), - [anon_sym_LT_EQ] = ACTIONS(963), - [anon_sym_AT] = ACTIONS(963), - [anon_sym__] = ACTIONS(961), - [anon_sym_DOT] = ACTIONS(961), - [anon_sym_DOT_DOT] = ACTIONS(961), - [anon_sym_DOT_DOT_DOT] = ACTIONS(963), - [anon_sym_DOT_DOT_EQ] = ACTIONS(963), - [anon_sym_COMMA] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(963), - [anon_sym_DASH_GT] = ACTIONS(963), - [anon_sym_POUND] = ACTIONS(963), - [anon_sym_SQUOTE] = ACTIONS(961), - [anon_sym_as] = ACTIONS(961), - [anon_sym_async] = ACTIONS(961), - [anon_sym_await] = ACTIONS(961), - [anon_sym_break] = ACTIONS(961), - [anon_sym_const] = ACTIONS(961), - [anon_sym_continue] = ACTIONS(961), - [anon_sym_default] = ACTIONS(961), - [anon_sym_enum] = ACTIONS(961), - [anon_sym_fn] = ACTIONS(961), - [anon_sym_for] = ACTIONS(961), - [anon_sym_gen] = ACTIONS(961), - [anon_sym_if] = ACTIONS(961), - [anon_sym_impl] = ACTIONS(961), - [anon_sym_let] = ACTIONS(961), - [anon_sym_loop] = ACTIONS(961), - [anon_sym_match] = ACTIONS(961), - [anon_sym_mod] = ACTIONS(961), - [anon_sym_pub] = ACTIONS(961), - [anon_sym_return] = ACTIONS(961), - [anon_sym_static] = ACTIONS(961), - [anon_sym_struct] = ACTIONS(961), - [anon_sym_trait] = ACTIONS(961), - [anon_sym_type] = ACTIONS(961), - [anon_sym_union] = ACTIONS(961), - [anon_sym_unsafe] = ACTIONS(961), - [anon_sym_use] = ACTIONS(961), - [anon_sym_where] = ACTIONS(961), - [anon_sym_while] = ACTIONS(961), - [sym_mutable_specifier] = ACTIONS(961), - [sym_integer_literal] = ACTIONS(963), - [aux_sym_string_literal_token1] = ACTIONS(963), - [sym_char_literal] = ACTIONS(963), - [anon_sym_true] = ACTIONS(961), - [anon_sym_false] = ACTIONS(961), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(961), - [sym_super] = ACTIONS(961), - [sym_crate] = ACTIONS(961), - [sym_metavariable] = ACTIONS(963), - [sym__raw_string_literal_start] = ACTIONS(963), - [sym_float_literal] = ACTIONS(963), + [STATE(140)] = { + [sym_line_comment] = STATE(140), + [sym_block_comment] = STATE(140), + [aux_sym__non_special_token_repeat1] = STATE(138), + [sym_identifier] = ACTIONS(889), + [anon_sym_SEMI] = ACTIONS(571), + [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(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(889), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [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(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [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(164)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(141)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1653), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(164), - [sym_block_comment] = STATE(164), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(141), + [sym_block_comment] = STATE(141), + [aux_sym_enum_variant_list_repeat1] = STATE(198), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(965), + [anon_sym_RPAREN] = ACTIONS(893), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -36185,6 +33510,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_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), @@ -36220,62 +33546,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), }, - [STATE(165)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(142)] = { + [sym_line_comment] = STATE(142), + [sym_block_comment] = STATE(142), + [aux_sym__non_special_token_repeat1] = STATE(138), + [sym_identifier] = ACTIONS(897), + [anon_sym_SEMI] = ACTIONS(571), + [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(571), + [anon_sym_COLON] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(897), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_QMARK] = ACTIONS(571), + [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(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_PERCENT] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_BANG] = ACTIONS(581), + [anon_sym_AMP] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_AMP_AMP] = ACTIONS(571), + [anon_sym_PIPE_PIPE] = ACTIONS(571), + [anon_sym_LT_LT] = ACTIONS(581), + [anon_sym_GT_GT] = ACTIONS(581), + [anon_sym_PLUS_EQ] = ACTIONS(571), + [anon_sym_DASH_EQ] = ACTIONS(571), + [anon_sym_STAR_EQ] = ACTIONS(571), + [anon_sym_SLASH_EQ] = ACTIONS(571), + [anon_sym_PERCENT_EQ] = ACTIONS(571), + [anon_sym_CARET_EQ] = ACTIONS(571), + [anon_sym_AMP_EQ] = ACTIONS(571), + [anon_sym_PIPE_EQ] = ACTIONS(571), + [anon_sym_LT_LT_EQ] = ACTIONS(571), + [anon_sym_GT_GT_EQ] = ACTIONS(571), + [anon_sym_EQ] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(571), + [anon_sym_BANG_EQ] = ACTIONS(571), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_LT] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(571), + [anon_sym_LT_EQ] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(571), + [anon_sym__] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_DOT] = ACTIONS(571), + [anon_sym_DOT_DOT_EQ] = ACTIONS(571), + [anon_sym_COMMA] = ACTIONS(571), + [anon_sym_COLON_COLON] = ACTIONS(571), + [anon_sym_DASH_GT] = ACTIONS(571), + [anon_sym_POUND] = ACTIONS(571), + [anon_sym_SQUOTE] = ACTIONS(897), + [anon_sym_as] = ACTIONS(897), + [anon_sym_async] = ACTIONS(897), + [anon_sym_await] = ACTIONS(897), + [anon_sym_break] = ACTIONS(897), + [anon_sym_const] = ACTIONS(897), + [anon_sym_continue] = ACTIONS(897), + [anon_sym_default] = ACTIONS(897), + [anon_sym_enum] = ACTIONS(897), + [anon_sym_fn] = ACTIONS(897), + [anon_sym_for] = ACTIONS(897), + [anon_sym_gen] = ACTIONS(897), + [anon_sym_if] = ACTIONS(897), + [anon_sym_impl] = ACTIONS(897), + [anon_sym_let] = ACTIONS(897), + [anon_sym_loop] = ACTIONS(897), + [anon_sym_match] = ACTIONS(897), + [anon_sym_mod] = ACTIONS(897), + [anon_sym_pub] = ACTIONS(897), + [anon_sym_return] = ACTIONS(897), + [anon_sym_static] = ACTIONS(897), + [anon_sym_struct] = ACTIONS(897), + [anon_sym_trait] = ACTIONS(897), + [anon_sym_type] = ACTIONS(897), + [anon_sym_union] = ACTIONS(897), + [anon_sym_unsafe] = ACTIONS(897), + [anon_sym_use] = ACTIONS(897), + [anon_sym_where] = ACTIONS(897), + [anon_sym_while] = ACTIONS(897), + [sym_mutable_specifier] = ACTIONS(897), + [sym_integer_literal] = ACTIONS(899), + [aux_sym_string_literal_token1] = ACTIONS(899), + [sym_char_literal] = ACTIONS(899), + [anon_sym_true] = ACTIONS(897), + [anon_sym_false] = ACTIONS(897), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(897), + [sym_super] = ACTIONS(897), + [sym_crate] = ACTIONS(897), + [sym_metavariable] = ACTIONS(899), + [sym__raw_string_literal_start] = ACTIONS(899), + [sym_float_literal] = ACTIONS(899), + }, + [STATE(143)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1711), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(165), - [sym_block_comment] = STATE(165), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(143), + [sym_block_comment] = STATE(143), + [aux_sym_enum_variant_list_repeat1] = STATE(1058), + [sym_identifier] = ACTIONS(762), + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_LBRACK] = ACTIONS(768), + [anon_sym_RBRACK] = ACTIONS(771), + [anon_sym_LBRACE] = ACTIONS(773), + [anon_sym_STAR] = ACTIONS(776), + [anon_sym_u8] = ACTIONS(779), + [anon_sym_i8] = ACTIONS(779), + [anon_sym_u16] = ACTIONS(779), + [anon_sym_i16] = ACTIONS(779), + [anon_sym_u32] = ACTIONS(779), + [anon_sym_i32] = ACTIONS(779), + [anon_sym_u64] = ACTIONS(779), + [anon_sym_i64] = ACTIONS(779), + [anon_sym_u128] = ACTIONS(779), + [anon_sym_i128] = ACTIONS(779), + [anon_sym_isize] = ACTIONS(779), + [anon_sym_usize] = ACTIONS(779), + [anon_sym_f32] = ACTIONS(779), + [anon_sym_f64] = ACTIONS(779), + [anon_sym_bool] = ACTIONS(779), + [anon_sym_str] = ACTIONS(779), + [anon_sym_char] = ACTIONS(779), + [anon_sym_DASH] = ACTIONS(776), + [anon_sym_BANG] = ACTIONS(776), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_PIPE] = ACTIONS(785), + [anon_sym_LT] = ACTIONS(788), + [anon_sym_DOT_DOT] = ACTIONS(791), + [anon_sym_COMMA] = ACTIONS(771), + [anon_sym_COLON_COLON] = ACTIONS(794), + [anon_sym_POUND] = ACTIONS(797), + [anon_sym_SQUOTE] = ACTIONS(800), + [anon_sym_async] = ACTIONS(803), + [anon_sym_break] = ACTIONS(806), + [anon_sym_const] = ACTIONS(809), + [anon_sym_continue] = ACTIONS(812), + [anon_sym_default] = ACTIONS(815), + [anon_sym_for] = ACTIONS(818), + [anon_sym_gen] = ACTIONS(821), + [anon_sym_if] = ACTIONS(824), + [anon_sym_loop] = ACTIONS(827), + [anon_sym_match] = ACTIONS(830), + [anon_sym_return] = ACTIONS(833), + [anon_sym_static] = ACTIONS(836), + [anon_sym_union] = ACTIONS(815), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_while] = ACTIONS(842), + [anon_sym_yield] = ACTIONS(845), + [anon_sym_move] = ACTIONS(848), + [anon_sym_try] = ACTIONS(851), + [sym_integer_literal] = ACTIONS(854), + [aux_sym_string_literal_token1] = ACTIONS(857), + [sym_char_literal] = ACTIONS(854), + [anon_sym_true] = ACTIONS(860), + [anon_sym_false] = ACTIONS(860), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(863), + [sym_super] = ACTIONS(866), + [sym_crate] = ACTIONS(866), + [sym_metavariable] = ACTIONS(869), + [sym__raw_string_literal_start] = ACTIONS(872), + [sym_float_literal] = ACTIONS(854), + }, + [STATE(144)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1623), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(144), + [sym_block_comment] = STATE(144), + [aux_sym_enum_variant_list_repeat1] = STATE(143), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(967), + [anon_sym_RBRACK] = ACTIONS(901), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36301,6 +33861,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(903), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), @@ -36336,62 +33897,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(166)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(145)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(166), - [sym_block_comment] = STATE(166), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(145), + [sym_block_comment] = STATE(145), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(969), + [anon_sym_RBRACK] = ACTIONS(905), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36452,178 +34013,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), }, - [STATE(167)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(167), - [sym_block_comment] = STATE(167), - [aux_sym_enum_variant_list_repeat1] = STATE(211), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(971), - [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(752), - [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), + [STATE(146)] = { + [sym_line_comment] = STATE(146), + [sym_block_comment] = STATE(146), + [aux_sym__non_special_token_repeat1] = STATE(170), + [sym_identifier] = ACTIONS(907), + [anon_sym_SEMI] = ACTIONS(680), + [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(680), + [anon_sym_COLON] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(909), + [anon_sym_PLUS] = ACTIONS(690), + [anon_sym_STAR] = ACTIONS(690), + [anon_sym_QMARK] = ACTIONS(680), + [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(690), + [anon_sym_SLASH] = ACTIONS(690), + [anon_sym_PERCENT] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [anon_sym_BANG] = ACTIONS(690), + [anon_sym_AMP] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_AMP_AMP] = ACTIONS(680), + [anon_sym_PIPE_PIPE] = ACTIONS(680), + [anon_sym_LT_LT] = ACTIONS(690), + [anon_sym_GT_GT] = ACTIONS(690), + [anon_sym_PLUS_EQ] = ACTIONS(680), + [anon_sym_DASH_EQ] = ACTIONS(680), + [anon_sym_STAR_EQ] = ACTIONS(680), + [anon_sym_SLASH_EQ] = ACTIONS(680), + [anon_sym_PERCENT_EQ] = ACTIONS(680), + [anon_sym_CARET_EQ] = ACTIONS(680), + [anon_sym_AMP_EQ] = ACTIONS(680), + [anon_sym_PIPE_EQ] = ACTIONS(680), + [anon_sym_LT_LT_EQ] = ACTIONS(680), + [anon_sym_GT_GT_EQ] = ACTIONS(680), + [anon_sym_EQ] = ACTIONS(690), + [anon_sym_EQ_EQ] = ACTIONS(680), + [anon_sym_BANG_EQ] = ACTIONS(680), + [anon_sym_GT] = ACTIONS(690), + [anon_sym_LT] = ACTIONS(690), + [anon_sym_GT_EQ] = ACTIONS(680), + [anon_sym_LT_EQ] = ACTIONS(680), + [anon_sym_AT] = ACTIONS(680), + [anon_sym__] = ACTIONS(690), + [anon_sym_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_DOT] = ACTIONS(680), + [anon_sym_DOT_DOT_EQ] = ACTIONS(680), + [anon_sym_COMMA] = ACTIONS(680), + [anon_sym_COLON_COLON] = ACTIONS(680), + [anon_sym_DASH_GT] = ACTIONS(680), + [anon_sym_POUND] = ACTIONS(680), + [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__raw_string_literal_start] = ACTIONS(909), + [sym_float_literal] = ACTIONS(909), + }, + [STATE(147)] = { + [sym_line_comment] = STATE(147), + [sym_block_comment] = STATE(147), + [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(148)] = { + [sym_line_comment] = STATE(148), + [sym_block_comment] = STATE(148), + [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(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(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(168)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(149)] = { + [sym_line_comment] = STATE(149), + [sym_block_comment] = STATE(149), + [sym_identifier] = ACTIONS(919), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LPAREN] = ACTIONS(921), + [anon_sym_RPAREN] = ACTIONS(921), + [anon_sym_LBRACK] = ACTIONS(921), + [anon_sym_RBRACK] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_RBRACE] = ACTIONS(921), + [anon_sym_EQ_GT] = ACTIONS(921), + [anon_sym_COLON] = ACTIONS(919), + [anon_sym_DOLLAR] = ACTIONS(919), + [anon_sym_PLUS] = ACTIONS(919), + [anon_sym_STAR] = ACTIONS(919), + [anon_sym_QMARK] = ACTIONS(921), + [anon_sym_u8] = ACTIONS(919), + [anon_sym_i8] = ACTIONS(919), + [anon_sym_u16] = ACTIONS(919), + [anon_sym_i16] = ACTIONS(919), + [anon_sym_u32] = ACTIONS(919), + [anon_sym_i32] = ACTIONS(919), + [anon_sym_u64] = ACTIONS(919), + [anon_sym_i64] = ACTIONS(919), + [anon_sym_u128] = ACTIONS(919), + [anon_sym_i128] = ACTIONS(919), + [anon_sym_isize] = ACTIONS(919), + [anon_sym_usize] = ACTIONS(919), + [anon_sym_f32] = ACTIONS(919), + [anon_sym_f64] = ACTIONS(919), + [anon_sym_bool] = ACTIONS(919), + [anon_sym_str] = ACTIONS(919), + [anon_sym_char] = ACTIONS(919), + [anon_sym_DASH] = ACTIONS(919), + [anon_sym_SLASH] = ACTIONS(919), + [anon_sym_PERCENT] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(919), + [anon_sym_BANG] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_AMP_AMP] = ACTIONS(921), + [anon_sym_PIPE_PIPE] = ACTIONS(921), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_PLUS_EQ] = ACTIONS(921), + [anon_sym_DASH_EQ] = ACTIONS(921), + [anon_sym_STAR_EQ] = ACTIONS(921), + [anon_sym_SLASH_EQ] = ACTIONS(921), + [anon_sym_PERCENT_EQ] = ACTIONS(921), + [anon_sym_CARET_EQ] = ACTIONS(921), + [anon_sym_AMP_EQ] = ACTIONS(921), + [anon_sym_PIPE_EQ] = ACTIONS(921), + [anon_sym_LT_LT_EQ] = ACTIONS(921), + [anon_sym_GT_GT_EQ] = ACTIONS(921), + [anon_sym_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ] = ACTIONS(921), + [anon_sym_BANG_EQ] = ACTIONS(921), + [anon_sym_GT] = ACTIONS(919), + [anon_sym_LT] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(921), + [anon_sym_LT_EQ] = ACTIONS(921), + [anon_sym_AT] = ACTIONS(921), + [anon_sym__] = ACTIONS(919), + [anon_sym_DOT] = ACTIONS(919), + [anon_sym_DOT_DOT] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_EQ] = ACTIONS(921), + [anon_sym_COMMA] = ACTIONS(921), + [anon_sym_COLON_COLON] = ACTIONS(921), + [anon_sym_DASH_GT] = ACTIONS(921), + [anon_sym_POUND] = ACTIONS(921), + [anon_sym_SQUOTE] = ACTIONS(919), + [anon_sym_as] = ACTIONS(919), + [anon_sym_async] = ACTIONS(919), + [anon_sym_await] = ACTIONS(919), + [anon_sym_break] = ACTIONS(919), + [anon_sym_const] = ACTIONS(919), + [anon_sym_continue] = ACTIONS(919), + [anon_sym_default] = ACTIONS(919), + [anon_sym_enum] = ACTIONS(919), + [anon_sym_fn] = ACTIONS(919), + [anon_sym_for] = ACTIONS(919), + [anon_sym_gen] = ACTIONS(919), + [anon_sym_if] = ACTIONS(919), + [anon_sym_impl] = ACTIONS(919), + [anon_sym_let] = ACTIONS(919), + [anon_sym_loop] = ACTIONS(919), + [anon_sym_match] = ACTIONS(919), + [anon_sym_mod] = ACTIONS(919), + [anon_sym_pub] = ACTIONS(919), + [anon_sym_return] = ACTIONS(919), + [anon_sym_static] = ACTIONS(919), + [anon_sym_struct] = ACTIONS(919), + [anon_sym_trait] = ACTIONS(919), + [anon_sym_type] = ACTIONS(919), + [anon_sym_union] = ACTIONS(919), + [anon_sym_unsafe] = ACTIONS(919), + [anon_sym_use] = ACTIONS(919), + [anon_sym_where] = ACTIONS(919), + [anon_sym_while] = ACTIONS(919), + [sym_mutable_specifier] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(921), + [aux_sym_string_literal_token1] = ACTIONS(921), + [sym_char_literal] = ACTIONS(921), + [anon_sym_true] = ACTIONS(919), + [anon_sym_false] = ACTIONS(919), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(919), + [sym_super] = ACTIONS(919), + [sym_crate] = ACTIONS(919), + [sym_metavariable] = ACTIONS(921), + [sym__raw_string_literal_start] = ACTIONS(921), + [sym_float_literal] = ACTIONS(921), + }, + [STATE(150)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(168), - [sym_block_comment] = STATE(168), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [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(923), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(973), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36684,525 +34593,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(169)] = { - [sym_line_comment] = STATE(169), - [sym_block_comment] = STATE(169), - [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(170)] = { - [sym_line_comment] = STATE(170), - [sym_block_comment] = STATE(170), - [aux_sym__non_special_token_repeat1] = STATE(170), - [sym_identifier] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(979), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_RPAREN] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_RBRACK] = ACTIONS(896), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_EQ_GT] = ACTIONS(979), - [anon_sym_COLON] = ACTIONS(982), - [anon_sym_DOLLAR] = ACTIONS(896), - [anon_sym_PLUS] = ACTIONS(982), - [anon_sym_STAR] = ACTIONS(982), - [anon_sym_QMARK] = ACTIONS(979), - [anon_sym_u8] = ACTIONS(891), - [anon_sym_i8] = ACTIONS(891), - [anon_sym_u16] = ACTIONS(891), - [anon_sym_i16] = ACTIONS(891), - [anon_sym_u32] = ACTIONS(891), - [anon_sym_i32] = ACTIONS(891), - [anon_sym_u64] = ACTIONS(891), - [anon_sym_i64] = ACTIONS(891), - [anon_sym_u128] = ACTIONS(891), - [anon_sym_i128] = ACTIONS(891), - [anon_sym_isize] = ACTIONS(891), - [anon_sym_usize] = ACTIONS(891), - [anon_sym_f32] = ACTIONS(891), - [anon_sym_f64] = ACTIONS(891), - [anon_sym_bool] = ACTIONS(891), - [anon_sym_str] = ACTIONS(891), - [anon_sym_char] = ACTIONS(891), - [anon_sym_DASH] = ACTIONS(982), - [anon_sym_SLASH] = ACTIONS(982), - [anon_sym_PERCENT] = ACTIONS(982), - [anon_sym_CARET] = ACTIONS(982), - [anon_sym_BANG] = ACTIONS(982), - [anon_sym_AMP] = ACTIONS(982), - [anon_sym_PIPE] = ACTIONS(982), - [anon_sym_AMP_AMP] = ACTIONS(979), - [anon_sym_PIPE_PIPE] = ACTIONS(979), - [anon_sym_LT_LT] = ACTIONS(982), - [anon_sym_GT_GT] = ACTIONS(982), - [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(982), - [anon_sym_EQ_EQ] = ACTIONS(979), - [anon_sym_BANG_EQ] = ACTIONS(979), - [anon_sym_GT] = ACTIONS(982), - [anon_sym_LT] = ACTIONS(982), - [anon_sym_GT_EQ] = ACTIONS(979), - [anon_sym_LT_EQ] = ACTIONS(979), - [anon_sym_AT] = ACTIONS(979), - [anon_sym__] = ACTIONS(982), - [anon_sym_DOT] = ACTIONS(982), - [anon_sym_DOT_DOT] = ACTIONS(982), - [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(891), - [anon_sym_as] = ACTIONS(891), - [anon_sym_async] = ACTIONS(891), - [anon_sym_await] = ACTIONS(891), - [anon_sym_break] = ACTIONS(891), - [anon_sym_const] = ACTIONS(891), - [anon_sym_continue] = ACTIONS(891), - [anon_sym_default] = ACTIONS(891), - [anon_sym_enum] = ACTIONS(891), - [anon_sym_fn] = ACTIONS(891), - [anon_sym_for] = ACTIONS(891), - [anon_sym_gen] = ACTIONS(891), - [anon_sym_if] = ACTIONS(891), - [anon_sym_impl] = ACTIONS(891), - [anon_sym_let] = ACTIONS(891), - [anon_sym_loop] = ACTIONS(891), - [anon_sym_match] = ACTIONS(891), - [anon_sym_mod] = ACTIONS(891), - [anon_sym_pub] = ACTIONS(891), - [anon_sym_return] = ACTIONS(891), - [anon_sym_static] = ACTIONS(891), - [anon_sym_struct] = ACTIONS(891), - [anon_sym_trait] = ACTIONS(891), - [anon_sym_type] = ACTIONS(891), - [anon_sym_union] = ACTIONS(891), - [anon_sym_unsafe] = ACTIONS(891), - [anon_sym_use] = ACTIONS(891), - [anon_sym_where] = ACTIONS(891), - [anon_sym_while] = ACTIONS(891), - [sym_mutable_specifier] = ACTIONS(891), - [sym_integer_literal] = ACTIONS(896), - [aux_sym_string_literal_token1] = ACTIONS(896), - [sym_char_literal] = ACTIONS(896), - [anon_sym_true] = ACTIONS(891), - [anon_sym_false] = ACTIONS(891), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(891), - [sym_super] = ACTIONS(891), - [sym_crate] = ACTIONS(891), - [sym__raw_string_literal_start] = ACTIONS(896), - [sym_float_literal] = ACTIONS(896), - }, - [STATE(171)] = { - [sym_line_comment] = STATE(171), - [sym_block_comment] = STATE(171), - [sym_identifier] = ACTIONS(985), - [anon_sym_SEMI] = ACTIONS(987), - [anon_sym_LPAREN] = ACTIONS(987), - [anon_sym_RPAREN] = ACTIONS(987), - [anon_sym_LBRACK] = ACTIONS(987), - [anon_sym_RBRACK] = ACTIONS(987), - [anon_sym_LBRACE] = ACTIONS(987), - [anon_sym_RBRACE] = ACTIONS(987), - [anon_sym_EQ_GT] = ACTIONS(987), - [anon_sym_COLON] = ACTIONS(985), - [anon_sym_DOLLAR] = ACTIONS(985), - [anon_sym_PLUS] = ACTIONS(985), - [anon_sym_STAR] = ACTIONS(985), - [anon_sym_QMARK] = ACTIONS(987), - [anon_sym_u8] = ACTIONS(985), - [anon_sym_i8] = ACTIONS(985), - [anon_sym_u16] = ACTIONS(985), - [anon_sym_i16] = ACTIONS(985), - [anon_sym_u32] = ACTIONS(985), - [anon_sym_i32] = ACTIONS(985), - [anon_sym_u64] = ACTIONS(985), - [anon_sym_i64] = ACTIONS(985), - [anon_sym_u128] = ACTIONS(985), - [anon_sym_i128] = ACTIONS(985), - [anon_sym_isize] = ACTIONS(985), - [anon_sym_usize] = ACTIONS(985), - [anon_sym_f32] = ACTIONS(985), - [anon_sym_f64] = ACTIONS(985), - [anon_sym_bool] = ACTIONS(985), - [anon_sym_str] = ACTIONS(985), - [anon_sym_char] = ACTIONS(985), - [anon_sym_DASH] = ACTIONS(985), - [anon_sym_SLASH] = ACTIONS(985), - [anon_sym_PERCENT] = ACTIONS(985), - [anon_sym_CARET] = ACTIONS(985), - [anon_sym_BANG] = ACTIONS(985), - [anon_sym_AMP] = ACTIONS(985), - [anon_sym_PIPE] = ACTIONS(985), - [anon_sym_AMP_AMP] = ACTIONS(987), - [anon_sym_PIPE_PIPE] = ACTIONS(987), - [anon_sym_LT_LT] = ACTIONS(985), - [anon_sym_GT_GT] = ACTIONS(985), - [anon_sym_PLUS_EQ] = ACTIONS(987), - [anon_sym_DASH_EQ] = ACTIONS(987), - [anon_sym_STAR_EQ] = ACTIONS(987), - [anon_sym_SLASH_EQ] = ACTIONS(987), - [anon_sym_PERCENT_EQ] = ACTIONS(987), - [anon_sym_CARET_EQ] = ACTIONS(987), - [anon_sym_AMP_EQ] = ACTIONS(987), - [anon_sym_PIPE_EQ] = ACTIONS(987), - [anon_sym_LT_LT_EQ] = ACTIONS(987), - [anon_sym_GT_GT_EQ] = ACTIONS(987), - [anon_sym_EQ] = ACTIONS(985), - [anon_sym_EQ_EQ] = ACTIONS(987), - [anon_sym_BANG_EQ] = ACTIONS(987), - [anon_sym_GT] = ACTIONS(985), - [anon_sym_LT] = ACTIONS(985), - [anon_sym_GT_EQ] = ACTIONS(987), - [anon_sym_LT_EQ] = ACTIONS(987), - [anon_sym_AT] = ACTIONS(987), - [anon_sym__] = ACTIONS(985), - [anon_sym_DOT] = ACTIONS(985), - [anon_sym_DOT_DOT] = ACTIONS(985), - [anon_sym_DOT_DOT_DOT] = ACTIONS(987), - [anon_sym_DOT_DOT_EQ] = ACTIONS(987), - [anon_sym_COMMA] = ACTIONS(987), - [anon_sym_COLON_COLON] = ACTIONS(987), - [anon_sym_DASH_GT] = ACTIONS(987), - [anon_sym_POUND] = ACTIONS(987), - [anon_sym_SQUOTE] = ACTIONS(985), - [anon_sym_as] = ACTIONS(985), - [anon_sym_async] = ACTIONS(985), - [anon_sym_await] = ACTIONS(985), - [anon_sym_break] = ACTIONS(985), - [anon_sym_const] = ACTIONS(985), - [anon_sym_continue] = ACTIONS(985), - [anon_sym_default] = ACTIONS(985), - [anon_sym_enum] = ACTIONS(985), - [anon_sym_fn] = ACTIONS(985), - [anon_sym_for] = ACTIONS(985), - [anon_sym_gen] = ACTIONS(985), - [anon_sym_if] = ACTIONS(985), - [anon_sym_impl] = ACTIONS(985), - [anon_sym_let] = ACTIONS(985), - [anon_sym_loop] = ACTIONS(985), - [anon_sym_match] = ACTIONS(985), - [anon_sym_mod] = ACTIONS(985), - [anon_sym_pub] = ACTIONS(985), - [anon_sym_return] = ACTIONS(985), - [anon_sym_static] = ACTIONS(985), - [anon_sym_struct] = ACTIONS(985), - [anon_sym_trait] = ACTIONS(985), - [anon_sym_type] = ACTIONS(985), - [anon_sym_union] = ACTIONS(985), - [anon_sym_unsafe] = ACTIONS(985), - [anon_sym_use] = ACTIONS(985), - [anon_sym_where] = ACTIONS(985), - [anon_sym_while] = ACTIONS(985), - [sym_mutable_specifier] = ACTIONS(985), - [sym_integer_literal] = ACTIONS(987), - [aux_sym_string_literal_token1] = ACTIONS(987), - [sym_char_literal] = ACTIONS(987), - [anon_sym_true] = ACTIONS(985), - [anon_sym_false] = ACTIONS(985), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(985), - [sym_super] = ACTIONS(985), - [sym_crate] = ACTIONS(985), - [sym_metavariable] = ACTIONS(987), - [sym__raw_string_literal_start] = ACTIONS(987), - [sym_float_literal] = ACTIONS(987), - }, - [STATE(172)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1957), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_let_condition] = STATE(3361), - [sym__let_chain] = STATE(3362), - [sym__condition] = STATE(3526), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(172), - [sym_block_comment] = STATE(172), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(993), - [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(995), - [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(173)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(151)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1855), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(173), - [sym_block_comment] = STATE(173), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(151), + [sym_block_comment] = STATE(151), + [aux_sym_enum_variant_list_repeat1] = STATE(201), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(997), + [anon_sym_RPAREN] = ACTIONS(925), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -37264,410 +34709,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), }, - [STATE(174)] = { - [sym_line_comment] = STATE(174), - [sym_block_comment] = STATE(174), - [sym_identifier] = ACTIONS(999), - [anon_sym_SEMI] = ACTIONS(1001), - [anon_sym_LPAREN] = ACTIONS(1001), - [anon_sym_RPAREN] = ACTIONS(1001), - [anon_sym_LBRACK] = ACTIONS(1001), - [anon_sym_RBRACK] = ACTIONS(1001), - [anon_sym_LBRACE] = ACTIONS(1001), - [anon_sym_RBRACE] = ACTIONS(1001), - [anon_sym_EQ_GT] = ACTIONS(1001), - [anon_sym_COLON] = ACTIONS(999), - [anon_sym_DOLLAR] = ACTIONS(999), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_STAR] = ACTIONS(999), - [anon_sym_QMARK] = ACTIONS(1001), - [anon_sym_u8] = ACTIONS(999), - [anon_sym_i8] = ACTIONS(999), - [anon_sym_u16] = ACTIONS(999), - [anon_sym_i16] = ACTIONS(999), - [anon_sym_u32] = ACTIONS(999), - [anon_sym_i32] = ACTIONS(999), - [anon_sym_u64] = ACTIONS(999), - [anon_sym_i64] = ACTIONS(999), - [anon_sym_u128] = ACTIONS(999), - [anon_sym_i128] = ACTIONS(999), - [anon_sym_isize] = ACTIONS(999), - [anon_sym_usize] = ACTIONS(999), - [anon_sym_f32] = ACTIONS(999), - [anon_sym_f64] = ACTIONS(999), - [anon_sym_bool] = ACTIONS(999), - [anon_sym_str] = ACTIONS(999), - [anon_sym_char] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_SLASH] = ACTIONS(999), - [anon_sym_PERCENT] = ACTIONS(999), - [anon_sym_CARET] = ACTIONS(999), - [anon_sym_BANG] = ACTIONS(999), - [anon_sym_AMP] = ACTIONS(999), - [anon_sym_PIPE] = ACTIONS(999), - [anon_sym_AMP_AMP] = ACTIONS(1001), - [anon_sym_PIPE_PIPE] = ACTIONS(1001), - [anon_sym_LT_LT] = ACTIONS(999), - [anon_sym_GT_GT] = ACTIONS(999), - [anon_sym_PLUS_EQ] = ACTIONS(1001), - [anon_sym_DASH_EQ] = ACTIONS(1001), - [anon_sym_STAR_EQ] = ACTIONS(1001), - [anon_sym_SLASH_EQ] = ACTIONS(1001), - [anon_sym_PERCENT_EQ] = ACTIONS(1001), - [anon_sym_CARET_EQ] = ACTIONS(1001), - [anon_sym_AMP_EQ] = ACTIONS(1001), - [anon_sym_PIPE_EQ] = ACTIONS(1001), - [anon_sym_LT_LT_EQ] = ACTIONS(1001), - [anon_sym_GT_GT_EQ] = ACTIONS(1001), - [anon_sym_EQ] = ACTIONS(999), - [anon_sym_EQ_EQ] = ACTIONS(1001), - [anon_sym_BANG_EQ] = ACTIONS(1001), - [anon_sym_GT] = ACTIONS(999), - [anon_sym_LT] = ACTIONS(999), - [anon_sym_GT_EQ] = ACTIONS(1001), - [anon_sym_LT_EQ] = ACTIONS(1001), - [anon_sym_AT] = ACTIONS(1001), - [anon_sym__] = ACTIONS(999), - [anon_sym_DOT] = ACTIONS(999), - [anon_sym_DOT_DOT] = ACTIONS(999), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1001), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1001), - [anon_sym_COMMA] = ACTIONS(1001), - [anon_sym_COLON_COLON] = ACTIONS(1001), - [anon_sym_DASH_GT] = ACTIONS(1001), - [anon_sym_POUND] = ACTIONS(1001), - [anon_sym_SQUOTE] = ACTIONS(999), - [anon_sym_as] = ACTIONS(999), - [anon_sym_async] = ACTIONS(999), - [anon_sym_await] = ACTIONS(999), - [anon_sym_break] = ACTIONS(999), - [anon_sym_const] = ACTIONS(999), - [anon_sym_continue] = ACTIONS(999), - [anon_sym_default] = ACTIONS(999), - [anon_sym_enum] = ACTIONS(999), - [anon_sym_fn] = ACTIONS(999), - [anon_sym_for] = ACTIONS(999), - [anon_sym_gen] = ACTIONS(999), - [anon_sym_if] = ACTIONS(999), - [anon_sym_impl] = ACTIONS(999), - [anon_sym_let] = ACTIONS(999), - [anon_sym_loop] = ACTIONS(999), - [anon_sym_match] = ACTIONS(999), - [anon_sym_mod] = ACTIONS(999), - [anon_sym_pub] = ACTIONS(999), - [anon_sym_return] = ACTIONS(999), - [anon_sym_static] = ACTIONS(999), - [anon_sym_struct] = ACTIONS(999), - [anon_sym_trait] = ACTIONS(999), - [anon_sym_type] = ACTIONS(999), - [anon_sym_union] = ACTIONS(999), - [anon_sym_unsafe] = ACTIONS(999), - [anon_sym_use] = ACTIONS(999), - [anon_sym_where] = ACTIONS(999), - [anon_sym_while] = ACTIONS(999), - [sym_mutable_specifier] = ACTIONS(999), - [sym_integer_literal] = ACTIONS(1001), - [aux_sym_string_literal_token1] = ACTIONS(1001), - [sym_char_literal] = ACTIONS(1001), - [anon_sym_true] = ACTIONS(999), - [anon_sym_false] = ACTIONS(999), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(999), - [sym_super] = ACTIONS(999), - [sym_crate] = ACTIONS(999), - [sym_metavariable] = ACTIONS(1001), - [sym__raw_string_literal_start] = ACTIONS(1001), - [sym_float_literal] = ACTIONS(1001), - }, - [STATE(175)] = { - [sym_line_comment] = STATE(175), - [sym_block_comment] = STATE(175), - [sym_identifier] = ACTIONS(1003), - [anon_sym_SEMI] = ACTIONS(1005), - [anon_sym_LPAREN] = ACTIONS(1005), - [anon_sym_RPAREN] = ACTIONS(1005), - [anon_sym_LBRACK] = ACTIONS(1005), - [anon_sym_RBRACK] = ACTIONS(1005), - [anon_sym_LBRACE] = ACTIONS(1005), - [anon_sym_RBRACE] = ACTIONS(1005), - [anon_sym_EQ_GT] = ACTIONS(1005), - [anon_sym_COLON] = ACTIONS(1003), - [anon_sym_DOLLAR] = ACTIONS(1003), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_STAR] = ACTIONS(1003), - [anon_sym_QMARK] = ACTIONS(1005), - [anon_sym_u8] = ACTIONS(1003), - [anon_sym_i8] = ACTIONS(1003), - [anon_sym_u16] = ACTIONS(1003), - [anon_sym_i16] = ACTIONS(1003), - [anon_sym_u32] = ACTIONS(1003), - [anon_sym_i32] = ACTIONS(1003), - [anon_sym_u64] = ACTIONS(1003), - [anon_sym_i64] = ACTIONS(1003), - [anon_sym_u128] = ACTIONS(1003), - [anon_sym_i128] = ACTIONS(1003), - [anon_sym_isize] = ACTIONS(1003), - [anon_sym_usize] = ACTIONS(1003), - [anon_sym_f32] = ACTIONS(1003), - [anon_sym_f64] = ACTIONS(1003), - [anon_sym_bool] = ACTIONS(1003), - [anon_sym_str] = ACTIONS(1003), - [anon_sym_char] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_SLASH] = ACTIONS(1003), - [anon_sym_PERCENT] = ACTIONS(1003), - [anon_sym_CARET] = ACTIONS(1003), - [anon_sym_BANG] = ACTIONS(1003), - [anon_sym_AMP] = ACTIONS(1003), - [anon_sym_PIPE] = ACTIONS(1003), - [anon_sym_AMP_AMP] = ACTIONS(1005), - [anon_sym_PIPE_PIPE] = ACTIONS(1005), - [anon_sym_LT_LT] = ACTIONS(1003), - [anon_sym_GT_GT] = ACTIONS(1003), - [anon_sym_PLUS_EQ] = ACTIONS(1005), - [anon_sym_DASH_EQ] = ACTIONS(1005), - [anon_sym_STAR_EQ] = ACTIONS(1005), - [anon_sym_SLASH_EQ] = ACTIONS(1005), - [anon_sym_PERCENT_EQ] = ACTIONS(1005), - [anon_sym_CARET_EQ] = ACTIONS(1005), - [anon_sym_AMP_EQ] = ACTIONS(1005), - [anon_sym_PIPE_EQ] = ACTIONS(1005), - [anon_sym_LT_LT_EQ] = ACTIONS(1005), - [anon_sym_GT_GT_EQ] = ACTIONS(1005), - [anon_sym_EQ] = ACTIONS(1003), - [anon_sym_EQ_EQ] = ACTIONS(1005), - [anon_sym_BANG_EQ] = ACTIONS(1005), - [anon_sym_GT] = ACTIONS(1003), - [anon_sym_LT] = ACTIONS(1003), - [anon_sym_GT_EQ] = ACTIONS(1005), - [anon_sym_LT_EQ] = ACTIONS(1005), - [anon_sym_AT] = ACTIONS(1005), - [anon_sym__] = ACTIONS(1003), - [anon_sym_DOT] = ACTIONS(1003), - [anon_sym_DOT_DOT] = ACTIONS(1003), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1005), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1005), - [anon_sym_COMMA] = ACTIONS(1005), - [anon_sym_COLON_COLON] = ACTIONS(1005), - [anon_sym_DASH_GT] = ACTIONS(1005), - [anon_sym_POUND] = ACTIONS(1005), - [anon_sym_SQUOTE] = ACTIONS(1003), - [anon_sym_as] = ACTIONS(1003), - [anon_sym_async] = ACTIONS(1003), - [anon_sym_await] = ACTIONS(1003), - [anon_sym_break] = ACTIONS(1003), - [anon_sym_const] = ACTIONS(1003), - [anon_sym_continue] = ACTIONS(1003), - [anon_sym_default] = ACTIONS(1003), - [anon_sym_enum] = ACTIONS(1003), - [anon_sym_fn] = ACTIONS(1003), - [anon_sym_for] = ACTIONS(1003), - [anon_sym_gen] = ACTIONS(1003), - [anon_sym_if] = ACTIONS(1003), - [anon_sym_impl] = ACTIONS(1003), - [anon_sym_let] = ACTIONS(1003), - [anon_sym_loop] = ACTIONS(1003), - [anon_sym_match] = ACTIONS(1003), - [anon_sym_mod] = ACTIONS(1003), - [anon_sym_pub] = ACTIONS(1003), - [anon_sym_return] = ACTIONS(1003), - [anon_sym_static] = ACTIONS(1003), - [anon_sym_struct] = ACTIONS(1003), - [anon_sym_trait] = ACTIONS(1003), - [anon_sym_type] = ACTIONS(1003), - [anon_sym_union] = ACTIONS(1003), - [anon_sym_unsafe] = ACTIONS(1003), - [anon_sym_use] = ACTIONS(1003), - [anon_sym_where] = ACTIONS(1003), - [anon_sym_while] = ACTIONS(1003), - [sym_mutable_specifier] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(1005), - [aux_sym_string_literal_token1] = ACTIONS(1005), - [sym_char_literal] = ACTIONS(1005), - [anon_sym_true] = ACTIONS(1003), - [anon_sym_false] = ACTIONS(1003), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1003), - [sym_super] = ACTIONS(1003), - [sym_crate] = ACTIONS(1003), - [sym_metavariable] = ACTIONS(1005), - [sym__raw_string_literal_start] = ACTIONS(1005), - [sym_float_literal] = ACTIONS(1005), + [STATE(152)] = { + [sym_line_comment] = STATE(152), + [sym_block_comment] = STATE(152), + [sym_identifier] = ACTIONS(927), + [anon_sym_SEMI] = ACTIONS(929), + [anon_sym_LPAREN] = ACTIONS(929), + [anon_sym_RPAREN] = ACTIONS(929), + [anon_sym_LBRACK] = ACTIONS(929), + [anon_sym_RBRACK] = ACTIONS(929), + [anon_sym_LBRACE] = ACTIONS(929), + [anon_sym_RBRACE] = ACTIONS(929), + [anon_sym_EQ_GT] = ACTIONS(929), + [anon_sym_COLON] = ACTIONS(927), + [anon_sym_DOLLAR] = ACTIONS(927), + [anon_sym_PLUS] = ACTIONS(927), + [anon_sym_STAR] = ACTIONS(927), + [anon_sym_QMARK] = ACTIONS(929), + [anon_sym_u8] = ACTIONS(927), + [anon_sym_i8] = ACTIONS(927), + [anon_sym_u16] = ACTIONS(927), + [anon_sym_i16] = ACTIONS(927), + [anon_sym_u32] = ACTIONS(927), + [anon_sym_i32] = ACTIONS(927), + [anon_sym_u64] = ACTIONS(927), + [anon_sym_i64] = ACTIONS(927), + [anon_sym_u128] = ACTIONS(927), + [anon_sym_i128] = ACTIONS(927), + [anon_sym_isize] = ACTIONS(927), + [anon_sym_usize] = ACTIONS(927), + [anon_sym_f32] = ACTIONS(927), + [anon_sym_f64] = ACTIONS(927), + [anon_sym_bool] = ACTIONS(927), + [anon_sym_str] = ACTIONS(927), + [anon_sym_char] = ACTIONS(927), + [anon_sym_DASH] = ACTIONS(927), + [anon_sym_SLASH] = ACTIONS(927), + [anon_sym_PERCENT] = ACTIONS(927), + [anon_sym_CARET] = ACTIONS(927), + [anon_sym_BANG] = ACTIONS(927), + [anon_sym_AMP] = ACTIONS(927), + [anon_sym_PIPE] = ACTIONS(927), + [anon_sym_AMP_AMP] = ACTIONS(929), + [anon_sym_PIPE_PIPE] = ACTIONS(929), + [anon_sym_LT_LT] = ACTIONS(927), + [anon_sym_GT_GT] = ACTIONS(927), + [anon_sym_PLUS_EQ] = ACTIONS(929), + [anon_sym_DASH_EQ] = ACTIONS(929), + [anon_sym_STAR_EQ] = ACTIONS(929), + [anon_sym_SLASH_EQ] = ACTIONS(929), + [anon_sym_PERCENT_EQ] = ACTIONS(929), + [anon_sym_CARET_EQ] = ACTIONS(929), + [anon_sym_AMP_EQ] = ACTIONS(929), + [anon_sym_PIPE_EQ] = ACTIONS(929), + [anon_sym_LT_LT_EQ] = ACTIONS(929), + [anon_sym_GT_GT_EQ] = ACTIONS(929), + [anon_sym_EQ] = ACTIONS(927), + [anon_sym_EQ_EQ] = ACTIONS(929), + [anon_sym_BANG_EQ] = ACTIONS(929), + [anon_sym_GT] = ACTIONS(927), + [anon_sym_LT] = ACTIONS(927), + [anon_sym_GT_EQ] = ACTIONS(929), + [anon_sym_LT_EQ] = ACTIONS(929), + [anon_sym_AT] = ACTIONS(929), + [anon_sym__] = ACTIONS(927), + [anon_sym_DOT] = ACTIONS(927), + [anon_sym_DOT_DOT] = ACTIONS(927), + [anon_sym_DOT_DOT_DOT] = ACTIONS(929), + [anon_sym_DOT_DOT_EQ] = ACTIONS(929), + [anon_sym_COMMA] = ACTIONS(929), + [anon_sym_COLON_COLON] = ACTIONS(929), + [anon_sym_DASH_GT] = ACTIONS(929), + [anon_sym_POUND] = ACTIONS(929), + [anon_sym_SQUOTE] = ACTIONS(927), + [anon_sym_as] = ACTIONS(927), + [anon_sym_async] = ACTIONS(927), + [anon_sym_await] = ACTIONS(927), + [anon_sym_break] = ACTIONS(927), + [anon_sym_const] = ACTIONS(927), + [anon_sym_continue] = ACTIONS(927), + [anon_sym_default] = ACTIONS(927), + [anon_sym_enum] = ACTIONS(927), + [anon_sym_fn] = ACTIONS(927), + [anon_sym_for] = ACTIONS(927), + [anon_sym_gen] = ACTIONS(927), + [anon_sym_if] = ACTIONS(927), + [anon_sym_impl] = ACTIONS(927), + [anon_sym_let] = ACTIONS(927), + [anon_sym_loop] = ACTIONS(927), + [anon_sym_match] = ACTIONS(927), + [anon_sym_mod] = ACTIONS(927), + [anon_sym_pub] = ACTIONS(927), + [anon_sym_return] = ACTIONS(927), + [anon_sym_static] = ACTIONS(927), + [anon_sym_struct] = ACTIONS(927), + [anon_sym_trait] = ACTIONS(927), + [anon_sym_type] = ACTIONS(927), + [anon_sym_union] = ACTIONS(927), + [anon_sym_unsafe] = ACTIONS(927), + [anon_sym_use] = ACTIONS(927), + [anon_sym_where] = ACTIONS(927), + [anon_sym_while] = ACTIONS(927), + [sym_mutable_specifier] = ACTIONS(927), + [sym_integer_literal] = ACTIONS(929), + [aux_sym_string_literal_token1] = ACTIONS(929), + [sym_char_literal] = ACTIONS(929), + [anon_sym_true] = ACTIONS(927), + [anon_sym_false] = ACTIONS(927), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(927), + [sym_super] = ACTIONS(927), + [sym_crate] = ACTIONS(927), + [sym_metavariable] = ACTIONS(929), + [sym__raw_string_literal_start] = ACTIONS(929), + [sym_float_literal] = ACTIONS(929), }, - [STATE(176)] = { - [sym_line_comment] = STATE(176), - [sym_block_comment] = STATE(176), - [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), + [STATE(153)] = { + [sym_line_comment] = STATE(153), + [sym_block_comment] = STATE(153), + [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(177)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(154)] = { + [sym_line_comment] = STATE(154), + [sym_block_comment] = STATE(154), + [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(931), + [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(155)] = { + [sym_line_comment] = STATE(155), + [sym_block_comment] = STATE(155), + [sym_identifier] = ACTIONS(933), + [anon_sym_SEMI] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(935), + [anon_sym_RPAREN] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(935), + [anon_sym_RBRACK] = ACTIONS(935), + [anon_sym_LBRACE] = ACTIONS(935), + [anon_sym_RBRACE] = ACTIONS(935), + [anon_sym_EQ_GT] = ACTIONS(935), + [anon_sym_COLON] = ACTIONS(933), + [anon_sym_DOLLAR] = ACTIONS(933), + [anon_sym_PLUS] = ACTIONS(933), + [anon_sym_STAR] = ACTIONS(933), + [anon_sym_QMARK] = ACTIONS(935), + [anon_sym_u8] = ACTIONS(933), + [anon_sym_i8] = ACTIONS(933), + [anon_sym_u16] = ACTIONS(933), + [anon_sym_i16] = ACTIONS(933), + [anon_sym_u32] = ACTIONS(933), + [anon_sym_i32] = ACTIONS(933), + [anon_sym_u64] = ACTIONS(933), + [anon_sym_i64] = ACTIONS(933), + [anon_sym_u128] = ACTIONS(933), + [anon_sym_i128] = ACTIONS(933), + [anon_sym_isize] = ACTIONS(933), + [anon_sym_usize] = ACTIONS(933), + [anon_sym_f32] = ACTIONS(933), + [anon_sym_f64] = ACTIONS(933), + [anon_sym_bool] = ACTIONS(933), + [anon_sym_str] = ACTIONS(933), + [anon_sym_char] = ACTIONS(933), + [anon_sym_DASH] = ACTIONS(933), + [anon_sym_SLASH] = ACTIONS(933), + [anon_sym_PERCENT] = ACTIONS(933), + [anon_sym_CARET] = ACTIONS(933), + [anon_sym_BANG] = ACTIONS(933), + [anon_sym_AMP] = ACTIONS(933), + [anon_sym_PIPE] = ACTIONS(933), + [anon_sym_AMP_AMP] = ACTIONS(935), + [anon_sym_PIPE_PIPE] = ACTIONS(935), + [anon_sym_LT_LT] = ACTIONS(933), + [anon_sym_GT_GT] = ACTIONS(933), + [anon_sym_PLUS_EQ] = ACTIONS(935), + [anon_sym_DASH_EQ] = ACTIONS(935), + [anon_sym_STAR_EQ] = ACTIONS(935), + [anon_sym_SLASH_EQ] = ACTIONS(935), + [anon_sym_PERCENT_EQ] = ACTIONS(935), + [anon_sym_CARET_EQ] = ACTIONS(935), + [anon_sym_AMP_EQ] = ACTIONS(935), + [anon_sym_PIPE_EQ] = ACTIONS(935), + [anon_sym_LT_LT_EQ] = ACTIONS(935), + [anon_sym_GT_GT_EQ] = ACTIONS(935), + [anon_sym_EQ] = ACTIONS(933), + [anon_sym_EQ_EQ] = ACTIONS(935), + [anon_sym_BANG_EQ] = ACTIONS(935), + [anon_sym_GT] = ACTIONS(933), + [anon_sym_LT] = ACTIONS(933), + [anon_sym_GT_EQ] = ACTIONS(935), + [anon_sym_LT_EQ] = ACTIONS(935), + [anon_sym_AT] = ACTIONS(935), + [anon_sym__] = ACTIONS(933), + [anon_sym_DOT] = ACTIONS(933), + [anon_sym_DOT_DOT] = ACTIONS(933), + [anon_sym_DOT_DOT_DOT] = ACTIONS(935), + [anon_sym_DOT_DOT_EQ] = ACTIONS(935), + [anon_sym_COMMA] = ACTIONS(935), + [anon_sym_COLON_COLON] = ACTIONS(935), + [anon_sym_DASH_GT] = ACTIONS(935), + [anon_sym_POUND] = ACTIONS(935), + [anon_sym_SQUOTE] = ACTIONS(933), + [anon_sym_as] = ACTIONS(933), + [anon_sym_async] = ACTIONS(933), + [anon_sym_await] = ACTIONS(933), + [anon_sym_break] = ACTIONS(933), + [anon_sym_const] = ACTIONS(933), + [anon_sym_continue] = ACTIONS(933), + [anon_sym_default] = ACTIONS(933), + [anon_sym_enum] = ACTIONS(933), + [anon_sym_fn] = ACTIONS(933), + [anon_sym_for] = ACTIONS(933), + [anon_sym_gen] = ACTIONS(933), + [anon_sym_if] = ACTIONS(933), + [anon_sym_impl] = ACTIONS(933), + [anon_sym_let] = ACTIONS(933), + [anon_sym_loop] = ACTIONS(933), + [anon_sym_match] = ACTIONS(933), + [anon_sym_mod] = ACTIONS(933), + [anon_sym_pub] = ACTIONS(933), + [anon_sym_return] = ACTIONS(933), + [anon_sym_static] = ACTIONS(933), + [anon_sym_struct] = ACTIONS(933), + [anon_sym_trait] = ACTIONS(933), + [anon_sym_type] = ACTIONS(933), + [anon_sym_union] = ACTIONS(933), + [anon_sym_unsafe] = ACTIONS(933), + [anon_sym_use] = ACTIONS(933), + [anon_sym_where] = ACTIONS(933), + [anon_sym_while] = ACTIONS(933), + [sym_mutable_specifier] = ACTIONS(933), + [sym_integer_literal] = ACTIONS(935), + [aux_sym_string_literal_token1] = ACTIONS(935), + [sym_char_literal] = ACTIONS(935), + [anon_sym_true] = ACTIONS(933), + [anon_sym_false] = ACTIONS(933), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(933), + [sym_super] = ACTIONS(933), + [sym_crate] = ACTIONS(933), + [sym_metavariable] = ACTIONS(935), + [sym__raw_string_literal_start] = ACTIONS(935), + [sym_float_literal] = ACTIONS(935), + }, + [STATE(156)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(177), - [sym_block_comment] = STATE(177), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(156), + [sym_block_comment] = STATE(156), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(1011), + [anon_sym_RBRACK] = ACTIONS(937), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -37728,107 +35289,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(178)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2699), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(157)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2720), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(178), - [sym_block_comment] = STATE(178), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(157), + [sym_block_comment] = STATE(157), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -37837,114 +35398,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(179)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2819), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(158)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1719), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(179), - [sym_block_comment] = STATE(179), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(158), + [sym_block_comment] = STATE(158), + [aux_sym_enum_variant_list_repeat1] = STATE(203), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(947), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -37953,185 +35514,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(180)] = { - [sym_line_comment] = STATE(180), - [sym_block_comment] = STATE(180), - [sym_identifier] = ACTIONS(1013), - [anon_sym_SEMI] = ACTIONS(1015), - [anon_sym_LPAREN] = ACTIONS(1015), - [anon_sym_RPAREN] = ACTIONS(1015), - [anon_sym_LBRACK] = ACTIONS(1015), - [anon_sym_RBRACK] = ACTIONS(1015), - [anon_sym_LBRACE] = ACTIONS(1015), - [anon_sym_RBRACE] = ACTIONS(1015), - [anon_sym_EQ_GT] = ACTIONS(1015), - [anon_sym_COLON] = ACTIONS(1013), - [anon_sym_DOLLAR] = ACTIONS(1013), - [anon_sym_PLUS] = ACTIONS(1013), - [anon_sym_STAR] = ACTIONS(1013), - [anon_sym_QMARK] = ACTIONS(1015), - [anon_sym_u8] = ACTIONS(1013), - [anon_sym_i8] = ACTIONS(1013), - [anon_sym_u16] = ACTIONS(1013), - [anon_sym_i16] = ACTIONS(1013), - [anon_sym_u32] = ACTIONS(1013), - [anon_sym_i32] = ACTIONS(1013), - [anon_sym_u64] = ACTIONS(1013), - [anon_sym_i64] = ACTIONS(1013), - [anon_sym_u128] = ACTIONS(1013), - [anon_sym_i128] = ACTIONS(1013), - [anon_sym_isize] = ACTIONS(1013), - [anon_sym_usize] = ACTIONS(1013), - [anon_sym_f32] = ACTIONS(1013), - [anon_sym_f64] = ACTIONS(1013), - [anon_sym_bool] = ACTIONS(1013), - [anon_sym_str] = ACTIONS(1013), - [anon_sym_char] = ACTIONS(1013), - [anon_sym_DASH] = ACTIONS(1013), - [anon_sym_SLASH] = ACTIONS(1013), - [anon_sym_PERCENT] = ACTIONS(1013), - [anon_sym_CARET] = ACTIONS(1013), - [anon_sym_BANG] = ACTIONS(1013), - [anon_sym_AMP] = ACTIONS(1013), - [anon_sym_PIPE] = ACTIONS(1013), - [anon_sym_AMP_AMP] = ACTIONS(1015), - [anon_sym_PIPE_PIPE] = ACTIONS(1015), - [anon_sym_LT_LT] = ACTIONS(1013), - [anon_sym_GT_GT] = ACTIONS(1013), - [anon_sym_PLUS_EQ] = ACTIONS(1015), - [anon_sym_DASH_EQ] = ACTIONS(1015), - [anon_sym_STAR_EQ] = ACTIONS(1015), - [anon_sym_SLASH_EQ] = ACTIONS(1015), - [anon_sym_PERCENT_EQ] = ACTIONS(1015), - [anon_sym_CARET_EQ] = ACTIONS(1015), - [anon_sym_AMP_EQ] = ACTIONS(1015), - [anon_sym_PIPE_EQ] = ACTIONS(1015), - [anon_sym_LT_LT_EQ] = ACTIONS(1015), - [anon_sym_GT_GT_EQ] = ACTIONS(1015), - [anon_sym_EQ] = ACTIONS(1013), - [anon_sym_EQ_EQ] = ACTIONS(1015), - [anon_sym_BANG_EQ] = ACTIONS(1015), - [anon_sym_GT] = ACTIONS(1013), - [anon_sym_LT] = ACTIONS(1013), - [anon_sym_GT_EQ] = ACTIONS(1015), - [anon_sym_LT_EQ] = ACTIONS(1015), - [anon_sym_AT] = ACTIONS(1015), - [anon_sym__] = ACTIONS(1013), - [anon_sym_DOT] = ACTIONS(1013), - [anon_sym_DOT_DOT] = ACTIONS(1013), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1015), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1015), - [anon_sym_COMMA] = ACTIONS(1015), - [anon_sym_COLON_COLON] = ACTIONS(1015), - [anon_sym_DASH_GT] = ACTIONS(1015), - [anon_sym_POUND] = ACTIONS(1015), - [anon_sym_SQUOTE] = ACTIONS(1013), - [anon_sym_as] = ACTIONS(1013), - [anon_sym_async] = ACTIONS(1013), - [anon_sym_await] = ACTIONS(1013), - [anon_sym_break] = ACTIONS(1013), - [anon_sym_const] = ACTIONS(1013), - [anon_sym_continue] = ACTIONS(1013), - [anon_sym_default] = ACTIONS(1013), - [anon_sym_enum] = ACTIONS(1013), - [anon_sym_fn] = ACTIONS(1013), - [anon_sym_for] = ACTIONS(1013), - [anon_sym_gen] = ACTIONS(1013), - [anon_sym_if] = ACTIONS(1013), - [anon_sym_impl] = ACTIONS(1013), - [anon_sym_let] = ACTIONS(1013), - [anon_sym_loop] = ACTIONS(1013), - [anon_sym_match] = ACTIONS(1013), - [anon_sym_mod] = ACTIONS(1013), - [anon_sym_pub] = ACTIONS(1013), - [anon_sym_return] = ACTIONS(1013), - [anon_sym_static] = ACTIONS(1013), - [anon_sym_struct] = ACTIONS(1013), - [anon_sym_trait] = ACTIONS(1013), - [anon_sym_type] = ACTIONS(1013), - [anon_sym_union] = ACTIONS(1013), - [anon_sym_unsafe] = ACTIONS(1013), - [anon_sym_use] = ACTIONS(1013), - [anon_sym_where] = ACTIONS(1013), - [anon_sym_while] = ACTIONS(1013), - [sym_mutable_specifier] = ACTIONS(1013), - [sym_integer_literal] = ACTIONS(1015), - [aux_sym_string_literal_token1] = ACTIONS(1015), - [sym_char_literal] = ACTIONS(1015), - [anon_sym_true] = ACTIONS(1013), - [anon_sym_false] = ACTIONS(1013), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1013), - [sym_super] = ACTIONS(1013), - [sym_crate] = ACTIONS(1013), - [sym_metavariable] = ACTIONS(1015), - [sym__raw_string_literal_start] = ACTIONS(1015), - [sym_float_literal] = ACTIONS(1015), - }, - [STATE(181)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(159)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(181), - [sym_block_comment] = STATE(181), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(159), + [sym_block_comment] = STATE(159), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(949), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(1017), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -38192,62 +35637,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(182)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(160)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(182), - [sym_block_comment] = STATE(182), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(160), + [sym_block_comment] = STATE(160), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1019), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(951), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -38308,178 +35753,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(183)] = { - [sym_line_comment] = STATE(183), - [sym_block_comment] = STATE(183), - [sym_identifier] = ACTIONS(1021), - [anon_sym_SEMI] = ACTIONS(1023), - [anon_sym_LPAREN] = ACTIONS(1023), - [anon_sym_RPAREN] = ACTIONS(1023), - [anon_sym_LBRACK] = ACTIONS(1023), - [anon_sym_RBRACK] = ACTIONS(1023), - [anon_sym_LBRACE] = ACTIONS(1023), - [anon_sym_RBRACE] = ACTIONS(1023), - [anon_sym_EQ_GT] = ACTIONS(1023), - [anon_sym_COLON] = ACTIONS(1021), - [anon_sym_DOLLAR] = ACTIONS(1021), - [anon_sym_PLUS] = ACTIONS(1021), - [anon_sym_STAR] = ACTIONS(1021), - [anon_sym_QMARK] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(1021), - [anon_sym_i8] = ACTIONS(1021), - [anon_sym_u16] = ACTIONS(1021), - [anon_sym_i16] = ACTIONS(1021), - [anon_sym_u32] = ACTIONS(1021), - [anon_sym_i32] = ACTIONS(1021), - [anon_sym_u64] = ACTIONS(1021), - [anon_sym_i64] = ACTIONS(1021), - [anon_sym_u128] = ACTIONS(1021), - [anon_sym_i128] = ACTIONS(1021), - [anon_sym_isize] = ACTIONS(1021), - [anon_sym_usize] = ACTIONS(1021), - [anon_sym_f32] = ACTIONS(1021), - [anon_sym_f64] = ACTIONS(1021), - [anon_sym_bool] = ACTIONS(1021), - [anon_sym_str] = ACTIONS(1021), - [anon_sym_char] = ACTIONS(1021), - [anon_sym_DASH] = ACTIONS(1021), - [anon_sym_SLASH] = ACTIONS(1021), - [anon_sym_PERCENT] = ACTIONS(1021), - [anon_sym_CARET] = ACTIONS(1021), - [anon_sym_BANG] = ACTIONS(1021), - [anon_sym_AMP] = ACTIONS(1021), - [anon_sym_PIPE] = ACTIONS(1021), - [anon_sym_AMP_AMP] = ACTIONS(1023), - [anon_sym_PIPE_PIPE] = ACTIONS(1023), - [anon_sym_LT_LT] = ACTIONS(1021), - [anon_sym_GT_GT] = ACTIONS(1021), - [anon_sym_PLUS_EQ] = ACTIONS(1023), - [anon_sym_DASH_EQ] = ACTIONS(1023), - [anon_sym_STAR_EQ] = ACTIONS(1023), - [anon_sym_SLASH_EQ] = ACTIONS(1023), - [anon_sym_PERCENT_EQ] = ACTIONS(1023), - [anon_sym_CARET_EQ] = ACTIONS(1023), - [anon_sym_AMP_EQ] = ACTIONS(1023), - [anon_sym_PIPE_EQ] = ACTIONS(1023), - [anon_sym_LT_LT_EQ] = ACTIONS(1023), - [anon_sym_GT_GT_EQ] = ACTIONS(1023), - [anon_sym_EQ] = ACTIONS(1021), - [anon_sym_EQ_EQ] = ACTIONS(1023), - [anon_sym_BANG_EQ] = ACTIONS(1023), - [anon_sym_GT] = ACTIONS(1021), - [anon_sym_LT] = ACTIONS(1021), - [anon_sym_GT_EQ] = ACTIONS(1023), - [anon_sym_LT_EQ] = ACTIONS(1023), - [anon_sym_AT] = ACTIONS(1023), - [anon_sym__] = ACTIONS(1021), - [anon_sym_DOT] = ACTIONS(1021), - [anon_sym_DOT_DOT] = ACTIONS(1021), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1023), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1023), - [anon_sym_COMMA] = ACTIONS(1023), - [anon_sym_COLON_COLON] = ACTIONS(1023), - [anon_sym_DASH_GT] = ACTIONS(1023), - [anon_sym_POUND] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1021), - [anon_sym_as] = ACTIONS(1021), - [anon_sym_async] = ACTIONS(1021), - [anon_sym_await] = ACTIONS(1021), - [anon_sym_break] = ACTIONS(1021), - [anon_sym_const] = ACTIONS(1021), - [anon_sym_continue] = ACTIONS(1021), - [anon_sym_default] = ACTIONS(1021), - [anon_sym_enum] = ACTIONS(1021), - [anon_sym_fn] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1021), - [anon_sym_gen] = ACTIONS(1021), - [anon_sym_if] = ACTIONS(1021), - [anon_sym_impl] = ACTIONS(1021), - [anon_sym_let] = ACTIONS(1021), - [anon_sym_loop] = ACTIONS(1021), - [anon_sym_match] = ACTIONS(1021), - [anon_sym_mod] = ACTIONS(1021), - [anon_sym_pub] = ACTIONS(1021), - [anon_sym_return] = ACTIONS(1021), - [anon_sym_static] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1021), - [anon_sym_trait] = ACTIONS(1021), - [anon_sym_type] = ACTIONS(1021), - [anon_sym_union] = ACTIONS(1021), - [anon_sym_unsafe] = ACTIONS(1021), - [anon_sym_use] = ACTIONS(1021), - [anon_sym_where] = ACTIONS(1021), - [anon_sym_while] = ACTIONS(1021), - [sym_mutable_specifier] = ACTIONS(1021), - [sym_integer_literal] = ACTIONS(1023), - [aux_sym_string_literal_token1] = ACTIONS(1023), - [sym_char_literal] = ACTIONS(1023), - [anon_sym_true] = ACTIONS(1021), - [anon_sym_false] = ACTIONS(1021), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1021), - [sym_super] = ACTIONS(1021), - [sym_crate] = ACTIONS(1021), - [sym_metavariable] = ACTIONS(1023), - [sym__raw_string_literal_start] = ACTIONS(1023), - [sym_float_literal] = ACTIONS(1023), - }, - [STATE(184)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1789), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(161)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(184), - [sym_block_comment] = STATE(184), - [aux_sym_enum_variant_list_repeat1] = STATE(201), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(161), + [sym_block_comment] = STATE(161), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1025), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(953), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -38540,455 +35869,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(185)] = { - [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), - }, - [STATE(186)] = { - [sym_line_comment] = STATE(186), - [sym_block_comment] = STATE(186), - [sym_identifier] = ACTIONS(1031), - [anon_sym_SEMI] = ACTIONS(1033), - [anon_sym_LPAREN] = ACTIONS(1033), - [anon_sym_RPAREN] = ACTIONS(1033), - [anon_sym_LBRACK] = ACTIONS(1033), - [anon_sym_RBRACK] = ACTIONS(1033), - [anon_sym_LBRACE] = ACTIONS(1033), - [anon_sym_RBRACE] = ACTIONS(1033), - [anon_sym_EQ_GT] = ACTIONS(1033), - [anon_sym_COLON] = ACTIONS(1031), - [anon_sym_DOLLAR] = ACTIONS(1031), - [anon_sym_PLUS] = ACTIONS(1031), - [anon_sym_STAR] = ACTIONS(1031), - [anon_sym_QMARK] = ACTIONS(1033), - [anon_sym_u8] = ACTIONS(1031), - [anon_sym_i8] = ACTIONS(1031), - [anon_sym_u16] = ACTIONS(1031), - [anon_sym_i16] = ACTIONS(1031), - [anon_sym_u32] = ACTIONS(1031), - [anon_sym_i32] = ACTIONS(1031), - [anon_sym_u64] = ACTIONS(1031), - [anon_sym_i64] = ACTIONS(1031), - [anon_sym_u128] = ACTIONS(1031), - [anon_sym_i128] = ACTIONS(1031), - [anon_sym_isize] = ACTIONS(1031), - [anon_sym_usize] = ACTIONS(1031), - [anon_sym_f32] = ACTIONS(1031), - [anon_sym_f64] = ACTIONS(1031), - [anon_sym_bool] = ACTIONS(1031), - [anon_sym_str] = ACTIONS(1031), - [anon_sym_char] = ACTIONS(1031), - [anon_sym_DASH] = ACTIONS(1031), - [anon_sym_SLASH] = ACTIONS(1031), - [anon_sym_PERCENT] = ACTIONS(1031), - [anon_sym_CARET] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_AMP] = ACTIONS(1031), - [anon_sym_PIPE] = ACTIONS(1031), - [anon_sym_AMP_AMP] = ACTIONS(1033), - [anon_sym_PIPE_PIPE] = ACTIONS(1033), - [anon_sym_LT_LT] = ACTIONS(1031), - [anon_sym_GT_GT] = ACTIONS(1031), - [anon_sym_PLUS_EQ] = ACTIONS(1033), - [anon_sym_DASH_EQ] = ACTIONS(1033), - [anon_sym_STAR_EQ] = ACTIONS(1033), - [anon_sym_SLASH_EQ] = ACTIONS(1033), - [anon_sym_PERCENT_EQ] = ACTIONS(1033), - [anon_sym_CARET_EQ] = ACTIONS(1033), - [anon_sym_AMP_EQ] = ACTIONS(1033), - [anon_sym_PIPE_EQ] = ACTIONS(1033), - [anon_sym_LT_LT_EQ] = ACTIONS(1033), - [anon_sym_GT_GT_EQ] = ACTIONS(1033), - [anon_sym_EQ] = ACTIONS(1031), - [anon_sym_EQ_EQ] = ACTIONS(1033), - [anon_sym_BANG_EQ] = ACTIONS(1033), - [anon_sym_GT] = ACTIONS(1031), - [anon_sym_LT] = ACTIONS(1031), - [anon_sym_GT_EQ] = ACTIONS(1033), - [anon_sym_LT_EQ] = ACTIONS(1033), - [anon_sym_AT] = ACTIONS(1033), - [anon_sym__] = ACTIONS(1031), - [anon_sym_DOT] = ACTIONS(1031), - [anon_sym_DOT_DOT] = ACTIONS(1031), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1033), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1033), - [anon_sym_COMMA] = ACTIONS(1033), - [anon_sym_COLON_COLON] = ACTIONS(1033), - [anon_sym_DASH_GT] = ACTIONS(1033), - [anon_sym_POUND] = ACTIONS(1033), - [anon_sym_SQUOTE] = ACTIONS(1031), - [anon_sym_as] = ACTIONS(1031), - [anon_sym_async] = ACTIONS(1031), - [anon_sym_await] = ACTIONS(1031), - [anon_sym_break] = ACTIONS(1031), - [anon_sym_const] = ACTIONS(1031), - [anon_sym_continue] = ACTIONS(1031), - [anon_sym_default] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1031), - [anon_sym_fn] = ACTIONS(1031), - [anon_sym_for] = ACTIONS(1031), - [anon_sym_gen] = ACTIONS(1031), - [anon_sym_if] = ACTIONS(1031), - [anon_sym_impl] = ACTIONS(1031), - [anon_sym_let] = ACTIONS(1031), - [anon_sym_loop] = ACTIONS(1031), - [anon_sym_match] = ACTIONS(1031), - [anon_sym_mod] = ACTIONS(1031), - [anon_sym_pub] = ACTIONS(1031), - [anon_sym_return] = ACTIONS(1031), - [anon_sym_static] = ACTIONS(1031), - [anon_sym_struct] = ACTIONS(1031), - [anon_sym_trait] = ACTIONS(1031), - [anon_sym_type] = ACTIONS(1031), - [anon_sym_union] = ACTIONS(1031), - [anon_sym_unsafe] = ACTIONS(1031), - [anon_sym_use] = ACTIONS(1031), - [anon_sym_where] = ACTIONS(1031), - [anon_sym_while] = ACTIONS(1031), - [sym_mutable_specifier] = ACTIONS(1031), - [sym_integer_literal] = ACTIONS(1033), - [aux_sym_string_literal_token1] = ACTIONS(1033), - [sym_char_literal] = ACTIONS(1033), - [anon_sym_true] = ACTIONS(1031), - [anon_sym_false] = ACTIONS(1031), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1031), - [sym_super] = ACTIONS(1031), - [sym_crate] = ACTIONS(1031), - [sym_metavariable] = ACTIONS(1033), - [sym__raw_string_literal_start] = ACTIONS(1033), - [sym_float_literal] = ACTIONS(1033), - }, - [STATE(187)] = { - [sym_line_comment] = STATE(187), - [sym_block_comment] = STATE(187), - [sym_identifier] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(903), - [anon_sym_LPAREN] = ACTIONS(903), - [anon_sym_RPAREN] = ACTIONS(903), - [anon_sym_LBRACK] = ACTIONS(903), - [anon_sym_RBRACK] = ACTIONS(903), - [anon_sym_LBRACE] = ACTIONS(903), - [anon_sym_RBRACE] = ACTIONS(903), - [anon_sym_EQ_GT] = ACTIONS(903), - [anon_sym_COLON] = ACTIONS(901), - [anon_sym_DOLLAR] = ACTIONS(901), - [anon_sym_PLUS] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(901), - [anon_sym_QMARK] = ACTIONS(903), - [anon_sym_u8] = ACTIONS(901), - [anon_sym_i8] = ACTIONS(901), - [anon_sym_u16] = ACTIONS(901), - [anon_sym_i16] = ACTIONS(901), - [anon_sym_u32] = ACTIONS(901), - [anon_sym_i32] = ACTIONS(901), - [anon_sym_u64] = ACTIONS(901), - [anon_sym_i64] = ACTIONS(901), - [anon_sym_u128] = ACTIONS(901), - [anon_sym_i128] = ACTIONS(901), - [anon_sym_isize] = ACTIONS(901), - [anon_sym_usize] = ACTIONS(901), - [anon_sym_f32] = ACTIONS(901), - [anon_sym_f64] = ACTIONS(901), - [anon_sym_bool] = ACTIONS(901), - [anon_sym_str] = ACTIONS(901), - [anon_sym_char] = ACTIONS(901), - [anon_sym_DASH] = ACTIONS(901), - [anon_sym_SLASH] = ACTIONS(901), - [anon_sym_PERCENT] = ACTIONS(901), - [anon_sym_CARET] = ACTIONS(901), - [anon_sym_BANG] = ACTIONS(901), - [anon_sym_AMP] = ACTIONS(901), - [anon_sym_PIPE] = ACTIONS(901), - [anon_sym_AMP_AMP] = ACTIONS(903), - [anon_sym_PIPE_PIPE] = ACTIONS(903), - [anon_sym_LT_LT] = ACTIONS(901), - [anon_sym_GT_GT] = ACTIONS(901), - [anon_sym_PLUS_EQ] = ACTIONS(903), - [anon_sym_DASH_EQ] = ACTIONS(903), - [anon_sym_STAR_EQ] = ACTIONS(903), - [anon_sym_SLASH_EQ] = ACTIONS(903), - [anon_sym_PERCENT_EQ] = ACTIONS(903), - [anon_sym_CARET_EQ] = ACTIONS(903), - [anon_sym_AMP_EQ] = ACTIONS(903), - [anon_sym_PIPE_EQ] = ACTIONS(903), - [anon_sym_LT_LT_EQ] = ACTIONS(903), - [anon_sym_GT_GT_EQ] = ACTIONS(903), - [anon_sym_EQ] = ACTIONS(901), - [anon_sym_EQ_EQ] = ACTIONS(903), - [anon_sym_BANG_EQ] = ACTIONS(903), - [anon_sym_GT] = ACTIONS(901), - [anon_sym_LT] = ACTIONS(901), - [anon_sym_GT_EQ] = ACTIONS(903), - [anon_sym_LT_EQ] = ACTIONS(903), - [anon_sym_AT] = ACTIONS(903), - [anon_sym__] = ACTIONS(901), - [anon_sym_DOT] = ACTIONS(901), - [anon_sym_DOT_DOT] = ACTIONS(901), - [anon_sym_DOT_DOT_DOT] = ACTIONS(903), - [anon_sym_DOT_DOT_EQ] = ACTIONS(903), - [anon_sym_COMMA] = ACTIONS(903), - [anon_sym_COLON_COLON] = ACTIONS(903), - [anon_sym_DASH_GT] = ACTIONS(903), - [anon_sym_POUND] = ACTIONS(903), - [anon_sym_SQUOTE] = ACTIONS(901), - [anon_sym_as] = ACTIONS(901), - [anon_sym_async] = ACTIONS(901), - [anon_sym_await] = ACTIONS(901), - [anon_sym_break] = ACTIONS(901), - [anon_sym_const] = ACTIONS(901), - [anon_sym_continue] = ACTIONS(901), - [anon_sym_default] = ACTIONS(901), - [anon_sym_enum] = ACTIONS(901), - [anon_sym_fn] = ACTIONS(901), - [anon_sym_for] = ACTIONS(901), - [anon_sym_gen] = ACTIONS(901), - [anon_sym_if] = ACTIONS(901), - [anon_sym_impl] = ACTIONS(901), - [anon_sym_let] = ACTIONS(901), - [anon_sym_loop] = ACTIONS(901), - [anon_sym_match] = ACTIONS(901), - [anon_sym_mod] = ACTIONS(901), - [anon_sym_pub] = ACTIONS(901), - [anon_sym_return] = ACTIONS(901), - [anon_sym_static] = ACTIONS(901), - [anon_sym_struct] = ACTIONS(901), - [anon_sym_trait] = ACTIONS(901), - [anon_sym_type] = ACTIONS(901), - [anon_sym_union] = ACTIONS(901), - [anon_sym_unsafe] = ACTIONS(901), - [anon_sym_use] = ACTIONS(901), - [anon_sym_where] = ACTIONS(901), - [anon_sym_while] = ACTIONS(901), - [sym_mutable_specifier] = ACTIONS(901), - [sym_integer_literal] = ACTIONS(903), - [aux_sym_string_literal_token1] = ACTIONS(903), - [sym_char_literal] = ACTIONS(903), - [anon_sym_true] = ACTIONS(901), - [anon_sym_false] = ACTIONS(901), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(901), - [sym_super] = ACTIONS(901), - [sym_crate] = ACTIONS(901), - [sym_metavariable] = ACTIONS(903), - [sym__raw_string_literal_start] = ACTIONS(903), - [sym_float_literal] = ACTIONS(903), - }, - [STATE(188)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2855), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(162)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(188), - [sym_block_comment] = STATE(188), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(162), + [sym_block_comment] = STATE(162), + [aux_sym_enum_variant_list_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(955), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -38997,114 +35978,230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(189)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2869), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(163)] = { + [sym_line_comment] = STATE(163), + [sym_block_comment] = STATE(163), + [sym_identifier] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_RPAREN] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(959), + [anon_sym_RBRACK] = ACTIONS(959), + [anon_sym_LBRACE] = ACTIONS(959), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_EQ_GT] = ACTIONS(959), + [anon_sym_COLON] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_QMARK] = ACTIONS(959), + [anon_sym_u8] = ACTIONS(957), + [anon_sym_i8] = ACTIONS(957), + [anon_sym_u16] = ACTIONS(957), + [anon_sym_i16] = ACTIONS(957), + [anon_sym_u32] = ACTIONS(957), + [anon_sym_i32] = ACTIONS(957), + [anon_sym_u64] = ACTIONS(957), + [anon_sym_i64] = ACTIONS(957), + [anon_sym_u128] = ACTIONS(957), + [anon_sym_i128] = ACTIONS(957), + [anon_sym_isize] = ACTIONS(957), + [anon_sym_usize] = ACTIONS(957), + [anon_sym_f32] = ACTIONS(957), + [anon_sym_f64] = ACTIONS(957), + [anon_sym_bool] = ACTIONS(957), + [anon_sym_str] = ACTIONS(957), + [anon_sym_char] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_PERCENT] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_BANG] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_AMP_AMP] = ACTIONS(959), + [anon_sym_PIPE_PIPE] = ACTIONS(959), + [anon_sym_LT_LT] = ACTIONS(957), + [anon_sym_GT_GT] = ACTIONS(957), + [anon_sym_PLUS_EQ] = ACTIONS(959), + [anon_sym_DASH_EQ] = ACTIONS(959), + [anon_sym_STAR_EQ] = ACTIONS(959), + [anon_sym_SLASH_EQ] = ACTIONS(959), + [anon_sym_PERCENT_EQ] = ACTIONS(959), + [anon_sym_CARET_EQ] = ACTIONS(959), + [anon_sym_AMP_EQ] = ACTIONS(959), + [anon_sym_PIPE_EQ] = ACTIONS(959), + [anon_sym_LT_LT_EQ] = ACTIONS(959), + [anon_sym_GT_GT_EQ] = ACTIONS(959), + [anon_sym_EQ] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_LT] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_AT] = ACTIONS(959), + [anon_sym__] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_DOT_DOT] = ACTIONS(957), + [anon_sym_DOT_DOT_DOT] = ACTIONS(959), + [anon_sym_DOT_DOT_EQ] = ACTIONS(959), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_COLON_COLON] = ACTIONS(959), + [anon_sym_DASH_GT] = ACTIONS(959), + [anon_sym_POUND] = ACTIONS(959), + [anon_sym_SQUOTE] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_async] = ACTIONS(957), + [anon_sym_await] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_default] = ACTIONS(957), + [anon_sym_enum] = ACTIONS(957), + [anon_sym_fn] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_gen] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_impl] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_pub] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_static] = ACTIONS(957), + [anon_sym_struct] = ACTIONS(957), + [anon_sym_trait] = ACTIONS(957), + [anon_sym_type] = ACTIONS(957), + [anon_sym_union] = ACTIONS(957), + [anon_sym_unsafe] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [sym_mutable_specifier] = ACTIONS(957), + [sym_integer_literal] = ACTIONS(959), + [aux_sym_string_literal_token1] = ACTIONS(959), + [sym_char_literal] = ACTIONS(959), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(957), + [sym_super] = ACTIONS(957), + [sym_crate] = ACTIONS(957), + [sym_metavariable] = ACTIONS(959), + [sym__raw_string_literal_start] = ACTIONS(959), + [sym_float_literal] = ACTIONS(959), + }, + [STATE(164)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(189), - [sym_block_comment] = STATE(189), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(164), + [sym_block_comment] = STATE(164), + [aux_sym_enum_variant_list_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(961), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -39113,114 +36210,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(190)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2754), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(165)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(190), - [sym_block_comment] = STATE(190), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(165), + [sym_block_comment] = STATE(165), + [aux_sym_enum_variant_list_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(963), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -39229,114 +36326,462 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(191)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2703), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(166)] = { + [sym_line_comment] = STATE(166), + [sym_block_comment] = STATE(166), + [sym_identifier] = ACTIONS(965), + [anon_sym_SEMI] = ACTIONS(967), + [anon_sym_LPAREN] = ACTIONS(967), + [anon_sym_RPAREN] = ACTIONS(967), + [anon_sym_LBRACK] = ACTIONS(967), + [anon_sym_RBRACK] = ACTIONS(967), + [anon_sym_LBRACE] = ACTIONS(967), + [anon_sym_RBRACE] = ACTIONS(967), + [anon_sym_EQ_GT] = ACTIONS(967), + [anon_sym_COLON] = ACTIONS(965), + [anon_sym_DOLLAR] = ACTIONS(965), + [anon_sym_PLUS] = ACTIONS(965), + [anon_sym_STAR] = ACTIONS(965), + [anon_sym_QMARK] = ACTIONS(967), + [anon_sym_u8] = ACTIONS(965), + [anon_sym_i8] = ACTIONS(965), + [anon_sym_u16] = ACTIONS(965), + [anon_sym_i16] = ACTIONS(965), + [anon_sym_u32] = ACTIONS(965), + [anon_sym_i32] = ACTIONS(965), + [anon_sym_u64] = ACTIONS(965), + [anon_sym_i64] = ACTIONS(965), + [anon_sym_u128] = ACTIONS(965), + [anon_sym_i128] = ACTIONS(965), + [anon_sym_isize] = ACTIONS(965), + [anon_sym_usize] = ACTIONS(965), + [anon_sym_f32] = ACTIONS(965), + [anon_sym_f64] = ACTIONS(965), + [anon_sym_bool] = ACTIONS(965), + [anon_sym_str] = ACTIONS(965), + [anon_sym_char] = ACTIONS(965), + [anon_sym_DASH] = ACTIONS(965), + [anon_sym_SLASH] = ACTIONS(965), + [anon_sym_PERCENT] = ACTIONS(965), + [anon_sym_CARET] = ACTIONS(965), + [anon_sym_BANG] = ACTIONS(965), + [anon_sym_AMP] = ACTIONS(965), + [anon_sym_PIPE] = ACTIONS(965), + [anon_sym_AMP_AMP] = ACTIONS(967), + [anon_sym_PIPE_PIPE] = ACTIONS(967), + [anon_sym_LT_LT] = ACTIONS(965), + [anon_sym_GT_GT] = ACTIONS(965), + [anon_sym_PLUS_EQ] = ACTIONS(967), + [anon_sym_DASH_EQ] = ACTIONS(967), + [anon_sym_STAR_EQ] = ACTIONS(967), + [anon_sym_SLASH_EQ] = ACTIONS(967), + [anon_sym_PERCENT_EQ] = ACTIONS(967), + [anon_sym_CARET_EQ] = ACTIONS(967), + [anon_sym_AMP_EQ] = ACTIONS(967), + [anon_sym_PIPE_EQ] = ACTIONS(967), + [anon_sym_LT_LT_EQ] = ACTIONS(967), + [anon_sym_GT_GT_EQ] = ACTIONS(967), + [anon_sym_EQ] = ACTIONS(965), + [anon_sym_EQ_EQ] = ACTIONS(967), + [anon_sym_BANG_EQ] = ACTIONS(967), + [anon_sym_GT] = ACTIONS(965), + [anon_sym_LT] = ACTIONS(965), + [anon_sym_GT_EQ] = ACTIONS(967), + [anon_sym_LT_EQ] = ACTIONS(967), + [anon_sym_AT] = ACTIONS(967), + [anon_sym__] = ACTIONS(965), + [anon_sym_DOT] = ACTIONS(965), + [anon_sym_DOT_DOT] = ACTIONS(965), + [anon_sym_DOT_DOT_DOT] = ACTIONS(967), + [anon_sym_DOT_DOT_EQ] = ACTIONS(967), + [anon_sym_COMMA] = ACTIONS(967), + [anon_sym_COLON_COLON] = ACTIONS(967), + [anon_sym_DASH_GT] = ACTIONS(967), + [anon_sym_POUND] = ACTIONS(967), + [anon_sym_SQUOTE] = ACTIONS(965), + [anon_sym_as] = ACTIONS(965), + [anon_sym_async] = ACTIONS(965), + [anon_sym_await] = ACTIONS(965), + [anon_sym_break] = ACTIONS(965), + [anon_sym_const] = ACTIONS(965), + [anon_sym_continue] = ACTIONS(965), + [anon_sym_default] = ACTIONS(965), + [anon_sym_enum] = ACTIONS(965), + [anon_sym_fn] = ACTIONS(965), + [anon_sym_for] = ACTIONS(965), + [anon_sym_gen] = ACTIONS(965), + [anon_sym_if] = ACTIONS(965), + [anon_sym_impl] = ACTIONS(965), + [anon_sym_let] = ACTIONS(965), + [anon_sym_loop] = ACTIONS(965), + [anon_sym_match] = ACTIONS(965), + [anon_sym_mod] = ACTIONS(965), + [anon_sym_pub] = ACTIONS(965), + [anon_sym_return] = ACTIONS(965), + [anon_sym_static] = ACTIONS(965), + [anon_sym_struct] = ACTIONS(965), + [anon_sym_trait] = ACTIONS(965), + [anon_sym_type] = ACTIONS(965), + [anon_sym_union] = ACTIONS(965), + [anon_sym_unsafe] = ACTIONS(965), + [anon_sym_use] = ACTIONS(965), + [anon_sym_where] = ACTIONS(965), + [anon_sym_while] = ACTIONS(965), + [sym_mutable_specifier] = ACTIONS(965), + [sym_integer_literal] = ACTIONS(967), + [aux_sym_string_literal_token1] = ACTIONS(967), + [sym_char_literal] = ACTIONS(967), + [anon_sym_true] = ACTIONS(965), + [anon_sym_false] = ACTIONS(965), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(965), + [sym_super] = ACTIONS(965), + [sym_crate] = ACTIONS(965), + [sym_metavariable] = ACTIONS(967), + [sym__raw_string_literal_start] = ACTIONS(967), + [sym_float_literal] = ACTIONS(967), + }, + [STATE(167)] = { + [sym_line_comment] = STATE(167), + [sym_block_comment] = STATE(167), + [sym_identifier] = ACTIONS(969), + [anon_sym_SEMI] = ACTIONS(971), + [anon_sym_LPAREN] = ACTIONS(971), + [anon_sym_RPAREN] = ACTIONS(971), + [anon_sym_LBRACK] = ACTIONS(971), + [anon_sym_RBRACK] = ACTIONS(971), + [anon_sym_LBRACE] = ACTIONS(971), + [anon_sym_RBRACE] = ACTIONS(971), + [anon_sym_EQ_GT] = ACTIONS(971), + [anon_sym_COLON] = ACTIONS(969), + [anon_sym_DOLLAR] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_STAR] = ACTIONS(969), + [anon_sym_QMARK] = ACTIONS(971), + [anon_sym_u8] = ACTIONS(969), + [anon_sym_i8] = ACTIONS(969), + [anon_sym_u16] = ACTIONS(969), + [anon_sym_i16] = ACTIONS(969), + [anon_sym_u32] = ACTIONS(969), + [anon_sym_i32] = ACTIONS(969), + [anon_sym_u64] = ACTIONS(969), + [anon_sym_i64] = ACTIONS(969), + [anon_sym_u128] = ACTIONS(969), + [anon_sym_i128] = ACTIONS(969), + [anon_sym_isize] = ACTIONS(969), + [anon_sym_usize] = ACTIONS(969), + [anon_sym_f32] = ACTIONS(969), + [anon_sym_f64] = ACTIONS(969), + [anon_sym_bool] = ACTIONS(969), + [anon_sym_str] = ACTIONS(969), + [anon_sym_char] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_SLASH] = ACTIONS(969), + [anon_sym_PERCENT] = ACTIONS(969), + [anon_sym_CARET] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_AMP] = ACTIONS(969), + [anon_sym_PIPE] = ACTIONS(969), + [anon_sym_AMP_AMP] = ACTIONS(971), + [anon_sym_PIPE_PIPE] = ACTIONS(971), + [anon_sym_LT_LT] = ACTIONS(969), + [anon_sym_GT_GT] = ACTIONS(969), + [anon_sym_PLUS_EQ] = ACTIONS(971), + [anon_sym_DASH_EQ] = ACTIONS(971), + [anon_sym_STAR_EQ] = ACTIONS(971), + [anon_sym_SLASH_EQ] = ACTIONS(971), + [anon_sym_PERCENT_EQ] = ACTIONS(971), + [anon_sym_CARET_EQ] = ACTIONS(971), + [anon_sym_AMP_EQ] = ACTIONS(971), + [anon_sym_PIPE_EQ] = ACTIONS(971), + [anon_sym_LT_LT_EQ] = ACTIONS(971), + [anon_sym_GT_GT_EQ] = ACTIONS(971), + [anon_sym_EQ] = ACTIONS(969), + [anon_sym_EQ_EQ] = ACTIONS(971), + [anon_sym_BANG_EQ] = ACTIONS(971), + [anon_sym_GT] = ACTIONS(969), + [anon_sym_LT] = ACTIONS(969), + [anon_sym_GT_EQ] = ACTIONS(971), + [anon_sym_LT_EQ] = ACTIONS(971), + [anon_sym_AT] = ACTIONS(971), + [anon_sym__] = ACTIONS(969), + [anon_sym_DOT] = ACTIONS(969), + [anon_sym_DOT_DOT] = ACTIONS(969), + [anon_sym_DOT_DOT_DOT] = ACTIONS(971), + [anon_sym_DOT_DOT_EQ] = ACTIONS(971), + [anon_sym_COMMA] = ACTIONS(971), + [anon_sym_COLON_COLON] = ACTIONS(971), + [anon_sym_DASH_GT] = ACTIONS(971), + [anon_sym_POUND] = ACTIONS(971), + [anon_sym_SQUOTE] = ACTIONS(969), + [anon_sym_as] = ACTIONS(969), + [anon_sym_async] = ACTIONS(969), + [anon_sym_await] = ACTIONS(969), + [anon_sym_break] = ACTIONS(969), + [anon_sym_const] = ACTIONS(969), + [anon_sym_continue] = ACTIONS(969), + [anon_sym_default] = ACTIONS(969), + [anon_sym_enum] = ACTIONS(969), + [anon_sym_fn] = ACTIONS(969), + [anon_sym_for] = ACTIONS(969), + [anon_sym_gen] = ACTIONS(969), + [anon_sym_if] = ACTIONS(969), + [anon_sym_impl] = ACTIONS(969), + [anon_sym_let] = ACTIONS(969), + [anon_sym_loop] = ACTIONS(969), + [anon_sym_match] = ACTIONS(969), + [anon_sym_mod] = ACTIONS(969), + [anon_sym_pub] = ACTIONS(969), + [anon_sym_return] = ACTIONS(969), + [anon_sym_static] = ACTIONS(969), + [anon_sym_struct] = ACTIONS(969), + [anon_sym_trait] = ACTIONS(969), + [anon_sym_type] = ACTIONS(969), + [anon_sym_union] = ACTIONS(969), + [anon_sym_unsafe] = ACTIONS(969), + [anon_sym_use] = ACTIONS(969), + [anon_sym_where] = ACTIONS(969), + [anon_sym_while] = ACTIONS(969), + [sym_mutable_specifier] = ACTIONS(969), + [sym_integer_literal] = ACTIONS(971), + [aux_sym_string_literal_token1] = ACTIONS(971), + [sym_char_literal] = ACTIONS(971), + [anon_sym_true] = ACTIONS(969), + [anon_sym_false] = ACTIONS(969), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(969), + [sym_super] = ACTIONS(969), + [sym_crate] = ACTIONS(969), + [sym_metavariable] = ACTIONS(971), + [sym__raw_string_literal_start] = ACTIONS(971), + [sym_float_literal] = ACTIONS(971), + }, + [STATE(168)] = { + [sym_line_comment] = STATE(168), + [sym_block_comment] = STATE(168), + [sym_identifier] = ACTIONS(973), + [anon_sym_SEMI] = ACTIONS(975), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_RPAREN] = ACTIONS(975), + [anon_sym_LBRACK] = ACTIONS(975), + [anon_sym_RBRACK] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(975), + [anon_sym_RBRACE] = ACTIONS(975), + [anon_sym_EQ_GT] = ACTIONS(975), + [anon_sym_COLON] = ACTIONS(973), + [anon_sym_DOLLAR] = ACTIONS(973), + [anon_sym_PLUS] = ACTIONS(973), + [anon_sym_STAR] = ACTIONS(973), + [anon_sym_QMARK] = ACTIONS(975), + [anon_sym_u8] = ACTIONS(973), + [anon_sym_i8] = ACTIONS(973), + [anon_sym_u16] = ACTIONS(973), + [anon_sym_i16] = ACTIONS(973), + [anon_sym_u32] = ACTIONS(973), + [anon_sym_i32] = ACTIONS(973), + [anon_sym_u64] = ACTIONS(973), + [anon_sym_i64] = ACTIONS(973), + [anon_sym_u128] = ACTIONS(973), + [anon_sym_i128] = ACTIONS(973), + [anon_sym_isize] = ACTIONS(973), + [anon_sym_usize] = ACTIONS(973), + [anon_sym_f32] = ACTIONS(973), + [anon_sym_f64] = ACTIONS(973), + [anon_sym_bool] = ACTIONS(973), + [anon_sym_str] = ACTIONS(973), + [anon_sym_char] = ACTIONS(973), + [anon_sym_DASH] = ACTIONS(973), + [anon_sym_SLASH] = ACTIONS(973), + [anon_sym_PERCENT] = ACTIONS(973), + [anon_sym_CARET] = ACTIONS(973), + [anon_sym_BANG] = ACTIONS(973), + [anon_sym_AMP] = ACTIONS(973), + [anon_sym_PIPE] = ACTIONS(973), + [anon_sym_AMP_AMP] = ACTIONS(975), + [anon_sym_PIPE_PIPE] = ACTIONS(975), + [anon_sym_LT_LT] = ACTIONS(973), + [anon_sym_GT_GT] = ACTIONS(973), + [anon_sym_PLUS_EQ] = ACTIONS(975), + [anon_sym_DASH_EQ] = ACTIONS(975), + [anon_sym_STAR_EQ] = ACTIONS(975), + [anon_sym_SLASH_EQ] = ACTIONS(975), + [anon_sym_PERCENT_EQ] = ACTIONS(975), + [anon_sym_CARET_EQ] = ACTIONS(975), + [anon_sym_AMP_EQ] = ACTIONS(975), + [anon_sym_PIPE_EQ] = ACTIONS(975), + [anon_sym_LT_LT_EQ] = ACTIONS(975), + [anon_sym_GT_GT_EQ] = ACTIONS(975), + [anon_sym_EQ] = ACTIONS(973), + [anon_sym_EQ_EQ] = ACTIONS(975), + [anon_sym_BANG_EQ] = ACTIONS(975), + [anon_sym_GT] = ACTIONS(973), + [anon_sym_LT] = ACTIONS(973), + [anon_sym_GT_EQ] = ACTIONS(975), + [anon_sym_LT_EQ] = ACTIONS(975), + [anon_sym_AT] = ACTIONS(975), + [anon_sym__] = ACTIONS(973), + [anon_sym_DOT] = ACTIONS(973), + [anon_sym_DOT_DOT] = ACTIONS(973), + [anon_sym_DOT_DOT_DOT] = ACTIONS(975), + [anon_sym_DOT_DOT_EQ] = ACTIONS(975), + [anon_sym_COMMA] = ACTIONS(975), + [anon_sym_COLON_COLON] = ACTIONS(975), + [anon_sym_DASH_GT] = ACTIONS(975), + [anon_sym_POUND] = ACTIONS(975), + [anon_sym_SQUOTE] = ACTIONS(973), + [anon_sym_as] = ACTIONS(973), + [anon_sym_async] = ACTIONS(973), + [anon_sym_await] = ACTIONS(973), + [anon_sym_break] = ACTIONS(973), + [anon_sym_const] = ACTIONS(973), + [anon_sym_continue] = ACTIONS(973), + [anon_sym_default] = ACTIONS(973), + [anon_sym_enum] = ACTIONS(973), + [anon_sym_fn] = ACTIONS(973), + [anon_sym_for] = ACTIONS(973), + [anon_sym_gen] = ACTIONS(973), + [anon_sym_if] = ACTIONS(973), + [anon_sym_impl] = ACTIONS(973), + [anon_sym_let] = ACTIONS(973), + [anon_sym_loop] = ACTIONS(973), + [anon_sym_match] = ACTIONS(973), + [anon_sym_mod] = ACTIONS(973), + [anon_sym_pub] = ACTIONS(973), + [anon_sym_return] = ACTIONS(973), + [anon_sym_static] = ACTIONS(973), + [anon_sym_struct] = ACTIONS(973), + [anon_sym_trait] = ACTIONS(973), + [anon_sym_type] = ACTIONS(973), + [anon_sym_union] = ACTIONS(973), + [anon_sym_unsafe] = ACTIONS(973), + [anon_sym_use] = ACTIONS(973), + [anon_sym_where] = ACTIONS(973), + [anon_sym_while] = ACTIONS(973), + [sym_mutable_specifier] = ACTIONS(973), + [sym_integer_literal] = ACTIONS(975), + [aux_sym_string_literal_token1] = ACTIONS(975), + [sym_char_literal] = ACTIONS(975), + [anon_sym_true] = ACTIONS(973), + [anon_sym_false] = ACTIONS(973), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(973), + [sym_super] = ACTIONS(973), + [sym_crate] = ACTIONS(973), + [sym_metavariable] = ACTIONS(975), + [sym__raw_string_literal_start] = ACTIONS(975), + [sym_float_literal] = ACTIONS(975), + }, + [STATE(169)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2781), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(191), - [sym_block_comment] = STATE(191), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(169), + [sym_block_comment] = STATE(169), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39345,114 +36790,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(192)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2716), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(170)] = { + [sym_line_comment] = STATE(170), + [sym_block_comment] = STATE(170), + [aux_sym__non_special_token_repeat1] = STATE(170), + [sym_identifier] = ACTIONS(875), + [anon_sym_SEMI] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(880), + [anon_sym_RPAREN] = ACTIONS(880), + [anon_sym_LBRACK] = ACTIONS(880), + [anon_sym_RBRACK] = ACTIONS(880), + [anon_sym_LBRACE] = ACTIONS(880), + [anon_sym_RBRACE] = ACTIONS(880), + [anon_sym_EQ_GT] = ACTIONS(977), + [anon_sym_COLON] = ACTIONS(980), + [anon_sym_DOLLAR] = ACTIONS(880), + [anon_sym_PLUS] = ACTIONS(980), + [anon_sym_STAR] = ACTIONS(980), + [anon_sym_QMARK] = ACTIONS(977), + [anon_sym_u8] = ACTIONS(875), + [anon_sym_i8] = ACTIONS(875), + [anon_sym_u16] = ACTIONS(875), + [anon_sym_i16] = ACTIONS(875), + [anon_sym_u32] = ACTIONS(875), + [anon_sym_i32] = ACTIONS(875), + [anon_sym_u64] = ACTIONS(875), + [anon_sym_i64] = ACTIONS(875), + [anon_sym_u128] = ACTIONS(875), + [anon_sym_i128] = ACTIONS(875), + [anon_sym_isize] = ACTIONS(875), + [anon_sym_usize] = ACTIONS(875), + [anon_sym_f32] = ACTIONS(875), + [anon_sym_f64] = ACTIONS(875), + [anon_sym_bool] = ACTIONS(875), + [anon_sym_str] = ACTIONS(875), + [anon_sym_char] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(980), + [anon_sym_SLASH] = ACTIONS(980), + [anon_sym_PERCENT] = ACTIONS(980), + [anon_sym_CARET] = ACTIONS(980), + [anon_sym_BANG] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(980), + [anon_sym_PIPE] = ACTIONS(980), + [anon_sym_AMP_AMP] = ACTIONS(977), + [anon_sym_PIPE_PIPE] = ACTIONS(977), + [anon_sym_LT_LT] = ACTIONS(980), + [anon_sym_GT_GT] = ACTIONS(980), + [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(980), + [anon_sym_EQ_EQ] = ACTIONS(977), + [anon_sym_BANG_EQ] = ACTIONS(977), + [anon_sym_GT] = ACTIONS(980), + [anon_sym_LT] = ACTIONS(980), + [anon_sym_GT_EQ] = ACTIONS(977), + [anon_sym_LT_EQ] = ACTIONS(977), + [anon_sym_AT] = ACTIONS(977), + [anon_sym__] = ACTIONS(980), + [anon_sym_DOT] = ACTIONS(980), + [anon_sym_DOT_DOT] = ACTIONS(980), + [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(875), + [anon_sym_as] = ACTIONS(875), + [anon_sym_async] = ACTIONS(875), + [anon_sym_await] = ACTIONS(875), + [anon_sym_break] = ACTIONS(875), + [anon_sym_const] = ACTIONS(875), + [anon_sym_continue] = ACTIONS(875), + [anon_sym_default] = ACTIONS(875), + [anon_sym_enum] = ACTIONS(875), + [anon_sym_fn] = ACTIONS(875), + [anon_sym_for] = ACTIONS(875), + [anon_sym_gen] = ACTIONS(875), + [anon_sym_if] = ACTIONS(875), + [anon_sym_impl] = ACTIONS(875), + [anon_sym_let] = ACTIONS(875), + [anon_sym_loop] = ACTIONS(875), + [anon_sym_match] = ACTIONS(875), + [anon_sym_mod] = ACTIONS(875), + [anon_sym_pub] = ACTIONS(875), + [anon_sym_return] = ACTIONS(875), + [anon_sym_static] = ACTIONS(875), + [anon_sym_struct] = ACTIONS(875), + [anon_sym_trait] = ACTIONS(875), + [anon_sym_type] = ACTIONS(875), + [anon_sym_union] = ACTIONS(875), + [anon_sym_unsafe] = ACTIONS(875), + [anon_sym_use] = ACTIONS(875), + [anon_sym_where] = ACTIONS(875), + [anon_sym_while] = ACTIONS(875), + [sym_mutable_specifier] = ACTIONS(875), + [sym_integer_literal] = ACTIONS(880), + [aux_sym_string_literal_token1] = ACTIONS(880), + [sym_char_literal] = ACTIONS(880), + [anon_sym_true] = ACTIONS(875), + [anon_sym_false] = ACTIONS(875), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(875), + [sym_super] = ACTIONS(875), + [sym_crate] = ACTIONS(875), + [sym__raw_string_literal_start] = ACTIONS(880), + [sym_float_literal] = ACTIONS(880), + }, + [STATE(171)] = { + [sym_line_comment] = STATE(171), + [sym_block_comment] = STATE(171), + [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), + }, + [STATE(172)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2746), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(192), - [sym_block_comment] = STATE(192), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(172), + [sym_block_comment] = STATE(172), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39461,69 +37138,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(193)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(173)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1937), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_let_condition] = STATE(3192), + [sym__let_chain] = STATE(3495), + [sym__condition] = STATE(3788), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(173), + [sym_block_comment] = STATE(173), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(991), + [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(993), + [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(174)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(193), - [sym_block_comment] = STATE(193), - [aux_sym_enum_variant_list_repeat1] = STATE(211), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(174), + [sym_block_comment] = STATE(174), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(1035), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -39584,223 +37377,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(194)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2835), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(194), - [sym_block_comment] = STATE(194), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [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(195)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2625), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(176)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2622), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(195), - [sym_block_comment] = STATE(195), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(176), + [sym_block_comment] = STATE(176), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39809,114 +37602,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(196)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(3091), - [sym__let_chain] = STATE(3103), - [sym__condition] = STATE(2627), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(177)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(196), - [sym_block_comment] = STATE(196), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(177), + [sym_block_comment] = STATE(177), + [aux_sym_enum_variant_list_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1001), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -39925,299 +37718,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(197)] = { - [sym_line_comment] = STATE(197), - [sym_block_comment] = STATE(197), - [sym_identifier] = ACTIONS(1037), - [anon_sym_SEMI] = ACTIONS(1039), - [anon_sym_LPAREN] = ACTIONS(1039), - [anon_sym_RPAREN] = ACTIONS(1039), - [anon_sym_LBRACK] = ACTIONS(1039), - [anon_sym_RBRACK] = ACTIONS(1039), - [anon_sym_LBRACE] = ACTIONS(1039), - [anon_sym_RBRACE] = ACTIONS(1039), - [anon_sym_EQ_GT] = ACTIONS(1039), - [anon_sym_COLON] = ACTIONS(1037), - [anon_sym_DOLLAR] = ACTIONS(1037), - [anon_sym_PLUS] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(1037), - [anon_sym_QMARK] = ACTIONS(1039), - [anon_sym_u8] = ACTIONS(1037), - [anon_sym_i8] = ACTIONS(1037), - [anon_sym_u16] = ACTIONS(1037), - [anon_sym_i16] = ACTIONS(1037), - [anon_sym_u32] = ACTIONS(1037), - [anon_sym_i32] = ACTIONS(1037), - [anon_sym_u64] = ACTIONS(1037), - [anon_sym_i64] = ACTIONS(1037), - [anon_sym_u128] = ACTIONS(1037), - [anon_sym_i128] = ACTIONS(1037), - [anon_sym_isize] = ACTIONS(1037), - [anon_sym_usize] = ACTIONS(1037), - [anon_sym_f32] = ACTIONS(1037), - [anon_sym_f64] = ACTIONS(1037), - [anon_sym_bool] = ACTIONS(1037), - [anon_sym_str] = ACTIONS(1037), - [anon_sym_char] = ACTIONS(1037), - [anon_sym_DASH] = ACTIONS(1037), - [anon_sym_SLASH] = ACTIONS(1037), - [anon_sym_PERCENT] = ACTIONS(1037), - [anon_sym_CARET] = ACTIONS(1037), - [anon_sym_BANG] = ACTIONS(1037), - [anon_sym_AMP] = ACTIONS(1037), - [anon_sym_PIPE] = ACTIONS(1037), - [anon_sym_AMP_AMP] = ACTIONS(1039), - [anon_sym_PIPE_PIPE] = ACTIONS(1039), - [anon_sym_LT_LT] = ACTIONS(1037), - [anon_sym_GT_GT] = ACTIONS(1037), - [anon_sym_PLUS_EQ] = ACTIONS(1039), - [anon_sym_DASH_EQ] = ACTIONS(1039), - [anon_sym_STAR_EQ] = ACTIONS(1039), - [anon_sym_SLASH_EQ] = ACTIONS(1039), - [anon_sym_PERCENT_EQ] = ACTIONS(1039), - [anon_sym_CARET_EQ] = ACTIONS(1039), - [anon_sym_AMP_EQ] = ACTIONS(1039), - [anon_sym_PIPE_EQ] = ACTIONS(1039), - [anon_sym_LT_LT_EQ] = ACTIONS(1039), - [anon_sym_GT_GT_EQ] = ACTIONS(1039), - [anon_sym_EQ] = ACTIONS(1037), - [anon_sym_EQ_EQ] = ACTIONS(1039), - [anon_sym_BANG_EQ] = ACTIONS(1039), - [anon_sym_GT] = ACTIONS(1037), - [anon_sym_LT] = ACTIONS(1037), - [anon_sym_GT_EQ] = ACTIONS(1039), - [anon_sym_LT_EQ] = ACTIONS(1039), - [anon_sym_AT] = ACTIONS(1039), - [anon_sym__] = ACTIONS(1037), - [anon_sym_DOT] = ACTIONS(1037), - [anon_sym_DOT_DOT] = ACTIONS(1037), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1039), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1039), - [anon_sym_COMMA] = ACTIONS(1039), - [anon_sym_COLON_COLON] = ACTIONS(1039), - [anon_sym_DASH_GT] = ACTIONS(1039), - [anon_sym_POUND] = ACTIONS(1039), - [anon_sym_SQUOTE] = ACTIONS(1037), - [anon_sym_as] = ACTIONS(1037), - [anon_sym_async] = ACTIONS(1037), - [anon_sym_await] = ACTIONS(1037), - [anon_sym_break] = ACTIONS(1037), - [anon_sym_const] = ACTIONS(1037), - [anon_sym_continue] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [anon_sym_enum] = ACTIONS(1037), - [anon_sym_fn] = ACTIONS(1037), - [anon_sym_for] = ACTIONS(1037), - [anon_sym_gen] = ACTIONS(1037), - [anon_sym_if] = ACTIONS(1037), - [anon_sym_impl] = ACTIONS(1037), - [anon_sym_let] = ACTIONS(1037), - [anon_sym_loop] = ACTIONS(1037), - [anon_sym_match] = ACTIONS(1037), - [anon_sym_mod] = ACTIONS(1037), - [anon_sym_pub] = ACTIONS(1037), - [anon_sym_return] = ACTIONS(1037), - [anon_sym_static] = ACTIONS(1037), - [anon_sym_struct] = ACTIONS(1037), - [anon_sym_trait] = ACTIONS(1037), - [anon_sym_type] = ACTIONS(1037), - [anon_sym_union] = ACTIONS(1037), - [anon_sym_unsafe] = ACTIONS(1037), - [anon_sym_use] = ACTIONS(1037), - [anon_sym_where] = ACTIONS(1037), - [anon_sym_while] = ACTIONS(1037), - [sym_mutable_specifier] = ACTIONS(1037), - [sym_integer_literal] = ACTIONS(1039), - [aux_sym_string_literal_token1] = ACTIONS(1039), - [sym_char_literal] = ACTIONS(1039), - [anon_sym_true] = ACTIONS(1037), - [anon_sym_false] = ACTIONS(1037), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1037), - [sym_super] = ACTIONS(1037), - [sym_crate] = ACTIONS(1037), - [sym_metavariable] = ACTIONS(1039), - [sym__raw_string_literal_start] = ACTIONS(1039), - [sym_float_literal] = ACTIONS(1039), - }, - [STATE(198)] = { - [sym_line_comment] = STATE(198), - [sym_block_comment] = STATE(198), - [sym_identifier] = ACTIONS(1037), - [anon_sym_SEMI] = ACTIONS(1039), - [anon_sym_LPAREN] = ACTIONS(1039), - [anon_sym_RPAREN] = ACTIONS(1039), - [anon_sym_LBRACK] = ACTIONS(1039), - [anon_sym_RBRACK] = ACTIONS(1039), - [anon_sym_LBRACE] = ACTIONS(1039), - [anon_sym_RBRACE] = ACTIONS(1039), - [anon_sym_EQ_GT] = ACTIONS(1039), - [anon_sym_COLON] = ACTIONS(1037), - [anon_sym_DOLLAR] = ACTIONS(1039), - [anon_sym_PLUS] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(1037), - [anon_sym_QMARK] = ACTIONS(1039), - [anon_sym_u8] = ACTIONS(1037), - [anon_sym_i8] = ACTIONS(1037), - [anon_sym_u16] = ACTIONS(1037), - [anon_sym_i16] = ACTIONS(1037), - [anon_sym_u32] = ACTIONS(1037), - [anon_sym_i32] = ACTIONS(1037), - [anon_sym_u64] = ACTIONS(1037), - [anon_sym_i64] = ACTIONS(1037), - [anon_sym_u128] = ACTIONS(1037), - [anon_sym_i128] = ACTIONS(1037), - [anon_sym_isize] = ACTIONS(1037), - [anon_sym_usize] = ACTIONS(1037), - [anon_sym_f32] = ACTIONS(1037), - [anon_sym_f64] = ACTIONS(1037), - [anon_sym_bool] = ACTIONS(1037), - [anon_sym_str] = ACTIONS(1037), - [anon_sym_char] = ACTIONS(1037), - [anon_sym_DASH] = ACTIONS(1037), - [anon_sym_SLASH] = ACTIONS(1037), - [anon_sym_PERCENT] = ACTIONS(1037), - [anon_sym_CARET] = ACTIONS(1037), - [anon_sym_BANG] = ACTIONS(1037), - [anon_sym_AMP] = ACTIONS(1037), - [anon_sym_PIPE] = ACTIONS(1037), - [anon_sym_AMP_AMP] = ACTIONS(1039), - [anon_sym_PIPE_PIPE] = ACTIONS(1039), - [anon_sym_LT_LT] = ACTIONS(1037), - [anon_sym_GT_GT] = ACTIONS(1037), - [anon_sym_PLUS_EQ] = ACTIONS(1039), - [anon_sym_DASH_EQ] = ACTIONS(1039), - [anon_sym_STAR_EQ] = ACTIONS(1039), - [anon_sym_SLASH_EQ] = ACTIONS(1039), - [anon_sym_PERCENT_EQ] = ACTIONS(1039), - [anon_sym_CARET_EQ] = ACTIONS(1039), - [anon_sym_AMP_EQ] = ACTIONS(1039), - [anon_sym_PIPE_EQ] = ACTIONS(1039), - [anon_sym_LT_LT_EQ] = ACTIONS(1039), - [anon_sym_GT_GT_EQ] = ACTIONS(1039), - [anon_sym_EQ] = ACTIONS(1037), - [anon_sym_EQ_EQ] = ACTIONS(1039), - [anon_sym_BANG_EQ] = ACTIONS(1039), - [anon_sym_GT] = ACTIONS(1037), - [anon_sym_LT] = ACTIONS(1037), - [anon_sym_GT_EQ] = ACTIONS(1039), - [anon_sym_LT_EQ] = ACTIONS(1039), - [anon_sym_AT] = ACTIONS(1039), - [anon_sym__] = ACTIONS(1037), - [anon_sym_DOT] = ACTIONS(1037), - [anon_sym_DOT_DOT] = ACTIONS(1037), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1039), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1039), - [anon_sym_COMMA] = ACTIONS(1039), - [anon_sym_COLON_COLON] = ACTIONS(1039), - [anon_sym_DASH_GT] = ACTIONS(1039), - [anon_sym_POUND] = ACTIONS(1039), - [anon_sym_SQUOTE] = ACTIONS(1037), - [anon_sym_as] = ACTIONS(1037), - [anon_sym_async] = ACTIONS(1037), - [anon_sym_await] = ACTIONS(1037), - [anon_sym_break] = ACTIONS(1037), - [anon_sym_const] = ACTIONS(1037), - [anon_sym_continue] = ACTIONS(1037), - [anon_sym_default] = ACTIONS(1037), - [anon_sym_enum] = ACTIONS(1037), - [anon_sym_fn] = ACTIONS(1037), - [anon_sym_for] = ACTIONS(1037), - [anon_sym_gen] = ACTIONS(1037), - [anon_sym_if] = ACTIONS(1037), - [anon_sym_impl] = ACTIONS(1037), - [anon_sym_let] = ACTIONS(1037), - [anon_sym_loop] = ACTIONS(1037), - [anon_sym_match] = ACTIONS(1037), - [anon_sym_mod] = ACTIONS(1037), - [anon_sym_pub] = ACTIONS(1037), - [anon_sym_return] = ACTIONS(1037), - [anon_sym_static] = ACTIONS(1037), - [anon_sym_struct] = ACTIONS(1037), - [anon_sym_trait] = ACTIONS(1037), - [anon_sym_type] = ACTIONS(1037), - [anon_sym_union] = ACTIONS(1037), - [anon_sym_unsafe] = ACTIONS(1037), - [anon_sym_use] = ACTIONS(1037), - [anon_sym_where] = ACTIONS(1037), - [anon_sym_while] = ACTIONS(1037), - [sym_mutable_specifier] = ACTIONS(1037), - [sym_integer_literal] = ACTIONS(1039), - [aux_sym_string_literal_token1] = ACTIONS(1039), - [sym_char_literal] = ACTIONS(1039), - [anon_sym_true] = ACTIONS(1037), - [anon_sym_false] = ACTIONS(1037), + [STATE(178)] = { + [sym_line_comment] = STATE(178), + [sym_block_comment] = STATE(178), + [sym_identifier] = ACTIONS(1003), + [anon_sym_SEMI] = ACTIONS(1005), + [anon_sym_LPAREN] = ACTIONS(1005), + [anon_sym_RPAREN] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(1005), + [anon_sym_RBRACK] = ACTIONS(1005), + [anon_sym_LBRACE] = ACTIONS(1005), + [anon_sym_RBRACE] = ACTIONS(1005), + [anon_sym_EQ_GT] = ACTIONS(1005), + [anon_sym_COLON] = ACTIONS(1003), + [anon_sym_DOLLAR] = ACTIONS(1003), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_QMARK] = ACTIONS(1005), + [anon_sym_u8] = ACTIONS(1003), + [anon_sym_i8] = ACTIONS(1003), + [anon_sym_u16] = ACTIONS(1003), + [anon_sym_i16] = ACTIONS(1003), + [anon_sym_u32] = ACTIONS(1003), + [anon_sym_i32] = ACTIONS(1003), + [anon_sym_u64] = ACTIONS(1003), + [anon_sym_i64] = ACTIONS(1003), + [anon_sym_u128] = ACTIONS(1003), + [anon_sym_i128] = ACTIONS(1003), + [anon_sym_isize] = ACTIONS(1003), + [anon_sym_usize] = ACTIONS(1003), + [anon_sym_f32] = ACTIONS(1003), + [anon_sym_f64] = ACTIONS(1003), + [anon_sym_bool] = ACTIONS(1003), + [anon_sym_str] = ACTIONS(1003), + [anon_sym_char] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_PERCENT] = ACTIONS(1003), + [anon_sym_CARET] = ACTIONS(1003), + [anon_sym_BANG] = ACTIONS(1003), + [anon_sym_AMP] = ACTIONS(1003), + [anon_sym_PIPE] = ACTIONS(1003), + [anon_sym_AMP_AMP] = ACTIONS(1005), + [anon_sym_PIPE_PIPE] = ACTIONS(1005), + [anon_sym_LT_LT] = ACTIONS(1003), + [anon_sym_GT_GT] = ACTIONS(1003), + [anon_sym_PLUS_EQ] = ACTIONS(1005), + [anon_sym_DASH_EQ] = ACTIONS(1005), + [anon_sym_STAR_EQ] = ACTIONS(1005), + [anon_sym_SLASH_EQ] = ACTIONS(1005), + [anon_sym_PERCENT_EQ] = ACTIONS(1005), + [anon_sym_CARET_EQ] = ACTIONS(1005), + [anon_sym_AMP_EQ] = ACTIONS(1005), + [anon_sym_PIPE_EQ] = ACTIONS(1005), + [anon_sym_LT_LT_EQ] = ACTIONS(1005), + [anon_sym_GT_GT_EQ] = ACTIONS(1005), + [anon_sym_EQ] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1005), + [anon_sym_BANG_EQ] = ACTIONS(1005), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_LT] = ACTIONS(1003), + [anon_sym_GT_EQ] = ACTIONS(1005), + [anon_sym_LT_EQ] = ACTIONS(1005), + [anon_sym_AT] = ACTIONS(1005), + [anon_sym__] = ACTIONS(1003), + [anon_sym_DOT] = ACTIONS(1003), + [anon_sym_DOT_DOT] = ACTIONS(1003), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1005), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1005), + [anon_sym_COMMA] = ACTIONS(1005), + [anon_sym_COLON_COLON] = ACTIONS(1005), + [anon_sym_DASH_GT] = ACTIONS(1005), + [anon_sym_POUND] = ACTIONS(1005), + [anon_sym_SQUOTE] = ACTIONS(1003), + [anon_sym_as] = ACTIONS(1003), + [anon_sym_async] = ACTIONS(1003), + [anon_sym_await] = ACTIONS(1003), + [anon_sym_break] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1003), + [anon_sym_continue] = ACTIONS(1003), + [anon_sym_default] = ACTIONS(1003), + [anon_sym_enum] = ACTIONS(1003), + [anon_sym_fn] = ACTIONS(1003), + [anon_sym_for] = ACTIONS(1003), + [anon_sym_gen] = ACTIONS(1003), + [anon_sym_if] = ACTIONS(1003), + [anon_sym_impl] = ACTIONS(1003), + [anon_sym_let] = ACTIONS(1003), + [anon_sym_loop] = ACTIONS(1003), + [anon_sym_match] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_pub] = ACTIONS(1003), + [anon_sym_return] = ACTIONS(1003), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_struct] = ACTIONS(1003), + [anon_sym_trait] = ACTIONS(1003), + [anon_sym_type] = ACTIONS(1003), + [anon_sym_union] = ACTIONS(1003), + [anon_sym_unsafe] = ACTIONS(1003), + [anon_sym_use] = ACTIONS(1003), + [anon_sym_where] = ACTIONS(1003), + [anon_sym_while] = ACTIONS(1003), + [sym_mutable_specifier] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(1005), + [aux_sym_string_literal_token1] = ACTIONS(1005), + [sym_char_literal] = ACTIONS(1005), + [anon_sym_true] = ACTIONS(1003), + [anon_sym_false] = ACTIONS(1003), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1037), - [sym_super] = ACTIONS(1037), - [sym_crate] = ACTIONS(1037), - [sym__raw_string_literal_start] = ACTIONS(1039), - [sym_float_literal] = ACTIONS(1039), + [sym_self] = ACTIONS(1003), + [sym_super] = ACTIONS(1003), + [sym_crate] = ACTIONS(1003), + [sym_metavariable] = ACTIONS(1005), + [sym__raw_string_literal_start] = ACTIONS(1005), + [sym_float_literal] = ACTIONS(1005), }, - [STATE(199)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1707), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(179)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(199), - [sym_block_comment] = STATE(199), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(179), + [sym_block_comment] = STATE(179), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1007), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -40278,175 +37957,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(200)] = { - [sym_line_comment] = STATE(200), - [sym_block_comment] = STATE(200), - [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(201)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1969), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(180)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(201), - [sym_block_comment] = STATE(201), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(180), + [sym_block_comment] = STATE(180), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1009), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -40489,603 +38054,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(202)] = { - [sym_line_comment] = STATE(202), - [sym_block_comment] = STATE(202), - [sym_identifier] = ACTIONS(1021), - [anon_sym_SEMI] = ACTIONS(1023), - [anon_sym_LPAREN] = ACTIONS(1023), - [anon_sym_RPAREN] = ACTIONS(1023), - [anon_sym_LBRACK] = ACTIONS(1023), - [anon_sym_RBRACK] = ACTIONS(1023), - [anon_sym_LBRACE] = ACTIONS(1023), - [anon_sym_RBRACE] = ACTIONS(1023), - [anon_sym_EQ_GT] = ACTIONS(1023), - [anon_sym_COLON] = ACTIONS(1021), - [anon_sym_DOLLAR] = ACTIONS(1023), - [anon_sym_PLUS] = ACTIONS(1021), - [anon_sym_STAR] = ACTIONS(1021), - [anon_sym_QMARK] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(1021), - [anon_sym_i8] = ACTIONS(1021), - [anon_sym_u16] = ACTIONS(1021), - [anon_sym_i16] = ACTIONS(1021), - [anon_sym_u32] = ACTIONS(1021), - [anon_sym_i32] = ACTIONS(1021), - [anon_sym_u64] = ACTIONS(1021), - [anon_sym_i64] = ACTIONS(1021), - [anon_sym_u128] = ACTIONS(1021), - [anon_sym_i128] = ACTIONS(1021), - [anon_sym_isize] = ACTIONS(1021), - [anon_sym_usize] = ACTIONS(1021), - [anon_sym_f32] = ACTIONS(1021), - [anon_sym_f64] = ACTIONS(1021), - [anon_sym_bool] = ACTIONS(1021), - [anon_sym_str] = ACTIONS(1021), - [anon_sym_char] = ACTIONS(1021), - [anon_sym_DASH] = ACTIONS(1021), - [anon_sym_SLASH] = ACTIONS(1021), - [anon_sym_PERCENT] = ACTIONS(1021), - [anon_sym_CARET] = ACTIONS(1021), - [anon_sym_BANG] = ACTIONS(1021), - [anon_sym_AMP] = ACTIONS(1021), - [anon_sym_PIPE] = ACTIONS(1021), - [anon_sym_AMP_AMP] = ACTIONS(1023), - [anon_sym_PIPE_PIPE] = ACTIONS(1023), - [anon_sym_LT_LT] = ACTIONS(1021), - [anon_sym_GT_GT] = ACTIONS(1021), - [anon_sym_PLUS_EQ] = ACTIONS(1023), - [anon_sym_DASH_EQ] = ACTIONS(1023), - [anon_sym_STAR_EQ] = ACTIONS(1023), - [anon_sym_SLASH_EQ] = ACTIONS(1023), - [anon_sym_PERCENT_EQ] = ACTIONS(1023), - [anon_sym_CARET_EQ] = ACTIONS(1023), - [anon_sym_AMP_EQ] = ACTIONS(1023), - [anon_sym_PIPE_EQ] = ACTIONS(1023), - [anon_sym_LT_LT_EQ] = ACTIONS(1023), - [anon_sym_GT_GT_EQ] = ACTIONS(1023), - [anon_sym_EQ] = ACTIONS(1021), - [anon_sym_EQ_EQ] = ACTIONS(1023), - [anon_sym_BANG_EQ] = ACTIONS(1023), - [anon_sym_GT] = ACTIONS(1021), - [anon_sym_LT] = ACTIONS(1021), - [anon_sym_GT_EQ] = ACTIONS(1023), - [anon_sym_LT_EQ] = ACTIONS(1023), - [anon_sym_AT] = ACTIONS(1023), - [anon_sym__] = ACTIONS(1021), - [anon_sym_DOT] = ACTIONS(1021), - [anon_sym_DOT_DOT] = ACTIONS(1021), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1023), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1023), - [anon_sym_COMMA] = ACTIONS(1023), - [anon_sym_COLON_COLON] = ACTIONS(1023), - [anon_sym_DASH_GT] = ACTIONS(1023), - [anon_sym_POUND] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1021), - [anon_sym_as] = ACTIONS(1021), - [anon_sym_async] = ACTIONS(1021), - [anon_sym_await] = ACTIONS(1021), - [anon_sym_break] = ACTIONS(1021), - [anon_sym_const] = ACTIONS(1021), - [anon_sym_continue] = ACTIONS(1021), - [anon_sym_default] = ACTIONS(1021), - [anon_sym_enum] = ACTIONS(1021), - [anon_sym_fn] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1021), - [anon_sym_gen] = ACTIONS(1021), - [anon_sym_if] = ACTIONS(1021), - [anon_sym_impl] = ACTIONS(1021), - [anon_sym_let] = ACTIONS(1021), - [anon_sym_loop] = ACTIONS(1021), - [anon_sym_match] = ACTIONS(1021), - [anon_sym_mod] = ACTIONS(1021), - [anon_sym_pub] = ACTIONS(1021), - [anon_sym_return] = ACTIONS(1021), - [anon_sym_static] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1021), - [anon_sym_trait] = ACTIONS(1021), - [anon_sym_type] = ACTIONS(1021), - [anon_sym_union] = ACTIONS(1021), - [anon_sym_unsafe] = ACTIONS(1021), - [anon_sym_use] = ACTIONS(1021), - [anon_sym_where] = ACTIONS(1021), - [anon_sym_while] = ACTIONS(1021), - [sym_mutable_specifier] = ACTIONS(1021), - [sym_integer_literal] = ACTIONS(1023), - [aux_sym_string_literal_token1] = ACTIONS(1023), - [sym_char_literal] = ACTIONS(1023), - [anon_sym_true] = ACTIONS(1021), - [anon_sym_false] = ACTIONS(1021), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1021), - [sym_super] = ACTIONS(1021), - [sym_crate] = ACTIONS(1021), - [sym__raw_string_literal_start] = ACTIONS(1023), - [sym_float_literal] = ACTIONS(1023), - }, - [STATE(203)] = { - [sym_line_comment] = STATE(203), - [sym_block_comment] = STATE(203), - [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(977), - [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__raw_string_literal_start] = ACTIONS(977), - [sym_float_literal] = ACTIONS(977), - }, - [STATE(204)] = { - [sym_line_comment] = STATE(204), - [sym_block_comment] = STATE(204), - [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), - [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_AT] = ACTIONS(1047), - [anon_sym__] = ACTIONS(1045), - [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_COMMA] = ACTIONS(1047), - [anon_sym_COLON_COLON] = ACTIONS(1047), - [anon_sym_DASH_GT] = ACTIONS(1047), - [anon_sym_POUND] = ACTIONS(1047), - [anon_sym_SQUOTE] = ACTIONS(1045), - [anon_sym_as] = ACTIONS(1045), - [anon_sym_async] = ACTIONS(1045), - [anon_sym_await] = 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_where] = ACTIONS(1045), - [anon_sym_while] = ACTIONS(1045), - [sym_mutable_specifier] = 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_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(1045), - [sym_super] = ACTIONS(1045), - [sym_crate] = ACTIONS(1045), - [sym__raw_string_literal_start] = ACTIONS(1047), - [sym_float_literal] = ACTIONS(1047), - }, - [STATE(205)] = { - [sym_line_comment] = STATE(205), - [sym_block_comment] = STATE(205), - [sym_identifier] = ACTIONS(951), - [anon_sym_SEMI] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(953), - [anon_sym_RPAREN] = ACTIONS(953), - [anon_sym_LBRACK] = ACTIONS(953), - [anon_sym_RBRACK] = ACTIONS(953), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_RBRACE] = ACTIONS(953), - [anon_sym_EQ_GT] = ACTIONS(953), - [anon_sym_COLON] = ACTIONS(951), - [anon_sym_DOLLAR] = ACTIONS(953), - [anon_sym_PLUS] = ACTIONS(951), - [anon_sym_STAR] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_u8] = ACTIONS(951), - [anon_sym_i8] = ACTIONS(951), - [anon_sym_u16] = ACTIONS(951), - [anon_sym_i16] = ACTIONS(951), - [anon_sym_u32] = ACTIONS(951), - [anon_sym_i32] = ACTIONS(951), - [anon_sym_u64] = ACTIONS(951), - [anon_sym_i64] = ACTIONS(951), - [anon_sym_u128] = ACTIONS(951), - [anon_sym_i128] = ACTIONS(951), - [anon_sym_isize] = ACTIONS(951), - [anon_sym_usize] = ACTIONS(951), - [anon_sym_f32] = ACTIONS(951), - [anon_sym_f64] = ACTIONS(951), - [anon_sym_bool] = ACTIONS(951), - [anon_sym_str] = ACTIONS(951), - [anon_sym_char] = ACTIONS(951), - [anon_sym_DASH] = ACTIONS(951), - [anon_sym_SLASH] = ACTIONS(951), - [anon_sym_PERCENT] = ACTIONS(951), - [anon_sym_CARET] = ACTIONS(951), - [anon_sym_BANG] = ACTIONS(951), - [anon_sym_AMP] = ACTIONS(951), - [anon_sym_PIPE] = ACTIONS(951), - [anon_sym_AMP_AMP] = ACTIONS(953), - [anon_sym_PIPE_PIPE] = ACTIONS(953), - [anon_sym_LT_LT] = ACTIONS(951), - [anon_sym_GT_GT] = ACTIONS(951), - [anon_sym_PLUS_EQ] = ACTIONS(953), - [anon_sym_DASH_EQ] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(953), - [anon_sym_SLASH_EQ] = ACTIONS(953), - [anon_sym_PERCENT_EQ] = ACTIONS(953), - [anon_sym_CARET_EQ] = ACTIONS(953), - [anon_sym_AMP_EQ] = ACTIONS(953), - [anon_sym_PIPE_EQ] = ACTIONS(953), - [anon_sym_LT_LT_EQ] = ACTIONS(953), - [anon_sym_GT_GT_EQ] = ACTIONS(953), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_EQ_EQ] = ACTIONS(953), - [anon_sym_BANG_EQ] = ACTIONS(953), - [anon_sym_GT] = ACTIONS(951), - [anon_sym_LT] = ACTIONS(951), - [anon_sym_GT_EQ] = ACTIONS(953), - [anon_sym_LT_EQ] = ACTIONS(953), - [anon_sym_AT] = ACTIONS(953), - [anon_sym__] = ACTIONS(951), - [anon_sym_DOT] = ACTIONS(951), - [anon_sym_DOT_DOT] = ACTIONS(951), - [anon_sym_DOT_DOT_DOT] = ACTIONS(953), - [anon_sym_DOT_DOT_EQ] = ACTIONS(953), - [anon_sym_COMMA] = ACTIONS(953), - [anon_sym_COLON_COLON] = ACTIONS(953), - [anon_sym_DASH_GT] = ACTIONS(953), - [anon_sym_POUND] = ACTIONS(953), - [anon_sym_SQUOTE] = ACTIONS(951), - [anon_sym_as] = ACTIONS(951), - [anon_sym_async] = ACTIONS(951), - [anon_sym_await] = ACTIONS(951), - [anon_sym_break] = ACTIONS(951), - [anon_sym_const] = ACTIONS(951), - [anon_sym_continue] = ACTIONS(951), - [anon_sym_default] = ACTIONS(951), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_fn] = ACTIONS(951), - [anon_sym_for] = ACTIONS(951), - [anon_sym_gen] = ACTIONS(951), - [anon_sym_if] = ACTIONS(951), - [anon_sym_impl] = ACTIONS(951), - [anon_sym_let] = ACTIONS(951), - [anon_sym_loop] = ACTIONS(951), - [anon_sym_match] = ACTIONS(951), - [anon_sym_mod] = ACTIONS(951), - [anon_sym_pub] = ACTIONS(951), - [anon_sym_return] = ACTIONS(951), - [anon_sym_static] = ACTIONS(951), - [anon_sym_struct] = ACTIONS(951), - [anon_sym_trait] = ACTIONS(951), - [anon_sym_type] = ACTIONS(951), - [anon_sym_union] = ACTIONS(951), - [anon_sym_unsafe] = ACTIONS(951), - [anon_sym_use] = ACTIONS(951), - [anon_sym_where] = ACTIONS(951), - [anon_sym_while] = ACTIONS(951), - [sym_mutable_specifier] = ACTIONS(951), - [sym_integer_literal] = ACTIONS(953), - [aux_sym_string_literal_token1] = ACTIONS(953), - [sym_char_literal] = ACTIONS(953), - [anon_sym_true] = ACTIONS(951), - [anon_sym_false] = ACTIONS(951), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(951), - [sym_super] = ACTIONS(951), - [sym_crate] = ACTIONS(951), - [sym__raw_string_literal_start] = ACTIONS(953), - [sym_float_literal] = ACTIONS(953), + [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(206)] = { - [sym_line_comment] = STATE(206), - [sym_block_comment] = STATE(206), - [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(957), - [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__raw_string_literal_start] = ACTIONS(957), - [sym_float_literal] = ACTIONS(957), + [STATE(181)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(181), + [sym_block_comment] = STATE(181), + [aux_sym_enum_variant_list_repeat1] = STATE(209), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1011), + [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(752), + [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(207)] = { - [sym_line_comment] = STATE(207), - [sym_block_comment] = STATE(207), + [STATE(182)] = { + [sym_line_comment] = STATE(182), + [sym_block_comment] = STATE(182), [sym_identifier] = ACTIONS(1013), [anon_sym_SEMI] = ACTIONS(1015), [anon_sym_LPAREN] = ACTIONS(1015), @@ -41096,7 +38202,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(1015), [anon_sym_EQ_GT] = ACTIONS(1015), [anon_sym_COLON] = ACTIONS(1013), - [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_DOLLAR] = ACTIONS(1013), [anon_sym_PLUS] = ACTIONS(1013), [anon_sym_STAR] = ACTIONS(1013), [anon_sym_QMARK] = ACTIONS(1015), @@ -41195,454 +38301,691 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_self] = ACTIONS(1013), [sym_super] = ACTIONS(1013), [sym_crate] = ACTIONS(1013), + [sym_metavariable] = ACTIONS(1015), [sym__raw_string_literal_start] = ACTIONS(1015), [sym_float_literal] = ACTIONS(1015), }, - [STATE(208)] = { - [sym_line_comment] = STATE(208), - [sym_block_comment] = STATE(208), - [sym_identifier] = ACTIONS(1049), - [anon_sym_SEMI] = ACTIONS(1051), - [anon_sym_LPAREN] = ACTIONS(1051), - [anon_sym_RPAREN] = ACTIONS(1051), - [anon_sym_LBRACK] = ACTIONS(1051), - [anon_sym_RBRACK] = ACTIONS(1051), - [anon_sym_LBRACE] = ACTIONS(1051), - [anon_sym_RBRACE] = ACTIONS(1051), - [anon_sym_EQ_GT] = ACTIONS(1051), - [anon_sym_COLON] = ACTIONS(1049), - [anon_sym_DOLLAR] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(1049), - [anon_sym_STAR] = ACTIONS(1049), - [anon_sym_QMARK] = ACTIONS(1051), - [anon_sym_u8] = ACTIONS(1049), - [anon_sym_i8] = ACTIONS(1049), - [anon_sym_u16] = ACTIONS(1049), - [anon_sym_i16] = ACTIONS(1049), - [anon_sym_u32] = ACTIONS(1049), - [anon_sym_i32] = ACTIONS(1049), - [anon_sym_u64] = ACTIONS(1049), - [anon_sym_i64] = ACTIONS(1049), - [anon_sym_u128] = ACTIONS(1049), - [anon_sym_i128] = ACTIONS(1049), - [anon_sym_isize] = ACTIONS(1049), - [anon_sym_usize] = ACTIONS(1049), - [anon_sym_f32] = ACTIONS(1049), - [anon_sym_f64] = ACTIONS(1049), - [anon_sym_bool] = ACTIONS(1049), - [anon_sym_str] = ACTIONS(1049), - [anon_sym_char] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1049), - [anon_sym_SLASH] = ACTIONS(1049), - [anon_sym_PERCENT] = ACTIONS(1049), - [anon_sym_CARET] = ACTIONS(1049), - [anon_sym_BANG] = ACTIONS(1049), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE] = ACTIONS(1049), - [anon_sym_AMP_AMP] = ACTIONS(1051), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_LT_LT] = ACTIONS(1049), - [anon_sym_GT_GT] = ACTIONS(1049), - [anon_sym_PLUS_EQ] = ACTIONS(1051), - [anon_sym_DASH_EQ] = ACTIONS(1051), - [anon_sym_STAR_EQ] = ACTIONS(1051), - [anon_sym_SLASH_EQ] = ACTIONS(1051), - [anon_sym_PERCENT_EQ] = ACTIONS(1051), - [anon_sym_CARET_EQ] = ACTIONS(1051), - [anon_sym_AMP_EQ] = ACTIONS(1051), - [anon_sym_PIPE_EQ] = ACTIONS(1051), - [anon_sym_LT_LT_EQ] = ACTIONS(1051), - [anon_sym_GT_GT_EQ] = ACTIONS(1051), - [anon_sym_EQ] = ACTIONS(1049), - [anon_sym_EQ_EQ] = ACTIONS(1051), - [anon_sym_BANG_EQ] = ACTIONS(1051), - [anon_sym_GT] = ACTIONS(1049), - [anon_sym_LT] = ACTIONS(1049), - [anon_sym_GT_EQ] = ACTIONS(1051), - [anon_sym_LT_EQ] = ACTIONS(1051), - [anon_sym_AT] = ACTIONS(1051), - [anon_sym__] = ACTIONS(1049), - [anon_sym_DOT] = ACTIONS(1049), - [anon_sym_DOT_DOT] = ACTIONS(1049), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1051), - [anon_sym_COMMA] = ACTIONS(1051), - [anon_sym_COLON_COLON] = ACTIONS(1051), - [anon_sym_DASH_GT] = ACTIONS(1051), - [anon_sym_POUND] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1049), - [anon_sym_as] = ACTIONS(1049), - [anon_sym_async] = ACTIONS(1049), - [anon_sym_await] = ACTIONS(1049), - [anon_sym_break] = ACTIONS(1049), - [anon_sym_const] = ACTIONS(1049), - [anon_sym_continue] = ACTIONS(1049), - [anon_sym_default] = ACTIONS(1049), - [anon_sym_enum] = ACTIONS(1049), - [anon_sym_fn] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_gen] = ACTIONS(1049), - [anon_sym_if] = ACTIONS(1049), - [anon_sym_impl] = ACTIONS(1049), - [anon_sym_let] = ACTIONS(1049), - [anon_sym_loop] = ACTIONS(1049), - [anon_sym_match] = ACTIONS(1049), - [anon_sym_mod] = ACTIONS(1049), - [anon_sym_pub] = ACTIONS(1049), - [anon_sym_return] = ACTIONS(1049), - [anon_sym_static] = ACTIONS(1049), - [anon_sym_struct] = ACTIONS(1049), - [anon_sym_trait] = ACTIONS(1049), - [anon_sym_type] = ACTIONS(1049), - [anon_sym_union] = ACTIONS(1049), - [anon_sym_unsafe] = ACTIONS(1049), - [anon_sym_use] = ACTIONS(1049), - [anon_sym_where] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1049), - [sym_mutable_specifier] = ACTIONS(1049), - [sym_integer_literal] = ACTIONS(1051), - [aux_sym_string_literal_token1] = ACTIONS(1051), - [sym_char_literal] = ACTIONS(1051), - [anon_sym_true] = ACTIONS(1049), - [anon_sym_false] = ACTIONS(1049), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1049), - [sym_super] = ACTIONS(1049), - [sym_crate] = ACTIONS(1049), - [sym__raw_string_literal_start] = ACTIONS(1051), - [sym_float_literal] = ACTIONS(1051), - }, - [STATE(209)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(209), - [sym_block_comment] = STATE(209), - [aux_sym_enum_variant_list_repeat1] = STATE(211), - [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(752), - [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(183)] = { + [sym_line_comment] = STATE(183), + [sym_block_comment] = STATE(183), + [sym_identifier] = ACTIONS(1017), + [anon_sym_SEMI] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1019), + [anon_sym_RPAREN] = ACTIONS(1019), + [anon_sym_LBRACK] = ACTIONS(1019), + [anon_sym_RBRACK] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1019), + [anon_sym_RBRACE] = ACTIONS(1019), + [anon_sym_EQ_GT] = ACTIONS(1019), + [anon_sym_COLON] = ACTIONS(1017), + [anon_sym_DOLLAR] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_QMARK] = ACTIONS(1019), + [anon_sym_u8] = ACTIONS(1017), + [anon_sym_i8] = ACTIONS(1017), + [anon_sym_u16] = ACTIONS(1017), + [anon_sym_i16] = ACTIONS(1017), + [anon_sym_u32] = ACTIONS(1017), + [anon_sym_i32] = ACTIONS(1017), + [anon_sym_u64] = ACTIONS(1017), + [anon_sym_i64] = ACTIONS(1017), + [anon_sym_u128] = ACTIONS(1017), + [anon_sym_i128] = ACTIONS(1017), + [anon_sym_isize] = ACTIONS(1017), + [anon_sym_usize] = ACTIONS(1017), + [anon_sym_f32] = ACTIONS(1017), + [anon_sym_f64] = ACTIONS(1017), + [anon_sym_bool] = ACTIONS(1017), + [anon_sym_str] = ACTIONS(1017), + [anon_sym_char] = ACTIONS(1017), + [anon_sym_DASH] = ACTIONS(1017), + [anon_sym_SLASH] = ACTIONS(1017), + [anon_sym_PERCENT] = ACTIONS(1017), + [anon_sym_CARET] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_PIPE] = ACTIONS(1017), + [anon_sym_AMP_AMP] = ACTIONS(1019), + [anon_sym_PIPE_PIPE] = ACTIONS(1019), + [anon_sym_LT_LT] = ACTIONS(1017), + [anon_sym_GT_GT] = ACTIONS(1017), + [anon_sym_PLUS_EQ] = ACTIONS(1019), + [anon_sym_DASH_EQ] = ACTIONS(1019), + [anon_sym_STAR_EQ] = ACTIONS(1019), + [anon_sym_SLASH_EQ] = ACTIONS(1019), + [anon_sym_PERCENT_EQ] = ACTIONS(1019), + [anon_sym_CARET_EQ] = ACTIONS(1019), + [anon_sym_AMP_EQ] = ACTIONS(1019), + [anon_sym_PIPE_EQ] = ACTIONS(1019), + [anon_sym_LT_LT_EQ] = ACTIONS(1019), + [anon_sym_GT_GT_EQ] = ACTIONS(1019), + [anon_sym_EQ] = ACTIONS(1017), + [anon_sym_EQ_EQ] = ACTIONS(1019), + [anon_sym_BANG_EQ] = ACTIONS(1019), + [anon_sym_GT] = ACTIONS(1017), + [anon_sym_LT] = ACTIONS(1017), + [anon_sym_GT_EQ] = ACTIONS(1019), + [anon_sym_LT_EQ] = ACTIONS(1019), + [anon_sym_AT] = ACTIONS(1019), + [anon_sym__] = ACTIONS(1017), + [anon_sym_DOT] = ACTIONS(1017), + [anon_sym_DOT_DOT] = ACTIONS(1017), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1019), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1019), + [anon_sym_COMMA] = ACTIONS(1019), + [anon_sym_COLON_COLON] = ACTIONS(1019), + [anon_sym_DASH_GT] = ACTIONS(1019), + [anon_sym_POUND] = ACTIONS(1019), + [anon_sym_SQUOTE] = ACTIONS(1017), + [anon_sym_as] = ACTIONS(1017), + [anon_sym_async] = ACTIONS(1017), + [anon_sym_await] = ACTIONS(1017), + [anon_sym_break] = ACTIONS(1017), + [anon_sym_const] = ACTIONS(1017), + [anon_sym_continue] = ACTIONS(1017), + [anon_sym_default] = ACTIONS(1017), + [anon_sym_enum] = ACTIONS(1017), + [anon_sym_fn] = ACTIONS(1017), + [anon_sym_for] = ACTIONS(1017), + [anon_sym_gen] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1017), + [anon_sym_impl] = ACTIONS(1017), + [anon_sym_let] = ACTIONS(1017), + [anon_sym_loop] = ACTIONS(1017), + [anon_sym_match] = ACTIONS(1017), + [anon_sym_mod] = ACTIONS(1017), + [anon_sym_pub] = ACTIONS(1017), + [anon_sym_return] = ACTIONS(1017), + [anon_sym_static] = ACTIONS(1017), + [anon_sym_struct] = ACTIONS(1017), + [anon_sym_trait] = ACTIONS(1017), + [anon_sym_type] = ACTIONS(1017), + [anon_sym_union] = ACTIONS(1017), + [anon_sym_unsafe] = ACTIONS(1017), + [anon_sym_use] = ACTIONS(1017), + [anon_sym_where] = ACTIONS(1017), + [anon_sym_while] = ACTIONS(1017), + [sym_mutable_specifier] = ACTIONS(1017), + [sym_integer_literal] = ACTIONS(1019), + [aux_sym_string_literal_token1] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [anon_sym_true] = ACTIONS(1017), + [anon_sym_false] = ACTIONS(1017), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1017), + [sym_super] = ACTIONS(1017), + [sym_crate] = ACTIONS(1017), + [sym_metavariable] = ACTIONS(1019), + [sym__raw_string_literal_start] = ACTIONS(1019), + [sym_float_literal] = ACTIONS(1019), }, - [STATE(210)] = { - [sym_line_comment] = STATE(210), - [sym_block_comment] = STATE(210), - [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(917), - [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__raw_string_literal_start] = ACTIONS(917), - [sym_float_literal] = ACTIONS(917), + [STATE(184)] = { + [sym_line_comment] = STATE(184), + [sym_block_comment] = STATE(184), + [sym_identifier] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1023), + [anon_sym_LPAREN] = ACTIONS(1023), + [anon_sym_RPAREN] = ACTIONS(1023), + [anon_sym_LBRACK] = ACTIONS(1023), + [anon_sym_RBRACK] = ACTIONS(1023), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_RBRACE] = ACTIONS(1023), + [anon_sym_EQ_GT] = ACTIONS(1023), + [anon_sym_COLON] = ACTIONS(1021), + [anon_sym_DOLLAR] = ACTIONS(1021), + [anon_sym_PLUS] = ACTIONS(1021), + [anon_sym_STAR] = ACTIONS(1021), + [anon_sym_QMARK] = ACTIONS(1023), + [anon_sym_u8] = ACTIONS(1021), + [anon_sym_i8] = ACTIONS(1021), + [anon_sym_u16] = ACTIONS(1021), + [anon_sym_i16] = ACTIONS(1021), + [anon_sym_u32] = ACTIONS(1021), + [anon_sym_i32] = ACTIONS(1021), + [anon_sym_u64] = ACTIONS(1021), + [anon_sym_i64] = ACTIONS(1021), + [anon_sym_u128] = ACTIONS(1021), + [anon_sym_i128] = ACTIONS(1021), + [anon_sym_isize] = ACTIONS(1021), + [anon_sym_usize] = ACTIONS(1021), + [anon_sym_f32] = ACTIONS(1021), + [anon_sym_f64] = ACTIONS(1021), + [anon_sym_bool] = ACTIONS(1021), + [anon_sym_str] = ACTIONS(1021), + [anon_sym_char] = ACTIONS(1021), + [anon_sym_DASH] = ACTIONS(1021), + [anon_sym_SLASH] = ACTIONS(1021), + [anon_sym_PERCENT] = ACTIONS(1021), + [anon_sym_CARET] = ACTIONS(1021), + [anon_sym_BANG] = ACTIONS(1021), + [anon_sym_AMP] = ACTIONS(1021), + [anon_sym_PIPE] = ACTIONS(1021), + [anon_sym_AMP_AMP] = ACTIONS(1023), + [anon_sym_PIPE_PIPE] = ACTIONS(1023), + [anon_sym_LT_LT] = ACTIONS(1021), + [anon_sym_GT_GT] = ACTIONS(1021), + [anon_sym_PLUS_EQ] = ACTIONS(1023), + [anon_sym_DASH_EQ] = ACTIONS(1023), + [anon_sym_STAR_EQ] = ACTIONS(1023), + [anon_sym_SLASH_EQ] = ACTIONS(1023), + [anon_sym_PERCENT_EQ] = ACTIONS(1023), + [anon_sym_CARET_EQ] = ACTIONS(1023), + [anon_sym_AMP_EQ] = ACTIONS(1023), + [anon_sym_PIPE_EQ] = ACTIONS(1023), + [anon_sym_LT_LT_EQ] = ACTIONS(1023), + [anon_sym_GT_GT_EQ] = ACTIONS(1023), + [anon_sym_EQ] = ACTIONS(1021), + [anon_sym_EQ_EQ] = ACTIONS(1023), + [anon_sym_BANG_EQ] = ACTIONS(1023), + [anon_sym_GT] = ACTIONS(1021), + [anon_sym_LT] = ACTIONS(1021), + [anon_sym_GT_EQ] = ACTIONS(1023), + [anon_sym_LT_EQ] = ACTIONS(1023), + [anon_sym_AT] = ACTIONS(1023), + [anon_sym__] = ACTIONS(1021), + [anon_sym_DOT] = ACTIONS(1021), + [anon_sym_DOT_DOT] = ACTIONS(1021), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1023), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1023), + [anon_sym_COMMA] = ACTIONS(1023), + [anon_sym_COLON_COLON] = ACTIONS(1023), + [anon_sym_DASH_GT] = ACTIONS(1023), + [anon_sym_POUND] = ACTIONS(1023), + [anon_sym_SQUOTE] = ACTIONS(1021), + [anon_sym_as] = ACTIONS(1021), + [anon_sym_async] = ACTIONS(1021), + [anon_sym_await] = ACTIONS(1021), + [anon_sym_break] = ACTIONS(1021), + [anon_sym_const] = ACTIONS(1021), + [anon_sym_continue] = ACTIONS(1021), + [anon_sym_default] = ACTIONS(1021), + [anon_sym_enum] = ACTIONS(1021), + [anon_sym_fn] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1021), + [anon_sym_gen] = ACTIONS(1021), + [anon_sym_if] = ACTIONS(1021), + [anon_sym_impl] = ACTIONS(1021), + [anon_sym_let] = ACTIONS(1021), + [anon_sym_loop] = ACTIONS(1021), + [anon_sym_match] = ACTIONS(1021), + [anon_sym_mod] = ACTIONS(1021), + [anon_sym_pub] = ACTIONS(1021), + [anon_sym_return] = ACTIONS(1021), + [anon_sym_static] = ACTIONS(1021), + [anon_sym_struct] = ACTIONS(1021), + [anon_sym_trait] = ACTIONS(1021), + [anon_sym_type] = ACTIONS(1021), + [anon_sym_union] = ACTIONS(1021), + [anon_sym_unsafe] = ACTIONS(1021), + [anon_sym_use] = ACTIONS(1021), + [anon_sym_where] = ACTIONS(1021), + [anon_sym_while] = ACTIONS(1021), + [sym_mutable_specifier] = ACTIONS(1021), + [sym_integer_literal] = ACTIONS(1023), + [aux_sym_string_literal_token1] = ACTIONS(1023), + [sym_char_literal] = ACTIONS(1023), + [anon_sym_true] = ACTIONS(1021), + [anon_sym_false] = ACTIONS(1021), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1021), + [sym_super] = ACTIONS(1021), + [sym_crate] = ACTIONS(1021), + [sym_metavariable] = ACTIONS(1023), + [sym__raw_string_literal_start] = ACTIONS(1023), + [sym_float_literal] = ACTIONS(1023), }, - [STATE(211)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1709), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(185)] = { + [sym_line_comment] = STATE(185), + [sym_block_comment] = STATE(185), + [sym_identifier] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1027), + [anon_sym_LPAREN] = ACTIONS(1027), + [anon_sym_RPAREN] = ACTIONS(1027), + [anon_sym_LBRACK] = ACTIONS(1027), + [anon_sym_RBRACK] = ACTIONS(1027), + [anon_sym_LBRACE] = ACTIONS(1027), + [anon_sym_RBRACE] = ACTIONS(1027), + [anon_sym_EQ_GT] = ACTIONS(1027), + [anon_sym_COLON] = ACTIONS(1025), + [anon_sym_DOLLAR] = ACTIONS(1025), + [anon_sym_PLUS] = ACTIONS(1025), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_QMARK] = ACTIONS(1027), + [anon_sym_u8] = ACTIONS(1025), + [anon_sym_i8] = ACTIONS(1025), + [anon_sym_u16] = ACTIONS(1025), + [anon_sym_i16] = ACTIONS(1025), + [anon_sym_u32] = ACTIONS(1025), + [anon_sym_i32] = ACTIONS(1025), + [anon_sym_u64] = ACTIONS(1025), + [anon_sym_i64] = ACTIONS(1025), + [anon_sym_u128] = ACTIONS(1025), + [anon_sym_i128] = ACTIONS(1025), + [anon_sym_isize] = ACTIONS(1025), + [anon_sym_usize] = ACTIONS(1025), + [anon_sym_f32] = ACTIONS(1025), + [anon_sym_f64] = ACTIONS(1025), + [anon_sym_bool] = ACTIONS(1025), + [anon_sym_str] = ACTIONS(1025), + [anon_sym_char] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1025), + [anon_sym_SLASH] = ACTIONS(1025), + [anon_sym_PERCENT] = ACTIONS(1025), + [anon_sym_CARET] = ACTIONS(1025), + [anon_sym_BANG] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_PIPE] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_PIPE_PIPE] = ACTIONS(1027), + [anon_sym_LT_LT] = ACTIONS(1025), + [anon_sym_GT_GT] = ACTIONS(1025), + [anon_sym_PLUS_EQ] = ACTIONS(1027), + [anon_sym_DASH_EQ] = ACTIONS(1027), + [anon_sym_STAR_EQ] = ACTIONS(1027), + [anon_sym_SLASH_EQ] = ACTIONS(1027), + [anon_sym_PERCENT_EQ] = ACTIONS(1027), + [anon_sym_CARET_EQ] = ACTIONS(1027), + [anon_sym_AMP_EQ] = ACTIONS(1027), + [anon_sym_PIPE_EQ] = ACTIONS(1027), + [anon_sym_LT_LT_EQ] = ACTIONS(1027), + [anon_sym_GT_GT_EQ] = ACTIONS(1027), + [anon_sym_EQ] = ACTIONS(1025), + [anon_sym_EQ_EQ] = ACTIONS(1027), + [anon_sym_BANG_EQ] = ACTIONS(1027), + [anon_sym_GT] = ACTIONS(1025), + [anon_sym_LT] = ACTIONS(1025), + [anon_sym_GT_EQ] = ACTIONS(1027), + [anon_sym_LT_EQ] = ACTIONS(1027), + [anon_sym_AT] = ACTIONS(1027), + [anon_sym__] = ACTIONS(1025), + [anon_sym_DOT] = ACTIONS(1025), + [anon_sym_DOT_DOT] = ACTIONS(1025), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1027), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1027), + [anon_sym_COMMA] = ACTIONS(1027), + [anon_sym_COLON_COLON] = ACTIONS(1027), + [anon_sym_DASH_GT] = ACTIONS(1027), + [anon_sym_POUND] = ACTIONS(1027), + [anon_sym_SQUOTE] = ACTIONS(1025), + [anon_sym_as] = ACTIONS(1025), + [anon_sym_async] = ACTIONS(1025), + [anon_sym_await] = ACTIONS(1025), + [anon_sym_break] = ACTIONS(1025), + [anon_sym_const] = ACTIONS(1025), + [anon_sym_continue] = ACTIONS(1025), + [anon_sym_default] = ACTIONS(1025), + [anon_sym_enum] = ACTIONS(1025), + [anon_sym_fn] = ACTIONS(1025), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_gen] = ACTIONS(1025), + [anon_sym_if] = ACTIONS(1025), + [anon_sym_impl] = ACTIONS(1025), + [anon_sym_let] = ACTIONS(1025), + [anon_sym_loop] = ACTIONS(1025), + [anon_sym_match] = ACTIONS(1025), + [anon_sym_mod] = ACTIONS(1025), + [anon_sym_pub] = ACTIONS(1025), + [anon_sym_return] = ACTIONS(1025), + [anon_sym_static] = ACTIONS(1025), + [anon_sym_struct] = ACTIONS(1025), + [anon_sym_trait] = ACTIONS(1025), + [anon_sym_type] = ACTIONS(1025), + [anon_sym_union] = ACTIONS(1025), + [anon_sym_unsafe] = ACTIONS(1025), + [anon_sym_use] = ACTIONS(1025), + [anon_sym_where] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1025), + [sym_mutable_specifier] = ACTIONS(1025), + [sym_integer_literal] = ACTIONS(1027), + [aux_sym_string_literal_token1] = ACTIONS(1027), + [sym_char_literal] = ACTIONS(1027), + [anon_sym_true] = ACTIONS(1025), + [anon_sym_false] = ACTIONS(1025), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1025), + [sym_super] = ACTIONS(1025), + [sym_crate] = ACTIONS(1025), + [sym_metavariable] = ACTIONS(1027), + [sym__raw_string_literal_start] = ACTIONS(1027), + [sym_float_literal] = ACTIONS(1027), + }, + [STATE(186)] = { + [sym_line_comment] = STATE(186), + [sym_block_comment] = STATE(186), + [sym_identifier] = ACTIONS(897), + [anon_sym_SEMI] = ACTIONS(899), + [anon_sym_LPAREN] = ACTIONS(899), + [anon_sym_RPAREN] = ACTIONS(899), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_RBRACK] = ACTIONS(899), + [anon_sym_LBRACE] = ACTIONS(899), + [anon_sym_RBRACE] = ACTIONS(899), + [anon_sym_EQ_GT] = ACTIONS(899), + [anon_sym_COLON] = ACTIONS(897), + [anon_sym_DOLLAR] = ACTIONS(897), + [anon_sym_PLUS] = ACTIONS(897), + [anon_sym_STAR] = ACTIONS(897), + [anon_sym_QMARK] = ACTIONS(899), + [anon_sym_u8] = ACTIONS(897), + [anon_sym_i8] = ACTIONS(897), + [anon_sym_u16] = ACTIONS(897), + [anon_sym_i16] = ACTIONS(897), + [anon_sym_u32] = ACTIONS(897), + [anon_sym_i32] = ACTIONS(897), + [anon_sym_u64] = ACTIONS(897), + [anon_sym_i64] = ACTIONS(897), + [anon_sym_u128] = ACTIONS(897), + [anon_sym_i128] = ACTIONS(897), + [anon_sym_isize] = ACTIONS(897), + [anon_sym_usize] = ACTIONS(897), + [anon_sym_f32] = ACTIONS(897), + [anon_sym_f64] = ACTIONS(897), + [anon_sym_bool] = ACTIONS(897), + [anon_sym_str] = ACTIONS(897), + [anon_sym_char] = ACTIONS(897), + [anon_sym_DASH] = ACTIONS(897), + [anon_sym_SLASH] = ACTIONS(897), + [anon_sym_PERCENT] = ACTIONS(897), + [anon_sym_CARET] = ACTIONS(897), + [anon_sym_BANG] = ACTIONS(897), + [anon_sym_AMP] = ACTIONS(897), + [anon_sym_PIPE] = ACTIONS(897), + [anon_sym_AMP_AMP] = ACTIONS(899), + [anon_sym_PIPE_PIPE] = ACTIONS(899), + [anon_sym_LT_LT] = ACTIONS(897), + [anon_sym_GT_GT] = ACTIONS(897), + [anon_sym_PLUS_EQ] = ACTIONS(899), + [anon_sym_DASH_EQ] = ACTIONS(899), + [anon_sym_STAR_EQ] = ACTIONS(899), + [anon_sym_SLASH_EQ] = ACTIONS(899), + [anon_sym_PERCENT_EQ] = ACTIONS(899), + [anon_sym_CARET_EQ] = ACTIONS(899), + [anon_sym_AMP_EQ] = ACTIONS(899), + [anon_sym_PIPE_EQ] = ACTIONS(899), + [anon_sym_LT_LT_EQ] = ACTIONS(899), + [anon_sym_GT_GT_EQ] = ACTIONS(899), + [anon_sym_EQ] = ACTIONS(897), + [anon_sym_EQ_EQ] = ACTIONS(899), + [anon_sym_BANG_EQ] = ACTIONS(899), + [anon_sym_GT] = ACTIONS(897), + [anon_sym_LT] = ACTIONS(897), + [anon_sym_GT_EQ] = ACTIONS(899), + [anon_sym_LT_EQ] = ACTIONS(899), + [anon_sym_AT] = ACTIONS(899), + [anon_sym__] = ACTIONS(897), + [anon_sym_DOT] = ACTIONS(897), + [anon_sym_DOT_DOT] = ACTIONS(897), + [anon_sym_DOT_DOT_DOT] = ACTIONS(899), + [anon_sym_DOT_DOT_EQ] = ACTIONS(899), + [anon_sym_COMMA] = ACTIONS(899), + [anon_sym_COLON_COLON] = ACTIONS(899), + [anon_sym_DASH_GT] = ACTIONS(899), + [anon_sym_POUND] = ACTIONS(899), + [anon_sym_SQUOTE] = ACTIONS(897), + [anon_sym_as] = ACTIONS(897), + [anon_sym_async] = ACTIONS(897), + [anon_sym_await] = ACTIONS(897), + [anon_sym_break] = ACTIONS(897), + [anon_sym_const] = ACTIONS(897), + [anon_sym_continue] = ACTIONS(897), + [anon_sym_default] = ACTIONS(897), + [anon_sym_enum] = ACTIONS(897), + [anon_sym_fn] = ACTIONS(897), + [anon_sym_for] = ACTIONS(897), + [anon_sym_gen] = ACTIONS(897), + [anon_sym_if] = ACTIONS(897), + [anon_sym_impl] = ACTIONS(897), + [anon_sym_let] = ACTIONS(897), + [anon_sym_loop] = ACTIONS(897), + [anon_sym_match] = ACTIONS(897), + [anon_sym_mod] = ACTIONS(897), + [anon_sym_pub] = ACTIONS(897), + [anon_sym_return] = ACTIONS(897), + [anon_sym_static] = ACTIONS(897), + [anon_sym_struct] = ACTIONS(897), + [anon_sym_trait] = ACTIONS(897), + [anon_sym_type] = ACTIONS(897), + [anon_sym_union] = ACTIONS(897), + [anon_sym_unsafe] = ACTIONS(897), + [anon_sym_use] = ACTIONS(897), + [anon_sym_where] = ACTIONS(897), + [anon_sym_while] = ACTIONS(897), + [sym_mutable_specifier] = ACTIONS(897), + [sym_integer_literal] = ACTIONS(899), + [aux_sym_string_literal_token1] = ACTIONS(899), + [sym_char_literal] = ACTIONS(899), + [anon_sym_true] = ACTIONS(897), + [anon_sym_false] = ACTIONS(897), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(897), + [sym_super] = ACTIONS(897), + [sym_crate] = ACTIONS(897), + [sym_metavariable] = ACTIONS(899), + [sym__raw_string_literal_start] = ACTIONS(899), + [sym_float_literal] = ACTIONS(899), + }, + [STATE(187)] = { + [sym_line_comment] = STATE(187), + [sym_block_comment] = STATE(187), + [sym_identifier] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(1031), + [anon_sym_LPAREN] = ACTIONS(1031), + [anon_sym_RPAREN] = ACTIONS(1031), + [anon_sym_LBRACK] = ACTIONS(1031), + [anon_sym_RBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1031), + [anon_sym_RBRACE] = ACTIONS(1031), + [anon_sym_EQ_GT] = ACTIONS(1031), + [anon_sym_COLON] = ACTIONS(1029), + [anon_sym_DOLLAR] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_STAR] = ACTIONS(1029), + [anon_sym_QMARK] = ACTIONS(1031), + [anon_sym_u8] = ACTIONS(1029), + [anon_sym_i8] = ACTIONS(1029), + [anon_sym_u16] = ACTIONS(1029), + [anon_sym_i16] = ACTIONS(1029), + [anon_sym_u32] = ACTIONS(1029), + [anon_sym_i32] = ACTIONS(1029), + [anon_sym_u64] = ACTIONS(1029), + [anon_sym_i64] = ACTIONS(1029), + [anon_sym_u128] = ACTIONS(1029), + [anon_sym_i128] = ACTIONS(1029), + [anon_sym_isize] = ACTIONS(1029), + [anon_sym_usize] = ACTIONS(1029), + [anon_sym_f32] = ACTIONS(1029), + [anon_sym_f64] = ACTIONS(1029), + [anon_sym_bool] = ACTIONS(1029), + [anon_sym_str] = ACTIONS(1029), + [anon_sym_char] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_SLASH] = ACTIONS(1029), + [anon_sym_PERCENT] = ACTIONS(1029), + [anon_sym_CARET] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_PIPE] = ACTIONS(1029), + [anon_sym_AMP_AMP] = ACTIONS(1031), + [anon_sym_PIPE_PIPE] = ACTIONS(1031), + [anon_sym_LT_LT] = ACTIONS(1029), + [anon_sym_GT_GT] = ACTIONS(1029), + [anon_sym_PLUS_EQ] = ACTIONS(1031), + [anon_sym_DASH_EQ] = ACTIONS(1031), + [anon_sym_STAR_EQ] = ACTIONS(1031), + [anon_sym_SLASH_EQ] = ACTIONS(1031), + [anon_sym_PERCENT_EQ] = ACTIONS(1031), + [anon_sym_CARET_EQ] = ACTIONS(1031), + [anon_sym_AMP_EQ] = ACTIONS(1031), + [anon_sym_PIPE_EQ] = ACTIONS(1031), + [anon_sym_LT_LT_EQ] = ACTIONS(1031), + [anon_sym_GT_GT_EQ] = ACTIONS(1031), + [anon_sym_EQ] = ACTIONS(1029), + [anon_sym_EQ_EQ] = ACTIONS(1031), + [anon_sym_BANG_EQ] = ACTIONS(1031), + [anon_sym_GT] = ACTIONS(1029), + [anon_sym_LT] = ACTIONS(1029), + [anon_sym_GT_EQ] = ACTIONS(1031), + [anon_sym_LT_EQ] = ACTIONS(1031), + [anon_sym_AT] = ACTIONS(1031), + [anon_sym__] = ACTIONS(1029), + [anon_sym_DOT] = ACTIONS(1029), + [anon_sym_DOT_DOT] = ACTIONS(1029), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1031), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1031), + [anon_sym_COMMA] = ACTIONS(1031), + [anon_sym_COLON_COLON] = ACTIONS(1031), + [anon_sym_DASH_GT] = ACTIONS(1031), + [anon_sym_POUND] = ACTIONS(1031), + [anon_sym_SQUOTE] = ACTIONS(1029), + [anon_sym_as] = ACTIONS(1029), + [anon_sym_async] = ACTIONS(1029), + [anon_sym_await] = ACTIONS(1029), + [anon_sym_break] = ACTIONS(1029), + [anon_sym_const] = ACTIONS(1029), + [anon_sym_continue] = ACTIONS(1029), + [anon_sym_default] = ACTIONS(1029), + [anon_sym_enum] = ACTIONS(1029), + [anon_sym_fn] = ACTIONS(1029), + [anon_sym_for] = ACTIONS(1029), + [anon_sym_gen] = ACTIONS(1029), + [anon_sym_if] = ACTIONS(1029), + [anon_sym_impl] = ACTIONS(1029), + [anon_sym_let] = ACTIONS(1029), + [anon_sym_loop] = ACTIONS(1029), + [anon_sym_match] = ACTIONS(1029), + [anon_sym_mod] = ACTIONS(1029), + [anon_sym_pub] = ACTIONS(1029), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_static] = ACTIONS(1029), + [anon_sym_struct] = ACTIONS(1029), + [anon_sym_trait] = ACTIONS(1029), + [anon_sym_type] = ACTIONS(1029), + [anon_sym_union] = ACTIONS(1029), + [anon_sym_unsafe] = ACTIONS(1029), + [anon_sym_use] = ACTIONS(1029), + [anon_sym_where] = ACTIONS(1029), + [anon_sym_while] = ACTIONS(1029), + [sym_mutable_specifier] = ACTIONS(1029), + [sym_integer_literal] = ACTIONS(1031), + [aux_sym_string_literal_token1] = ACTIONS(1031), + [sym_char_literal] = ACTIONS(1031), + [anon_sym_true] = ACTIONS(1029), + [anon_sym_false] = ACTIONS(1029), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1029), + [sym_super] = ACTIONS(1029), + [sym_crate] = ACTIONS(1029), + [sym_metavariable] = ACTIONS(1031), + [sym__raw_string_literal_start] = ACTIONS(1031), + [sym_float_literal] = ACTIONS(1031), + }, + [STATE(188)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2645), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(211), - [sym_block_comment] = STATE(211), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(188), + [sym_block_comment] = STATE(188), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -41651,228 +38994,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(212)] = { - [sym_line_comment] = STATE(212), - [sym_block_comment] = STATE(212), - [sym_identifier] = ACTIONS(1053), - [anon_sym_SEMI] = ACTIONS(1055), - [anon_sym_LPAREN] = ACTIONS(1055), - [anon_sym_RPAREN] = ACTIONS(1055), - [anon_sym_LBRACK] = ACTIONS(1055), - [anon_sym_RBRACK] = ACTIONS(1055), - [anon_sym_LBRACE] = ACTIONS(1055), - [anon_sym_RBRACE] = ACTIONS(1055), - [anon_sym_EQ_GT] = ACTIONS(1055), - [anon_sym_COLON] = ACTIONS(1053), - [anon_sym_DOLLAR] = ACTIONS(1055), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_QMARK] = ACTIONS(1055), - [anon_sym_u8] = ACTIONS(1053), - [anon_sym_i8] = ACTIONS(1053), - [anon_sym_u16] = ACTIONS(1053), - [anon_sym_i16] = ACTIONS(1053), - [anon_sym_u32] = ACTIONS(1053), - [anon_sym_i32] = ACTIONS(1053), - [anon_sym_u64] = ACTIONS(1053), - [anon_sym_i64] = ACTIONS(1053), - [anon_sym_u128] = ACTIONS(1053), - [anon_sym_i128] = ACTIONS(1053), - [anon_sym_isize] = ACTIONS(1053), - [anon_sym_usize] = ACTIONS(1053), - [anon_sym_f32] = ACTIONS(1053), - [anon_sym_f64] = ACTIONS(1053), - [anon_sym_bool] = ACTIONS(1053), - [anon_sym_str] = ACTIONS(1053), - [anon_sym_char] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_SLASH] = ACTIONS(1053), - [anon_sym_PERCENT] = ACTIONS(1053), - [anon_sym_CARET] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1053), - [anon_sym_AMP_AMP] = ACTIONS(1055), - [anon_sym_PIPE_PIPE] = ACTIONS(1055), - [anon_sym_LT_LT] = ACTIONS(1053), - [anon_sym_GT_GT] = ACTIONS(1053), - [anon_sym_PLUS_EQ] = ACTIONS(1055), - [anon_sym_DASH_EQ] = ACTIONS(1055), - [anon_sym_STAR_EQ] = ACTIONS(1055), - [anon_sym_SLASH_EQ] = ACTIONS(1055), - [anon_sym_PERCENT_EQ] = ACTIONS(1055), - [anon_sym_CARET_EQ] = ACTIONS(1055), - [anon_sym_AMP_EQ] = ACTIONS(1055), - [anon_sym_PIPE_EQ] = ACTIONS(1055), - [anon_sym_LT_LT_EQ] = ACTIONS(1055), - [anon_sym_GT_GT_EQ] = ACTIONS(1055), - [anon_sym_EQ] = ACTIONS(1053), - [anon_sym_EQ_EQ] = ACTIONS(1055), - [anon_sym_BANG_EQ] = ACTIONS(1055), - [anon_sym_GT] = ACTIONS(1053), - [anon_sym_LT] = ACTIONS(1053), - [anon_sym_GT_EQ] = ACTIONS(1055), - [anon_sym_LT_EQ] = ACTIONS(1055), - [anon_sym_AT] = ACTIONS(1055), - [anon_sym__] = ACTIONS(1053), - [anon_sym_DOT] = ACTIONS(1053), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1055), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1055), - [anon_sym_COMMA] = ACTIONS(1055), - [anon_sym_COLON_COLON] = ACTIONS(1055), - [anon_sym_DASH_GT] = ACTIONS(1055), - [anon_sym_POUND] = ACTIONS(1055), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_as] = ACTIONS(1053), - [anon_sym_async] = ACTIONS(1053), - [anon_sym_await] = ACTIONS(1053), - [anon_sym_break] = ACTIONS(1053), - [anon_sym_const] = ACTIONS(1053), - [anon_sym_continue] = ACTIONS(1053), - [anon_sym_default] = ACTIONS(1053), - [anon_sym_enum] = ACTIONS(1053), - [anon_sym_fn] = ACTIONS(1053), - [anon_sym_for] = ACTIONS(1053), - [anon_sym_gen] = ACTIONS(1053), - [anon_sym_if] = ACTIONS(1053), - [anon_sym_impl] = ACTIONS(1053), - [anon_sym_let] = ACTIONS(1053), - [anon_sym_loop] = ACTIONS(1053), - [anon_sym_match] = ACTIONS(1053), - [anon_sym_mod] = ACTIONS(1053), - [anon_sym_pub] = ACTIONS(1053), - [anon_sym_return] = ACTIONS(1053), - [anon_sym_static] = ACTIONS(1053), - [anon_sym_struct] = ACTIONS(1053), - [anon_sym_trait] = ACTIONS(1053), - [anon_sym_type] = ACTIONS(1053), - [anon_sym_union] = ACTIONS(1053), - [anon_sym_unsafe] = ACTIONS(1053), - [anon_sym_use] = ACTIONS(1053), - [anon_sym_where] = ACTIONS(1053), - [anon_sym_while] = ACTIONS(1053), - [sym_mutable_specifier] = ACTIONS(1053), - [sym_integer_literal] = ACTIONS(1055), - [aux_sym_string_literal_token1] = ACTIONS(1055), - [sym_char_literal] = ACTIONS(1055), - [anon_sym_true] = ACTIONS(1053), - [anon_sym_false] = ACTIONS(1053), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1053), - [sym_super] = ACTIONS(1053), - [sym_crate] = ACTIONS(1053), - [sym__raw_string_literal_start] = ACTIONS(1055), - [sym_float_literal] = ACTIONS(1055), - }, - [STATE(213)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1973), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(189)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2649), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(213), - [sym_block_comment] = STATE(213), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(189), + [sym_block_comment] = STATE(189), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -41881,113 +39110,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(214)] = { - [sym_attribute_item] = STATE(1059), - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1689), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(190)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2688), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(214), - [sym_block_comment] = STATE(214), - [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(190), + [sym_block_comment] = STATE(190), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(752), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -41996,108 +39226,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(215)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1766), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(191)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2736), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1480), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(215), - [sym_block_comment] = STATE(215), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(191), + [sym_block_comment] = STATE(191), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(507), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1061), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1065), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -42110,226 +39342,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(216)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1734), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(216), - [sym_block_comment] = STATE(216), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [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(1069), - [anon_sym_raw] = ACTIONS(1071), - [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(217)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1817), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(192)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2738), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1514), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(217), - [sym_block_comment] = STATE(217), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(192), + [sym_block_comment] = STATE(192), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(349), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1075), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -42338,112 +39458,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(218)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1781), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(2860), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(193)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2757), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(218), - [sym_block_comment] = STATE(218), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(193), + [sym_block_comment] = STATE(193), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -42452,112 +39574,230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(219)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1686), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(194)] = { + [sym_line_comment] = STATE(194), + [sym_block_comment] = STATE(194), + [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), + }, + [STATE(195)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2771), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1539), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(219), - [sym_block_comment] = STATE(219), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(195), + [sym_block_comment] = STATE(195), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1077), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1081), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -42566,181 +39806,299 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(220)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1858), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1787), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(220), - [sym_block_comment] = STATE(220), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [STATE(196)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2977), + [sym__let_chain] = STATE(2980), + [sym__condition] = STATE(2772), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(196), + [sym_block_comment] = STATE(196), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1083), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1085), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, - [STATE(221)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1882), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(197)] = { + [sym_line_comment] = STATE(197), + [sym_block_comment] = STATE(197), + [sym_identifier] = ACTIONS(1037), + [anon_sym_SEMI] = ACTIONS(1039), + [anon_sym_LPAREN] = ACTIONS(1039), + [anon_sym_RPAREN] = ACTIONS(1039), + [anon_sym_LBRACK] = ACTIONS(1039), + [anon_sym_RBRACK] = ACTIONS(1039), + [anon_sym_LBRACE] = ACTIONS(1039), + [anon_sym_RBRACE] = ACTIONS(1039), + [anon_sym_EQ_GT] = ACTIONS(1039), + [anon_sym_COLON] = ACTIONS(1037), + [anon_sym_DOLLAR] = ACTIONS(1037), + [anon_sym_PLUS] = ACTIONS(1037), + [anon_sym_STAR] = ACTIONS(1037), + [anon_sym_QMARK] = ACTIONS(1039), + [anon_sym_u8] = ACTIONS(1037), + [anon_sym_i8] = ACTIONS(1037), + [anon_sym_u16] = ACTIONS(1037), + [anon_sym_i16] = ACTIONS(1037), + [anon_sym_u32] = ACTIONS(1037), + [anon_sym_i32] = ACTIONS(1037), + [anon_sym_u64] = ACTIONS(1037), + [anon_sym_i64] = ACTIONS(1037), + [anon_sym_u128] = ACTIONS(1037), + [anon_sym_i128] = ACTIONS(1037), + [anon_sym_isize] = ACTIONS(1037), + [anon_sym_usize] = ACTIONS(1037), + [anon_sym_f32] = ACTIONS(1037), + [anon_sym_f64] = ACTIONS(1037), + [anon_sym_bool] = ACTIONS(1037), + [anon_sym_str] = ACTIONS(1037), + [anon_sym_char] = ACTIONS(1037), + [anon_sym_DASH] = ACTIONS(1037), + [anon_sym_SLASH] = ACTIONS(1037), + [anon_sym_PERCENT] = ACTIONS(1037), + [anon_sym_CARET] = ACTIONS(1037), + [anon_sym_BANG] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1037), + [anon_sym_PIPE] = ACTIONS(1037), + [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_PIPE_PIPE] = ACTIONS(1039), + [anon_sym_LT_LT] = ACTIONS(1037), + [anon_sym_GT_GT] = ACTIONS(1037), + [anon_sym_PLUS_EQ] = ACTIONS(1039), + [anon_sym_DASH_EQ] = ACTIONS(1039), + [anon_sym_STAR_EQ] = ACTIONS(1039), + [anon_sym_SLASH_EQ] = ACTIONS(1039), + [anon_sym_PERCENT_EQ] = ACTIONS(1039), + [anon_sym_CARET_EQ] = ACTIONS(1039), + [anon_sym_AMP_EQ] = ACTIONS(1039), + [anon_sym_PIPE_EQ] = ACTIONS(1039), + [anon_sym_LT_LT_EQ] = ACTIONS(1039), + [anon_sym_GT_GT_EQ] = ACTIONS(1039), + [anon_sym_EQ] = ACTIONS(1037), + [anon_sym_EQ_EQ] = ACTIONS(1039), + [anon_sym_BANG_EQ] = ACTIONS(1039), + [anon_sym_GT] = ACTIONS(1037), + [anon_sym_LT] = ACTIONS(1037), + [anon_sym_GT_EQ] = ACTIONS(1039), + [anon_sym_LT_EQ] = ACTIONS(1039), + [anon_sym_AT] = ACTIONS(1039), + [anon_sym__] = ACTIONS(1037), + [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_DOT_DOT] = ACTIONS(1037), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1039), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1039), + [anon_sym_COMMA] = ACTIONS(1039), + [anon_sym_COLON_COLON] = ACTIONS(1039), + [anon_sym_DASH_GT] = ACTIONS(1039), + [anon_sym_POUND] = ACTIONS(1039), + [anon_sym_SQUOTE] = ACTIONS(1037), + [anon_sym_as] = ACTIONS(1037), + [anon_sym_async] = ACTIONS(1037), + [anon_sym_await] = ACTIONS(1037), + [anon_sym_break] = ACTIONS(1037), + [anon_sym_const] = ACTIONS(1037), + [anon_sym_continue] = ACTIONS(1037), + [anon_sym_default] = ACTIONS(1037), + [anon_sym_enum] = ACTIONS(1037), + [anon_sym_fn] = ACTIONS(1037), + [anon_sym_for] = ACTIONS(1037), + [anon_sym_gen] = ACTIONS(1037), + [anon_sym_if] = ACTIONS(1037), + [anon_sym_impl] = ACTIONS(1037), + [anon_sym_let] = ACTIONS(1037), + [anon_sym_loop] = ACTIONS(1037), + [anon_sym_match] = ACTIONS(1037), + [anon_sym_mod] = ACTIONS(1037), + [anon_sym_pub] = ACTIONS(1037), + [anon_sym_return] = ACTIONS(1037), + [anon_sym_static] = ACTIONS(1037), + [anon_sym_struct] = ACTIONS(1037), + [anon_sym_trait] = ACTIONS(1037), + [anon_sym_type] = ACTIONS(1037), + [anon_sym_union] = ACTIONS(1037), + [anon_sym_unsafe] = ACTIONS(1037), + [anon_sym_use] = ACTIONS(1037), + [anon_sym_where] = ACTIONS(1037), + [anon_sym_while] = ACTIONS(1037), + [sym_mutable_specifier] = ACTIONS(1037), + [sym_integer_literal] = ACTIONS(1039), + [aux_sym_string_literal_token1] = ACTIONS(1039), + [sym_char_literal] = ACTIONS(1039), + [anon_sym_true] = ACTIONS(1037), + [anon_sym_false] = ACTIONS(1037), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1037), + [sym_super] = ACTIONS(1037), + [sym_crate] = ACTIONS(1037), + [sym_metavariable] = ACTIONS(1039), + [sym__raw_string_literal_start] = ACTIONS(1039), + [sym_float_literal] = ACTIONS(1039), + }, + [STATE(198)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1713), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(221), - [sym_block_comment] = STATE(221), - [aux_sym_tuple_expression_repeat1] = STATE(239), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(198), + [sym_block_comment] = STATE(198), + [aux_sym_enum_variant_list_repeat1] = STATE(1058), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1087), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42768,6 +40126,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42801,60 +40160,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(222)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1882), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(199)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1712), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(222), - [sym_block_comment] = STATE(222), - [aux_sym_tuple_expression_repeat1] = STATE(246), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(199), + [sym_block_comment] = STATE(199), + [aux_sym_enum_variant_list_repeat1] = STATE(1058), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1087), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42882,6 +40241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42915,170 +40275,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), }, - [STATE(223)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1477), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(223), - [sym_block_comment] = STATE(223), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [sym_mutable_specifier] = ACTIONS(1089), - [anon_sym_raw] = ACTIONS(1091), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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), + [STATE(200)] = { + [sym_line_comment] = STATE(200), + [sym_block_comment] = STATE(200), + [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [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(224)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1577), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(201)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1966), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1480), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(224), - [sym_block_comment] = STATE(224), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(201), + [sym_block_comment] = STATE(201), + [aux_sym_enum_variant_list_repeat1] = STATE(1058), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -43101,15 +40464,14 @@ 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(1061), - [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1065), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -43143,56 +40505,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), }, - [STATE(225)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1477), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(202)] = { + [sym_line_comment] = STATE(202), + [sym_block_comment] = STATE(202), + [sym_identifier] = ACTIONS(1003), + [anon_sym_SEMI] = ACTIONS(1005), + [anon_sym_LPAREN] = ACTIONS(1005), + [anon_sym_RPAREN] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(1005), + [anon_sym_RBRACK] = ACTIONS(1005), + [anon_sym_LBRACE] = ACTIONS(1005), + [anon_sym_RBRACE] = ACTIONS(1005), + [anon_sym_EQ_GT] = ACTIONS(1005), + [anon_sym_COLON] = ACTIONS(1003), + [anon_sym_DOLLAR] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_QMARK] = ACTIONS(1005), + [anon_sym_u8] = ACTIONS(1003), + [anon_sym_i8] = ACTIONS(1003), + [anon_sym_u16] = ACTIONS(1003), + [anon_sym_i16] = ACTIONS(1003), + [anon_sym_u32] = ACTIONS(1003), + [anon_sym_i32] = ACTIONS(1003), + [anon_sym_u64] = ACTIONS(1003), + [anon_sym_i64] = ACTIONS(1003), + [anon_sym_u128] = ACTIONS(1003), + [anon_sym_i128] = ACTIONS(1003), + [anon_sym_isize] = ACTIONS(1003), + [anon_sym_usize] = ACTIONS(1003), + [anon_sym_f32] = ACTIONS(1003), + [anon_sym_f64] = ACTIONS(1003), + [anon_sym_bool] = ACTIONS(1003), + [anon_sym_str] = ACTIONS(1003), + [anon_sym_char] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_PERCENT] = ACTIONS(1003), + [anon_sym_CARET] = ACTIONS(1003), + [anon_sym_BANG] = ACTIONS(1003), + [anon_sym_AMP] = ACTIONS(1003), + [anon_sym_PIPE] = ACTIONS(1003), + [anon_sym_AMP_AMP] = ACTIONS(1005), + [anon_sym_PIPE_PIPE] = ACTIONS(1005), + [anon_sym_LT_LT] = ACTIONS(1003), + [anon_sym_GT_GT] = ACTIONS(1003), + [anon_sym_PLUS_EQ] = ACTIONS(1005), + [anon_sym_DASH_EQ] = ACTIONS(1005), + [anon_sym_STAR_EQ] = ACTIONS(1005), + [anon_sym_SLASH_EQ] = ACTIONS(1005), + [anon_sym_PERCENT_EQ] = ACTIONS(1005), + [anon_sym_CARET_EQ] = ACTIONS(1005), + [anon_sym_AMP_EQ] = ACTIONS(1005), + [anon_sym_PIPE_EQ] = ACTIONS(1005), + [anon_sym_LT_LT_EQ] = ACTIONS(1005), + [anon_sym_GT_GT_EQ] = ACTIONS(1005), + [anon_sym_EQ] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1005), + [anon_sym_BANG_EQ] = ACTIONS(1005), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_LT] = ACTIONS(1003), + [anon_sym_GT_EQ] = ACTIONS(1005), + [anon_sym_LT_EQ] = ACTIONS(1005), + [anon_sym_AT] = ACTIONS(1005), + [anon_sym__] = ACTIONS(1003), + [anon_sym_DOT] = ACTIONS(1003), + [anon_sym_DOT_DOT] = ACTIONS(1003), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1005), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1005), + [anon_sym_COMMA] = ACTIONS(1005), + [anon_sym_COLON_COLON] = ACTIONS(1005), + [anon_sym_DASH_GT] = ACTIONS(1005), + [anon_sym_POUND] = ACTIONS(1005), + [anon_sym_SQUOTE] = ACTIONS(1003), + [anon_sym_as] = ACTIONS(1003), + [anon_sym_async] = ACTIONS(1003), + [anon_sym_await] = ACTIONS(1003), + [anon_sym_break] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1003), + [anon_sym_continue] = ACTIONS(1003), + [anon_sym_default] = ACTIONS(1003), + [anon_sym_enum] = ACTIONS(1003), + [anon_sym_fn] = ACTIONS(1003), + [anon_sym_for] = ACTIONS(1003), + [anon_sym_gen] = ACTIONS(1003), + [anon_sym_if] = ACTIONS(1003), + [anon_sym_impl] = ACTIONS(1003), + [anon_sym_let] = ACTIONS(1003), + [anon_sym_loop] = ACTIONS(1003), + [anon_sym_match] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_pub] = ACTIONS(1003), + [anon_sym_return] = ACTIONS(1003), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_struct] = ACTIONS(1003), + [anon_sym_trait] = ACTIONS(1003), + [anon_sym_type] = ACTIONS(1003), + [anon_sym_union] = ACTIONS(1003), + [anon_sym_unsafe] = ACTIONS(1003), + [anon_sym_use] = ACTIONS(1003), + [anon_sym_where] = ACTIONS(1003), + [anon_sym_while] = ACTIONS(1003), + [sym_mutable_specifier] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(1005), + [aux_sym_string_literal_token1] = ACTIONS(1005), + [sym_char_literal] = ACTIONS(1005), + [anon_sym_true] = ACTIONS(1003), + [anon_sym_false] = ACTIONS(1003), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1003), + [sym_super] = ACTIONS(1003), + [sym_crate] = ACTIONS(1003), + [sym__raw_string_literal_start] = ACTIONS(1005), + [sym_float_literal] = ACTIONS(1005), + }, + [STATE(203)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1971), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(225), - [sym_block_comment] = STATE(225), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(203), + [sym_block_comment] = STATE(203), + [aux_sym_enum_variant_list_repeat1] = STATE(1058), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -43220,8 +40699,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -43238,8 +40718,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(1095), - [anon_sym_raw] = ACTIONS(1097), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -43250,291 +40728,640 @@ 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__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [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(204)] = { + [sym_line_comment] = STATE(204), + [sym_block_comment] = STATE(204), + [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), + [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_AT] = ACTIONS(1047), + [anon_sym__] = ACTIONS(1045), + [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_COMMA] = ACTIONS(1047), + [anon_sym_COLON_COLON] = ACTIONS(1047), + [anon_sym_DASH_GT] = ACTIONS(1047), + [anon_sym_POUND] = ACTIONS(1047), + [anon_sym_SQUOTE] = ACTIONS(1045), + [anon_sym_as] = ACTIONS(1045), + [anon_sym_async] = ACTIONS(1045), + [anon_sym_await] = 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_where] = ACTIONS(1045), + [anon_sym_while] = ACTIONS(1045), + [sym_mutable_specifier] = 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__raw_string_literal_start] = ACTIONS(1047), + [sym_float_literal] = ACTIONS(1047), }, - [STATE(226)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1750), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1514), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(226), - [sym_block_comment] = STATE(226), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(507), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1075), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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), + [STATE(205)] = { + [sym_line_comment] = STATE(205), + [sym_block_comment] = STATE(205), + [sym_identifier] = ACTIONS(1013), + [anon_sym_SEMI] = ACTIONS(1015), + [anon_sym_LPAREN] = ACTIONS(1015), + [anon_sym_RPAREN] = ACTIONS(1015), + [anon_sym_LBRACK] = ACTIONS(1015), + [anon_sym_RBRACK] = ACTIONS(1015), + [anon_sym_LBRACE] = ACTIONS(1015), + [anon_sym_RBRACE] = ACTIONS(1015), + [anon_sym_EQ_GT] = ACTIONS(1015), + [anon_sym_COLON] = ACTIONS(1013), + [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_PLUS] = ACTIONS(1013), + [anon_sym_STAR] = ACTIONS(1013), + [anon_sym_QMARK] = ACTIONS(1015), + [anon_sym_u8] = ACTIONS(1013), + [anon_sym_i8] = ACTIONS(1013), + [anon_sym_u16] = ACTIONS(1013), + [anon_sym_i16] = ACTIONS(1013), + [anon_sym_u32] = ACTIONS(1013), + [anon_sym_i32] = ACTIONS(1013), + [anon_sym_u64] = ACTIONS(1013), + [anon_sym_i64] = ACTIONS(1013), + [anon_sym_u128] = ACTIONS(1013), + [anon_sym_i128] = ACTIONS(1013), + [anon_sym_isize] = ACTIONS(1013), + [anon_sym_usize] = ACTIONS(1013), + [anon_sym_f32] = ACTIONS(1013), + [anon_sym_f64] = ACTIONS(1013), + [anon_sym_bool] = ACTIONS(1013), + [anon_sym_str] = ACTIONS(1013), + [anon_sym_char] = ACTIONS(1013), + [anon_sym_DASH] = ACTIONS(1013), + [anon_sym_SLASH] = ACTIONS(1013), + [anon_sym_PERCENT] = ACTIONS(1013), + [anon_sym_CARET] = ACTIONS(1013), + [anon_sym_BANG] = ACTIONS(1013), + [anon_sym_AMP] = ACTIONS(1013), + [anon_sym_PIPE] = ACTIONS(1013), + [anon_sym_AMP_AMP] = ACTIONS(1015), + [anon_sym_PIPE_PIPE] = ACTIONS(1015), + [anon_sym_LT_LT] = ACTIONS(1013), + [anon_sym_GT_GT] = ACTIONS(1013), + [anon_sym_PLUS_EQ] = ACTIONS(1015), + [anon_sym_DASH_EQ] = ACTIONS(1015), + [anon_sym_STAR_EQ] = ACTIONS(1015), + [anon_sym_SLASH_EQ] = ACTIONS(1015), + [anon_sym_PERCENT_EQ] = ACTIONS(1015), + [anon_sym_CARET_EQ] = ACTIONS(1015), + [anon_sym_AMP_EQ] = ACTIONS(1015), + [anon_sym_PIPE_EQ] = ACTIONS(1015), + [anon_sym_LT_LT_EQ] = ACTIONS(1015), + [anon_sym_GT_GT_EQ] = ACTIONS(1015), + [anon_sym_EQ] = ACTIONS(1013), + [anon_sym_EQ_EQ] = ACTIONS(1015), + [anon_sym_BANG_EQ] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1013), + [anon_sym_LT] = ACTIONS(1013), + [anon_sym_GT_EQ] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1015), + [anon_sym_AT] = ACTIONS(1015), + [anon_sym__] = ACTIONS(1013), + [anon_sym_DOT] = ACTIONS(1013), + [anon_sym_DOT_DOT] = ACTIONS(1013), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1015), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1015), + [anon_sym_COMMA] = ACTIONS(1015), + [anon_sym_COLON_COLON] = ACTIONS(1015), + [anon_sym_DASH_GT] = ACTIONS(1015), + [anon_sym_POUND] = ACTIONS(1015), + [anon_sym_SQUOTE] = ACTIONS(1013), + [anon_sym_as] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_await] = ACTIONS(1013), + [anon_sym_break] = ACTIONS(1013), + [anon_sym_const] = ACTIONS(1013), + [anon_sym_continue] = ACTIONS(1013), + [anon_sym_default] = ACTIONS(1013), + [anon_sym_enum] = ACTIONS(1013), + [anon_sym_fn] = ACTIONS(1013), + [anon_sym_for] = ACTIONS(1013), + [anon_sym_gen] = ACTIONS(1013), + [anon_sym_if] = ACTIONS(1013), + [anon_sym_impl] = ACTIONS(1013), + [anon_sym_let] = ACTIONS(1013), + [anon_sym_loop] = ACTIONS(1013), + [anon_sym_match] = ACTIONS(1013), + [anon_sym_mod] = ACTIONS(1013), + [anon_sym_pub] = ACTIONS(1013), + [anon_sym_return] = ACTIONS(1013), + [anon_sym_static] = ACTIONS(1013), + [anon_sym_struct] = ACTIONS(1013), + [anon_sym_trait] = ACTIONS(1013), + [anon_sym_type] = ACTIONS(1013), + [anon_sym_union] = ACTIONS(1013), + [anon_sym_unsafe] = ACTIONS(1013), + [anon_sym_use] = ACTIONS(1013), + [anon_sym_where] = ACTIONS(1013), + [anon_sym_while] = ACTIONS(1013), + [sym_mutable_specifier] = ACTIONS(1013), + [sym_integer_literal] = ACTIONS(1015), + [aux_sym_string_literal_token1] = ACTIONS(1015), + [sym_char_literal] = ACTIONS(1015), + [anon_sym_true] = ACTIONS(1013), + [anon_sym_false] = ACTIONS(1013), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(1013), + [sym_super] = ACTIONS(1013), + [sym_crate] = ACTIONS(1013), + [sym__raw_string_literal_start] = ACTIONS(1015), + [sym_float_literal] = ACTIONS(1015), }, - [STATE(227)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1477), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(227), - [sym_block_comment] = STATE(227), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [sym_mutable_specifier] = ACTIONS(1099), - [anon_sym_raw] = ACTIONS(1101), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [STATE(206)] = { + [sym_line_comment] = STATE(206), + [sym_block_comment] = STATE(206), + [sym_identifier] = ACTIONS(1017), + [anon_sym_SEMI] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1019), + [anon_sym_RPAREN] = ACTIONS(1019), + [anon_sym_LBRACK] = ACTIONS(1019), + [anon_sym_RBRACK] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1019), + [anon_sym_RBRACE] = ACTIONS(1019), + [anon_sym_EQ_GT] = ACTIONS(1019), + [anon_sym_COLON] = ACTIONS(1017), + [anon_sym_DOLLAR] = ACTIONS(1019), + [anon_sym_PLUS] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_QMARK] = ACTIONS(1019), + [anon_sym_u8] = ACTIONS(1017), + [anon_sym_i8] = ACTIONS(1017), + [anon_sym_u16] = ACTIONS(1017), + [anon_sym_i16] = ACTIONS(1017), + [anon_sym_u32] = ACTIONS(1017), + [anon_sym_i32] = ACTIONS(1017), + [anon_sym_u64] = ACTIONS(1017), + [anon_sym_i64] = ACTIONS(1017), + [anon_sym_u128] = ACTIONS(1017), + [anon_sym_i128] = ACTIONS(1017), + [anon_sym_isize] = ACTIONS(1017), + [anon_sym_usize] = ACTIONS(1017), + [anon_sym_f32] = ACTIONS(1017), + [anon_sym_f64] = ACTIONS(1017), + [anon_sym_bool] = ACTIONS(1017), + [anon_sym_str] = ACTIONS(1017), + [anon_sym_char] = ACTIONS(1017), + [anon_sym_DASH] = ACTIONS(1017), + [anon_sym_SLASH] = ACTIONS(1017), + [anon_sym_PERCENT] = ACTIONS(1017), + [anon_sym_CARET] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_PIPE] = ACTIONS(1017), + [anon_sym_AMP_AMP] = ACTIONS(1019), + [anon_sym_PIPE_PIPE] = ACTIONS(1019), + [anon_sym_LT_LT] = ACTIONS(1017), + [anon_sym_GT_GT] = ACTIONS(1017), + [anon_sym_PLUS_EQ] = ACTIONS(1019), + [anon_sym_DASH_EQ] = ACTIONS(1019), + [anon_sym_STAR_EQ] = ACTIONS(1019), + [anon_sym_SLASH_EQ] = ACTIONS(1019), + [anon_sym_PERCENT_EQ] = ACTIONS(1019), + [anon_sym_CARET_EQ] = ACTIONS(1019), + [anon_sym_AMP_EQ] = ACTIONS(1019), + [anon_sym_PIPE_EQ] = ACTIONS(1019), + [anon_sym_LT_LT_EQ] = ACTIONS(1019), + [anon_sym_GT_GT_EQ] = ACTIONS(1019), + [anon_sym_EQ] = ACTIONS(1017), + [anon_sym_EQ_EQ] = ACTIONS(1019), + [anon_sym_BANG_EQ] = ACTIONS(1019), + [anon_sym_GT] = ACTIONS(1017), + [anon_sym_LT] = ACTIONS(1017), + [anon_sym_GT_EQ] = ACTIONS(1019), + [anon_sym_LT_EQ] = ACTIONS(1019), + [anon_sym_AT] = ACTIONS(1019), + [anon_sym__] = ACTIONS(1017), + [anon_sym_DOT] = ACTIONS(1017), + [anon_sym_DOT_DOT] = ACTIONS(1017), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1019), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1019), + [anon_sym_COMMA] = ACTIONS(1019), + [anon_sym_COLON_COLON] = ACTIONS(1019), + [anon_sym_DASH_GT] = ACTIONS(1019), + [anon_sym_POUND] = ACTIONS(1019), + [anon_sym_SQUOTE] = ACTIONS(1017), + [anon_sym_as] = ACTIONS(1017), + [anon_sym_async] = ACTIONS(1017), + [anon_sym_await] = ACTIONS(1017), + [anon_sym_break] = ACTIONS(1017), + [anon_sym_const] = ACTIONS(1017), + [anon_sym_continue] = ACTIONS(1017), + [anon_sym_default] = ACTIONS(1017), + [anon_sym_enum] = ACTIONS(1017), + [anon_sym_fn] = ACTIONS(1017), + [anon_sym_for] = ACTIONS(1017), + [anon_sym_gen] = ACTIONS(1017), + [anon_sym_if] = ACTIONS(1017), + [anon_sym_impl] = ACTIONS(1017), + [anon_sym_let] = ACTIONS(1017), + [anon_sym_loop] = ACTIONS(1017), + [anon_sym_match] = ACTIONS(1017), + [anon_sym_mod] = ACTIONS(1017), + [anon_sym_pub] = ACTIONS(1017), + [anon_sym_return] = ACTIONS(1017), + [anon_sym_static] = ACTIONS(1017), + [anon_sym_struct] = ACTIONS(1017), + [anon_sym_trait] = ACTIONS(1017), + [anon_sym_type] = ACTIONS(1017), + [anon_sym_union] = ACTIONS(1017), + [anon_sym_unsafe] = ACTIONS(1017), + [anon_sym_use] = ACTIONS(1017), + [anon_sym_where] = ACTIONS(1017), + [anon_sym_while] = ACTIONS(1017), + [sym_mutable_specifier] = ACTIONS(1017), + [sym_integer_literal] = ACTIONS(1019), + [aux_sym_string_literal_token1] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [anon_sym_true] = ACTIONS(1017), + [anon_sym_false] = ACTIONS(1017), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1017), + [sym_super] = ACTIONS(1017), + [sym_crate] = ACTIONS(1017), + [sym__raw_string_literal_start] = ACTIONS(1019), + [sym_float_literal] = ACTIONS(1019), }, - [STATE(228)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1567), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(207)] = { + [sym_line_comment] = STATE(207), + [sym_block_comment] = STATE(207), + [sym_identifier] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(1031), + [anon_sym_LPAREN] = ACTIONS(1031), + [anon_sym_RPAREN] = ACTIONS(1031), + [anon_sym_LBRACK] = ACTIONS(1031), + [anon_sym_RBRACK] = ACTIONS(1031), + [anon_sym_LBRACE] = ACTIONS(1031), + [anon_sym_RBRACE] = ACTIONS(1031), + [anon_sym_EQ_GT] = ACTIONS(1031), + [anon_sym_COLON] = ACTIONS(1029), + [anon_sym_DOLLAR] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_STAR] = ACTIONS(1029), + [anon_sym_QMARK] = ACTIONS(1031), + [anon_sym_u8] = ACTIONS(1029), + [anon_sym_i8] = ACTIONS(1029), + [anon_sym_u16] = ACTIONS(1029), + [anon_sym_i16] = ACTIONS(1029), + [anon_sym_u32] = ACTIONS(1029), + [anon_sym_i32] = ACTIONS(1029), + [anon_sym_u64] = ACTIONS(1029), + [anon_sym_i64] = ACTIONS(1029), + [anon_sym_u128] = ACTIONS(1029), + [anon_sym_i128] = ACTIONS(1029), + [anon_sym_isize] = ACTIONS(1029), + [anon_sym_usize] = ACTIONS(1029), + [anon_sym_f32] = ACTIONS(1029), + [anon_sym_f64] = ACTIONS(1029), + [anon_sym_bool] = ACTIONS(1029), + [anon_sym_str] = ACTIONS(1029), + [anon_sym_char] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_SLASH] = ACTIONS(1029), + [anon_sym_PERCENT] = ACTIONS(1029), + [anon_sym_CARET] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_PIPE] = ACTIONS(1029), + [anon_sym_AMP_AMP] = ACTIONS(1031), + [anon_sym_PIPE_PIPE] = ACTIONS(1031), + [anon_sym_LT_LT] = ACTIONS(1029), + [anon_sym_GT_GT] = ACTIONS(1029), + [anon_sym_PLUS_EQ] = ACTIONS(1031), + [anon_sym_DASH_EQ] = ACTIONS(1031), + [anon_sym_STAR_EQ] = ACTIONS(1031), + [anon_sym_SLASH_EQ] = ACTIONS(1031), + [anon_sym_PERCENT_EQ] = ACTIONS(1031), + [anon_sym_CARET_EQ] = ACTIONS(1031), + [anon_sym_AMP_EQ] = ACTIONS(1031), + [anon_sym_PIPE_EQ] = ACTIONS(1031), + [anon_sym_LT_LT_EQ] = ACTIONS(1031), + [anon_sym_GT_GT_EQ] = ACTIONS(1031), + [anon_sym_EQ] = ACTIONS(1029), + [anon_sym_EQ_EQ] = ACTIONS(1031), + [anon_sym_BANG_EQ] = ACTIONS(1031), + [anon_sym_GT] = ACTIONS(1029), + [anon_sym_LT] = ACTIONS(1029), + [anon_sym_GT_EQ] = ACTIONS(1031), + [anon_sym_LT_EQ] = ACTIONS(1031), + [anon_sym_AT] = ACTIONS(1031), + [anon_sym__] = ACTIONS(1029), + [anon_sym_DOT] = ACTIONS(1029), + [anon_sym_DOT_DOT] = ACTIONS(1029), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1031), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1031), + [anon_sym_COMMA] = ACTIONS(1031), + [anon_sym_COLON_COLON] = ACTIONS(1031), + [anon_sym_DASH_GT] = ACTIONS(1031), + [anon_sym_POUND] = ACTIONS(1031), + [anon_sym_SQUOTE] = ACTIONS(1029), + [anon_sym_as] = ACTIONS(1029), + [anon_sym_async] = ACTIONS(1029), + [anon_sym_await] = ACTIONS(1029), + [anon_sym_break] = ACTIONS(1029), + [anon_sym_const] = ACTIONS(1029), + [anon_sym_continue] = ACTIONS(1029), + [anon_sym_default] = ACTIONS(1029), + [anon_sym_enum] = ACTIONS(1029), + [anon_sym_fn] = ACTIONS(1029), + [anon_sym_for] = ACTIONS(1029), + [anon_sym_gen] = ACTIONS(1029), + [anon_sym_if] = ACTIONS(1029), + [anon_sym_impl] = ACTIONS(1029), + [anon_sym_let] = ACTIONS(1029), + [anon_sym_loop] = ACTIONS(1029), + [anon_sym_match] = ACTIONS(1029), + [anon_sym_mod] = ACTIONS(1029), + [anon_sym_pub] = ACTIONS(1029), + [anon_sym_return] = ACTIONS(1029), + [anon_sym_static] = ACTIONS(1029), + [anon_sym_struct] = ACTIONS(1029), + [anon_sym_trait] = ACTIONS(1029), + [anon_sym_type] = ACTIONS(1029), + [anon_sym_union] = ACTIONS(1029), + [anon_sym_unsafe] = ACTIONS(1029), + [anon_sym_use] = ACTIONS(1029), + [anon_sym_where] = ACTIONS(1029), + [anon_sym_while] = ACTIONS(1029), + [sym_mutable_specifier] = ACTIONS(1029), + [sym_integer_literal] = ACTIONS(1031), + [aux_sym_string_literal_token1] = ACTIONS(1031), + [sym_char_literal] = ACTIONS(1031), + [anon_sym_true] = ACTIONS(1029), + [anon_sym_false] = ACTIONS(1029), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1029), + [sym_super] = ACTIONS(1029), + [sym_crate] = ACTIONS(1029), + [sym__raw_string_literal_start] = ACTIONS(1031), + [sym_float_literal] = ACTIONS(1031), + }, + [STATE(208)] = { + [sym_line_comment] = STATE(208), + [sym_block_comment] = STATE(208), + [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(1035), + [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__raw_string_literal_start] = ACTIONS(1035), + [sym_float_literal] = ACTIONS(1035), + }, + [STATE(209)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1681), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1514), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(228), - [sym_block_comment] = STATE(228), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(209), + [sym_block_comment] = STATE(209), + [aux_sym_enum_variant_list_repeat1] = STATE(1058), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -43557,15 +41384,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(349), + [anon_sym_DASH] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1075), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -43599,174 +41425,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(229)] = { - [sym_attribute_item] = STATE(400), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(2994), - [sym_variadic_parameter] = STATE(2994), - [sym_parameter] = STATE(2994), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2670), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2596), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(229), - [sym_block_comment] = STATE(229), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_RPAREN] = ACTIONS(1107), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1121), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1125), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1133), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1171), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [STATE(210)] = { + [sym_line_comment] = STATE(210), + [sym_block_comment] = STATE(210), + [sym_identifier] = ACTIONS(957), + [anon_sym_SEMI] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(959), + [anon_sym_RPAREN] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(959), + [anon_sym_RBRACK] = ACTIONS(959), + [anon_sym_LBRACE] = ACTIONS(959), + [anon_sym_RBRACE] = ACTIONS(959), + [anon_sym_EQ_GT] = ACTIONS(959), + [anon_sym_COLON] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(957), + [anon_sym_QMARK] = ACTIONS(959), + [anon_sym_u8] = ACTIONS(957), + [anon_sym_i8] = ACTIONS(957), + [anon_sym_u16] = ACTIONS(957), + [anon_sym_i16] = ACTIONS(957), + [anon_sym_u32] = ACTIONS(957), + [anon_sym_i32] = ACTIONS(957), + [anon_sym_u64] = ACTIONS(957), + [anon_sym_i64] = ACTIONS(957), + [anon_sym_u128] = ACTIONS(957), + [anon_sym_i128] = ACTIONS(957), + [anon_sym_isize] = ACTIONS(957), + [anon_sym_usize] = ACTIONS(957), + [anon_sym_f32] = ACTIONS(957), + [anon_sym_f64] = ACTIONS(957), + [anon_sym_bool] = ACTIONS(957), + [anon_sym_str] = ACTIONS(957), + [anon_sym_char] = ACTIONS(957), + [anon_sym_DASH] = ACTIONS(957), + [anon_sym_SLASH] = ACTIONS(957), + [anon_sym_PERCENT] = ACTIONS(957), + [anon_sym_CARET] = ACTIONS(957), + [anon_sym_BANG] = ACTIONS(957), + [anon_sym_AMP] = ACTIONS(957), + [anon_sym_PIPE] = ACTIONS(957), + [anon_sym_AMP_AMP] = ACTIONS(959), + [anon_sym_PIPE_PIPE] = ACTIONS(959), + [anon_sym_LT_LT] = ACTIONS(957), + [anon_sym_GT_GT] = ACTIONS(957), + [anon_sym_PLUS_EQ] = ACTIONS(959), + [anon_sym_DASH_EQ] = ACTIONS(959), + [anon_sym_STAR_EQ] = ACTIONS(959), + [anon_sym_SLASH_EQ] = ACTIONS(959), + [anon_sym_PERCENT_EQ] = ACTIONS(959), + [anon_sym_CARET_EQ] = ACTIONS(959), + [anon_sym_AMP_EQ] = ACTIONS(959), + [anon_sym_PIPE_EQ] = ACTIONS(959), + [anon_sym_LT_LT_EQ] = ACTIONS(959), + [anon_sym_GT_GT_EQ] = ACTIONS(959), + [anon_sym_EQ] = ACTIONS(957), + [anon_sym_EQ_EQ] = ACTIONS(959), + [anon_sym_BANG_EQ] = ACTIONS(959), + [anon_sym_GT] = ACTIONS(957), + [anon_sym_LT] = ACTIONS(957), + [anon_sym_GT_EQ] = ACTIONS(959), + [anon_sym_LT_EQ] = ACTIONS(959), + [anon_sym_AT] = ACTIONS(959), + [anon_sym__] = ACTIONS(957), + [anon_sym_DOT] = ACTIONS(957), + [anon_sym_DOT_DOT] = ACTIONS(957), + [anon_sym_DOT_DOT_DOT] = ACTIONS(959), + [anon_sym_DOT_DOT_EQ] = ACTIONS(959), + [anon_sym_COMMA] = ACTIONS(959), + [anon_sym_COLON_COLON] = ACTIONS(959), + [anon_sym_DASH_GT] = ACTIONS(959), + [anon_sym_POUND] = ACTIONS(959), + [anon_sym_SQUOTE] = ACTIONS(957), + [anon_sym_as] = ACTIONS(957), + [anon_sym_async] = ACTIONS(957), + [anon_sym_await] = ACTIONS(957), + [anon_sym_break] = ACTIONS(957), + [anon_sym_const] = ACTIONS(957), + [anon_sym_continue] = ACTIONS(957), + [anon_sym_default] = ACTIONS(957), + [anon_sym_enum] = ACTIONS(957), + [anon_sym_fn] = ACTIONS(957), + [anon_sym_for] = ACTIONS(957), + [anon_sym_gen] = ACTIONS(957), + [anon_sym_if] = ACTIONS(957), + [anon_sym_impl] = ACTIONS(957), + [anon_sym_let] = ACTIONS(957), + [anon_sym_loop] = ACTIONS(957), + [anon_sym_match] = ACTIONS(957), + [anon_sym_mod] = ACTIONS(957), + [anon_sym_pub] = ACTIONS(957), + [anon_sym_return] = ACTIONS(957), + [anon_sym_static] = ACTIONS(957), + [anon_sym_struct] = ACTIONS(957), + [anon_sym_trait] = ACTIONS(957), + [anon_sym_type] = ACTIONS(957), + [anon_sym_union] = ACTIONS(957), + [anon_sym_unsafe] = ACTIONS(957), + [anon_sym_use] = ACTIONS(957), + [anon_sym_where] = ACTIONS(957), + [anon_sym_while] = ACTIONS(957), + [sym_mutable_specifier] = ACTIONS(957), + [sym_integer_literal] = ACTIONS(959), + [aux_sym_string_literal_token1] = ACTIONS(959), + [sym_char_literal] = ACTIONS(959), + [anon_sym_true] = ACTIONS(957), + [anon_sym_false] = ACTIONS(957), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(957), + [sym_super] = ACTIONS(957), + [sym_crate] = ACTIONS(957), + [sym__raw_string_literal_start] = ACTIONS(959), + [sym_float_literal] = ACTIONS(959), }, - [STATE(230)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(211)] = { + [sym_line_comment] = STATE(211), + [sym_block_comment] = STATE(211), + [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(909), + [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__raw_string_literal_start] = ACTIONS(909), + [sym_float_literal] = ACTIONS(909), + }, + [STATE(212)] = { + [sym_attribute_item] = STATE(1060), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1679), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(230), - [sym_block_comment] = STATE(230), - [aux_sym_tuple_expression_repeat1] = STATE(239), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(212), + [sym_block_comment] = STATE(212), + [aux_sym_enum_variant_list_repeat1] = STATE(209), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1179), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -43794,6 +41736,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(752), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -43827,172 +41770,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(231)] = { - [sym_attribute_item] = STATE(426), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3032), - [sym_variadic_parameter] = STATE(3032), - [sym_parameter] = STATE(3032), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2793), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(231), - [sym_block_comment] = STATE(231), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1185), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1191), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1193), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [STATE(213)] = { + [sym_line_comment] = STATE(213), + [sym_block_comment] = STATE(213), + [sym_identifier] = ACTIONS(1049), + [anon_sym_SEMI] = ACTIONS(1051), + [anon_sym_LPAREN] = ACTIONS(1051), + [anon_sym_RPAREN] = ACTIONS(1051), + [anon_sym_LBRACK] = ACTIONS(1051), + [anon_sym_RBRACK] = ACTIONS(1051), + [anon_sym_LBRACE] = ACTIONS(1051), + [anon_sym_RBRACE] = ACTIONS(1051), + [anon_sym_EQ_GT] = ACTIONS(1051), + [anon_sym_COLON] = ACTIONS(1049), + [anon_sym_DOLLAR] = ACTIONS(1051), + [anon_sym_PLUS] = ACTIONS(1049), + [anon_sym_STAR] = ACTIONS(1049), + [anon_sym_QMARK] = ACTIONS(1051), + [anon_sym_u8] = ACTIONS(1049), + [anon_sym_i8] = ACTIONS(1049), + [anon_sym_u16] = ACTIONS(1049), + [anon_sym_i16] = ACTIONS(1049), + [anon_sym_u32] = ACTIONS(1049), + [anon_sym_i32] = ACTIONS(1049), + [anon_sym_u64] = ACTIONS(1049), + [anon_sym_i64] = ACTIONS(1049), + [anon_sym_u128] = ACTIONS(1049), + [anon_sym_i128] = ACTIONS(1049), + [anon_sym_isize] = ACTIONS(1049), + [anon_sym_usize] = ACTIONS(1049), + [anon_sym_f32] = ACTIONS(1049), + [anon_sym_f64] = ACTIONS(1049), + [anon_sym_bool] = ACTIONS(1049), + [anon_sym_str] = ACTIONS(1049), + [anon_sym_char] = ACTIONS(1049), + [anon_sym_DASH] = ACTIONS(1049), + [anon_sym_SLASH] = ACTIONS(1049), + [anon_sym_PERCENT] = ACTIONS(1049), + [anon_sym_CARET] = ACTIONS(1049), + [anon_sym_BANG] = ACTIONS(1049), + [anon_sym_AMP] = ACTIONS(1049), + [anon_sym_PIPE] = ACTIONS(1049), + [anon_sym_AMP_AMP] = ACTIONS(1051), + [anon_sym_PIPE_PIPE] = ACTIONS(1051), + [anon_sym_LT_LT] = ACTIONS(1049), + [anon_sym_GT_GT] = ACTIONS(1049), + [anon_sym_PLUS_EQ] = ACTIONS(1051), + [anon_sym_DASH_EQ] = ACTIONS(1051), + [anon_sym_STAR_EQ] = ACTIONS(1051), + [anon_sym_SLASH_EQ] = ACTIONS(1051), + [anon_sym_PERCENT_EQ] = ACTIONS(1051), + [anon_sym_CARET_EQ] = ACTIONS(1051), + [anon_sym_AMP_EQ] = ACTIONS(1051), + [anon_sym_PIPE_EQ] = ACTIONS(1051), + [anon_sym_LT_LT_EQ] = ACTIONS(1051), + [anon_sym_GT_GT_EQ] = ACTIONS(1051), + [anon_sym_EQ] = ACTIONS(1049), + [anon_sym_EQ_EQ] = ACTIONS(1051), + [anon_sym_BANG_EQ] = ACTIONS(1051), + [anon_sym_GT] = ACTIONS(1049), + [anon_sym_LT] = ACTIONS(1049), + [anon_sym_GT_EQ] = ACTIONS(1051), + [anon_sym_LT_EQ] = ACTIONS(1051), + [anon_sym_AT] = ACTIONS(1051), + [anon_sym__] = ACTIONS(1049), + [anon_sym_DOT] = ACTIONS(1049), + [anon_sym_DOT_DOT] = ACTIONS(1049), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1051), + [anon_sym_COMMA] = ACTIONS(1051), + [anon_sym_COLON_COLON] = ACTIONS(1051), + [anon_sym_DASH_GT] = ACTIONS(1051), + [anon_sym_POUND] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1049), + [anon_sym_as] = ACTIONS(1049), + [anon_sym_async] = ACTIONS(1049), + [anon_sym_await] = ACTIONS(1049), + [anon_sym_break] = ACTIONS(1049), + [anon_sym_const] = ACTIONS(1049), + [anon_sym_continue] = ACTIONS(1049), + [anon_sym_default] = ACTIONS(1049), + [anon_sym_enum] = ACTIONS(1049), + [anon_sym_fn] = ACTIONS(1049), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_gen] = ACTIONS(1049), + [anon_sym_if] = ACTIONS(1049), + [anon_sym_impl] = ACTIONS(1049), + [anon_sym_let] = ACTIONS(1049), + [anon_sym_loop] = ACTIONS(1049), + [anon_sym_match] = ACTIONS(1049), + [anon_sym_mod] = ACTIONS(1049), + [anon_sym_pub] = ACTIONS(1049), + [anon_sym_return] = ACTIONS(1049), + [anon_sym_static] = ACTIONS(1049), + [anon_sym_struct] = ACTIONS(1049), + [anon_sym_trait] = ACTIONS(1049), + [anon_sym_type] = ACTIONS(1049), + [anon_sym_union] = ACTIONS(1049), + [anon_sym_unsafe] = ACTIONS(1049), + [anon_sym_use] = ACTIONS(1049), + [anon_sym_where] = ACTIONS(1049), + [anon_sym_while] = ACTIONS(1049), + [sym_mutable_specifier] = ACTIONS(1049), + [sym_integer_literal] = ACTIONS(1051), + [aux_sym_string_literal_token1] = ACTIONS(1051), + [sym_char_literal] = ACTIONS(1051), + [anon_sym_true] = ACTIONS(1049), + [anon_sym_false] = ACTIONS(1049), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1049), + [sym_super] = ACTIONS(1049), + [sym_crate] = ACTIONS(1049), + [sym__raw_string_literal_start] = ACTIONS(1051), + [sym_float_literal] = ACTIONS(1051), + }, + [STATE(214)] = { + [sym_line_comment] = STATE(214), + [sym_block_comment] = STATE(214), + [sym_identifier] = ACTIONS(1053), + [anon_sym_SEMI] = ACTIONS(1055), + [anon_sym_LPAREN] = ACTIONS(1055), + [anon_sym_RPAREN] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(1055), + [anon_sym_RBRACK] = ACTIONS(1055), + [anon_sym_LBRACE] = ACTIONS(1055), + [anon_sym_RBRACE] = ACTIONS(1055), + [anon_sym_EQ_GT] = ACTIONS(1055), + [anon_sym_COLON] = ACTIONS(1053), + [anon_sym_DOLLAR] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_STAR] = ACTIONS(1053), + [anon_sym_QMARK] = ACTIONS(1055), + [anon_sym_u8] = ACTIONS(1053), + [anon_sym_i8] = ACTIONS(1053), + [anon_sym_u16] = ACTIONS(1053), + [anon_sym_i16] = ACTIONS(1053), + [anon_sym_u32] = ACTIONS(1053), + [anon_sym_i32] = ACTIONS(1053), + [anon_sym_u64] = ACTIONS(1053), + [anon_sym_i64] = ACTIONS(1053), + [anon_sym_u128] = ACTIONS(1053), + [anon_sym_i128] = ACTIONS(1053), + [anon_sym_isize] = ACTIONS(1053), + [anon_sym_usize] = ACTIONS(1053), + [anon_sym_f32] = ACTIONS(1053), + [anon_sym_f64] = ACTIONS(1053), + [anon_sym_bool] = ACTIONS(1053), + [anon_sym_str] = ACTIONS(1053), + [anon_sym_char] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_SLASH] = ACTIONS(1053), + [anon_sym_PERCENT] = ACTIONS(1053), + [anon_sym_CARET] = ACTIONS(1053), + [anon_sym_BANG] = ACTIONS(1053), + [anon_sym_AMP] = ACTIONS(1053), + [anon_sym_PIPE] = ACTIONS(1053), + [anon_sym_AMP_AMP] = ACTIONS(1055), + [anon_sym_PIPE_PIPE] = ACTIONS(1055), + [anon_sym_LT_LT] = ACTIONS(1053), + [anon_sym_GT_GT] = ACTIONS(1053), + [anon_sym_PLUS_EQ] = ACTIONS(1055), + [anon_sym_DASH_EQ] = ACTIONS(1055), + [anon_sym_STAR_EQ] = ACTIONS(1055), + [anon_sym_SLASH_EQ] = ACTIONS(1055), + [anon_sym_PERCENT_EQ] = ACTIONS(1055), + [anon_sym_CARET_EQ] = ACTIONS(1055), + [anon_sym_AMP_EQ] = ACTIONS(1055), + [anon_sym_PIPE_EQ] = ACTIONS(1055), + [anon_sym_LT_LT_EQ] = ACTIONS(1055), + [anon_sym_GT_GT_EQ] = ACTIONS(1055), + [anon_sym_EQ] = ACTIONS(1053), + [anon_sym_EQ_EQ] = ACTIONS(1055), + [anon_sym_BANG_EQ] = ACTIONS(1055), + [anon_sym_GT] = ACTIONS(1053), + [anon_sym_LT] = ACTIONS(1053), + [anon_sym_GT_EQ] = ACTIONS(1055), + [anon_sym_LT_EQ] = ACTIONS(1055), + [anon_sym_AT] = ACTIONS(1055), + [anon_sym__] = ACTIONS(1053), + [anon_sym_DOT] = ACTIONS(1053), + [anon_sym_DOT_DOT] = ACTIONS(1053), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1055), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1055), + [anon_sym_COMMA] = ACTIONS(1055), + [anon_sym_COLON_COLON] = ACTIONS(1055), + [anon_sym_DASH_GT] = ACTIONS(1055), + [anon_sym_POUND] = ACTIONS(1055), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_as] = ACTIONS(1053), + [anon_sym_async] = ACTIONS(1053), + [anon_sym_await] = ACTIONS(1053), + [anon_sym_break] = ACTIONS(1053), + [anon_sym_const] = ACTIONS(1053), + [anon_sym_continue] = ACTIONS(1053), + [anon_sym_default] = ACTIONS(1053), + [anon_sym_enum] = ACTIONS(1053), + [anon_sym_fn] = ACTIONS(1053), + [anon_sym_for] = ACTIONS(1053), + [anon_sym_gen] = ACTIONS(1053), + [anon_sym_if] = ACTIONS(1053), + [anon_sym_impl] = ACTIONS(1053), + [anon_sym_let] = ACTIONS(1053), + [anon_sym_loop] = ACTIONS(1053), + [anon_sym_match] = ACTIONS(1053), + [anon_sym_mod] = ACTIONS(1053), + [anon_sym_pub] = ACTIONS(1053), + [anon_sym_return] = ACTIONS(1053), + [anon_sym_static] = ACTIONS(1053), + [anon_sym_struct] = ACTIONS(1053), + [anon_sym_trait] = ACTIONS(1053), + [anon_sym_type] = ACTIONS(1053), + [anon_sym_union] = ACTIONS(1053), + [anon_sym_unsafe] = ACTIONS(1053), + [anon_sym_use] = ACTIONS(1053), + [anon_sym_where] = ACTIONS(1053), + [anon_sym_while] = ACTIONS(1053), + [sym_mutable_specifier] = ACTIONS(1053), + [sym_integer_literal] = ACTIONS(1055), + [aux_sym_string_literal_token1] = ACTIONS(1055), + [sym_char_literal] = ACTIONS(1055), + [anon_sym_true] = ACTIONS(1053), + [anon_sym_false] = ACTIONS(1053), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1053), + [sym_super] = ACTIONS(1053), + [sym_crate] = ACTIONS(1053), + [sym__raw_string_literal_start] = ACTIONS(1055), + [sym_float_literal] = ACTIONS(1055), }, - [STATE(232)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1563), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(215)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1877), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1539), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(232), - [sym_block_comment] = STATE(232), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(215), + [sym_block_comment] = STATE(215), + [aux_sym_tuple_expression_repeat1] = STATE(245), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1057), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -44013,15 +42074,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(1077), - [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1081), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -44055,207 +42114,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(233)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1820), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1480), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(233), - [sym_block_comment] = STATE(233), - [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(349), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [STATE(216)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1832), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1752), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [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(987), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1061), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1065), + [anon_sym__] = ACTIONS(1059), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DASH_GT] = ACTIONS(1063), [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), }, - [STATE(234)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1788), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(217)] = { + [sym_attribute_item] = STATE(410), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3146), + [sym_variadic_parameter] = STATE(3146), + [sym_parameter] = STATE(3146), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2864), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2522), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(217), + [sym_block_comment] = STATE(217), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_RPAREN] = ACTIONS(1069), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1083), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1087), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1095), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1133), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(218)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1654), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1539), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(234), - [sym_block_comment] = STATE(234), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1545), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(218), + [sym_block_comment] = STATE(218), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(507), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1077), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1081), + [anon_sym__] = ACTIONS(1141), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1145), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -44263,7 +42436,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -44276,214 +42449,100 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(235)] = { - [sym_attribute_item] = STATE(400), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(2994), - [sym_variadic_parameter] = STATE(2994), - [sym_parameter] = STATE(2994), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2670), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2596), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(235), - [sym_block_comment] = STATE(235), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_RPAREN] = ACTIONS(1207), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1121), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1125), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1209), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1171), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(236)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1798), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(219)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1655), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1509), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(236), - [sym_block_comment] = STATE(236), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1451), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(219), + [sym_block_comment] = STATE(219), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(507), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1211), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1213), + [anon_sym__] = ACTIONS(1147), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1149), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -44491,7 +42550,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -44504,409 +42563,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(237)] = { - [sym_attribute_item] = STATE(400), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(2994), - [sym_variadic_parameter] = STATE(2994), - [sym_parameter] = STATE(2994), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2670), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(237), - [sym_block_comment] = STATE(237), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1215), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1217), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1219), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(238)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1955), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_let_condition] = STATE(2860), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(238), - [sym_block_comment] = STATE(238), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(993), - [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(995), - [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(239)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1967), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(239), - [sym_block_comment] = STATE(239), - [aux_sym_tuple_expression_repeat1] = STATE(239), - [sym_identifier] = ACTIONS(1221), - [anon_sym_LPAREN] = ACTIONS(1224), - [anon_sym_RPAREN] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1229), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_STAR] = ACTIONS(1235), - [anon_sym_u8] = ACTIONS(1238), - [anon_sym_i8] = ACTIONS(1238), - [anon_sym_u16] = ACTIONS(1238), - [anon_sym_i16] = ACTIONS(1238), - [anon_sym_u32] = ACTIONS(1238), - [anon_sym_i32] = ACTIONS(1238), - [anon_sym_u64] = ACTIONS(1238), - [anon_sym_i64] = ACTIONS(1238), - [anon_sym_u128] = ACTIONS(1238), - [anon_sym_i128] = ACTIONS(1238), - [anon_sym_isize] = ACTIONS(1238), - [anon_sym_usize] = ACTIONS(1238), - [anon_sym_f32] = ACTIONS(1238), - [anon_sym_f64] = ACTIONS(1238), - [anon_sym_bool] = ACTIONS(1238), - [anon_sym_str] = ACTIONS(1238), - [anon_sym_char] = ACTIONS(1238), - [anon_sym_DASH] = ACTIONS(1235), - [anon_sym_BANG] = ACTIONS(1235), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_DOT_DOT] = ACTIONS(1250), - [anon_sym_COLON_COLON] = ACTIONS(1253), - [anon_sym_SQUOTE] = ACTIONS(1256), - [anon_sym_async] = ACTIONS(1259), - [anon_sym_break] = ACTIONS(1262), - [anon_sym_const] = ACTIONS(1265), - [anon_sym_continue] = ACTIONS(1268), - [anon_sym_default] = ACTIONS(1271), - [anon_sym_for] = ACTIONS(1274), - [anon_sym_gen] = ACTIONS(1277), - [anon_sym_if] = ACTIONS(1280), - [anon_sym_loop] = ACTIONS(1283), - [anon_sym_match] = ACTIONS(1286), - [anon_sym_return] = ACTIONS(1289), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1271), - [anon_sym_unsafe] = ACTIONS(1295), - [anon_sym_while] = ACTIONS(1298), - [anon_sym_yield] = ACTIONS(1301), - [anon_sym_move] = ACTIONS(1304), - [anon_sym_try] = ACTIONS(1307), - [sym_integer_literal] = ACTIONS(1310), - [aux_sym_string_literal_token1] = ACTIONS(1313), - [sym_char_literal] = ACTIONS(1310), - [anon_sym_true] = ACTIONS(1316), - [anon_sym_false] = ACTIONS(1316), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1319), - [sym_super] = ACTIONS(1322), - [sym_crate] = ACTIONS(1322), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1328), - [sym_float_literal] = ACTIONS(1310), - }, - [STATE(240)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(220)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1586), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(240), - [sym_block_comment] = STATE(240), - [aux_sym_tuple_expression_repeat1] = STATE(241), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1545), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(220), + [sym_block_comment] = STATE(220), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1179), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -44927,13 +42642,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(1141), + [anon_sym_DOT_DOT] = ACTIONS(1151), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1145), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -44967,60 +42684,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), }, - [STATE(241)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1825), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(221)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1554), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(241), - [sym_block_comment] = STATE(241), - [aux_sym_tuple_expression_repeat1] = STATE(239), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(221), + [sym_block_comment] = STATE(221), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + [sym_mutable_specifier] = ACTIONS(1159), + [anon_sym_raw] = ACTIONS(1161), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(222)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1745), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(222), + [sym_block_comment] = STATE(222), + [aux_sym_tuple_expression_repeat1] = STATE(228), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1331), + [anon_sym_RPAREN] = ACTIONS(1163), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -45081,333 +42912,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(242)] = { - [sym_attribute_item] = STATE(417), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(2884), - [sym_variadic_parameter] = STATE(2884), - [sym_parameter] = STATE(2884), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2717), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(242), - [sym_block_comment] = STATE(242), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1333), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1335), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1337), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(243)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1863), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1721), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(243), - [sym_block_comment] = STATE(243), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1339), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1341), - [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(244)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1705), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(223)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1861), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1509), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(244), - [sym_block_comment] = STATE(244), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1545), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(223), + [sym_block_comment] = STATE(223), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1211), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1213), + [anon_sym__] = ACTIONS(1141), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1145), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -45416,226 +43019,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(245)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1856), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1760), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(245), - [sym_block_comment] = STATE(245), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1343), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1345), - [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(246)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1885), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(224)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1729), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(246), - [sym_block_comment] = STATE(246), - [aux_sym_tuple_expression_repeat1] = STATE(239), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1451), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(224), + [sym_block_comment] = STATE(224), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1347), [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(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym__] = ACTIONS(1147), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1149), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -45643,64 +43132,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(247)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1594), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(225)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1561), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1509), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(247), - [sym_block_comment] = STATE(247), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1451), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(225), + [sym_block_comment] = STATE(225), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -45728,10 +43217,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(1211), - [anon_sym_DOT_DOT] = ACTIONS(1093), + [anon_sym__] = ACTIONS(1147), + [anon_sym_DOT_DOT] = ACTIONS(1151), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1213), + [anon_sym_DASH_GT] = ACTIONS(1149), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -45765,58 +43254,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(248)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1839), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(226)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1874), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1539), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(248), - [sym_block_comment] = STATE(248), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(226), + [sym_block_comment] = STATE(226), + [aux_sym_tuple_expression_repeat1] = STATE(245), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1165), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -45837,15 +43328,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(1077), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1081), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -45879,58 +43368,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), }, - [STATE(249)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1848), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(227)] = { + [sym_attribute_item] = STATE(410), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3146), + [sym_variadic_parameter] = STATE(3146), + [sym_parameter] = STATE(3146), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2864), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2522), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(227), + [sym_block_comment] = STATE(227), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_RPAREN] = ACTIONS(1167), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1083), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1087), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1169), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1133), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(228)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1900), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1509), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(249), - [sym_block_comment] = STATE(249), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(228), + [sym_block_comment] = STATE(228), + [aux_sym_tuple_expression_repeat1] = STATE(245), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -45951,15 +43556,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(1211), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1213), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -45993,105 +43596,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(250)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1867), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(229)] = { + [sym_attribute_item] = STATE(425), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3012), + [sym_variadic_parameter] = STATE(3012), + [sym_parameter] = STATE(3012), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2754), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(229), + [sym_block_comment] = STATE(229), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1177), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1183), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1185), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(230)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1754), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(250), - [sym_block_comment] = STATE(250), - [aux_sym_tuple_expression_repeat1] = STATE(230), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1522), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(230), + [sym_block_comment] = STATE(230), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1349), [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(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym__] = ACTIONS(1199), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1201), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -46100,181 +43817,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(251)] = { - [sym_attribute_item] = STATE(400), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(2994), - [sym_variadic_parameter] = STATE(2994), - [sym_parameter] = STATE(2994), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2670), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2596), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(251), - [sym_block_comment] = STATE(251), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_RPAREN] = ACTIONS(1351), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1121), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1125), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1353), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1171), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(252)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1876), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(231)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1568), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(252), - [sym_block_comment] = STATE(252), - [aux_sym_tuple_expression_repeat1] = STATE(221), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1478), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(231), + [sym_block_comment] = STATE(231), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1355), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -46295,13 +43896,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(1203), + [anon_sym_DOT_DOT] = ACTIONS(1151), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1205), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -46335,219 +43938,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(253)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1678), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_let_condition] = STATE(2860), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(253), - [sym_block_comment] = STATE(253), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(913), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(254)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1701), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(232)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1770), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1514), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(254), - [sym_block_comment] = STATE(254), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1478), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(232), + [sym_block_comment] = STATE(232), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1075), + [anon_sym__] = ACTIONS(1203), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1205), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -46556,112 +44045,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(255)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1710), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(233)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1874), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1480), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(255), - [sym_block_comment] = STATE(255), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(233), + [sym_block_comment] = STATE(233), + [aux_sym_tuple_expression_repeat1] = STATE(215), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1165), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1061), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_DASH_GT] = ACTIONS(1065), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -46670,1310 +44159,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(256)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1862), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1922), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(256), - [sym_block_comment] = STATE(256), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1357), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1359), - [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(257)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1830), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_let_condition] = STATE(2860), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(257), - [sym_block_comment] = STATE(257), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [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(995), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(258)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(258), - [sym_block_comment] = STATE(258), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1361), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(259)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(259), - [sym_block_comment] = STATE(259), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1365), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(260)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(260), - [sym_block_comment] = STATE(260), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1367), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(261)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(261), - [sym_block_comment] = STATE(261), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1369), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(262)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(262), - [sym_block_comment] = STATE(262), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(263)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(263), - [sym_block_comment] = STATE(263), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(264)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(264), - [sym_block_comment] = STATE(264), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1375), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(265)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(265), - [sym_block_comment] = STATE(265), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(266)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(266), - [sym_block_comment] = STATE(266), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1379), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(267)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1947), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(234)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1900), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(267), - [sym_block_comment] = STATE(267), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(234), + [sym_block_comment] = STATE(234), + [aux_sym_tuple_expression_repeat1] = STATE(246), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -48034,91 +44280,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(268)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1779), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(235)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1656), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(268), - [sym_block_comment] = STATE(268), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1478), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(235), + [sym_block_comment] = STATE(235), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym__] = ACTIONS(1203), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1205), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -48126,7 +44374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -48139,110 +44387,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(269)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1675), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(236)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1574), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(269), - [sym_block_comment] = STATE(269), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1522), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(236), + [sym_block_comment] = STATE(236), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym__] = ACTIONS(1199), + [anon_sym_DOT_DOT] = ACTIONS(1151), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1201), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -48251,106 +44501,108 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(270)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1449), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(237)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1663), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2826), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(270), - [sym_block_comment] = STATE(270), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(237), + [sym_block_comment] = STATE(237), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -48363,110 +44615,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(271)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1650), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(238)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1779), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_let_condition] = STATE(2826), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(271), - [sym_block_comment] = STATE(271), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(238), + [sym_block_comment] = STATE(238), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48475,175 +44729,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(272)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1940), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(239)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(2885), + [sym_variadic_parameter] = STATE(2885), + [sym_parameter] = STATE(2885), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2676), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(239), + [sym_block_comment] = STATE(239), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1207), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1209), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1211), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(240)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1704), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(272), - [sym_block_comment] = STATE(272), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1522), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(240), + [sym_block_comment] = STATE(240), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(505), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym__] = ACTIONS(1199), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1201), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [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(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [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), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(273)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1874), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(241)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1792), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(273), - [sym_block_comment] = STATE(273), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1545), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(241), + [sym_block_comment] = STATE(241), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -48666,13 +45036,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(349), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1141), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1145), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -48706,168 +45078,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(274)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1765), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(274), - [sym_block_comment] = STATE(274), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [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(275)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1887), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(242)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1796), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(275), - [sym_block_comment] = STATE(275), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1451), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(242), + [sym_block_comment] = STATE(242), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -48890,13 +45150,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(349), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1147), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1149), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -48930,61 +45192,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(276)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1827), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(276), - [sym_block_comment] = STATE(276), + [STATE(243)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1834), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1864), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(243), + [sym_block_comment] = STATE(243), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -49002,13 +45264,15 @@ 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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), + [anon_sym__] = ACTIONS(1213), + [anon_sym_DOT_DOT] = ACTIONS(1061), [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DASH_GT] = ACTIONS(1215), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -49042,61 +45306,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), }, - [STATE(277)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1864), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(277), - [sym_block_comment] = STATE(277), + [STATE(244)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1838), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1852), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(244), + [sym_block_comment] = STATE(244), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -49114,13 +45378,15 @@ 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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), + [anon_sym__] = ACTIONS(1217), + [anon_sym_DOT_DOT] = ACTIONS(1061), [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DASH_GT] = ACTIONS(1219), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -49154,61 +45420,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(278)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1828), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(278), - [sym_block_comment] = STATE(278), + [STATE(245)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1953), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(245), + [sym_block_comment] = STATE(245), + [aux_sym_tuple_expression_repeat1] = STATE(245), + [sym_identifier] = ACTIONS(1221), + [anon_sym_LPAREN] = ACTIONS(1224), + [anon_sym_RPAREN] = ACTIONS(1227), + [anon_sym_LBRACK] = ACTIONS(1229), + [anon_sym_LBRACE] = ACTIONS(1232), + [anon_sym_STAR] = ACTIONS(1235), + [anon_sym_u8] = ACTIONS(1238), + [anon_sym_i8] = ACTIONS(1238), + [anon_sym_u16] = ACTIONS(1238), + [anon_sym_i16] = ACTIONS(1238), + [anon_sym_u32] = ACTIONS(1238), + [anon_sym_i32] = ACTIONS(1238), + [anon_sym_u64] = ACTIONS(1238), + [anon_sym_i64] = ACTIONS(1238), + [anon_sym_u128] = ACTIONS(1238), + [anon_sym_i128] = ACTIONS(1238), + [anon_sym_isize] = ACTIONS(1238), + [anon_sym_usize] = ACTIONS(1238), + [anon_sym_f32] = ACTIONS(1238), + [anon_sym_f64] = ACTIONS(1238), + [anon_sym_bool] = ACTIONS(1238), + [anon_sym_str] = ACTIONS(1238), + [anon_sym_char] = ACTIONS(1238), + [anon_sym_DASH] = ACTIONS(1235), + [anon_sym_BANG] = ACTIONS(1235), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_PIPE] = ACTIONS(1244), + [anon_sym_LT] = ACTIONS(1247), + [anon_sym_DOT_DOT] = ACTIONS(1250), + [anon_sym_COLON_COLON] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1256), + [anon_sym_async] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1262), + [anon_sym_const] = ACTIONS(1265), + [anon_sym_continue] = ACTIONS(1268), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1274), + [anon_sym_gen] = ACTIONS(1277), + [anon_sym_if] = ACTIONS(1280), + [anon_sym_loop] = ACTIONS(1283), + [anon_sym_match] = ACTIONS(1286), + [anon_sym_return] = ACTIONS(1289), + [anon_sym_static] = ACTIONS(1292), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_unsafe] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1298), + [anon_sym_yield] = ACTIONS(1301), + [anon_sym_move] = ACTIONS(1304), + [anon_sym_try] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1310), + [aux_sym_string_literal_token1] = ACTIONS(1313), + [sym_char_literal] = ACTIONS(1310), + [anon_sym_true] = ACTIONS(1316), + [anon_sym_false] = ACTIONS(1316), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1319), + [sym_super] = ACTIONS(1322), + [sym_crate] = ACTIONS(1322), + [sym_metavariable] = ACTIONS(1325), + [sym__raw_string_literal_start] = ACTIONS(1328), + [sym_float_literal] = ACTIONS(1310), + }, + [STATE(246)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1780), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(246), + [sym_block_comment] = STATE(246), + [aux_sym_tuple_expression_repeat1] = STATE(245), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1331), + [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(247)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1866), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(247), + [sym_block_comment] = STATE(247), + [aux_sym_tuple_expression_repeat1] = STATE(226), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1333), + [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(248)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1840), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1862), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(248), + [sym_block_comment] = STATE(248), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -49226,13 +45834,15 @@ 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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), + [anon_sym__] = ACTIONS(1335), + [anon_sym_DOT_DOT] = ACTIONS(1061), [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DASH_GT] = ACTIONS(1337), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -49266,173 +45876,632 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(279)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1715), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(279), - [sym_block_comment] = STATE(279), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [STATE(249)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1824), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1478), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(249), + [sym_block_comment] = STATE(249), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_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(1067), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym__] = ACTIONS(1203), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1205), [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(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(250)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1815), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1522), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(250), + [sym_block_comment] = STATE(250), + [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(349), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1199), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1201), + [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(251)] = { + [sym_attribute_item] = STATE(410), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3146), + [sym_variadic_parameter] = STATE(3146), + [sym_parameter] = STATE(3146), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2864), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(251), + [sym_block_comment] = STATE(251), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1339), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1341), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1343), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(252)] = { + [sym_attribute_item] = STATE(410), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3146), + [sym_variadic_parameter] = STATE(3146), + [sym_parameter] = STATE(3146), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2864), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2522), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(252), + [sym_block_comment] = STATE(252), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_RPAREN] = ACTIONS(1345), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1083), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1087), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1347), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1133), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(253)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1554), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(253), + [sym_block_comment] = STATE(253), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [sym_mutable_specifier] = ACTIONS(1349), + [anon_sym_raw] = ACTIONS(1351), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, - [STATE(280)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1829), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(280), - [sym_block_comment] = STATE(280), + [STATE(254)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1805), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_let_condition] = STATE(2826), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(254), + [sym_block_comment] = STATE(254), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -49450,12 +46519,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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), + [anon_sym_DOT_DOT] = ACTIONS(1061), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -49466,6 +46535,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(993), [anon_sym_loop] = ACTIONS(433), [anon_sym_match] = ACTIONS(435), [anon_sym_return] = ACTIONS(437), @@ -49490,61 +46560,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(281)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1830), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(281), - [sym_block_comment] = STATE(281), + [STATE(255)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1939), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_let_condition] = STATE(2826), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(255), + [sym_block_comment] = STATE(255), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -49562,12 +46633,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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), + [anon_sym_DOT_DOT] = ACTIONS(991), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -49578,6 +46649,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(993), [anon_sym_loop] = ACTIONS(433), [anon_sym_match] = ACTIONS(435), [anon_sym_return] = ACTIONS(437), @@ -49602,61 +46674,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), }, - [STATE(282)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1831), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(282), - [sym_block_comment] = STATE(282), + [STATE(256)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1880), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(256), + [sym_block_comment] = STATE(256), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -49674,12 +46746,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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), + [anon_sym_DOT_DOT] = ACTIONS(1061), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -49697,6 +46769,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(425), [anon_sym_unsafe] = ACTIONS(441), [anon_sym_while] = ACTIONS(443), + [sym_mutable_specifier] = ACTIONS(1353), + [anon_sym_raw] = ACTIONS(1355), [anon_sym_yield] = ACTIONS(445), [anon_sym_move] = ACTIONS(447), [anon_sym_try] = ACTIONS(449), @@ -49714,551 +46788,1682 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(283)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1832), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(283), - [sym_block_comment] = STATE(283), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [STATE(257)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1554), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(257), + [sym_block_comment] = STATE(257), + [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(1067), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(1151), + [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), + [sym_mutable_specifier] = ACTIONS(1357), + [anon_sym_raw] = ACTIONS(1359), + [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), }, - [STATE(284)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1833), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(284), - [sym_block_comment] = STATE(284), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [STATE(258)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(258), + [sym_block_comment] = STATE(258), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1361), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(259)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(259), + [sym_block_comment] = STATE(259), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1365), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(260)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(260), + [sym_block_comment] = STATE(260), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1367), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(261)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(261), + [sym_block_comment] = STATE(261), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1369), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(262)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(262), + [sym_block_comment] = STATE(262), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1371), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(263)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(263), + [sym_block_comment] = STATE(263), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1373), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(264)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(264), + [sym_block_comment] = STATE(264), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1375), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(265)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(265), + [sym_block_comment] = STATE(265), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1377), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(266)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(266), + [sym_block_comment] = STATE(266), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_RPAREN] = ACTIONS(1379), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(267)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1956), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(267), + [sym_block_comment] = STATE(267), + [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(1067), - [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), }, - [STATE(285)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1834), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(285), - [sym_block_comment] = STATE(285), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [STATE(268)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1631), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(268), + [sym_block_comment] = STATE(268), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, - [STATE(286)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1835), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(286), - [sym_block_comment] = STATE(286), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [STATE(269)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1955), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(269), + [sym_block_comment] = STATE(269), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(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(270)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1960), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(270), + [sym_block_comment] = STATE(270), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(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(1067), - [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), }, - [STATE(287)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1780), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(271)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1883), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(287), - [sym_block_comment] = STATE(287), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(271), + [sym_block_comment] = STATE(271), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [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(1381), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -50267,67 +48472,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(288)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1888), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [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(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3767), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [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(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(288), - [sym_block_comment] = STATE(288), + [STATE(272)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1722), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(272), + [sym_block_comment] = STATE(272), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -50354,24 +48559,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(1385), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_gen] = ACTIONS(1391), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_loop] = ACTIONS(1395), - [anon_sym_match] = ACTIONS(1397), + [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(1399), - [anon_sym_while] = ACTIONS(1401), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1403), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -50386,280 +48591,280 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(289)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1879), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(289), - [sym_block_comment] = STATE(289), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [STATE(273)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1723), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(483), + [sym_match_expression] = STATE(483), + [sym_while_expression] = STATE(483), + [sym_loop_expression] = STATE(483), + [sym_for_expression] = STATE(483), + [sym_const_block] = STATE(483), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3766), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(483), + [sym_async_block] = STATE(483), + [sym_gen_block] = STATE(483), + [sym_try_block] = STATE(483), + [sym_block] = STATE(483), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(273), + [sym_block_comment] = STATE(273), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(1381), + [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(1067), - [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(1383), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(1385), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_gen] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_loop] = ACTIONS(1393), + [anon_sym_match] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(1397), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(1401), + [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), }, - [STATE(290)] = { - [sym_else_clause] = STATE(407), - [sym_line_comment] = STATE(290), - [sym_block_comment] = STATE(290), - [ts_builtin_sym_end] = ACTIONS(1405), - [sym_identifier] = ACTIONS(1407), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_macro_rules_BANG] = ACTIONS(1405), - [anon_sym_LPAREN] = ACTIONS(1405), - [anon_sym_LBRACK] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1405), - [anon_sym_RBRACE] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1407), - [anon_sym_QMARK] = ACTIONS(1405), - [anon_sym_u8] = ACTIONS(1407), - [anon_sym_i8] = ACTIONS(1407), - [anon_sym_u16] = ACTIONS(1407), - [anon_sym_i16] = ACTIONS(1407), - [anon_sym_u32] = ACTIONS(1407), - [anon_sym_i32] = ACTIONS(1407), - [anon_sym_u64] = ACTIONS(1407), - [anon_sym_i64] = ACTIONS(1407), - [anon_sym_u128] = ACTIONS(1407), - [anon_sym_i128] = ACTIONS(1407), - [anon_sym_isize] = ACTIONS(1407), - [anon_sym_usize] = ACTIONS(1407), - [anon_sym_f32] = ACTIONS(1407), - [anon_sym_f64] = ACTIONS(1407), - [anon_sym_bool] = ACTIONS(1407), - [anon_sym_str] = ACTIONS(1407), - [anon_sym_char] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_SLASH] = ACTIONS(1407), - [anon_sym_PERCENT] = ACTIONS(1407), - [anon_sym_CARET] = ACTIONS(1407), - [anon_sym_BANG] = ACTIONS(1407), - [anon_sym_AMP] = ACTIONS(1407), - [anon_sym_PIPE] = ACTIONS(1407), - [anon_sym_AMP_AMP] = ACTIONS(1405), - [anon_sym_PIPE_PIPE] = ACTIONS(1405), - [anon_sym_LT_LT] = ACTIONS(1407), - [anon_sym_GT_GT] = ACTIONS(1407), - [anon_sym_PLUS_EQ] = ACTIONS(1405), - [anon_sym_DASH_EQ] = ACTIONS(1405), - [anon_sym_STAR_EQ] = ACTIONS(1405), - [anon_sym_SLASH_EQ] = ACTIONS(1405), - [anon_sym_PERCENT_EQ] = ACTIONS(1405), - [anon_sym_CARET_EQ] = ACTIONS(1405), - [anon_sym_AMP_EQ] = ACTIONS(1405), - [anon_sym_PIPE_EQ] = ACTIONS(1405), - [anon_sym_LT_LT_EQ] = ACTIONS(1405), - [anon_sym_GT_GT_EQ] = ACTIONS(1405), - [anon_sym_EQ] = ACTIONS(1407), - [anon_sym_EQ_EQ] = ACTIONS(1405), - [anon_sym_BANG_EQ] = ACTIONS(1405), - [anon_sym_GT] = ACTIONS(1407), - [anon_sym_LT] = ACTIONS(1407), - [anon_sym_GT_EQ] = ACTIONS(1405), - [anon_sym_LT_EQ] = ACTIONS(1405), - [anon_sym_DOT] = ACTIONS(1407), - [anon_sym_DOT_DOT] = ACTIONS(1407), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1405), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1405), - [anon_sym_COLON_COLON] = ACTIONS(1405), - [anon_sym_POUND] = ACTIONS(1405), - [anon_sym_SQUOTE] = ACTIONS(1407), - [anon_sym_as] = ACTIONS(1407), - [anon_sym_async] = ACTIONS(1407), - [anon_sym_break] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_default] = ACTIONS(1407), - [anon_sym_enum] = ACTIONS(1407), - [anon_sym_fn] = ACTIONS(1407), - [anon_sym_for] = ACTIONS(1407), - [anon_sym_gen] = ACTIONS(1407), - [anon_sym_if] = ACTIONS(1407), - [anon_sym_impl] = ACTIONS(1407), - [anon_sym_let] = ACTIONS(1407), - [anon_sym_loop] = ACTIONS(1407), - [anon_sym_match] = ACTIONS(1407), - [anon_sym_mod] = ACTIONS(1407), - [anon_sym_pub] = ACTIONS(1407), - [anon_sym_return] = ACTIONS(1407), - [anon_sym_static] = ACTIONS(1407), - [anon_sym_struct] = ACTIONS(1407), - [anon_sym_trait] = ACTIONS(1407), - [anon_sym_type] = ACTIONS(1407), - [anon_sym_union] = ACTIONS(1407), - [anon_sym_unsafe] = ACTIONS(1407), - [anon_sym_use] = ACTIONS(1407), - [anon_sym_while] = ACTIONS(1407), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_else] = ACTIONS(1409), - [anon_sym_yield] = ACTIONS(1407), - [anon_sym_move] = ACTIONS(1407), - [anon_sym_try] = ACTIONS(1407), - [sym_integer_literal] = ACTIONS(1405), - [aux_sym_string_literal_token1] = ACTIONS(1405), - [sym_char_literal] = ACTIONS(1405), - [anon_sym_true] = ACTIONS(1407), - [anon_sym_false] = ACTIONS(1407), + [STATE(274)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1577), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(274), + [sym_block_comment] = STATE(274), + [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(1151), + [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(1407), - [sym_super] = ACTIONS(1407), - [sym_crate] = ACTIONS(1407), - [sym_metavariable] = ACTIONS(1405), - [sym__raw_string_literal_start] = ACTIONS(1405), - [sym_float_literal] = ACTIONS(1405), + [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(291)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1946), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(275)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1963), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(291), - [sym_block_comment] = STATE(291), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(275), + [sym_block_comment] = STATE(275), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -50722,56 +48927,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(292)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1912), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(276)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1764), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(292), - [sym_block_comment] = STATE(292), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(276), + [sym_block_comment] = STATE(276), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -50834,56 +49039,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(293)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1913), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(277)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1767), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(293), - [sym_block_comment] = STATE(293), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(277), + [sym_block_comment] = STATE(277), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -50946,56 +49151,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(294)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1793), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(278)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1484), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(294), - [sym_block_comment] = STATE(294), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(278), + [sym_block_comment] = STATE(278), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51023,7 +49228,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(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -51058,103 +49263,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(295)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1648), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(279)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1645), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(295), - [sym_block_comment] = STATE(295), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(279), + [sym_block_comment] = STATE(279), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -51163,110 +49368,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(296)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1675), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(280)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1579), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(296), - [sym_block_comment] = STATE(296), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(280), + [sym_block_comment] = STATE(280), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1151), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -51275,63 +49480,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(297)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1934), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(281)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1580), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(297), - [sym_block_comment] = STATE(297), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(281), + [sym_block_comment] = STATE(281), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51359,7 +49564,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(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -51394,103 +49599,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(298)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1780), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(282)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1584), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(298), - [sym_block_comment] = STATE(298), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(282), + [sym_block_comment] = STATE(282), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [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(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1151), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -51499,287 +49704,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(299)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1836), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(299), - [sym_block_comment] = STATE(299), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(993), - [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(300)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1836), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(300), - [sym_block_comment] = STATE(300), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), - [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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), - [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(301)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1467), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(283)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1585), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(301), - [sym_block_comment] = STATE(301), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(283), + [sym_block_comment] = STATE(283), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51807,7 +49788,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -51842,56 +49823,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(302)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1929), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(284)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1587), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(302), - [sym_block_comment] = STATE(302), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(284), + [sym_block_comment] = STATE(284), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51919,7 +49900,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(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -51954,168 +49935,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(303)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1467), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(303), - [sym_block_comment] = STATE(303), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(304)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1931), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(285)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1589), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(304), - [sym_block_comment] = STATE(304), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(285), + [sym_block_comment] = STATE(285), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52143,7 +50012,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(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -52178,56 +50047,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(305)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1935), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(286)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1592), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(305), - [sym_block_comment] = STATE(305), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(286), + [sym_block_comment] = STATE(286), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52255,7 +50124,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(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -52290,60 +50159,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(306)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1716), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(479), - [sym_match_expression] = STATE(479), - [sym_while_expression] = STATE(479), - [sym_loop_expression] = STATE(479), - [sym_for_expression] = STATE(479), - [sym_const_block] = STATE(479), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3767), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(479), - [sym_async_block] = STATE(479), - [sym_gen_block] = STATE(479), - [sym_try_block] = STATE(479), - [sym_block] = STATE(479), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(306), - [sym_block_comment] = STATE(306), + [STATE(287)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1903), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(287), + [sym_block_comment] = STATE(287), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -52370,24 +50239,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(1385), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_gen] = ACTIONS(1391), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_loop] = ACTIONS(1395), - [anon_sym_match] = ACTIONS(1397), + [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(1399), - [anon_sym_while] = ACTIONS(1401), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1403), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -52402,56 +50271,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(307)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1972), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(288)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1906), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(307), - [sym_block_comment] = STATE(307), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(288), + [sym_block_comment] = STATE(288), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52514,56 +50383,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(308)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1970), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(289)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1923), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(308), - [sym_block_comment] = STATE(308), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(289), + [sym_block_comment] = STATE(289), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52626,60 +50495,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(309)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1956), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(309), - [sym_block_comment] = STATE(309), + [STATE(290)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1927), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(482), + [sym_match_expression] = STATE(482), + [sym_while_expression] = STATE(482), + [sym_loop_expression] = STATE(482), + [sym_for_expression] = STATE(482), + [sym_const_block] = STATE(482), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3766), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(482), + [sym_async_block] = STATE(482), + [sym_gen_block] = STATE(482), + [sym_try_block] = STATE(482), + [sym_block] = STATE(482), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(290), + [sym_block_comment] = STATE(290), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(1381), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -52706,24 +50575,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(1383), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), + [anon_sym_const] = ACTIONS(1385), [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(1387), + [anon_sym_gen] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_loop] = ACTIONS(1393), + [anon_sym_match] = ACTIONS(1395), [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(1397), + [anon_sym_while] = ACTIONS(1399), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), + [anon_sym_try] = ACTIONS(1401), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -52738,56 +50607,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(310)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1583), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(291)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1946), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(310), - [sym_block_comment] = STATE(310), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(291), + [sym_block_comment] = STATE(291), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52815,7 +50684,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -52850,56 +50719,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(311)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1455), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(292)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1954), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(311), - [sym_block_comment] = STATE(311), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(292), + [sym_block_comment] = STATE(292), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52927,7 +50796,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -52962,56 +50831,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(312)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1584), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(293)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1590), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(312), - [sym_block_comment] = STATE(312), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(293), + [sym_block_comment] = STATE(293), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53039,7 +50908,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53074,56 +50943,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(313)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1585), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(294)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1576), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(313), - [sym_block_comment] = STATE(313), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(294), + [sym_block_comment] = STATE(294), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53151,7 +51020,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53186,56 +51055,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(314)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1586), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(295)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1583), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(314), - [sym_block_comment] = STATE(314), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(295), + [sym_block_comment] = STATE(295), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53263,7 +51132,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53298,56 +51167,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(315)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1587), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(296)] = { + [sym_attribute_item] = STATE(418), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3412), + [sym_variadic_parameter] = STATE(3412), + [sym_parameter] = STATE(3412), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3138), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(296), + [sym_block_comment] = STATE(296), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1363), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_POUND] = ACTIONS(1099), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(297)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1970), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(315), - [sym_block_comment] = STATE(315), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(297), + [sym_block_comment] = STATE(297), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53375,7 +51356,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53410,56 +51391,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(316)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1588), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(298)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1843), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(316), - [sym_block_comment] = STATE(316), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(298), + [sym_block_comment] = STATE(298), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53487,7 +51468,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53522,60 +51503,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(317)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1950), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(317), - [sym_block_comment] = STATE(317), + [STATE(299)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1957), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(483), + [sym_match_expression] = STATE(483), + [sym_while_expression] = STATE(483), + [sym_loop_expression] = STATE(483), + [sym_for_expression] = STATE(483), + [sym_const_block] = STATE(483), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3766), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(483), + [sym_async_block] = STATE(483), + [sym_gen_block] = STATE(483), + [sym_try_block] = STATE(483), + [sym_block] = STATE(483), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [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_LBRACE] = ACTIONS(1381), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -53602,24 +51583,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(1383), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), + [anon_sym_const] = ACTIONS(1385), [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(1387), + [anon_sym_gen] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_loop] = ACTIONS(1393), + [anon_sym_match] = ACTIONS(1395), [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(1397), + [anon_sym_while] = ACTIONS(1399), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), + [anon_sym_try] = ACTIONS(1401), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -53634,280 +51615,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(318)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2680), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(2901), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2824), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(318), - [sym_block_comment] = STATE(318), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_RPAREN] = ACTIONS(1411), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1415), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1425), - [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1173), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(319)] = { - [sym_attribute_item] = STATE(405), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3296), - [sym_variadic_parameter] = STATE(3296), - [sym_parameter] = STATE(3296), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3097), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(319), - [sym_block_comment] = STATE(319), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_POUND] = ACTIONS(1137), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(320)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1742), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(300)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1958), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(320), - [sym_block_comment] = STATE(320), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(300), + [sym_block_comment] = STATE(300), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53970,60 +51727,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(321)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1966), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [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(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3767), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [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(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(321), - [sym_block_comment] = STATE(321), + [STATE(301)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1969), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(482), + [sym_match_expression] = STATE(482), + [sym_while_expression] = STATE(482), + [sym_loop_expression] = STATE(482), + [sym_for_expression] = STATE(482), + [sym_const_block] = STATE(482), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3766), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(482), + [sym_async_block] = STATE(482), + [sym_gen_block] = STATE(482), + [sym_try_block] = STATE(482), + [sym_block] = STATE(482), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(301), + [sym_block_comment] = STATE(301), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1381), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -54050,24 +51807,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(1385), + [anon_sym_async] = ACTIONS(1383), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1385), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_gen] = ACTIONS(1391), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_loop] = ACTIONS(1395), - [anon_sym_match] = ACTIONS(1397), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_gen] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_loop] = ACTIONS(1393), + [anon_sym_match] = ACTIONS(1395), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(1399), - [anon_sym_while] = ACTIONS(1401), + [anon_sym_unsafe] = ACTIONS(1397), + [anon_sym_while] = ACTIONS(1399), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1403), + [anon_sym_try] = ACTIONS(1401), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -54082,56 +51839,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(322)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1948), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(302)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1938), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(322), - [sym_block_comment] = STATE(322), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(302), + [sym_block_comment] = STATE(302), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54194,56 +51951,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(323)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1939), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(303)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1518), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(323), - [sym_block_comment] = STATE(323), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(303), + [sym_block_comment] = STATE(303), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54271,26 +52028,1146 @@ 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_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1151), + [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(304)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1879), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(304), + [sym_block_comment] = STATE(304), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(305)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1552), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(305), + [sym_block_comment] = STATE(305), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(306)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(306), + [sym_block_comment] = STATE(306), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(307)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1484), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(307), + [sym_block_comment] = STATE(307), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(308)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1659), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(308), + [sym_block_comment] = STATE(308), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(309)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1660), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(309), + [sym_block_comment] = STATE(309), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(310)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1661), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(310), + [sym_block_comment] = STATE(310), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(311)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1738), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(311), + [sym_block_comment] = STATE(311), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(312)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1666), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(312), + [sym_block_comment] = STATE(312), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(313)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1667), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(313), + [sym_block_comment] = STATE(313), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [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(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54299,210 +53176,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(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(324)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2680), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(2901), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2824), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(324), - [sym_block_comment] = STATE(324), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_RPAREN] = ACTIONS(1429), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1415), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1425), - [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1173), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(325)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1778), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(314)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1668), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(325), - [sym_block_comment] = STATE(325), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(314), + [sym_block_comment] = STATE(314), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -54510,7 +53275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -54523,110 +53288,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(326)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1958), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(315)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1669), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(326), - [sym_block_comment] = STATE(326), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(315), + [sym_block_comment] = STATE(315), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [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(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54635,110 +53400,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(327)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1965), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(316)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1670), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(327), - [sym_block_comment] = STATE(327), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(316), + [sym_block_comment] = STATE(316), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [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(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54747,63 +53512,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(328)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1938), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(317)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1583), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(328), - [sym_block_comment] = STATE(328), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(317), + [sym_block_comment] = STATE(317), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54831,7 +53596,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(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -54866,103 +53631,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(329)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1589), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(318)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1518), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(329), - [sym_block_comment] = STATE(329), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(318), + [sym_block_comment] = STATE(318), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1093), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [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(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -54971,68 +53736,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(330)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1731), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), - [sym_line_comment] = STATE(330), - [sym_block_comment] = STATE(330), + [STATE(319)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1961), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(319), + [sym_block_comment] = STATE(319), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -55050,12 +53815,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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1067), + [anon_sym_DOT_DOT] = ACTIONS(991), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -55090,103 +53855,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(331)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1590), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(320)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1552), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(331), - [sym_block_comment] = STATE(331), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(320), + [sym_block_comment] = STATE(320), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(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(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1093), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55195,110 +53960,1006 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(332)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1591), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(321)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1628), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(332), - [sym_block_comment] = STATE(332), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(321), + [sym_block_comment] = STATE(321), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(322)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1734), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(322), + [sym_block_comment] = STATE(322), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(323)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1484), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(323), + [sym_block_comment] = STATE(323), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(324)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1735), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(324), + [sym_block_comment] = STATE(324), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(325)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1736), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(325), + [sym_block_comment] = STATE(325), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(326)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1737), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(326), + [sym_block_comment] = STATE(326), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(327)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1663), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(327), + [sym_block_comment] = STATE(327), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(328)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1739), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(328), + [sym_block_comment] = STATE(328), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(329)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1740), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(329), + [sym_block_comment] = STATE(329), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(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(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1093), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55307,110 +54968,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(333)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1592), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(330)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1741), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(333), - [sym_block_comment] = STATE(333), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(330), + [sym_block_comment] = STATE(330), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1093), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55419,110 +55080,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(334)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1467), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [STATE(331)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1742), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(334), - [sym_block_comment] = STATE(334), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(331), + [sym_block_comment] = STATE(331), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -55531,110 +55192,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(335)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1502), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(332)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1743), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(335), - [sym_block_comment] = STATE(335), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(332), + [sym_block_comment] = STATE(332), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1093), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55643,110 +55304,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(336)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1593), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(333)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1755), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(336), - [sym_block_comment] = STATE(336), - [sym_identifier] = ACTIONS(339), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(333), + [sym_block_comment] = STATE(333), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [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(1403), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55755,110 +55416,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(337)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1502), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(334)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1673), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(337), - [sym_block_comment] = STATE(337), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(334), + [sym_block_comment] = STATE(334), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55867,222 +55528,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(338)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2680), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(2901), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2824), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(338), - [sym_block_comment] = STATE(338), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_RPAREN] = ACTIONS(1431), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1415), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1425), - [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [STATE(335)] = { + [sym_else_clause] = STATE(413), + [sym_line_comment] = STATE(335), + [sym_block_comment] = STATE(335), + [ts_builtin_sym_end] = ACTIONS(1405), + [sym_identifier] = ACTIONS(1407), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_macro_rules_BANG] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1405), + [anon_sym_LBRACK] = ACTIONS(1405), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_RBRACE] = ACTIONS(1405), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1407), + [anon_sym_QMARK] = ACTIONS(1405), + [anon_sym_u8] = ACTIONS(1407), + [anon_sym_i8] = ACTIONS(1407), + [anon_sym_u16] = ACTIONS(1407), + [anon_sym_i16] = ACTIONS(1407), + [anon_sym_u32] = ACTIONS(1407), + [anon_sym_i32] = ACTIONS(1407), + [anon_sym_u64] = ACTIONS(1407), + [anon_sym_i64] = ACTIONS(1407), + [anon_sym_u128] = ACTIONS(1407), + [anon_sym_i128] = ACTIONS(1407), + [anon_sym_isize] = ACTIONS(1407), + [anon_sym_usize] = ACTIONS(1407), + [anon_sym_f32] = ACTIONS(1407), + [anon_sym_f64] = ACTIONS(1407), + [anon_sym_bool] = ACTIONS(1407), + [anon_sym_str] = ACTIONS(1407), + [anon_sym_char] = ACTIONS(1407), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_SLASH] = ACTIONS(1407), + [anon_sym_PERCENT] = ACTIONS(1407), + [anon_sym_CARET] = ACTIONS(1407), + [anon_sym_BANG] = ACTIONS(1407), + [anon_sym_AMP] = ACTIONS(1407), + [anon_sym_PIPE] = ACTIONS(1407), + [anon_sym_AMP_AMP] = ACTIONS(1405), + [anon_sym_PIPE_PIPE] = ACTIONS(1405), + [anon_sym_LT_LT] = ACTIONS(1407), + [anon_sym_GT_GT] = ACTIONS(1407), + [anon_sym_PLUS_EQ] = ACTIONS(1405), + [anon_sym_DASH_EQ] = ACTIONS(1405), + [anon_sym_STAR_EQ] = ACTIONS(1405), + [anon_sym_SLASH_EQ] = ACTIONS(1405), + [anon_sym_PERCENT_EQ] = ACTIONS(1405), + [anon_sym_CARET_EQ] = ACTIONS(1405), + [anon_sym_AMP_EQ] = ACTIONS(1405), + [anon_sym_PIPE_EQ] = ACTIONS(1405), + [anon_sym_LT_LT_EQ] = ACTIONS(1405), + [anon_sym_GT_GT_EQ] = ACTIONS(1405), + [anon_sym_EQ] = ACTIONS(1407), + [anon_sym_EQ_EQ] = ACTIONS(1405), + [anon_sym_BANG_EQ] = ACTIONS(1405), + [anon_sym_GT] = ACTIONS(1407), + [anon_sym_LT] = ACTIONS(1407), + [anon_sym_GT_EQ] = ACTIONS(1405), + [anon_sym_LT_EQ] = ACTIONS(1405), + [anon_sym_DOT] = ACTIONS(1407), + [anon_sym_DOT_DOT] = ACTIONS(1407), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1405), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1405), + [anon_sym_COLON_COLON] = ACTIONS(1405), + [anon_sym_POUND] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1407), + [anon_sym_as] = ACTIONS(1407), + [anon_sym_async] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_fn] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_gen] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_impl] = ACTIONS(1407), + [anon_sym_let] = ACTIONS(1407), + [anon_sym_loop] = ACTIONS(1407), + [anon_sym_match] = ACTIONS(1407), + [anon_sym_mod] = ACTIONS(1407), + [anon_sym_pub] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_trait] = ACTIONS(1407), + [anon_sym_type] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_unsafe] = ACTIONS(1407), + [anon_sym_use] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym_else] = ACTIONS(1409), + [anon_sym_yield] = ACTIONS(1407), + [anon_sym_move] = ACTIONS(1407), + [anon_sym_try] = ACTIONS(1407), + [sym_integer_literal] = ACTIONS(1405), + [aux_sym_string_literal_token1] = ACTIONS(1405), + [sym_char_literal] = ACTIONS(1405), + [anon_sym_true] = ACTIONS(1407), + [anon_sym_false] = ACTIONS(1407), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1173), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1407), + [sym_super] = ACTIONS(1407), + [sym_crate] = ACTIONS(1407), + [sym_metavariable] = ACTIONS(1405), + [sym__raw_string_literal_start] = ACTIONS(1405), + [sym_float_literal] = ACTIONS(1405), }, - [STATE(339)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1695), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(336)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1518), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(339), - [sym_block_comment] = STATE(339), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(336), + [sym_block_comment] = STATE(336), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -56091,1118 +55752,1454 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(337)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1773), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(337), + [sym_block_comment] = STATE(337), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [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(338)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1801), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(338), + [sym_block_comment] = STATE(338), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(339)] = { + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1753), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), + [sym_line_comment] = STATE(339), + [sym_block_comment] = STATE(339), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [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(340)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1455), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1802), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(340), [sym_block_comment] = STATE(340), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(341)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1696), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1803), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(341), [sym_block_comment] = STATE(341), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(342)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1666), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1804), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(342), [sym_block_comment] = STATE(342), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(343)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1676), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1805), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(343), [sym_block_comment] = STATE(343), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(344)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1774), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1806), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [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(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(345)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1685), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1807), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(345), [sym_block_comment] = STATE(345), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(346)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1691), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1808), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(346), [sym_block_comment] = STATE(346), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(347)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1694), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1715), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(347), [sym_block_comment] = STATE(347), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(348)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1655), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1810), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [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(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(349)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1657), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1744), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(349), [sym_block_comment] = STATE(349), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1403), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -57211,173 +57208,173 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(350)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1739), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1733), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(350), [sym_block_comment] = STATE(350), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(351)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1593), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1868), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(351), [sym_block_comment] = STATE(351), [sym_identifier] = ACTIONS(339), @@ -57407,7 +57404,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -57443,102 +57440,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(352)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1449), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1673), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(352), [sym_block_comment] = STATE(352), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -57547,110 +57544,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(353)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1741), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1744), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(353), [sym_block_comment] = STATE(353), - [sym_identifier] = ACTIONS(339), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [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(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -57659,68 +57656,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(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(354)] = { - [sym_bracketed_type] = STATE(3667), - [sym_generic_function] = STATE(1921), - [sym_generic_type_with_turbofish] = STATE(3104), - [sym__expression_except_range] = STATE(1706), - [sym__expression] = STATE(1952), - [sym_macro_invocation] = STATE(1722), - [sym_scoped_identifier] = STATE(1634), - [sym_scoped_type_identifier_in_expression_position] = STATE(3327), - [sym_range_expression] = STATE(1718), - [sym_unary_expression] = STATE(1921), - [sym_try_expression] = STATE(1921), - [sym_reference_expression] = STATE(1921), - [sym_binary_expression] = STATE(1921), - [sym_assignment_expression] = STATE(1921), - [sym_compound_assignment_expr] = STATE(1921), - [sym_type_cast_expression] = STATE(1921), - [sym_return_expression] = STATE(1921), - [sym_yield_expression] = STATE(1921), - [sym_call_expression] = STATE(1921), - [sym_array_expression] = STATE(1921), - [sym_parenthesized_expression] = STATE(1921), - [sym_tuple_expression] = STATE(1921), - [sym_unit_expression] = STATE(1921), - [sym_struct_expression] = STATE(1921), - [sym_if_expression] = STATE(1921), - [sym_match_expression] = STATE(1921), - [sym_while_expression] = STATE(1921), - [sym_loop_expression] = STATE(1921), - [sym_for_expression] = STATE(1921), - [sym_const_block] = STATE(1921), - [sym_closure_expression] = STATE(1921), - [sym_closure_parameters] = STATE(245), - [sym_label] = STATE(3773), - [sym_break_expression] = STATE(1921), - [sym_continue_expression] = STATE(1921), - [sym_index_expression] = STATE(1921), - [sym_await_expression] = STATE(1921), - [sym_field_expression] = STATE(1693), - [sym_unsafe_block] = STATE(1921), - [sym_async_block] = STATE(1921), - [sym_gen_block] = STATE(1921), - [sym_try_block] = STATE(1921), - [sym_block] = STATE(1921), - [sym__literal] = STATE(1921), - [sym_string_literal] = STATE(1852), - [sym_raw_string_literal] = STATE(1852), - [sym_boolean_literal] = STATE(1852), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1811), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(354), [sym_block_comment] = STATE(354), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_LBRACK] = ACTIONS(469), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(987), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -57738,12 +57735,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(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AMP] = ACTIONS(991), + [anon_sym_DASH] = ACTIONS(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(993), + [anon_sym_DOT_DOT] = ACTIONS(991), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -57779,53 +57776,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(451), }, [STATE(355)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1962), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1552), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(355), [sym_block_comment] = STATE(355), [sym_identifier] = ACTIONS(339), @@ -57855,7 +57852,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(1151), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -57891,102 +57888,214 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(356)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1768), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3665), + [sym_generic_function] = STATE(1839), + [sym_generic_type_with_turbofish] = STATE(2934), + [sym__expression_except_range] = STATE(1701), + [sym__expression] = STATE(1811), + [sym_macro_invocation] = STATE(1869), + [sym_scoped_identifier] = STATE(1646), + [sym_scoped_type_identifier_in_expression_position] = STATE(3208), + [sym_range_expression] = STATE(1853), + [sym_unary_expression] = STATE(1839), + [sym_try_expression] = STATE(1839), + [sym_reference_expression] = STATE(1839), + [sym_binary_expression] = STATE(1839), + [sym_assignment_expression] = STATE(1839), + [sym_compound_assignment_expr] = STATE(1839), + [sym_type_cast_expression] = STATE(1839), + [sym_return_expression] = STATE(1839), + [sym_yield_expression] = STATE(1839), + [sym_call_expression] = STATE(1839), + [sym_array_expression] = STATE(1839), + [sym_parenthesized_expression] = STATE(1839), + [sym_tuple_expression] = STATE(1839), + [sym_unit_expression] = STATE(1839), + [sym_struct_expression] = STATE(1839), + [sym_if_expression] = STATE(1839), + [sym_match_expression] = STATE(1839), + [sym_while_expression] = STATE(1839), + [sym_loop_expression] = STATE(1839), + [sym_for_expression] = STATE(1839), + [sym_const_block] = STATE(1839), + [sym_closure_expression] = STATE(1839), + [sym_closure_parameters] = STATE(216), + [sym_label] = STATE(3772), + [sym_break_expression] = STATE(1839), + [sym_continue_expression] = STATE(1839), + [sym_index_expression] = STATE(1839), + [sym_await_expression] = STATE(1839), + [sym_field_expression] = STATE(1705), + [sym_unsafe_block] = STATE(1839), + [sym_async_block] = STATE(1839), + [sym_gen_block] = STATE(1839), + [sym_try_block] = STATE(1839), + [sym_block] = STATE(1839), + [sym__literal] = STATE(1839), + [sym_string_literal] = STATE(1828), + [sym_raw_string_literal] = STATE(1828), + [sym_boolean_literal] = STATE(1828), [sym_line_comment] = STATE(356), [sym_block_comment] = STATE(356), - [sym_identifier] = ACTIONS(339), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(495), + [anon_sym_LBRACK] = ACTIONS(497), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(987), + [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(987), + [anon_sym_BANG] = ACTIONS(987), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1061), + [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(357)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1517), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(357), + [sym_block_comment] = STATE(357), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1143), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(513), [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(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -57995,63 +58104,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(357)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1769), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(358)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1959), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(357), - [sym_block_comment] = STATE(357), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(358), + [sym_block_comment] = STATE(358), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -58114,166 +58223,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(358)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1933), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(358), - [sym_block_comment] = STATE(358), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, [STATE(359)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1449), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1964), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(359), [sym_block_comment] = STATE(359), [sym_identifier] = ACTIONS(339), @@ -58303,7 +58300,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(1093), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -58339,277 +58336,277 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(360)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1502), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2829), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3176), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(2875), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(360), [sym_block_comment] = STATE(360), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_RPAREN] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_PIPE] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1419), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1421), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1425), + [anon_sym_move] = ACTIONS(1427), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(1135), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(361)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1871), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2829), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3176), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(2875), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(361), [sym_block_comment] = STATE(361), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_RPAREN] = ACTIONS(1429), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_PIPE] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1419), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1421), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1425), + [anon_sym_move] = ACTIONS(1427), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(1135), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(362)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1954), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1967), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(362), [sym_block_comment] = STATE(362), [sym_identifier] = ACTIONS(339), @@ -58675,167 +58672,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(363)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1639), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1968), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [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(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(364)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1880), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(364), - [sym_block_comment] = STATE(364), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -58898,103 +58783,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(364)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1517), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(364), + [sym_block_comment] = STATE(364), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(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(1151), + [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(365)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1770), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1517), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(365), [sym_block_comment] = STATE(365), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1157), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -59003,98 +59000,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(366)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1455), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1925), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(366), [sym_block_comment] = STATE(366), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -59102,7 +59099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -59115,63 +59112,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(367)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1963), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2829), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3176), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(2875), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(367), [sym_block_comment] = STATE(367), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_RPAREN] = ACTIONS(1431), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_PIPE] = ACTIONS(1415), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1419), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1421), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1425), + [anon_sym_move] = ACTIONS(1427), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1135), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(368)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1932), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(368), + [sym_block_comment] = STATE(368), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -59234,56 +59343,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(368)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1964), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(369)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1872), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(368), - [sym_block_comment] = STATE(368), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(369), + [sym_block_comment] = STATE(369), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -59346,56 +59455,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(369)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1883), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(370)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1902), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(369), - [sym_block_comment] = STATE(369), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(370), + [sym_block_comment] = STATE(370), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -59458,56 +59567,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(370)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1968), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(371)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1860), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(370), - [sym_block_comment] = STATE(370), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(371), + [sym_block_comment] = STATE(371), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1403), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(473), + [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), + }, + [STATE(372)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1940), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(372), + [sym_block_comment] = STATE(372), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -59570,56 +59791,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(371)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(373)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1941), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(371), - [sym_block_comment] = STATE(371), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(373), + [sym_block_comment] = STATE(373), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -59682,56 +59903,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(372)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1971), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(374)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1637), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(372), - [sym_block_comment] = STATE(372), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(374), + [sym_block_comment] = STATE(374), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(513), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(375)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1871), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(375), + [sym_block_comment] = STATE(375), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -59794,103 +60127,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(373)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1640), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [STATE(376)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1943), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(373), - [sym_block_comment] = STATE(373), - [sym_identifier] = ACTIONS(475), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(376), + [sym_block_comment] = STATE(376), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -59899,63 +60232,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(374)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1889), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(377)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1945), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(374), - [sym_block_comment] = STATE(374), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(377), + [sym_block_comment] = STATE(377), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -60018,56 +60351,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(375)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1941), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(378)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1875), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(375), - [sym_block_comment] = STATE(375), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(378), + [sym_block_comment] = STATE(378), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -60130,56 +60463,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(376)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1942), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(379)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1947), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(376), - [sym_block_comment] = STATE(376), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(379), + [sym_block_comment] = STATE(379), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -60242,56 +60575,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(377)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1943), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(380)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1878), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(377), - [sym_block_comment] = STATE(377), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(380), + [sym_block_comment] = STATE(380), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -60354,56 +60687,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(378)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1944), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [STATE(381)] = { + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1948), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(378), - [sym_block_comment] = STATE(378), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), + [sym_line_comment] = STATE(381), + [sym_block_comment] = STATE(381), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -60466,427 +60799,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), }, - [STATE(379)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1771), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(379), - [sym_block_comment] = STATE(379), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(380)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1893), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(380), - [sym_block_comment] = STATE(380), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(381)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1772), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), - [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), - [sym_line_comment] = STATE(381), - [sym_block_comment] = STATE(381), - [sym_identifier] = ACTIONS(475), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(519), - [anon_sym_move] = ACTIONS(521), - [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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, [STATE(382)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1773), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1650), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(382), [sym_block_comment] = STATE(382), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -60894,7 +60891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -60907,110 +60904,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(383)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1641), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1882), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(383), [sym_block_comment] = STATE(383), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -61019,110 +61016,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(384)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1678), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1949), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(384), [sym_block_comment] = STATE(384), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(1079), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -61131,61 +61128,61 @@ 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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(385)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1959), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1950), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(385), [sym_block_comment] = STATE(385), [sym_identifier] = ACTIONS(339), @@ -61251,102 +61248,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(386)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1642), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1951), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(386), [sym_block_comment] = STATE(386), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [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(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [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(497), - [anon_sym_move] = ACTIONS(499), + [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), @@ -61355,110 +61352,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(387)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1775), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1952), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(387), [sym_block_comment] = STATE(387), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [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(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -61467,110 +61464,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [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(388)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1900), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1889), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(388), [sym_block_comment] = STATE(388), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1403), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -61579,98 +61576,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(389)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1776), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1625), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(389), [sym_block_comment] = STATE(389), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), @@ -61678,7 +61675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(515), [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(519), @@ -61691,110 +61688,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(390)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1643), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1626), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(390), [sym_block_comment] = STATE(390), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -61803,110 +61800,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(391)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1777), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(226), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1898), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(223), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(391), [sym_block_comment] = STATE(391), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1057), - [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(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_AMP] = ACTIONS(1059), + [anon_sym_STAR] = ACTIONS(1153), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1153), + [anon_sym_BANG] = ACTIONS(1153), + [anon_sym_AMP] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(1403), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(509), - [anon_sym_break] = ACTIONS(511), + [anon_sym_async] = ACTIONS(473), + [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(489), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(513), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(515), - [anon_sym_static] = ACTIONS(517), - [anon_sym_union] = ACTIONS(489), + [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(519), - [anon_sym_move] = ACTIONS(521), + [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), @@ -61915,110 +61912,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(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(392)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3105), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1644), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1607), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(1453), - [sym_match_expression] = STATE(1453), - [sym_while_expression] = STATE(1453), - [sym_loop_expression] = STATE(1453), - [sym_for_expression] = STATE(1453), - [sym_const_block] = STATE(1453), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(254), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(3078), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1630), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(3706), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(1453), - [sym_async_block] = STATE(1453), - [sym_gen_block] = STATE(1453), - [sym_try_block] = STATE(1453), - [sym_block] = STATE(1453), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(392), [sym_block_comment] = STATE(392), - [sym_identifier] = ACTIONS(475), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(907), - [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(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_COLON_COLON] = ACTIONS(481), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(483), - [anon_sym_break] = ACTIONS(485), + [anon_sym_async] = ACTIONS(507), + [anon_sym_break] = ACTIONS(509), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), + [anon_sym_continue] = ACTIONS(511), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(491), + [anon_sym_gen] = ACTIONS(513), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(493), - [anon_sym_static] = ACTIONS(495), - [anon_sym_union] = ACTIONS(489), + [anon_sym_return] = ACTIONS(515), + [anon_sym_static] = ACTIONS(517), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(497), - [anon_sym_move] = ACTIONS(499), + [anon_sym_yield] = ACTIONS(519), + [anon_sym_move] = ACTIONS(521), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -62027,67 +62024,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(501), - [sym_super] = ACTIONS(503), - [sym_crate] = ACTIONS(503), - [sym_metavariable] = ACTIONS(505), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(393)] = { - [sym_bracketed_type] = STATE(3666), - [sym_generic_function] = STATE(1453), - [sym_generic_type_with_turbofish] = STATE(3038), - [sym__expression_except_range] = STATE(1267), - [sym__expression] = STATE(1951), - [sym_macro_invocation] = STATE(1531), - [sym_scoped_identifier] = STATE(1445), - [sym_scoped_type_identifier_in_expression_position] = STATE(3222), - [sym_range_expression] = STATE(1485), - [sym_unary_expression] = STATE(1453), - [sym_try_expression] = STATE(1453), - [sym_reference_expression] = STATE(1453), - [sym_binary_expression] = STATE(1453), - [sym_assignment_expression] = STATE(1453), - [sym_compound_assignment_expr] = STATE(1453), - [sym_type_cast_expression] = STATE(1453), - [sym_return_expression] = STATE(1453), - [sym_yield_expression] = STATE(1453), - [sym_call_expression] = STATE(1453), - [sym_array_expression] = STATE(1453), - [sym_parenthesized_expression] = STATE(1453), - [sym_tuple_expression] = STATE(1453), - [sym_unit_expression] = STATE(1453), - [sym_struct_expression] = STATE(1453), - [sym_if_expression] = STATE(479), - [sym_match_expression] = STATE(479), - [sym_while_expression] = STATE(479), - [sym_loop_expression] = STATE(479), - [sym_for_expression] = STATE(479), - [sym_const_block] = STATE(479), - [sym_closure_expression] = STATE(1453), - [sym_closure_parameters] = STATE(228), - [sym_label] = STATE(3767), - [sym_break_expression] = STATE(1453), - [sym_continue_expression] = STATE(1453), - [sym_index_expression] = STATE(1453), - [sym_await_expression] = STATE(1453), - [sym_field_expression] = STATE(1156), - [sym_unsafe_block] = STATE(479), - [sym_async_block] = STATE(479), - [sym_gen_block] = STATE(479), - [sym_try_block] = STATE(479), - [sym_block] = STATE(479), - [sym__literal] = STATE(1453), - [sym_string_literal] = STATE(1545), - [sym_raw_string_literal] = STATE(1545), - [sym_boolean_literal] = STATE(1545), + [sym_bracketed_type] = STATE(3618), + [sym_generic_function] = STATE(1526), + [sym_generic_type_with_turbofish] = STATE(2987), + [sym__expression_except_range] = STATE(1428), + [sym__expression] = STATE(1793), + [sym_macro_invocation] = STATE(1504), + [sym_scoped_identifier] = STATE(1544), + [sym_scoped_type_identifier_in_expression_position] = STATE(3489), + [sym_range_expression] = STATE(1537), + [sym_unary_expression] = STATE(1526), + [sym_try_expression] = STATE(1526), + [sym_reference_expression] = STATE(1526), + [sym_binary_expression] = STATE(1526), + [sym_assignment_expression] = STATE(1526), + [sym_compound_assignment_expr] = STATE(1526), + [sym_type_cast_expression] = STATE(1526), + [sym_return_expression] = STATE(1526), + [sym_yield_expression] = STATE(1526), + [sym_call_expression] = STATE(1526), + [sym_array_expression] = STATE(1526), + [sym_parenthesized_expression] = STATE(1526), + [sym_tuple_expression] = STATE(1526), + [sym_unit_expression] = STATE(1526), + [sym_struct_expression] = STATE(1526), + [sym_if_expression] = STATE(1526), + [sym_match_expression] = STATE(1526), + [sym_while_expression] = STATE(1526), + [sym_loop_expression] = STATE(1526), + [sym_for_expression] = STATE(1526), + [sym_const_block] = STATE(1526), + [sym_closure_expression] = STATE(1526), + [sym_closure_parameters] = STATE(220), + [sym_label] = STATE(3706), + [sym_break_expression] = STATE(1526), + [sym_continue_expression] = STATE(1526), + [sym_index_expression] = STATE(1526), + [sym_await_expression] = STATE(1526), + [sym_field_expression] = STATE(1430), + [sym_unsafe_block] = STATE(1526), + [sym_async_block] = STATE(1526), + [sym_gen_block] = STATE(1526), + [sym_try_block] = STATE(1526), + [sym_block] = STATE(1526), + [sym__literal] = STATE(1526), + [sym_string_literal] = STATE(1479), + [sym_raw_string_literal] = STATE(1479), + [sym_boolean_literal] = STATE(1479), [sym_line_comment] = STATE(393), [sym_block_comment] = STATE(393), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -62114,24 +62111,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(1385), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_gen] = ACTIONS(1391), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_loop] = ACTIONS(1395), - [anon_sym_match] = ACTIONS(1397), + [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(1399), - [anon_sym_while] = ACTIONS(1401), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1403), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -62706,15 +62703,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_block_comment] = STATE(399), [ts_builtin_sym_end] = ACTIONS(1453), [sym_identifier] = ACTIONS(1455), - [anon_sym_SEMI] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1453), [anon_sym_macro_rules_BANG] = ACTIONS(1453), - [anon_sym_LPAREN] = ACTIONS(1457), - [anon_sym_LBRACK] = ACTIONS(1457), + [anon_sym_LPAREN] = ACTIONS(1453), + [anon_sym_LBRACK] = ACTIONS(1453), [anon_sym_LBRACE] = ACTIONS(1453), - [anon_sym_RBRACE] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_QMARK] = ACTIONS(1457), + [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), @@ -62732,42 +62729,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1455), [anon_sym_str] = ACTIONS(1455), [anon_sym_char] = ACTIONS(1455), - [anon_sym_DASH] = ACTIONS(1459), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_PERCENT] = ACTIONS(1459), - [anon_sym_CARET] = ACTIONS(1459), + [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(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_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(1459), + [anon_sym_as] = ACTIONS(1455), [anon_sym_async] = ACTIONS(1455), [anon_sym_break] = ACTIONS(1455), [anon_sym_const] = ACTIONS(1455), @@ -62812,668 +62809,558 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1453), }, [STATE(400)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3009), - [sym_variadic_parameter] = STATE(3009), - [sym_parameter] = STATE(3009), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2695), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), [sym_line_comment] = STATE(400), [sym_block_comment] = STATE(400), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1461), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [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(401)] = { [sym_line_comment] = STATE(401), [sym_block_comment] = STATE(401), - [ts_builtin_sym_end] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_macro_rules_BANG] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1465), - [anon_sym_QMARK] = 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(1465), - [anon_sym_SLASH] = ACTIONS(1465), - [anon_sym_PERCENT] = ACTIONS(1465), - [anon_sym_CARET] = ACTIONS(1465), - [anon_sym_BANG] = ACTIONS(1465), - [anon_sym_AMP] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_AMP_AMP] = ACTIONS(1463), - [anon_sym_PIPE_PIPE] = ACTIONS(1463), - [anon_sym_LT_LT] = ACTIONS(1465), - [anon_sym_GT_GT] = ACTIONS(1465), - [anon_sym_PLUS_EQ] = ACTIONS(1463), - [anon_sym_DASH_EQ] = ACTIONS(1463), - [anon_sym_STAR_EQ] = ACTIONS(1463), - [anon_sym_SLASH_EQ] = ACTIONS(1463), - [anon_sym_PERCENT_EQ] = ACTIONS(1463), - [anon_sym_CARET_EQ] = ACTIONS(1463), - [anon_sym_AMP_EQ] = ACTIONS(1463), - [anon_sym_PIPE_EQ] = ACTIONS(1463), - [anon_sym_LT_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_GT_EQ] = ACTIONS(1463), - [anon_sym_EQ] = ACTIONS(1465), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_GT] = ACTIONS(1465), - [anon_sym_LT] = ACTIONS(1465), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_DOT_DOT] = ACTIONS(1465), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1463), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1463), - [anon_sym_COLON_COLON] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1465), - [anon_sym_as] = 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), + [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(402)] = { [sym_line_comment] = STATE(402), [sym_block_comment] = STATE(402), - [ts_builtin_sym_end] = ACTIONS(1467), - [sym_identifier] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_macro_rules_BANG] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_u8] = ACTIONS(1469), - [anon_sym_i8] = ACTIONS(1469), - [anon_sym_u16] = ACTIONS(1469), - [anon_sym_i16] = ACTIONS(1469), - [anon_sym_u32] = ACTIONS(1469), - [anon_sym_i32] = ACTIONS(1469), - [anon_sym_u64] = ACTIONS(1469), - [anon_sym_i64] = ACTIONS(1469), - [anon_sym_u128] = ACTIONS(1469), - [anon_sym_i128] = ACTIONS(1469), - [anon_sym_isize] = ACTIONS(1469), - [anon_sym_usize] = ACTIONS(1469), - [anon_sym_f32] = ACTIONS(1469), - [anon_sym_f64] = ACTIONS(1469), - [anon_sym_bool] = ACTIONS(1469), - [anon_sym_str] = ACTIONS(1469), - [anon_sym_char] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_PERCENT] = ACTIONS(1469), - [anon_sym_CARET] = ACTIONS(1469), - [anon_sym_BANG] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1469), - [anon_sym_PIPE] = ACTIONS(1469), - [anon_sym_AMP_AMP] = ACTIONS(1467), - [anon_sym_PIPE_PIPE] = ACTIONS(1467), - [anon_sym_LT_LT] = ACTIONS(1469), - [anon_sym_GT_GT] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1467), - [anon_sym_DASH_EQ] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1467), - [anon_sym_SLASH_EQ] = ACTIONS(1467), - [anon_sym_PERCENT_EQ] = ACTIONS(1467), - [anon_sym_CARET_EQ] = ACTIONS(1467), - [anon_sym_AMP_EQ] = ACTIONS(1467), - [anon_sym_PIPE_EQ] = ACTIONS(1467), - [anon_sym_LT_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_GT_EQ] = ACTIONS(1467), - [anon_sym_EQ] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_LT] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1469), - [anon_sym_DOT_DOT] = ACTIONS(1469), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1467), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1467), - [anon_sym_COLON_COLON] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(1467), - [anon_sym_SQUOTE] = ACTIONS(1469), - [anon_sym_as] = ACTIONS(1469), - [anon_sym_async] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_default] = ACTIONS(1469), - [anon_sym_enum] = ACTIONS(1469), - [anon_sym_fn] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_gen] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_impl] = ACTIONS(1469), - [anon_sym_let] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1469), - [anon_sym_match] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_pub] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1469), - [anon_sym_struct] = ACTIONS(1469), - [anon_sym_trait] = ACTIONS(1469), - [anon_sym_type] = ACTIONS(1469), - [anon_sym_union] = ACTIONS(1469), - [anon_sym_unsafe] = ACTIONS(1469), - [anon_sym_use] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym_yield] = ACTIONS(1469), - [anon_sym_move] = ACTIONS(1469), - [anon_sym_try] = ACTIONS(1469), - [sym_integer_literal] = ACTIONS(1467), - [aux_sym_string_literal_token1] = ACTIONS(1467), - [sym_char_literal] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1469), - [anon_sym_false] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1469), - [sym_super] = ACTIONS(1469), - [sym_crate] = ACTIONS(1469), - [sym_metavariable] = ACTIONS(1467), - [sym__raw_string_literal_start] = ACTIONS(1467), - [sym_float_literal] = ACTIONS(1467), + [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(403)] = { [sym_line_comment] = STATE(403), [sym_block_comment] = STATE(403), - [ts_builtin_sym_end] = ACTIONS(1471), - [sym_identifier] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_macro_rules_BANG] = ACTIONS(1471), - [anon_sym_LPAREN] = ACTIONS(1471), - [anon_sym_LBRACK] = ACTIONS(1471), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1473), - [anon_sym_QMARK] = ACTIONS(1471), - [anon_sym_u8] = ACTIONS(1473), - [anon_sym_i8] = ACTIONS(1473), - [anon_sym_u16] = ACTIONS(1473), - [anon_sym_i16] = ACTIONS(1473), - [anon_sym_u32] = ACTIONS(1473), - [anon_sym_i32] = ACTIONS(1473), - [anon_sym_u64] = ACTIONS(1473), - [anon_sym_i64] = ACTIONS(1473), - [anon_sym_u128] = ACTIONS(1473), - [anon_sym_i128] = ACTIONS(1473), - [anon_sym_isize] = ACTIONS(1473), - [anon_sym_usize] = ACTIONS(1473), - [anon_sym_f32] = ACTIONS(1473), - [anon_sym_f64] = ACTIONS(1473), - [anon_sym_bool] = ACTIONS(1473), - [anon_sym_str] = ACTIONS(1473), - [anon_sym_char] = ACTIONS(1473), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1473), - [anon_sym_PERCENT] = ACTIONS(1473), - [anon_sym_CARET] = ACTIONS(1473), - [anon_sym_BANG] = ACTIONS(1473), - [anon_sym_AMP] = ACTIONS(1473), - [anon_sym_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1471), - [anon_sym_LT_LT] = ACTIONS(1473), - [anon_sym_GT_GT] = ACTIONS(1473), - [anon_sym_PLUS_EQ] = ACTIONS(1471), - [anon_sym_DASH_EQ] = ACTIONS(1471), - [anon_sym_STAR_EQ] = ACTIONS(1471), - [anon_sym_SLASH_EQ] = ACTIONS(1471), - [anon_sym_PERCENT_EQ] = ACTIONS(1471), - [anon_sym_CARET_EQ] = ACTIONS(1471), - [anon_sym_AMP_EQ] = ACTIONS(1471), - [anon_sym_PIPE_EQ] = ACTIONS(1471), - [anon_sym_LT_LT_EQ] = ACTIONS(1471), - [anon_sym_GT_GT_EQ] = ACTIONS(1471), - [anon_sym_EQ] = ACTIONS(1473), - [anon_sym_EQ_EQ] = ACTIONS(1471), - [anon_sym_BANG_EQ] = ACTIONS(1471), - [anon_sym_GT] = ACTIONS(1473), - [anon_sym_LT] = ACTIONS(1473), - [anon_sym_GT_EQ] = ACTIONS(1471), - [anon_sym_LT_EQ] = ACTIONS(1471), - [anon_sym_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1471), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1471), - [anon_sym_COLON_COLON] = ACTIONS(1471), - [anon_sym_POUND] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1473), - [anon_sym_as] = ACTIONS(1473), - [anon_sym_async] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_fn] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_gen] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_impl] = ACTIONS(1473), - [anon_sym_let] = ACTIONS(1473), - [anon_sym_loop] = ACTIONS(1473), - [anon_sym_match] = ACTIONS(1473), - [anon_sym_mod] = ACTIONS(1473), - [anon_sym_pub] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_trait] = ACTIONS(1473), - [anon_sym_type] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_unsafe] = ACTIONS(1473), - [anon_sym_use] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym_yield] = ACTIONS(1473), - [anon_sym_move] = ACTIONS(1473), - [anon_sym_try] = ACTIONS(1473), - [sym_integer_literal] = ACTIONS(1471), - [aux_sym_string_literal_token1] = ACTIONS(1471), - [sym_char_literal] = ACTIONS(1471), - [anon_sym_true] = ACTIONS(1473), - [anon_sym_false] = ACTIONS(1473), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1473), - [sym_super] = ACTIONS(1473), - [sym_crate] = ACTIONS(1473), - [sym_metavariable] = ACTIONS(1471), - [sym__raw_string_literal_start] = ACTIONS(1471), - [sym_float_literal] = ACTIONS(1471), + [ts_builtin_sym_end] = ACTIONS(1469), + [sym_identifier] = ACTIONS(1471), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_macro_rules_BANG] = ACTIONS(1469), + [anon_sym_LPAREN] = ACTIONS(1473), + [anon_sym_LBRACK] = ACTIONS(1473), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_QMARK] = ACTIONS(1473), + [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(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_PERCENT] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_BANG] = ACTIONS(1471), + [anon_sym_AMP] = ACTIONS(1475), + [anon_sym_PIPE] = ACTIONS(1475), + [anon_sym_AMP_AMP] = ACTIONS(1473), + [anon_sym_PIPE_PIPE] = ACTIONS(1473), + [anon_sym_LT_LT] = ACTIONS(1475), + [anon_sym_GT_GT] = ACTIONS(1475), + [anon_sym_PLUS_EQ] = ACTIONS(1473), + [anon_sym_DASH_EQ] = ACTIONS(1473), + [anon_sym_STAR_EQ] = ACTIONS(1473), + [anon_sym_SLASH_EQ] = ACTIONS(1473), + [anon_sym_PERCENT_EQ] = ACTIONS(1473), + [anon_sym_CARET_EQ] = ACTIONS(1473), + [anon_sym_AMP_EQ] = ACTIONS(1473), + [anon_sym_PIPE_EQ] = ACTIONS(1473), + [anon_sym_LT_LT_EQ] = ACTIONS(1473), + [anon_sym_GT_GT_EQ] = ACTIONS(1473), + [anon_sym_EQ] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1473), + [anon_sym_BANG_EQ] = ACTIONS(1473), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_LT] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1473), + [anon_sym_LT_EQ] = ACTIONS(1473), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT_DOT] = ACTIONS(1475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1473), + [anon_sym_COLON_COLON] = ACTIONS(1469), + [anon_sym_POUND] = ACTIONS(1469), + [anon_sym_SQUOTE] = ACTIONS(1471), + [anon_sym_as] = ACTIONS(1475), + [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(404)] = { [sym_line_comment] = STATE(404), [sym_block_comment] = STATE(404), - [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), + [ts_builtin_sym_end] = ACTIONS(1477), + [sym_identifier] = ACTIONS(1479), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_macro_rules_BANG] = ACTIONS(1477), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_LBRACK] = ACTIONS(1477), + [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1479), + [anon_sym_QMARK] = ACTIONS(1477), + [anon_sym_u8] = ACTIONS(1479), + [anon_sym_i8] = ACTIONS(1479), + [anon_sym_u16] = ACTIONS(1479), + [anon_sym_i16] = ACTIONS(1479), + [anon_sym_u32] = ACTIONS(1479), + [anon_sym_i32] = ACTIONS(1479), + [anon_sym_u64] = ACTIONS(1479), + [anon_sym_i64] = ACTIONS(1479), + [anon_sym_u128] = ACTIONS(1479), + [anon_sym_i128] = ACTIONS(1479), + [anon_sym_isize] = ACTIONS(1479), + [anon_sym_usize] = ACTIONS(1479), + [anon_sym_f32] = ACTIONS(1479), + [anon_sym_f64] = ACTIONS(1479), + [anon_sym_bool] = ACTIONS(1479), + [anon_sym_str] = ACTIONS(1479), + [anon_sym_char] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1479), + [anon_sym_CARET] = ACTIONS(1479), + [anon_sym_BANG] = ACTIONS(1479), + [anon_sym_AMP] = ACTIONS(1479), + [anon_sym_PIPE] = ACTIONS(1479), + [anon_sym_AMP_AMP] = ACTIONS(1477), + [anon_sym_PIPE_PIPE] = ACTIONS(1477), + [anon_sym_LT_LT] = ACTIONS(1479), + [anon_sym_GT_GT] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1477), + [anon_sym_DASH_EQ] = ACTIONS(1477), + [anon_sym_STAR_EQ] = ACTIONS(1477), + [anon_sym_SLASH_EQ] = ACTIONS(1477), + [anon_sym_PERCENT_EQ] = ACTIONS(1477), + [anon_sym_CARET_EQ] = ACTIONS(1477), + [anon_sym_AMP_EQ] = ACTIONS(1477), + [anon_sym_PIPE_EQ] = ACTIONS(1477), + [anon_sym_LT_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_GT_EQ] = ACTIONS(1477), + [anon_sym_EQ] = ACTIONS(1479), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_GT] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1479), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1477), + [anon_sym_COLON_COLON] = ACTIONS(1477), + [anon_sym_POUND] = ACTIONS(1477), + [anon_sym_SQUOTE] = ACTIONS(1479), + [anon_sym_as] = ACTIONS(1479), + [anon_sym_async] = ACTIONS(1479), + [anon_sym_break] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_continue] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_enum] = ACTIONS(1479), + [anon_sym_fn] = ACTIONS(1479), + [anon_sym_for] = ACTIONS(1479), + [anon_sym_gen] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1479), + [anon_sym_impl] = ACTIONS(1479), + [anon_sym_let] = ACTIONS(1479), + [anon_sym_loop] = ACTIONS(1479), + [anon_sym_match] = ACTIONS(1479), + [anon_sym_mod] = ACTIONS(1479), + [anon_sym_pub] = ACTIONS(1479), + [anon_sym_return] = ACTIONS(1479), + [anon_sym_static] = ACTIONS(1479), + [anon_sym_struct] = ACTIONS(1479), + [anon_sym_trait] = ACTIONS(1479), + [anon_sym_type] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_unsafe] = ACTIONS(1479), + [anon_sym_use] = ACTIONS(1479), + [anon_sym_while] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(1479), + [anon_sym_yield] = ACTIONS(1479), + [anon_sym_move] = ACTIONS(1479), + [anon_sym_try] = ACTIONS(1479), + [sym_integer_literal] = ACTIONS(1477), + [aux_sym_string_literal_token1] = ACTIONS(1477), + [sym_char_literal] = ACTIONS(1477), + [anon_sym_true] = ACTIONS(1479), + [anon_sym_false] = ACTIONS(1479), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1479), + [sym_super] = ACTIONS(1479), + [sym_crate] = ACTIONS(1479), + [sym_metavariable] = ACTIONS(1477), + [sym__raw_string_literal_start] = ACTIONS(1477), + [sym_float_literal] = ACTIONS(1477), }, [STATE(405)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3392), - [sym_variadic_parameter] = STATE(3392), - [sym_parameter] = STATE(3392), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3141), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), [sym_line_comment] = STATE(405), [sym_block_comment] = STATE(405), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1479), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(406)] = { - [sym_line_comment] = STATE(406), - [sym_block_comment] = STATE(406), [ts_builtin_sym_end] = ACTIONS(1481), [sym_identifier] = ACTIONS(1483), [anon_sym_SEMI] = ACTIONS(1481), @@ -63581,9 +63468,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1481), [sym_float_literal] = ACTIONS(1481), }, - [STATE(407)] = { - [sym_line_comment] = STATE(407), - [sym_block_comment] = STATE(407), + [STATE(406)] = { + [sym_line_comment] = STATE(406), + [sym_block_comment] = STATE(406), [ts_builtin_sym_end] = ACTIONS(1485), [sym_identifier] = ACTIONS(1487), [anon_sym_SEMI] = ACTIONS(1485), @@ -63691,9 +63578,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1485), [sym_float_literal] = ACTIONS(1485), }, - [STATE(408)] = { - [sym_line_comment] = STATE(408), - [sym_block_comment] = STATE(408), + [STATE(407)] = { + [sym_line_comment] = STATE(407), + [sym_block_comment] = STATE(407), [ts_builtin_sym_end] = ACTIONS(1489), [sym_identifier] = ACTIONS(1491), [anon_sym_SEMI] = ACTIONS(1489), @@ -63801,9 +63688,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1489), [sym_float_literal] = ACTIONS(1489), }, - [STATE(409)] = { - [sym_line_comment] = STATE(409), - [sym_block_comment] = STATE(409), + [STATE(408)] = { + [sym_line_comment] = STATE(408), + [sym_block_comment] = STATE(408), [ts_builtin_sym_end] = ACTIONS(1493), [sym_identifier] = ACTIONS(1495), [anon_sym_SEMI] = ACTIONS(1493), @@ -63911,9 +63798,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1493), [sym_float_literal] = ACTIONS(1493), }, - [STATE(410)] = { - [sym_line_comment] = STATE(410), - [sym_block_comment] = STATE(410), + [STATE(409)] = { + [sym_line_comment] = STATE(409), + [sym_block_comment] = STATE(409), [ts_builtin_sym_end] = ACTIONS(1497), [sym_identifier] = ACTIONS(1499), [anon_sym_SEMI] = ACTIONS(1497), @@ -64021,1109 +63908,1109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1497), [sym_float_literal] = ACTIONS(1497), }, + [STATE(410)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3104), + [sym_variadic_parameter] = STATE(3104), + [sym_parameter] = STATE(3104), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2822), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(410), + [sym_block_comment] = STATE(410), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1501), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, [STATE(411)] = { [sym_line_comment] = STATE(411), [sym_block_comment] = STATE(411), - [ts_builtin_sym_end] = ACTIONS(1501), - [sym_identifier] = ACTIONS(1503), - [anon_sym_SEMI] = ACTIONS(1501), - [anon_sym_macro_rules_BANG] = ACTIONS(1501), - [anon_sym_LPAREN] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1501), - [anon_sym_LBRACE] = ACTIONS(1501), - [anon_sym_RBRACE] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1503), - [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_QMARK] = ACTIONS(1501), - [anon_sym_u8] = ACTIONS(1503), - [anon_sym_i8] = ACTIONS(1503), - [anon_sym_u16] = ACTIONS(1503), - [anon_sym_i16] = ACTIONS(1503), - [anon_sym_u32] = ACTIONS(1503), - [anon_sym_i32] = ACTIONS(1503), - [anon_sym_u64] = ACTIONS(1503), - [anon_sym_i64] = ACTIONS(1503), - [anon_sym_u128] = ACTIONS(1503), - [anon_sym_i128] = ACTIONS(1503), - [anon_sym_isize] = ACTIONS(1503), - [anon_sym_usize] = ACTIONS(1503), - [anon_sym_f32] = ACTIONS(1503), - [anon_sym_f64] = ACTIONS(1503), - [anon_sym_bool] = ACTIONS(1503), - [anon_sym_str] = ACTIONS(1503), - [anon_sym_char] = ACTIONS(1503), - [anon_sym_DASH] = ACTIONS(1503), - [anon_sym_SLASH] = ACTIONS(1503), - [anon_sym_PERCENT] = ACTIONS(1503), - [anon_sym_CARET] = ACTIONS(1503), - [anon_sym_BANG] = ACTIONS(1503), - [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_PIPE] = ACTIONS(1503), - [anon_sym_AMP_AMP] = ACTIONS(1501), - [anon_sym_PIPE_PIPE] = ACTIONS(1501), - [anon_sym_LT_LT] = ACTIONS(1503), - [anon_sym_GT_GT] = ACTIONS(1503), - [anon_sym_PLUS_EQ] = ACTIONS(1501), - [anon_sym_DASH_EQ] = ACTIONS(1501), - [anon_sym_STAR_EQ] = ACTIONS(1501), - [anon_sym_SLASH_EQ] = ACTIONS(1501), - [anon_sym_PERCENT_EQ] = ACTIONS(1501), - [anon_sym_CARET_EQ] = ACTIONS(1501), - [anon_sym_AMP_EQ] = ACTIONS(1501), - [anon_sym_PIPE_EQ] = ACTIONS(1501), - [anon_sym_LT_LT_EQ] = ACTIONS(1501), - [anon_sym_GT_GT_EQ] = ACTIONS(1501), - [anon_sym_EQ] = ACTIONS(1503), - [anon_sym_EQ_EQ] = ACTIONS(1501), - [anon_sym_BANG_EQ] = ACTIONS(1501), - [anon_sym_GT] = ACTIONS(1503), - [anon_sym_LT] = ACTIONS(1503), - [anon_sym_GT_EQ] = ACTIONS(1501), - [anon_sym_LT_EQ] = ACTIONS(1501), - [anon_sym_DOT] = ACTIONS(1503), - [anon_sym_DOT_DOT] = ACTIONS(1503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1501), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1501), - [anon_sym_COLON_COLON] = ACTIONS(1501), - [anon_sym_POUND] = ACTIONS(1501), - [anon_sym_SQUOTE] = ACTIONS(1503), - [anon_sym_as] = ACTIONS(1503), - [anon_sym_async] = ACTIONS(1503), - [anon_sym_break] = ACTIONS(1503), - [anon_sym_const] = ACTIONS(1503), - [anon_sym_continue] = ACTIONS(1503), - [anon_sym_default] = ACTIONS(1503), - [anon_sym_enum] = ACTIONS(1503), - [anon_sym_fn] = ACTIONS(1503), - [anon_sym_for] = ACTIONS(1503), - [anon_sym_gen] = ACTIONS(1503), - [anon_sym_if] = ACTIONS(1503), - [anon_sym_impl] = ACTIONS(1503), - [anon_sym_let] = ACTIONS(1503), - [anon_sym_loop] = ACTIONS(1503), - [anon_sym_match] = ACTIONS(1503), - [anon_sym_mod] = ACTIONS(1503), - [anon_sym_pub] = ACTIONS(1503), - [anon_sym_return] = ACTIONS(1503), - [anon_sym_static] = ACTIONS(1503), - [anon_sym_struct] = ACTIONS(1503), - [anon_sym_trait] = ACTIONS(1503), - [anon_sym_type] = ACTIONS(1503), - [anon_sym_union] = ACTIONS(1503), - [anon_sym_unsafe] = ACTIONS(1503), - [anon_sym_use] = ACTIONS(1503), - [anon_sym_while] = ACTIONS(1503), - [anon_sym_extern] = ACTIONS(1503), - [anon_sym_yield] = ACTIONS(1503), - [anon_sym_move] = ACTIONS(1503), - [anon_sym_try] = ACTIONS(1503), - [sym_integer_literal] = ACTIONS(1501), - [aux_sym_string_literal_token1] = ACTIONS(1501), - [sym_char_literal] = ACTIONS(1501), - [anon_sym_true] = ACTIONS(1503), - [anon_sym_false] = ACTIONS(1503), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1503), - [sym_super] = ACTIONS(1503), - [sym_crate] = ACTIONS(1503), - [sym_metavariable] = ACTIONS(1501), - [sym__raw_string_literal_start] = ACTIONS(1501), - [sym_float_literal] = ACTIONS(1501), + [ts_builtin_sym_end] = ACTIONS(1043), + [sym_identifier] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1043), + [anon_sym_macro_rules_BANG] = ACTIONS(1043), + [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_LBRACK] = ACTIONS(1043), + [anon_sym_LBRACE] = ACTIONS(1043), + [anon_sym_RBRACE] = ACTIONS(1043), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_STAR] = ACTIONS(1041), + [anon_sym_QMARK] = ACTIONS(1043), + [anon_sym_u8] = ACTIONS(1041), + [anon_sym_i8] = ACTIONS(1041), + [anon_sym_u16] = ACTIONS(1041), + [anon_sym_i16] = ACTIONS(1041), + [anon_sym_u32] = ACTIONS(1041), + [anon_sym_i32] = ACTIONS(1041), + [anon_sym_u64] = ACTIONS(1041), + [anon_sym_i64] = ACTIONS(1041), + [anon_sym_u128] = ACTIONS(1041), + [anon_sym_i128] = ACTIONS(1041), + [anon_sym_isize] = ACTIONS(1041), + [anon_sym_usize] = ACTIONS(1041), + [anon_sym_f32] = ACTIONS(1041), + [anon_sym_f64] = ACTIONS(1041), + [anon_sym_bool] = ACTIONS(1041), + [anon_sym_str] = ACTIONS(1041), + [anon_sym_char] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_SLASH] = ACTIONS(1041), + [anon_sym_PERCENT] = ACTIONS(1041), + [anon_sym_CARET] = ACTIONS(1041), + [anon_sym_BANG] = ACTIONS(1041), + [anon_sym_AMP] = ACTIONS(1041), + [anon_sym_PIPE] = ACTIONS(1041), + [anon_sym_AMP_AMP] = ACTIONS(1043), + [anon_sym_PIPE_PIPE] = ACTIONS(1043), + [anon_sym_LT_LT] = ACTIONS(1041), + [anon_sym_GT_GT] = ACTIONS(1041), + [anon_sym_PLUS_EQ] = ACTIONS(1043), + [anon_sym_DASH_EQ] = ACTIONS(1043), + [anon_sym_STAR_EQ] = ACTIONS(1043), + [anon_sym_SLASH_EQ] = ACTIONS(1043), + [anon_sym_PERCENT_EQ] = ACTIONS(1043), + [anon_sym_CARET_EQ] = ACTIONS(1043), + [anon_sym_AMP_EQ] = ACTIONS(1043), + [anon_sym_PIPE_EQ] = ACTIONS(1043), + [anon_sym_LT_LT_EQ] = ACTIONS(1043), + [anon_sym_GT_GT_EQ] = ACTIONS(1043), + [anon_sym_EQ] = ACTIONS(1041), + [anon_sym_EQ_EQ] = ACTIONS(1043), + [anon_sym_BANG_EQ] = ACTIONS(1043), + [anon_sym_GT] = ACTIONS(1041), + [anon_sym_LT] = ACTIONS(1041), + [anon_sym_GT_EQ] = ACTIONS(1043), + [anon_sym_LT_EQ] = ACTIONS(1043), + [anon_sym_DOT] = ACTIONS(1041), + [anon_sym_DOT_DOT] = ACTIONS(1041), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1043), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1043), + [anon_sym_COLON_COLON] = ACTIONS(1043), + [anon_sym_POUND] = ACTIONS(1043), + [anon_sym_SQUOTE] = ACTIONS(1041), + [anon_sym_as] = ACTIONS(1041), + [anon_sym_async] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_default] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_fn] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_gen] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_impl] = ACTIONS(1041), + [anon_sym_let] = ACTIONS(1041), + [anon_sym_loop] = ACTIONS(1041), + [anon_sym_match] = ACTIONS(1041), + [anon_sym_mod] = ACTIONS(1041), + [anon_sym_pub] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_trait] = ACTIONS(1041), + [anon_sym_type] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [anon_sym_unsafe] = ACTIONS(1041), + [anon_sym_use] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_yield] = ACTIONS(1041), + [anon_sym_move] = ACTIONS(1041), + [anon_sym_try] = ACTIONS(1041), + [sym_integer_literal] = ACTIONS(1043), + [aux_sym_string_literal_token1] = ACTIONS(1043), + [sym_char_literal] = ACTIONS(1043), + [anon_sym_true] = ACTIONS(1041), + [anon_sym_false] = ACTIONS(1041), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1041), + [sym_super] = ACTIONS(1041), + [sym_crate] = ACTIONS(1041), + [sym_metavariable] = ACTIONS(1043), + [sym__raw_string_literal_start] = ACTIONS(1043), + [sym_float_literal] = ACTIONS(1043), }, [STATE(412)] = { [sym_line_comment] = STATE(412), [sym_block_comment] = STATE(412), - [ts_builtin_sym_end] = ACTIONS(1505), - [sym_identifier] = ACTIONS(1507), - [anon_sym_SEMI] = ACTIONS(1505), - [anon_sym_macro_rules_BANG] = ACTIONS(1505), - [anon_sym_LPAREN] = ACTIONS(1505), - [anon_sym_LBRACK] = ACTIONS(1505), - [anon_sym_LBRACE] = ACTIONS(1505), - [anon_sym_RBRACE] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1507), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_QMARK] = ACTIONS(1505), - [anon_sym_u8] = ACTIONS(1507), - [anon_sym_i8] = ACTIONS(1507), - [anon_sym_u16] = ACTIONS(1507), - [anon_sym_i16] = ACTIONS(1507), - [anon_sym_u32] = ACTIONS(1507), - [anon_sym_i32] = ACTIONS(1507), - [anon_sym_u64] = ACTIONS(1507), - [anon_sym_i64] = ACTIONS(1507), - [anon_sym_u128] = ACTIONS(1507), - [anon_sym_i128] = ACTIONS(1507), - [anon_sym_isize] = ACTIONS(1507), - [anon_sym_usize] = ACTIONS(1507), - [anon_sym_f32] = ACTIONS(1507), - [anon_sym_f64] = ACTIONS(1507), - [anon_sym_bool] = ACTIONS(1507), - [anon_sym_str] = ACTIONS(1507), - [anon_sym_char] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1507), - [anon_sym_SLASH] = ACTIONS(1507), - [anon_sym_PERCENT] = ACTIONS(1507), - [anon_sym_CARET] = ACTIONS(1507), - [anon_sym_BANG] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_PIPE] = ACTIONS(1507), - [anon_sym_AMP_AMP] = ACTIONS(1505), - [anon_sym_PIPE_PIPE] = ACTIONS(1505), - [anon_sym_LT_LT] = ACTIONS(1507), - [anon_sym_GT_GT] = ACTIONS(1507), - [anon_sym_PLUS_EQ] = ACTIONS(1505), - [anon_sym_DASH_EQ] = ACTIONS(1505), - [anon_sym_STAR_EQ] = ACTIONS(1505), - [anon_sym_SLASH_EQ] = ACTIONS(1505), - [anon_sym_PERCENT_EQ] = ACTIONS(1505), - [anon_sym_CARET_EQ] = ACTIONS(1505), - [anon_sym_AMP_EQ] = ACTIONS(1505), - [anon_sym_PIPE_EQ] = ACTIONS(1505), - [anon_sym_LT_LT_EQ] = ACTIONS(1505), - [anon_sym_GT_GT_EQ] = ACTIONS(1505), - [anon_sym_EQ] = ACTIONS(1507), - [anon_sym_EQ_EQ] = ACTIONS(1505), - [anon_sym_BANG_EQ] = ACTIONS(1505), - [anon_sym_GT] = ACTIONS(1507), - [anon_sym_LT] = ACTIONS(1507), - [anon_sym_GT_EQ] = ACTIONS(1505), - [anon_sym_LT_EQ] = ACTIONS(1505), - [anon_sym_DOT] = ACTIONS(1507), - [anon_sym_DOT_DOT] = ACTIONS(1507), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1505), - [anon_sym_COLON_COLON] = ACTIONS(1505), - [anon_sym_POUND] = ACTIONS(1505), - [anon_sym_SQUOTE] = ACTIONS(1507), - [anon_sym_as] = ACTIONS(1507), - [anon_sym_async] = ACTIONS(1507), - [anon_sym_break] = ACTIONS(1507), - [anon_sym_const] = ACTIONS(1507), - [anon_sym_continue] = ACTIONS(1507), - [anon_sym_default] = ACTIONS(1507), - [anon_sym_enum] = ACTIONS(1507), - [anon_sym_fn] = ACTIONS(1507), - [anon_sym_for] = ACTIONS(1507), - [anon_sym_gen] = ACTIONS(1507), - [anon_sym_if] = ACTIONS(1507), - [anon_sym_impl] = ACTIONS(1507), - [anon_sym_let] = ACTIONS(1507), - [anon_sym_loop] = ACTIONS(1507), - [anon_sym_match] = ACTIONS(1507), - [anon_sym_mod] = ACTIONS(1507), - [anon_sym_pub] = ACTIONS(1507), - [anon_sym_return] = ACTIONS(1507), - [anon_sym_static] = ACTIONS(1507), - [anon_sym_struct] = ACTIONS(1507), - [anon_sym_trait] = ACTIONS(1507), - [anon_sym_type] = ACTIONS(1507), - [anon_sym_union] = ACTIONS(1507), - [anon_sym_unsafe] = ACTIONS(1507), - [anon_sym_use] = ACTIONS(1507), - [anon_sym_while] = ACTIONS(1507), - [anon_sym_extern] = ACTIONS(1507), - [anon_sym_yield] = ACTIONS(1507), - [anon_sym_move] = ACTIONS(1507), - [anon_sym_try] = ACTIONS(1507), - [sym_integer_literal] = ACTIONS(1505), - [aux_sym_string_literal_token1] = ACTIONS(1505), - [sym_char_literal] = ACTIONS(1505), - [anon_sym_true] = ACTIONS(1507), - [anon_sym_false] = ACTIONS(1507), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1507), - [sym_super] = ACTIONS(1507), - [sym_crate] = ACTIONS(1507), - [sym_metavariable] = ACTIONS(1505), - [sym__raw_string_literal_start] = ACTIONS(1505), - [sym_float_literal] = ACTIONS(1505), + [ts_builtin_sym_end] = ACTIONS(1503), + [sym_identifier] = ACTIONS(1505), + [anon_sym_SEMI] = ACTIONS(1503), + [anon_sym_macro_rules_BANG] = ACTIONS(1503), + [anon_sym_LPAREN] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1503), + [anon_sym_LBRACE] = ACTIONS(1503), + [anon_sym_RBRACE] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1505), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_QMARK] = ACTIONS(1503), + [anon_sym_u8] = ACTIONS(1505), + [anon_sym_i8] = ACTIONS(1505), + [anon_sym_u16] = ACTIONS(1505), + [anon_sym_i16] = ACTIONS(1505), + [anon_sym_u32] = ACTIONS(1505), + [anon_sym_i32] = ACTIONS(1505), + [anon_sym_u64] = ACTIONS(1505), + [anon_sym_i64] = ACTIONS(1505), + [anon_sym_u128] = ACTIONS(1505), + [anon_sym_i128] = ACTIONS(1505), + [anon_sym_isize] = ACTIONS(1505), + [anon_sym_usize] = ACTIONS(1505), + [anon_sym_f32] = ACTIONS(1505), + [anon_sym_f64] = ACTIONS(1505), + [anon_sym_bool] = ACTIONS(1505), + [anon_sym_str] = ACTIONS(1505), + [anon_sym_char] = ACTIONS(1505), + [anon_sym_DASH] = ACTIONS(1505), + [anon_sym_SLASH] = ACTIONS(1505), + [anon_sym_PERCENT] = ACTIONS(1505), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_BANG] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1505), + [anon_sym_PIPE] = ACTIONS(1505), + [anon_sym_AMP_AMP] = ACTIONS(1503), + [anon_sym_PIPE_PIPE] = ACTIONS(1503), + [anon_sym_LT_LT] = ACTIONS(1505), + [anon_sym_GT_GT] = ACTIONS(1505), + [anon_sym_PLUS_EQ] = ACTIONS(1503), + [anon_sym_DASH_EQ] = ACTIONS(1503), + [anon_sym_STAR_EQ] = ACTIONS(1503), + [anon_sym_SLASH_EQ] = ACTIONS(1503), + [anon_sym_PERCENT_EQ] = ACTIONS(1503), + [anon_sym_CARET_EQ] = ACTIONS(1503), + [anon_sym_AMP_EQ] = ACTIONS(1503), + [anon_sym_PIPE_EQ] = ACTIONS(1503), + [anon_sym_LT_LT_EQ] = ACTIONS(1503), + [anon_sym_GT_GT_EQ] = ACTIONS(1503), + [anon_sym_EQ] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1503), + [anon_sym_BANG_EQ] = ACTIONS(1503), + [anon_sym_GT] = ACTIONS(1505), + [anon_sym_LT] = ACTIONS(1505), + [anon_sym_GT_EQ] = ACTIONS(1503), + [anon_sym_LT_EQ] = ACTIONS(1503), + [anon_sym_DOT] = ACTIONS(1505), + [anon_sym_DOT_DOT] = ACTIONS(1505), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1503), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1503), + [anon_sym_COLON_COLON] = ACTIONS(1503), + [anon_sym_POUND] = ACTIONS(1503), + [anon_sym_SQUOTE] = ACTIONS(1505), + [anon_sym_as] = ACTIONS(1505), + [anon_sym_async] = ACTIONS(1505), + [anon_sym_break] = ACTIONS(1505), + [anon_sym_const] = ACTIONS(1505), + [anon_sym_continue] = ACTIONS(1505), + [anon_sym_default] = ACTIONS(1505), + [anon_sym_enum] = ACTIONS(1505), + [anon_sym_fn] = ACTIONS(1505), + [anon_sym_for] = ACTIONS(1505), + [anon_sym_gen] = ACTIONS(1505), + [anon_sym_if] = ACTIONS(1505), + [anon_sym_impl] = ACTIONS(1505), + [anon_sym_let] = ACTIONS(1505), + [anon_sym_loop] = ACTIONS(1505), + [anon_sym_match] = ACTIONS(1505), + [anon_sym_mod] = ACTIONS(1505), + [anon_sym_pub] = ACTIONS(1505), + [anon_sym_return] = ACTIONS(1505), + [anon_sym_static] = ACTIONS(1505), + [anon_sym_struct] = ACTIONS(1505), + [anon_sym_trait] = ACTIONS(1505), + [anon_sym_type] = ACTIONS(1505), + [anon_sym_union] = ACTIONS(1505), + [anon_sym_unsafe] = ACTIONS(1505), + [anon_sym_use] = ACTIONS(1505), + [anon_sym_while] = ACTIONS(1505), + [anon_sym_extern] = ACTIONS(1505), + [anon_sym_yield] = ACTIONS(1505), + [anon_sym_move] = ACTIONS(1505), + [anon_sym_try] = ACTIONS(1505), + [sym_integer_literal] = ACTIONS(1503), + [aux_sym_string_literal_token1] = ACTIONS(1503), + [sym_char_literal] = ACTIONS(1503), + [anon_sym_true] = ACTIONS(1505), + [anon_sym_false] = ACTIONS(1505), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1505), + [sym_super] = ACTIONS(1505), + [sym_crate] = ACTIONS(1505), + [sym_metavariable] = ACTIONS(1503), + [sym__raw_string_literal_start] = ACTIONS(1503), + [sym_float_literal] = ACTIONS(1503), }, [STATE(413)] = { [sym_line_comment] = STATE(413), [sym_block_comment] = STATE(413), - [ts_builtin_sym_end] = ACTIONS(1509), - [sym_identifier] = ACTIONS(1511), - [anon_sym_SEMI] = ACTIONS(1509), - [anon_sym_macro_rules_BANG] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_LBRACE] = ACTIONS(1509), - [anon_sym_RBRACE] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_QMARK] = ACTIONS(1509), - [anon_sym_u8] = ACTIONS(1511), - [anon_sym_i8] = ACTIONS(1511), - [anon_sym_u16] = ACTIONS(1511), - [anon_sym_i16] = ACTIONS(1511), - [anon_sym_u32] = ACTIONS(1511), - [anon_sym_i32] = ACTIONS(1511), - [anon_sym_u64] = ACTIONS(1511), - [anon_sym_i64] = ACTIONS(1511), - [anon_sym_u128] = ACTIONS(1511), - [anon_sym_i128] = ACTIONS(1511), - [anon_sym_isize] = ACTIONS(1511), - [anon_sym_usize] = ACTIONS(1511), - [anon_sym_f32] = ACTIONS(1511), - [anon_sym_f64] = ACTIONS(1511), - [anon_sym_bool] = ACTIONS(1511), - [anon_sym_str] = ACTIONS(1511), - [anon_sym_char] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_CARET] = ACTIONS(1511), - [anon_sym_BANG] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - [anon_sym_PIPE] = ACTIONS(1511), - [anon_sym_AMP_AMP] = ACTIONS(1509), - [anon_sym_PIPE_PIPE] = ACTIONS(1509), - [anon_sym_LT_LT] = ACTIONS(1511), - [anon_sym_GT_GT] = ACTIONS(1511), - [anon_sym_PLUS_EQ] = ACTIONS(1509), - [anon_sym_DASH_EQ] = ACTIONS(1509), - [anon_sym_STAR_EQ] = ACTIONS(1509), - [anon_sym_SLASH_EQ] = ACTIONS(1509), - [anon_sym_PERCENT_EQ] = ACTIONS(1509), - [anon_sym_CARET_EQ] = ACTIONS(1509), - [anon_sym_AMP_EQ] = ACTIONS(1509), - [anon_sym_PIPE_EQ] = ACTIONS(1509), - [anon_sym_LT_LT_EQ] = ACTIONS(1509), - [anon_sym_GT_GT_EQ] = ACTIONS(1509), - [anon_sym_EQ] = ACTIONS(1511), - [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1511), - [anon_sym_LT] = ACTIONS(1511), - [anon_sym_GT_EQ] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1511), - [anon_sym_DOT_DOT] = ACTIONS(1511), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1509), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1509), - [anon_sym_COLON_COLON] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(1509), - [anon_sym_SQUOTE] = ACTIONS(1511), - [anon_sym_as] = ACTIONS(1511), - [anon_sym_async] = ACTIONS(1511), - [anon_sym_break] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_continue] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_enum] = ACTIONS(1511), - [anon_sym_fn] = ACTIONS(1511), - [anon_sym_for] = ACTIONS(1511), - [anon_sym_gen] = ACTIONS(1511), - [anon_sym_if] = ACTIONS(1511), - [anon_sym_impl] = ACTIONS(1511), - [anon_sym_let] = ACTIONS(1511), - [anon_sym_loop] = ACTIONS(1511), - [anon_sym_match] = ACTIONS(1511), - [anon_sym_mod] = ACTIONS(1511), - [anon_sym_pub] = ACTIONS(1511), - [anon_sym_return] = ACTIONS(1511), - [anon_sym_static] = ACTIONS(1511), - [anon_sym_struct] = ACTIONS(1511), - [anon_sym_trait] = ACTIONS(1511), - [anon_sym_type] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_unsafe] = ACTIONS(1511), - [anon_sym_use] = ACTIONS(1511), - [anon_sym_while] = ACTIONS(1511), - [anon_sym_extern] = ACTIONS(1511), - [anon_sym_yield] = ACTIONS(1511), - [anon_sym_move] = ACTIONS(1511), - [anon_sym_try] = ACTIONS(1511), - [sym_integer_literal] = ACTIONS(1509), - [aux_sym_string_literal_token1] = ACTIONS(1509), - [sym_char_literal] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(1511), - [anon_sym_false] = ACTIONS(1511), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1511), - [sym_super] = ACTIONS(1511), - [sym_crate] = ACTIONS(1511), - [sym_metavariable] = ACTIONS(1509), - [sym__raw_string_literal_start] = ACTIONS(1509), - [sym_float_literal] = ACTIONS(1509), + [ts_builtin_sym_end] = ACTIONS(1507), + [sym_identifier] = ACTIONS(1509), + [anon_sym_SEMI] = ACTIONS(1507), + [anon_sym_macro_rules_BANG] = ACTIONS(1507), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_LBRACE] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(1509), + [anon_sym_QMARK] = ACTIONS(1507), + [anon_sym_u8] = ACTIONS(1509), + [anon_sym_i8] = ACTIONS(1509), + [anon_sym_u16] = ACTIONS(1509), + [anon_sym_i16] = ACTIONS(1509), + [anon_sym_u32] = ACTIONS(1509), + [anon_sym_i32] = ACTIONS(1509), + [anon_sym_u64] = ACTIONS(1509), + [anon_sym_i64] = ACTIONS(1509), + [anon_sym_u128] = ACTIONS(1509), + [anon_sym_i128] = ACTIONS(1509), + [anon_sym_isize] = ACTIONS(1509), + [anon_sym_usize] = ACTIONS(1509), + [anon_sym_f32] = ACTIONS(1509), + [anon_sym_f64] = ACTIONS(1509), + [anon_sym_bool] = ACTIONS(1509), + [anon_sym_str] = ACTIONS(1509), + [anon_sym_char] = ACTIONS(1509), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_SLASH] = ACTIONS(1509), + [anon_sym_PERCENT] = ACTIONS(1509), + [anon_sym_CARET] = ACTIONS(1509), + [anon_sym_BANG] = ACTIONS(1509), + [anon_sym_AMP] = ACTIONS(1509), + [anon_sym_PIPE] = ACTIONS(1509), + [anon_sym_AMP_AMP] = ACTIONS(1507), + [anon_sym_PIPE_PIPE] = ACTIONS(1507), + [anon_sym_LT_LT] = ACTIONS(1509), + [anon_sym_GT_GT] = ACTIONS(1509), + [anon_sym_PLUS_EQ] = ACTIONS(1507), + [anon_sym_DASH_EQ] = ACTIONS(1507), + [anon_sym_STAR_EQ] = ACTIONS(1507), + [anon_sym_SLASH_EQ] = ACTIONS(1507), + [anon_sym_PERCENT_EQ] = ACTIONS(1507), + [anon_sym_CARET_EQ] = ACTIONS(1507), + [anon_sym_AMP_EQ] = ACTIONS(1507), + [anon_sym_PIPE_EQ] = ACTIONS(1507), + [anon_sym_LT_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_GT_EQ] = ACTIONS(1507), + [anon_sym_EQ] = ACTIONS(1509), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym_DOT] = ACTIONS(1509), + [anon_sym_DOT_DOT] = ACTIONS(1509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1507), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1507), + [anon_sym_COLON_COLON] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(1507), + [anon_sym_SQUOTE] = ACTIONS(1509), + [anon_sym_as] = ACTIONS(1509), + [anon_sym_async] = ACTIONS(1509), + [anon_sym_break] = ACTIONS(1509), + [anon_sym_const] = ACTIONS(1509), + [anon_sym_continue] = ACTIONS(1509), + [anon_sym_default] = ACTIONS(1509), + [anon_sym_enum] = ACTIONS(1509), + [anon_sym_fn] = ACTIONS(1509), + [anon_sym_for] = ACTIONS(1509), + [anon_sym_gen] = ACTIONS(1509), + [anon_sym_if] = ACTIONS(1509), + [anon_sym_impl] = ACTIONS(1509), + [anon_sym_let] = ACTIONS(1509), + [anon_sym_loop] = ACTIONS(1509), + [anon_sym_match] = ACTIONS(1509), + [anon_sym_mod] = ACTIONS(1509), + [anon_sym_pub] = ACTIONS(1509), + [anon_sym_return] = ACTIONS(1509), + [anon_sym_static] = ACTIONS(1509), + [anon_sym_struct] = ACTIONS(1509), + [anon_sym_trait] = ACTIONS(1509), + [anon_sym_type] = ACTIONS(1509), + [anon_sym_union] = ACTIONS(1509), + [anon_sym_unsafe] = ACTIONS(1509), + [anon_sym_use] = ACTIONS(1509), + [anon_sym_while] = ACTIONS(1509), + [anon_sym_extern] = ACTIONS(1509), + [anon_sym_yield] = ACTIONS(1509), + [anon_sym_move] = ACTIONS(1509), + [anon_sym_try] = ACTIONS(1509), + [sym_integer_literal] = ACTIONS(1507), + [aux_sym_string_literal_token1] = ACTIONS(1507), + [sym_char_literal] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1509), + [anon_sym_false] = ACTIONS(1509), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1509), + [sym_super] = ACTIONS(1509), + [sym_crate] = ACTIONS(1509), + [sym_metavariable] = ACTIONS(1507), + [sym__raw_string_literal_start] = ACTIONS(1507), + [sym_float_literal] = ACTIONS(1507), }, [STATE(414)] = { [sym_line_comment] = STATE(414), [sym_block_comment] = STATE(414), - [ts_builtin_sym_end] = ACTIONS(1513), - [sym_identifier] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1513), - [anon_sym_macro_rules_BANG] = ACTIONS(1513), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1515), - [anon_sym_QMARK] = ACTIONS(1513), - [anon_sym_u8] = ACTIONS(1515), - [anon_sym_i8] = ACTIONS(1515), - [anon_sym_u16] = ACTIONS(1515), - [anon_sym_i16] = ACTIONS(1515), - [anon_sym_u32] = ACTIONS(1515), - [anon_sym_i32] = ACTIONS(1515), - [anon_sym_u64] = ACTIONS(1515), - [anon_sym_i64] = ACTIONS(1515), - [anon_sym_u128] = ACTIONS(1515), - [anon_sym_i128] = ACTIONS(1515), - [anon_sym_isize] = ACTIONS(1515), - [anon_sym_usize] = ACTIONS(1515), - [anon_sym_f32] = ACTIONS(1515), - [anon_sym_f64] = ACTIONS(1515), - [anon_sym_bool] = ACTIONS(1515), - [anon_sym_str] = ACTIONS(1515), - [anon_sym_char] = ACTIONS(1515), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_SLASH] = ACTIONS(1515), - [anon_sym_PERCENT] = ACTIONS(1515), - [anon_sym_CARET] = ACTIONS(1515), - [anon_sym_BANG] = ACTIONS(1515), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_AMP_AMP] = ACTIONS(1513), - [anon_sym_PIPE_PIPE] = ACTIONS(1513), - [anon_sym_LT_LT] = ACTIONS(1515), - [anon_sym_GT_GT] = ACTIONS(1515), - [anon_sym_PLUS_EQ] = ACTIONS(1513), - [anon_sym_DASH_EQ] = ACTIONS(1513), - [anon_sym_STAR_EQ] = ACTIONS(1513), - [anon_sym_SLASH_EQ] = ACTIONS(1513), - [anon_sym_PERCENT_EQ] = ACTIONS(1513), - [anon_sym_CARET_EQ] = ACTIONS(1513), - [anon_sym_AMP_EQ] = ACTIONS(1513), - [anon_sym_PIPE_EQ] = ACTIONS(1513), - [anon_sym_LT_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_GT_EQ] = ACTIONS(1513), - [anon_sym_EQ] = ACTIONS(1515), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(1515), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym_DOT] = ACTIONS(1515), - [anon_sym_DOT_DOT] = ACTIONS(1515), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1513), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1513), - [anon_sym_COLON_COLON] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(1513), - [anon_sym_SQUOTE] = ACTIONS(1515), - [anon_sym_as] = ACTIONS(1515), - [anon_sym_async] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_fn] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_gen] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_impl] = ACTIONS(1515), - [anon_sym_let] = ACTIONS(1515), - [anon_sym_loop] = ACTIONS(1515), - [anon_sym_match] = ACTIONS(1515), - [anon_sym_mod] = ACTIONS(1515), - [anon_sym_pub] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_trait] = ACTIONS(1515), - [anon_sym_type] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_unsafe] = ACTIONS(1515), - [anon_sym_use] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym_yield] = ACTIONS(1515), - [anon_sym_move] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [sym_integer_literal] = ACTIONS(1513), - [aux_sym_string_literal_token1] = ACTIONS(1513), - [sym_char_literal] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1515), - [anon_sym_false] = ACTIONS(1515), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1515), - [sym_super] = ACTIONS(1515), - [sym_crate] = ACTIONS(1515), - [sym_metavariable] = ACTIONS(1513), - [sym__raw_string_literal_start] = ACTIONS(1513), - [sym_float_literal] = ACTIONS(1513), + [ts_builtin_sym_end] = ACTIONS(1511), + [sym_identifier] = ACTIONS(1513), + [anon_sym_SEMI] = ACTIONS(1511), + [anon_sym_macro_rules_BANG] = ACTIONS(1511), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_LBRACE] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1513), + [anon_sym_QMARK] = ACTIONS(1511), + [anon_sym_u8] = ACTIONS(1513), + [anon_sym_i8] = ACTIONS(1513), + [anon_sym_u16] = ACTIONS(1513), + [anon_sym_i16] = ACTIONS(1513), + [anon_sym_u32] = ACTIONS(1513), + [anon_sym_i32] = ACTIONS(1513), + [anon_sym_u64] = ACTIONS(1513), + [anon_sym_i64] = ACTIONS(1513), + [anon_sym_u128] = ACTIONS(1513), + [anon_sym_i128] = ACTIONS(1513), + [anon_sym_isize] = ACTIONS(1513), + [anon_sym_usize] = ACTIONS(1513), + [anon_sym_f32] = ACTIONS(1513), + [anon_sym_f64] = ACTIONS(1513), + [anon_sym_bool] = ACTIONS(1513), + [anon_sym_str] = ACTIONS(1513), + [anon_sym_char] = ACTIONS(1513), + [anon_sym_DASH] = ACTIONS(1513), + [anon_sym_SLASH] = ACTIONS(1513), + [anon_sym_PERCENT] = ACTIONS(1513), + [anon_sym_CARET] = ACTIONS(1513), + [anon_sym_BANG] = ACTIONS(1513), + [anon_sym_AMP] = ACTIONS(1513), + [anon_sym_PIPE] = ACTIONS(1513), + [anon_sym_AMP_AMP] = ACTIONS(1511), + [anon_sym_PIPE_PIPE] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS_EQ] = ACTIONS(1511), + [anon_sym_DASH_EQ] = ACTIONS(1511), + [anon_sym_STAR_EQ] = ACTIONS(1511), + [anon_sym_SLASH_EQ] = ACTIONS(1511), + [anon_sym_PERCENT_EQ] = ACTIONS(1511), + [anon_sym_CARET_EQ] = ACTIONS(1511), + [anon_sym_AMP_EQ] = ACTIONS(1511), + [anon_sym_PIPE_EQ] = ACTIONS(1511), + [anon_sym_LT_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_GT_EQ] = ACTIONS(1511), + [anon_sym_EQ] = ACTIONS(1513), + [anon_sym_EQ_EQ] = ACTIONS(1511), + [anon_sym_BANG_EQ] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1513), + [anon_sym_LT] = ACTIONS(1513), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_DOT] = ACTIONS(1513), + [anon_sym_DOT_DOT] = ACTIONS(1513), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1511), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1511), + [anon_sym_COLON_COLON] = ACTIONS(1511), + [anon_sym_POUND] = ACTIONS(1511), + [anon_sym_SQUOTE] = ACTIONS(1513), + [anon_sym_as] = ACTIONS(1513), + [anon_sym_async] = ACTIONS(1513), + [anon_sym_break] = ACTIONS(1513), + [anon_sym_const] = ACTIONS(1513), + [anon_sym_continue] = ACTIONS(1513), + [anon_sym_default] = ACTIONS(1513), + [anon_sym_enum] = ACTIONS(1513), + [anon_sym_fn] = ACTIONS(1513), + [anon_sym_for] = ACTIONS(1513), + [anon_sym_gen] = ACTIONS(1513), + [anon_sym_if] = ACTIONS(1513), + [anon_sym_impl] = ACTIONS(1513), + [anon_sym_let] = ACTIONS(1513), + [anon_sym_loop] = ACTIONS(1513), + [anon_sym_match] = ACTIONS(1513), + [anon_sym_mod] = ACTIONS(1513), + [anon_sym_pub] = ACTIONS(1513), + [anon_sym_return] = ACTIONS(1513), + [anon_sym_static] = ACTIONS(1513), + [anon_sym_struct] = ACTIONS(1513), + [anon_sym_trait] = ACTIONS(1513), + [anon_sym_type] = ACTIONS(1513), + [anon_sym_union] = ACTIONS(1513), + [anon_sym_unsafe] = ACTIONS(1513), + [anon_sym_use] = ACTIONS(1513), + [anon_sym_while] = ACTIONS(1513), + [anon_sym_extern] = ACTIONS(1513), + [anon_sym_yield] = ACTIONS(1513), + [anon_sym_move] = ACTIONS(1513), + [anon_sym_try] = ACTIONS(1513), + [sym_integer_literal] = ACTIONS(1511), + [aux_sym_string_literal_token1] = ACTIONS(1511), + [sym_char_literal] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1513), + [anon_sym_false] = ACTIONS(1513), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1513), + [sym_super] = ACTIONS(1513), + [sym_crate] = ACTIONS(1513), + [sym_metavariable] = ACTIONS(1511), + [sym__raw_string_literal_start] = ACTIONS(1511), + [sym_float_literal] = ACTIONS(1511), }, [STATE(415)] = { [sym_line_comment] = STATE(415), [sym_block_comment] = STATE(415), - [ts_builtin_sym_end] = ACTIONS(1517), - [sym_identifier] = ACTIONS(1519), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_macro_rules_BANG] = ACTIONS(1517), - [anon_sym_LPAREN] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1517), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_RBRACE] = ACTIONS(1517), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_STAR] = ACTIONS(1519), - [anon_sym_QMARK] = ACTIONS(1517), - [anon_sym_u8] = ACTIONS(1519), - [anon_sym_i8] = ACTIONS(1519), - [anon_sym_u16] = ACTIONS(1519), - [anon_sym_i16] = ACTIONS(1519), - [anon_sym_u32] = ACTIONS(1519), - [anon_sym_i32] = ACTIONS(1519), - [anon_sym_u64] = ACTIONS(1519), - [anon_sym_i64] = ACTIONS(1519), - [anon_sym_u128] = ACTIONS(1519), - [anon_sym_i128] = ACTIONS(1519), - [anon_sym_isize] = ACTIONS(1519), - [anon_sym_usize] = ACTIONS(1519), - [anon_sym_f32] = ACTIONS(1519), - [anon_sym_f64] = ACTIONS(1519), - [anon_sym_bool] = ACTIONS(1519), - [anon_sym_str] = ACTIONS(1519), - [anon_sym_char] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_SLASH] = ACTIONS(1519), - [anon_sym_PERCENT] = ACTIONS(1519), - [anon_sym_CARET] = ACTIONS(1519), - [anon_sym_BANG] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE] = ACTIONS(1519), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_PIPE_PIPE] = ACTIONS(1517), - [anon_sym_LT_LT] = ACTIONS(1519), - [anon_sym_GT_GT] = ACTIONS(1519), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_EQ] = ACTIONS(1519), - [anon_sym_EQ_EQ] = ACTIONS(1517), - [anon_sym_BANG_EQ] = ACTIONS(1517), - [anon_sym_GT] = ACTIONS(1519), - [anon_sym_LT] = ACTIONS(1519), - [anon_sym_GT_EQ] = ACTIONS(1517), - [anon_sym_LT_EQ] = ACTIONS(1517), - [anon_sym_DOT] = ACTIONS(1519), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1517), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_POUND] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1519), - [anon_sym_as] = ACTIONS(1519), - [anon_sym_async] = ACTIONS(1519), - [anon_sym_break] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_continue] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_enum] = ACTIONS(1519), - [anon_sym_fn] = ACTIONS(1519), - [anon_sym_for] = ACTIONS(1519), - [anon_sym_gen] = ACTIONS(1519), - [anon_sym_if] = ACTIONS(1519), - [anon_sym_impl] = ACTIONS(1519), - [anon_sym_let] = ACTIONS(1519), - [anon_sym_loop] = ACTIONS(1519), - [anon_sym_match] = ACTIONS(1519), - [anon_sym_mod] = ACTIONS(1519), - [anon_sym_pub] = ACTIONS(1519), - [anon_sym_return] = ACTIONS(1519), - [anon_sym_static] = ACTIONS(1519), - [anon_sym_struct] = ACTIONS(1519), - [anon_sym_trait] = ACTIONS(1519), - [anon_sym_type] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_unsafe] = ACTIONS(1519), - [anon_sym_use] = ACTIONS(1519), - [anon_sym_while] = ACTIONS(1519), - [anon_sym_extern] = ACTIONS(1519), - [anon_sym_yield] = ACTIONS(1519), - [anon_sym_move] = ACTIONS(1519), - [anon_sym_try] = ACTIONS(1519), - [sym_integer_literal] = ACTIONS(1517), - [aux_sym_string_literal_token1] = ACTIONS(1517), - [sym_char_literal] = ACTIONS(1517), - [anon_sym_true] = ACTIONS(1519), - [anon_sym_false] = ACTIONS(1519), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1519), - [sym_super] = ACTIONS(1519), - [sym_crate] = ACTIONS(1519), - [sym_metavariable] = ACTIONS(1517), - [sym__raw_string_literal_start] = ACTIONS(1517), - [sym_float_literal] = ACTIONS(1517), + [ts_builtin_sym_end] = ACTIONS(1515), + [sym_identifier] = ACTIONS(1517), + [anon_sym_SEMI] = ACTIONS(1515), + [anon_sym_macro_rules_BANG] = ACTIONS(1515), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_LBRACE] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1517), + [anon_sym_QMARK] = ACTIONS(1515), + [anon_sym_u8] = ACTIONS(1517), + [anon_sym_i8] = ACTIONS(1517), + [anon_sym_u16] = ACTIONS(1517), + [anon_sym_i16] = ACTIONS(1517), + [anon_sym_u32] = ACTIONS(1517), + [anon_sym_i32] = ACTIONS(1517), + [anon_sym_u64] = ACTIONS(1517), + [anon_sym_i64] = ACTIONS(1517), + [anon_sym_u128] = ACTIONS(1517), + [anon_sym_i128] = ACTIONS(1517), + [anon_sym_isize] = ACTIONS(1517), + [anon_sym_usize] = ACTIONS(1517), + [anon_sym_f32] = ACTIONS(1517), + [anon_sym_f64] = ACTIONS(1517), + [anon_sym_bool] = ACTIONS(1517), + [anon_sym_str] = ACTIONS(1517), + [anon_sym_char] = ACTIONS(1517), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_SLASH] = ACTIONS(1517), + [anon_sym_PERCENT] = ACTIONS(1517), + [anon_sym_CARET] = ACTIONS(1517), + [anon_sym_BANG] = ACTIONS(1517), + [anon_sym_AMP] = ACTIONS(1517), + [anon_sym_PIPE] = ACTIONS(1517), + [anon_sym_AMP_AMP] = ACTIONS(1515), + [anon_sym_PIPE_PIPE] = ACTIONS(1515), + [anon_sym_LT_LT] = ACTIONS(1517), + [anon_sym_GT_GT] = ACTIONS(1517), + [anon_sym_PLUS_EQ] = ACTIONS(1515), + [anon_sym_DASH_EQ] = ACTIONS(1515), + [anon_sym_STAR_EQ] = ACTIONS(1515), + [anon_sym_SLASH_EQ] = ACTIONS(1515), + [anon_sym_PERCENT_EQ] = ACTIONS(1515), + [anon_sym_CARET_EQ] = ACTIONS(1515), + [anon_sym_AMP_EQ] = ACTIONS(1515), + [anon_sym_PIPE_EQ] = ACTIONS(1515), + [anon_sym_LT_LT_EQ] = ACTIONS(1515), + [anon_sym_GT_GT_EQ] = ACTIONS(1515), + [anon_sym_EQ] = ACTIONS(1517), + [anon_sym_EQ_EQ] = ACTIONS(1515), + [anon_sym_BANG_EQ] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1517), + [anon_sym_LT] = ACTIONS(1517), + [anon_sym_GT_EQ] = ACTIONS(1515), + [anon_sym_LT_EQ] = ACTIONS(1515), + [anon_sym_DOT] = ACTIONS(1517), + [anon_sym_DOT_DOT] = ACTIONS(1517), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1515), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1515), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(1515), + [anon_sym_SQUOTE] = ACTIONS(1517), + [anon_sym_as] = ACTIONS(1517), + [anon_sym_async] = ACTIONS(1517), + [anon_sym_break] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_continue] = ACTIONS(1517), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_enum] = ACTIONS(1517), + [anon_sym_fn] = ACTIONS(1517), + [anon_sym_for] = ACTIONS(1517), + [anon_sym_gen] = ACTIONS(1517), + [anon_sym_if] = ACTIONS(1517), + [anon_sym_impl] = ACTIONS(1517), + [anon_sym_let] = ACTIONS(1517), + [anon_sym_loop] = ACTIONS(1517), + [anon_sym_match] = ACTIONS(1517), + [anon_sym_mod] = ACTIONS(1517), + [anon_sym_pub] = ACTIONS(1517), + [anon_sym_return] = ACTIONS(1517), + [anon_sym_static] = ACTIONS(1517), + [anon_sym_struct] = ACTIONS(1517), + [anon_sym_trait] = ACTIONS(1517), + [anon_sym_type] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [anon_sym_unsafe] = ACTIONS(1517), + [anon_sym_use] = ACTIONS(1517), + [anon_sym_while] = ACTIONS(1517), + [anon_sym_extern] = ACTIONS(1517), + [anon_sym_yield] = ACTIONS(1517), + [anon_sym_move] = ACTIONS(1517), + [anon_sym_try] = ACTIONS(1517), + [sym_integer_literal] = ACTIONS(1515), + [aux_sym_string_literal_token1] = ACTIONS(1515), + [sym_char_literal] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1517), + [anon_sym_false] = ACTIONS(1517), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1517), + [sym_super] = ACTIONS(1517), + [sym_crate] = ACTIONS(1517), + [sym_metavariable] = ACTIONS(1515), + [sym__raw_string_literal_start] = ACTIONS(1515), + [sym_float_literal] = ACTIONS(1515), }, [STATE(416)] = { [sym_line_comment] = STATE(416), [sym_block_comment] = STATE(416), - [ts_builtin_sym_end] = ACTIONS(1521), - [sym_identifier] = ACTIONS(1523), - [anon_sym_SEMI] = ACTIONS(1521), - [anon_sym_macro_rules_BANG] = ACTIONS(1521), - [anon_sym_LPAREN] = ACTIONS(1521), - [anon_sym_LBRACK] = ACTIONS(1521), - [anon_sym_LBRACE] = ACTIONS(1521), - [anon_sym_RBRACE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_STAR] = ACTIONS(1523), - [anon_sym_QMARK] = ACTIONS(1521), - [anon_sym_u8] = ACTIONS(1523), - [anon_sym_i8] = ACTIONS(1523), - [anon_sym_u16] = ACTIONS(1523), - [anon_sym_i16] = ACTIONS(1523), - [anon_sym_u32] = ACTIONS(1523), - [anon_sym_i32] = ACTIONS(1523), - [anon_sym_u64] = ACTIONS(1523), - [anon_sym_i64] = ACTIONS(1523), - [anon_sym_u128] = ACTIONS(1523), - [anon_sym_i128] = ACTIONS(1523), - [anon_sym_isize] = ACTIONS(1523), - [anon_sym_usize] = ACTIONS(1523), - [anon_sym_f32] = ACTIONS(1523), - [anon_sym_f64] = ACTIONS(1523), - [anon_sym_bool] = ACTIONS(1523), - [anon_sym_str] = ACTIONS(1523), - [anon_sym_char] = ACTIONS(1523), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_SLASH] = ACTIONS(1523), - [anon_sym_PERCENT] = ACTIONS(1523), - [anon_sym_CARET] = ACTIONS(1523), - [anon_sym_BANG] = ACTIONS(1523), - [anon_sym_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1523), - [anon_sym_AMP_AMP] = ACTIONS(1521), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_LT_LT] = ACTIONS(1523), - [anon_sym_GT_GT] = ACTIONS(1523), - [anon_sym_PLUS_EQ] = ACTIONS(1521), - [anon_sym_DASH_EQ] = ACTIONS(1521), - [anon_sym_STAR_EQ] = ACTIONS(1521), - [anon_sym_SLASH_EQ] = ACTIONS(1521), - [anon_sym_PERCENT_EQ] = ACTIONS(1521), - [anon_sym_CARET_EQ] = ACTIONS(1521), - [anon_sym_AMP_EQ] = ACTIONS(1521), - [anon_sym_PIPE_EQ] = ACTIONS(1521), - [anon_sym_LT_LT_EQ] = ACTIONS(1521), - [anon_sym_GT_GT_EQ] = ACTIONS(1521), - [anon_sym_EQ] = ACTIONS(1523), - [anon_sym_EQ_EQ] = ACTIONS(1521), - [anon_sym_BANG_EQ] = ACTIONS(1521), - [anon_sym_GT] = ACTIONS(1523), - [anon_sym_LT] = ACTIONS(1523), - [anon_sym_GT_EQ] = ACTIONS(1521), - [anon_sym_LT_EQ] = ACTIONS(1521), - [anon_sym_DOT] = ACTIONS(1523), - [anon_sym_DOT_DOT] = ACTIONS(1523), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1521), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1521), - [anon_sym_COLON_COLON] = ACTIONS(1521), - [anon_sym_POUND] = ACTIONS(1521), - [anon_sym_SQUOTE] = ACTIONS(1523), - [anon_sym_as] = ACTIONS(1523), - [anon_sym_async] = ACTIONS(1523), - [anon_sym_break] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_continue] = ACTIONS(1523), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_enum] = ACTIONS(1523), - [anon_sym_fn] = ACTIONS(1523), - [anon_sym_for] = ACTIONS(1523), - [anon_sym_gen] = ACTIONS(1523), - [anon_sym_if] = ACTIONS(1523), - [anon_sym_impl] = ACTIONS(1523), - [anon_sym_let] = ACTIONS(1523), - [anon_sym_loop] = ACTIONS(1523), - [anon_sym_match] = ACTIONS(1523), - [anon_sym_mod] = ACTIONS(1523), - [anon_sym_pub] = ACTIONS(1523), - [anon_sym_return] = ACTIONS(1523), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_struct] = ACTIONS(1523), - [anon_sym_trait] = ACTIONS(1523), - [anon_sym_type] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1523), - [anon_sym_unsafe] = ACTIONS(1523), - [anon_sym_use] = ACTIONS(1523), - [anon_sym_while] = ACTIONS(1523), - [anon_sym_extern] = ACTIONS(1523), - [anon_sym_yield] = ACTIONS(1523), - [anon_sym_move] = ACTIONS(1523), - [anon_sym_try] = ACTIONS(1523), - [sym_integer_literal] = ACTIONS(1521), - [aux_sym_string_literal_token1] = ACTIONS(1521), - [sym_char_literal] = ACTIONS(1521), - [anon_sym_true] = ACTIONS(1523), - [anon_sym_false] = ACTIONS(1523), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1523), - [sym_super] = ACTIONS(1523), - [sym_crate] = ACTIONS(1523), - [sym_metavariable] = ACTIONS(1521), - [sym__raw_string_literal_start] = ACTIONS(1521), - [sym_float_literal] = ACTIONS(1521), + [ts_builtin_sym_end] = ACTIONS(1519), + [sym_identifier] = ACTIONS(1521), + [anon_sym_SEMI] = ACTIONS(1519), + [anon_sym_macro_rules_BANG] = ACTIONS(1519), + [anon_sym_LPAREN] = ACTIONS(1519), + [anon_sym_LBRACK] = ACTIONS(1519), + [anon_sym_LBRACE] = ACTIONS(1519), + [anon_sym_RBRACE] = ACTIONS(1519), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1521), + [anon_sym_QMARK] = ACTIONS(1473), + [anon_sym_u8] = ACTIONS(1521), + [anon_sym_i8] = ACTIONS(1521), + [anon_sym_u16] = ACTIONS(1521), + [anon_sym_i16] = ACTIONS(1521), + [anon_sym_u32] = ACTIONS(1521), + [anon_sym_i32] = ACTIONS(1521), + [anon_sym_u64] = ACTIONS(1521), + [anon_sym_i64] = ACTIONS(1521), + [anon_sym_u128] = ACTIONS(1521), + [anon_sym_i128] = ACTIONS(1521), + [anon_sym_isize] = ACTIONS(1521), + [anon_sym_usize] = ACTIONS(1521), + [anon_sym_f32] = ACTIONS(1521), + [anon_sym_f64] = ACTIONS(1521), + [anon_sym_bool] = ACTIONS(1521), + [anon_sym_str] = ACTIONS(1521), + [anon_sym_char] = ACTIONS(1521), + [anon_sym_DASH] = ACTIONS(1521), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_PERCENT] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_BANG] = ACTIONS(1521), + [anon_sym_AMP] = ACTIONS(1521), + [anon_sym_PIPE] = ACTIONS(1521), + [anon_sym_AMP_AMP] = ACTIONS(1473), + [anon_sym_PIPE_PIPE] = ACTIONS(1473), + [anon_sym_LT_LT] = ACTIONS(1475), + [anon_sym_GT_GT] = ACTIONS(1475), + [anon_sym_PLUS_EQ] = ACTIONS(1473), + [anon_sym_DASH_EQ] = ACTIONS(1473), + [anon_sym_STAR_EQ] = ACTIONS(1473), + [anon_sym_SLASH_EQ] = ACTIONS(1473), + [anon_sym_PERCENT_EQ] = ACTIONS(1473), + [anon_sym_CARET_EQ] = ACTIONS(1473), + [anon_sym_AMP_EQ] = ACTIONS(1473), + [anon_sym_PIPE_EQ] = ACTIONS(1473), + [anon_sym_LT_LT_EQ] = ACTIONS(1473), + [anon_sym_GT_GT_EQ] = ACTIONS(1473), + [anon_sym_EQ] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1473), + [anon_sym_BANG_EQ] = ACTIONS(1473), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_LT] = ACTIONS(1521), + [anon_sym_GT_EQ] = ACTIONS(1473), + [anon_sym_LT_EQ] = ACTIONS(1473), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT_DOT] = ACTIONS(1521), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1473), + [anon_sym_COLON_COLON] = ACTIONS(1519), + [anon_sym_POUND] = ACTIONS(1519), + [anon_sym_SQUOTE] = ACTIONS(1521), + [anon_sym_as] = ACTIONS(1475), + [anon_sym_async] = ACTIONS(1521), + [anon_sym_break] = ACTIONS(1521), + [anon_sym_const] = ACTIONS(1521), + [anon_sym_continue] = ACTIONS(1521), + [anon_sym_default] = ACTIONS(1521), + [anon_sym_enum] = ACTIONS(1521), + [anon_sym_fn] = ACTIONS(1521), + [anon_sym_for] = ACTIONS(1521), + [anon_sym_gen] = ACTIONS(1521), + [anon_sym_if] = ACTIONS(1521), + [anon_sym_impl] = ACTIONS(1521), + [anon_sym_let] = ACTIONS(1521), + [anon_sym_loop] = ACTIONS(1521), + [anon_sym_match] = ACTIONS(1521), + [anon_sym_mod] = ACTIONS(1521), + [anon_sym_pub] = ACTIONS(1521), + [anon_sym_return] = ACTIONS(1521), + [anon_sym_static] = ACTIONS(1521), + [anon_sym_struct] = ACTIONS(1521), + [anon_sym_trait] = ACTIONS(1521), + [anon_sym_type] = ACTIONS(1521), + [anon_sym_union] = ACTIONS(1521), + [anon_sym_unsafe] = ACTIONS(1521), + [anon_sym_use] = ACTIONS(1521), + [anon_sym_while] = ACTIONS(1521), + [anon_sym_extern] = ACTIONS(1521), + [anon_sym_yield] = ACTIONS(1521), + [anon_sym_move] = ACTIONS(1521), + [anon_sym_try] = ACTIONS(1521), + [sym_integer_literal] = ACTIONS(1519), + [aux_sym_string_literal_token1] = ACTIONS(1519), + [sym_char_literal] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(1521), + [anon_sym_false] = ACTIONS(1521), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1521), + [sym_super] = ACTIONS(1521), + [sym_crate] = ACTIONS(1521), + [sym_metavariable] = ACTIONS(1519), + [sym__raw_string_literal_start] = ACTIONS(1519), + [sym_float_literal] = ACTIONS(1519), }, [STATE(417)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(2920), - [sym_variadic_parameter] = STATE(2920), - [sym_parameter] = STATE(2920), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2792), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), [sym_line_comment] = STATE(417), [sym_block_comment] = STATE(417), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1525), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [ts_builtin_sym_end] = ACTIONS(1523), + [sym_identifier] = ACTIONS(1525), + [anon_sym_SEMI] = ACTIONS(1523), + [anon_sym_macro_rules_BANG] = ACTIONS(1523), + [anon_sym_LPAREN] = ACTIONS(1523), + [anon_sym_LBRACK] = ACTIONS(1523), + [anon_sym_LBRACE] = ACTIONS(1523), + [anon_sym_RBRACE] = ACTIONS(1523), + [anon_sym_PLUS] = ACTIONS(1525), + [anon_sym_STAR] = ACTIONS(1525), + [anon_sym_QMARK] = ACTIONS(1523), + [anon_sym_u8] = ACTIONS(1525), + [anon_sym_i8] = ACTIONS(1525), + [anon_sym_u16] = ACTIONS(1525), + [anon_sym_i16] = ACTIONS(1525), + [anon_sym_u32] = ACTIONS(1525), + [anon_sym_i32] = ACTIONS(1525), + [anon_sym_u64] = ACTIONS(1525), + [anon_sym_i64] = ACTIONS(1525), + [anon_sym_u128] = ACTIONS(1525), + [anon_sym_i128] = ACTIONS(1525), + [anon_sym_isize] = ACTIONS(1525), + [anon_sym_usize] = ACTIONS(1525), + [anon_sym_f32] = ACTIONS(1525), + [anon_sym_f64] = ACTIONS(1525), + [anon_sym_bool] = ACTIONS(1525), + [anon_sym_str] = ACTIONS(1525), + [anon_sym_char] = ACTIONS(1525), + [anon_sym_DASH] = ACTIONS(1525), + [anon_sym_SLASH] = ACTIONS(1525), + [anon_sym_PERCENT] = ACTIONS(1525), + [anon_sym_CARET] = ACTIONS(1525), + [anon_sym_BANG] = ACTIONS(1525), + [anon_sym_AMP] = ACTIONS(1525), + [anon_sym_PIPE] = ACTIONS(1525), + [anon_sym_AMP_AMP] = ACTIONS(1523), + [anon_sym_PIPE_PIPE] = ACTIONS(1523), + [anon_sym_LT_LT] = ACTIONS(1525), + [anon_sym_GT_GT] = ACTIONS(1525), + [anon_sym_PLUS_EQ] = ACTIONS(1523), + [anon_sym_DASH_EQ] = ACTIONS(1523), + [anon_sym_STAR_EQ] = ACTIONS(1523), + [anon_sym_SLASH_EQ] = ACTIONS(1523), + [anon_sym_PERCENT_EQ] = ACTIONS(1523), + [anon_sym_CARET_EQ] = ACTIONS(1523), + [anon_sym_AMP_EQ] = ACTIONS(1523), + [anon_sym_PIPE_EQ] = ACTIONS(1523), + [anon_sym_LT_LT_EQ] = ACTIONS(1523), + [anon_sym_GT_GT_EQ] = ACTIONS(1523), + [anon_sym_EQ] = ACTIONS(1525), + [anon_sym_EQ_EQ] = ACTIONS(1523), + [anon_sym_BANG_EQ] = ACTIONS(1523), + [anon_sym_GT] = ACTIONS(1525), + [anon_sym_LT] = ACTIONS(1525), + [anon_sym_GT_EQ] = ACTIONS(1523), + [anon_sym_LT_EQ] = ACTIONS(1523), + [anon_sym_DOT] = ACTIONS(1525), + [anon_sym_DOT_DOT] = ACTIONS(1525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1523), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1523), + [anon_sym_COLON_COLON] = ACTIONS(1523), + [anon_sym_POUND] = ACTIONS(1523), + [anon_sym_SQUOTE] = ACTIONS(1525), + [anon_sym_as] = ACTIONS(1525), + [anon_sym_async] = ACTIONS(1525), + [anon_sym_break] = ACTIONS(1525), + [anon_sym_const] = ACTIONS(1525), + [anon_sym_continue] = ACTIONS(1525), + [anon_sym_default] = ACTIONS(1525), + [anon_sym_enum] = ACTIONS(1525), + [anon_sym_fn] = ACTIONS(1525), + [anon_sym_for] = ACTIONS(1525), + [anon_sym_gen] = ACTIONS(1525), + [anon_sym_if] = ACTIONS(1525), + [anon_sym_impl] = ACTIONS(1525), + [anon_sym_let] = ACTIONS(1525), + [anon_sym_loop] = ACTIONS(1525), + [anon_sym_match] = ACTIONS(1525), + [anon_sym_mod] = ACTIONS(1525), + [anon_sym_pub] = ACTIONS(1525), + [anon_sym_return] = ACTIONS(1525), + [anon_sym_static] = ACTIONS(1525), + [anon_sym_struct] = ACTIONS(1525), + [anon_sym_trait] = ACTIONS(1525), + [anon_sym_type] = ACTIONS(1525), + [anon_sym_union] = ACTIONS(1525), + [anon_sym_unsafe] = ACTIONS(1525), + [anon_sym_use] = ACTIONS(1525), + [anon_sym_while] = ACTIONS(1525), + [anon_sym_extern] = ACTIONS(1525), + [anon_sym_yield] = ACTIONS(1525), + [anon_sym_move] = ACTIONS(1525), + [anon_sym_try] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1523), + [aux_sym_string_literal_token1] = ACTIONS(1523), + [sym_char_literal] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(1525), + [anon_sym_false] = ACTIONS(1525), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1525), + [sym_super] = ACTIONS(1525), + [sym_crate] = ACTIONS(1525), + [sym_metavariable] = ACTIONS(1523), + [sym__raw_string_literal_start] = ACTIONS(1523), + [sym_float_literal] = ACTIONS(1523), }, [STATE(418)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3189), + [sym_variadic_parameter] = STATE(3189), + [sym_parameter] = STATE(3189), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3184), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(418), [sym_block_comment] = STATE(418), - [ts_builtin_sym_end] = ACTIONS(1527), - [sym_identifier] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1527), - [anon_sym_macro_rules_BANG] = ACTIONS(1527), - [anon_sym_LPAREN] = ACTIONS(1527), - [anon_sym_LBRACK] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1527), - [anon_sym_RBRACE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1529), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_QMARK] = ACTIONS(1527), - [anon_sym_u8] = ACTIONS(1529), - [anon_sym_i8] = ACTIONS(1529), - [anon_sym_u16] = ACTIONS(1529), - [anon_sym_i16] = ACTIONS(1529), - [anon_sym_u32] = ACTIONS(1529), - [anon_sym_i32] = ACTIONS(1529), - [anon_sym_u64] = ACTIONS(1529), - [anon_sym_i64] = ACTIONS(1529), - [anon_sym_u128] = ACTIONS(1529), - [anon_sym_i128] = ACTIONS(1529), - [anon_sym_isize] = ACTIONS(1529), - [anon_sym_usize] = ACTIONS(1529), - [anon_sym_f32] = ACTIONS(1529), - [anon_sym_f64] = ACTIONS(1529), - [anon_sym_bool] = ACTIONS(1529), - [anon_sym_str] = ACTIONS(1529), - [anon_sym_char] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1529), - [anon_sym_SLASH] = ACTIONS(1529), - [anon_sym_PERCENT] = ACTIONS(1529), - [anon_sym_CARET] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1529), - [anon_sym_PIPE] = ACTIONS(1529), - [anon_sym_AMP_AMP] = ACTIONS(1527), - [anon_sym_PIPE_PIPE] = ACTIONS(1527), - [anon_sym_LT_LT] = ACTIONS(1529), - [anon_sym_GT_GT] = ACTIONS(1529), - [anon_sym_PLUS_EQ] = ACTIONS(1527), - [anon_sym_DASH_EQ] = ACTIONS(1527), - [anon_sym_STAR_EQ] = ACTIONS(1527), - [anon_sym_SLASH_EQ] = ACTIONS(1527), - [anon_sym_PERCENT_EQ] = ACTIONS(1527), - [anon_sym_CARET_EQ] = ACTIONS(1527), - [anon_sym_AMP_EQ] = ACTIONS(1527), - [anon_sym_PIPE_EQ] = ACTIONS(1527), - [anon_sym_LT_LT_EQ] = ACTIONS(1527), - [anon_sym_GT_GT_EQ] = ACTIONS(1527), - [anon_sym_EQ] = ACTIONS(1529), - [anon_sym_EQ_EQ] = ACTIONS(1527), - [anon_sym_BANG_EQ] = ACTIONS(1527), - [anon_sym_GT] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1529), - [anon_sym_GT_EQ] = ACTIONS(1527), - [anon_sym_LT_EQ] = ACTIONS(1527), - [anon_sym_DOT] = ACTIONS(1529), - [anon_sym_DOT_DOT] = ACTIONS(1529), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1527), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1527), - [anon_sym_COLON_COLON] = ACTIONS(1527), - [anon_sym_POUND] = ACTIONS(1527), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_as] = ACTIONS(1529), - [anon_sym_async] = ACTIONS(1529), - [anon_sym_break] = ACTIONS(1529), - [anon_sym_const] = ACTIONS(1529), - [anon_sym_continue] = ACTIONS(1529), - [anon_sym_default] = ACTIONS(1529), - [anon_sym_enum] = ACTIONS(1529), - [anon_sym_fn] = ACTIONS(1529), - [anon_sym_for] = ACTIONS(1529), - [anon_sym_gen] = ACTIONS(1529), - [anon_sym_if] = ACTIONS(1529), - [anon_sym_impl] = ACTIONS(1529), - [anon_sym_let] = ACTIONS(1529), - [anon_sym_loop] = ACTIONS(1529), - [anon_sym_match] = ACTIONS(1529), - [anon_sym_mod] = ACTIONS(1529), - [anon_sym_pub] = ACTIONS(1529), - [anon_sym_return] = ACTIONS(1529), - [anon_sym_static] = ACTIONS(1529), - [anon_sym_struct] = ACTIONS(1529), - [anon_sym_trait] = ACTIONS(1529), - [anon_sym_type] = ACTIONS(1529), - [anon_sym_union] = ACTIONS(1529), - [anon_sym_unsafe] = ACTIONS(1529), - [anon_sym_use] = ACTIONS(1529), - [anon_sym_while] = ACTIONS(1529), - [anon_sym_extern] = ACTIONS(1529), - [anon_sym_yield] = ACTIONS(1529), - [anon_sym_move] = ACTIONS(1529), - [anon_sym_try] = ACTIONS(1529), - [sym_integer_literal] = ACTIONS(1527), - [aux_sym_string_literal_token1] = ACTIONS(1527), - [sym_char_literal] = ACTIONS(1527), - [anon_sym_true] = ACTIONS(1529), - [anon_sym_false] = ACTIONS(1529), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1529), - [sym_super] = ACTIONS(1529), - [sym_crate] = ACTIONS(1529), - [sym_metavariable] = ACTIONS(1527), - [sym__raw_string_literal_start] = ACTIONS(1527), - [sym_float_literal] = ACTIONS(1527), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1527), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(419)] = { [sym_line_comment] = STATE(419), [sym_block_comment] = STATE(419), - [ts_builtin_sym_end] = ACTIONS(1531), - [sym_identifier] = ACTIONS(1533), - [anon_sym_SEMI] = ACTIONS(1531), - [anon_sym_macro_rules_BANG] = ACTIONS(1531), - [anon_sym_LPAREN] = ACTIONS(1531), - [anon_sym_LBRACK] = ACTIONS(1531), - [anon_sym_LBRACE] = ACTIONS(1531), - [anon_sym_RBRACE] = ACTIONS(1531), - [anon_sym_PLUS] = ACTIONS(1533), - [anon_sym_STAR] = ACTIONS(1533), - [anon_sym_QMARK] = ACTIONS(1531), - [anon_sym_u8] = ACTIONS(1533), - [anon_sym_i8] = ACTIONS(1533), - [anon_sym_u16] = ACTIONS(1533), - [anon_sym_i16] = ACTIONS(1533), - [anon_sym_u32] = ACTIONS(1533), - [anon_sym_i32] = ACTIONS(1533), - [anon_sym_u64] = ACTIONS(1533), - [anon_sym_i64] = ACTIONS(1533), - [anon_sym_u128] = ACTIONS(1533), - [anon_sym_i128] = ACTIONS(1533), - [anon_sym_isize] = ACTIONS(1533), - [anon_sym_usize] = ACTIONS(1533), - [anon_sym_f32] = ACTIONS(1533), - [anon_sym_f64] = ACTIONS(1533), - [anon_sym_bool] = ACTIONS(1533), - [anon_sym_str] = ACTIONS(1533), - [anon_sym_char] = ACTIONS(1533), - [anon_sym_DASH] = ACTIONS(1533), - [anon_sym_SLASH] = ACTIONS(1533), - [anon_sym_PERCENT] = ACTIONS(1533), - [anon_sym_CARET] = ACTIONS(1533), - [anon_sym_BANG] = ACTIONS(1533), - [anon_sym_AMP] = ACTIONS(1533), - [anon_sym_PIPE] = ACTIONS(1533), - [anon_sym_AMP_AMP] = ACTIONS(1531), - [anon_sym_PIPE_PIPE] = ACTIONS(1531), - [anon_sym_LT_LT] = ACTIONS(1533), - [anon_sym_GT_GT] = ACTIONS(1533), - [anon_sym_PLUS_EQ] = ACTIONS(1531), - [anon_sym_DASH_EQ] = ACTIONS(1531), - [anon_sym_STAR_EQ] = ACTIONS(1531), - [anon_sym_SLASH_EQ] = ACTIONS(1531), - [anon_sym_PERCENT_EQ] = ACTIONS(1531), - [anon_sym_CARET_EQ] = ACTIONS(1531), - [anon_sym_AMP_EQ] = ACTIONS(1531), - [anon_sym_PIPE_EQ] = ACTIONS(1531), - [anon_sym_LT_LT_EQ] = ACTIONS(1531), - [anon_sym_GT_GT_EQ] = ACTIONS(1531), - [anon_sym_EQ] = ACTIONS(1533), - [anon_sym_EQ_EQ] = ACTIONS(1531), - [anon_sym_BANG_EQ] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1533), - [anon_sym_LT] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1531), - [anon_sym_DOT] = ACTIONS(1533), - [anon_sym_DOT_DOT] = ACTIONS(1533), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1531), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1531), - [anon_sym_COLON_COLON] = ACTIONS(1531), - [anon_sym_POUND] = ACTIONS(1531), - [anon_sym_SQUOTE] = ACTIONS(1533), - [anon_sym_as] = ACTIONS(1533), - [anon_sym_async] = ACTIONS(1533), - [anon_sym_break] = ACTIONS(1533), - [anon_sym_const] = ACTIONS(1533), - [anon_sym_continue] = ACTIONS(1533), - [anon_sym_default] = ACTIONS(1533), - [anon_sym_enum] = ACTIONS(1533), - [anon_sym_fn] = ACTIONS(1533), - [anon_sym_for] = ACTIONS(1533), - [anon_sym_gen] = ACTIONS(1533), - [anon_sym_if] = ACTIONS(1533), - [anon_sym_impl] = ACTIONS(1533), - [anon_sym_let] = ACTIONS(1533), - [anon_sym_loop] = ACTIONS(1533), - [anon_sym_match] = ACTIONS(1533), - [anon_sym_mod] = ACTIONS(1533), - [anon_sym_pub] = ACTIONS(1533), - [anon_sym_return] = ACTIONS(1533), - [anon_sym_static] = ACTIONS(1533), - [anon_sym_struct] = ACTIONS(1533), - [anon_sym_trait] = ACTIONS(1533), - [anon_sym_type] = ACTIONS(1533), - [anon_sym_union] = ACTIONS(1533), - [anon_sym_unsafe] = ACTIONS(1533), - [anon_sym_use] = ACTIONS(1533), - [anon_sym_while] = ACTIONS(1533), - [anon_sym_extern] = ACTIONS(1533), - [anon_sym_yield] = ACTIONS(1533), - [anon_sym_move] = ACTIONS(1533), - [anon_sym_try] = ACTIONS(1533), - [sym_integer_literal] = ACTIONS(1531), - [aux_sym_string_literal_token1] = ACTIONS(1531), - [sym_char_literal] = ACTIONS(1531), - [anon_sym_true] = ACTIONS(1533), - [anon_sym_false] = ACTIONS(1533), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1533), - [sym_super] = ACTIONS(1533), - [sym_crate] = ACTIONS(1533), - [sym_metavariable] = ACTIONS(1531), - [sym__raw_string_literal_start] = ACTIONS(1531), - [sym_float_literal] = ACTIONS(1531), + [ts_builtin_sym_end] = ACTIONS(1529), + [sym_identifier] = ACTIONS(1531), + [anon_sym_SEMI] = ACTIONS(1529), + [anon_sym_macro_rules_BANG] = ACTIONS(1529), + [anon_sym_LPAREN] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1529), + [anon_sym_RBRACE] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_QMARK] = ACTIONS(1529), + [anon_sym_u8] = ACTIONS(1531), + [anon_sym_i8] = ACTIONS(1531), + [anon_sym_u16] = ACTIONS(1531), + [anon_sym_i16] = ACTIONS(1531), + [anon_sym_u32] = ACTIONS(1531), + [anon_sym_i32] = ACTIONS(1531), + [anon_sym_u64] = ACTIONS(1531), + [anon_sym_i64] = ACTIONS(1531), + [anon_sym_u128] = ACTIONS(1531), + [anon_sym_i128] = ACTIONS(1531), + [anon_sym_isize] = ACTIONS(1531), + [anon_sym_usize] = ACTIONS(1531), + [anon_sym_f32] = ACTIONS(1531), + [anon_sym_f64] = ACTIONS(1531), + [anon_sym_bool] = ACTIONS(1531), + [anon_sym_str] = ACTIONS(1531), + [anon_sym_char] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1531), + [anon_sym_SLASH] = ACTIONS(1531), + [anon_sym_PERCENT] = ACTIONS(1531), + [anon_sym_CARET] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_PIPE] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1529), + [anon_sym_PIPE_PIPE] = ACTIONS(1529), + [anon_sym_LT_LT] = ACTIONS(1531), + [anon_sym_GT_GT] = ACTIONS(1531), + [anon_sym_PLUS_EQ] = ACTIONS(1529), + [anon_sym_DASH_EQ] = ACTIONS(1529), + [anon_sym_STAR_EQ] = ACTIONS(1529), + [anon_sym_SLASH_EQ] = ACTIONS(1529), + [anon_sym_PERCENT_EQ] = ACTIONS(1529), + [anon_sym_CARET_EQ] = ACTIONS(1529), + [anon_sym_AMP_EQ] = ACTIONS(1529), + [anon_sym_PIPE_EQ] = ACTIONS(1529), + [anon_sym_LT_LT_EQ] = ACTIONS(1529), + [anon_sym_GT_GT_EQ] = ACTIONS(1529), + [anon_sym_EQ] = ACTIONS(1531), + [anon_sym_EQ_EQ] = ACTIONS(1529), + [anon_sym_BANG_EQ] = ACTIONS(1529), + [anon_sym_GT] = ACTIONS(1531), + [anon_sym_LT] = ACTIONS(1531), + [anon_sym_GT_EQ] = ACTIONS(1529), + [anon_sym_LT_EQ] = ACTIONS(1529), + [anon_sym_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1529), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1529), + [anon_sym_POUND] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1531), + [anon_sym_as] = ACTIONS(1531), + [anon_sym_async] = ACTIONS(1531), + [anon_sym_break] = ACTIONS(1531), + [anon_sym_const] = ACTIONS(1531), + [anon_sym_continue] = ACTIONS(1531), + [anon_sym_default] = ACTIONS(1531), + [anon_sym_enum] = ACTIONS(1531), + [anon_sym_fn] = ACTIONS(1531), + [anon_sym_for] = ACTIONS(1531), + [anon_sym_gen] = ACTIONS(1531), + [anon_sym_if] = ACTIONS(1531), + [anon_sym_impl] = ACTIONS(1531), + [anon_sym_let] = ACTIONS(1531), + [anon_sym_loop] = ACTIONS(1531), + [anon_sym_match] = ACTIONS(1531), + [anon_sym_mod] = ACTIONS(1531), + [anon_sym_pub] = ACTIONS(1531), + [anon_sym_return] = ACTIONS(1531), + [anon_sym_static] = ACTIONS(1531), + [anon_sym_struct] = ACTIONS(1531), + [anon_sym_trait] = ACTIONS(1531), + [anon_sym_type] = ACTIONS(1531), + [anon_sym_union] = ACTIONS(1531), + [anon_sym_unsafe] = ACTIONS(1531), + [anon_sym_use] = ACTIONS(1531), + [anon_sym_while] = ACTIONS(1531), + [anon_sym_extern] = ACTIONS(1531), + [anon_sym_yield] = ACTIONS(1531), + [anon_sym_move] = ACTIONS(1531), + [anon_sym_try] = ACTIONS(1531), + [sym_integer_literal] = ACTIONS(1529), + [aux_sym_string_literal_token1] = ACTIONS(1529), + [sym_char_literal] = ACTIONS(1529), + [anon_sym_true] = ACTIONS(1531), + [anon_sym_false] = ACTIONS(1531), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1531), + [sym_super] = ACTIONS(1531), + [sym_crate] = ACTIONS(1531), + [sym_metavariable] = ACTIONS(1529), + [sym__raw_string_literal_start] = ACTIONS(1529), + [sym_float_literal] = ACTIONS(1529), }, [STATE(420)] = { [sym_line_comment] = STATE(420), [sym_block_comment] = STATE(420), - [ts_builtin_sym_end] = ACTIONS(1535), - [sym_identifier] = ACTIONS(1537), - [anon_sym_SEMI] = ACTIONS(1535), - [anon_sym_macro_rules_BANG] = ACTIONS(1535), - [anon_sym_LPAREN] = ACTIONS(1535), - [anon_sym_LBRACK] = ACTIONS(1535), - [anon_sym_LBRACE] = ACTIONS(1535), - [anon_sym_RBRACE] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1537), - [anon_sym_QMARK] = ACTIONS(1457), - [anon_sym_u8] = ACTIONS(1537), - [anon_sym_i8] = ACTIONS(1537), - [anon_sym_u16] = ACTIONS(1537), - [anon_sym_i16] = ACTIONS(1537), - [anon_sym_u32] = ACTIONS(1537), - [anon_sym_i32] = ACTIONS(1537), - [anon_sym_u64] = ACTIONS(1537), - [anon_sym_i64] = ACTIONS(1537), - [anon_sym_u128] = ACTIONS(1537), - [anon_sym_i128] = ACTIONS(1537), - [anon_sym_isize] = ACTIONS(1537), - [anon_sym_usize] = ACTIONS(1537), - [anon_sym_f32] = ACTIONS(1537), - [anon_sym_f64] = ACTIONS(1537), - [anon_sym_bool] = ACTIONS(1537), - [anon_sym_str] = ACTIONS(1537), - [anon_sym_char] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_PERCENT] = ACTIONS(1459), - [anon_sym_CARET] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1537), - [anon_sym_AMP] = ACTIONS(1537), - [anon_sym_PIPE] = ACTIONS(1537), - [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(1537), - [anon_sym_GT_EQ] = ACTIONS(1457), - [anon_sym_LT_EQ] = ACTIONS(1457), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT] = ACTIONS(1537), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1457), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1457), - [anon_sym_COLON_COLON] = ACTIONS(1535), - [anon_sym_POUND] = ACTIONS(1535), - [anon_sym_SQUOTE] = ACTIONS(1537), - [anon_sym_as] = ACTIONS(1459), - [anon_sym_async] = ACTIONS(1537), - [anon_sym_break] = ACTIONS(1537), - [anon_sym_const] = ACTIONS(1537), - [anon_sym_continue] = ACTIONS(1537), - [anon_sym_default] = ACTIONS(1537), - [anon_sym_enum] = ACTIONS(1537), - [anon_sym_fn] = ACTIONS(1537), - [anon_sym_for] = ACTIONS(1537), - [anon_sym_gen] = ACTIONS(1537), - [anon_sym_if] = ACTIONS(1537), - [anon_sym_impl] = ACTIONS(1537), - [anon_sym_let] = ACTIONS(1537), - [anon_sym_loop] = ACTIONS(1537), - [anon_sym_match] = ACTIONS(1537), - [anon_sym_mod] = ACTIONS(1537), - [anon_sym_pub] = ACTIONS(1537), - [anon_sym_return] = ACTIONS(1537), - [anon_sym_static] = ACTIONS(1537), - [anon_sym_struct] = ACTIONS(1537), - [anon_sym_trait] = ACTIONS(1537), - [anon_sym_type] = ACTIONS(1537), - [anon_sym_union] = ACTIONS(1537), - [anon_sym_unsafe] = ACTIONS(1537), - [anon_sym_use] = ACTIONS(1537), - [anon_sym_while] = ACTIONS(1537), - [anon_sym_extern] = ACTIONS(1537), - [anon_sym_yield] = ACTIONS(1537), - [anon_sym_move] = ACTIONS(1537), - [anon_sym_try] = ACTIONS(1537), - [sym_integer_literal] = ACTIONS(1535), - [aux_sym_string_literal_token1] = ACTIONS(1535), - [sym_char_literal] = ACTIONS(1535), - [anon_sym_true] = ACTIONS(1537), - [anon_sym_false] = ACTIONS(1537), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1537), - [sym_super] = ACTIONS(1537), - [sym_crate] = ACTIONS(1537), - [sym_metavariable] = ACTIONS(1535), - [sym__raw_string_literal_start] = ACTIONS(1535), - [sym_float_literal] = ACTIONS(1535), - }, - [STATE(421)] = { - [sym_line_comment] = STATE(421), - [sym_block_comment] = STATE(421), [ts_builtin_sym_end] = ACTIONS(1047), [sym_identifier] = ACTIONS(1045), [anon_sym_SEMI] = ACTIONS(1047), @@ -65231,9 +65118,229 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1047), [sym_float_literal] = ACTIONS(1047), }, + [STATE(421)] = { + [sym_line_comment] = STATE(421), + [sym_block_comment] = STATE(421), + [ts_builtin_sym_end] = ACTIONS(1533), + [sym_identifier] = ACTIONS(1535), + [anon_sym_SEMI] = ACTIONS(1533), + [anon_sym_macro_rules_BANG] = ACTIONS(1533), + [anon_sym_LPAREN] = ACTIONS(1533), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_LBRACE] = ACTIONS(1533), + [anon_sym_RBRACE] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1535), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_QMARK] = ACTIONS(1533), + [anon_sym_u8] = ACTIONS(1535), + [anon_sym_i8] = ACTIONS(1535), + [anon_sym_u16] = ACTIONS(1535), + [anon_sym_i16] = ACTIONS(1535), + [anon_sym_u32] = ACTIONS(1535), + [anon_sym_i32] = ACTIONS(1535), + [anon_sym_u64] = ACTIONS(1535), + [anon_sym_i64] = ACTIONS(1535), + [anon_sym_u128] = ACTIONS(1535), + [anon_sym_i128] = ACTIONS(1535), + [anon_sym_isize] = ACTIONS(1535), + [anon_sym_usize] = ACTIONS(1535), + [anon_sym_f32] = ACTIONS(1535), + [anon_sym_f64] = ACTIONS(1535), + [anon_sym_bool] = ACTIONS(1535), + [anon_sym_str] = ACTIONS(1535), + [anon_sym_char] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1535), + [anon_sym_SLASH] = ACTIONS(1535), + [anon_sym_PERCENT] = ACTIONS(1535), + [anon_sym_CARET] = ACTIONS(1535), + [anon_sym_BANG] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_PIPE] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1533), + [anon_sym_PIPE_PIPE] = ACTIONS(1533), + [anon_sym_LT_LT] = ACTIONS(1535), + [anon_sym_GT_GT] = ACTIONS(1535), + [anon_sym_PLUS_EQ] = ACTIONS(1533), + [anon_sym_DASH_EQ] = ACTIONS(1533), + [anon_sym_STAR_EQ] = ACTIONS(1533), + [anon_sym_SLASH_EQ] = ACTIONS(1533), + [anon_sym_PERCENT_EQ] = ACTIONS(1533), + [anon_sym_CARET_EQ] = ACTIONS(1533), + [anon_sym_AMP_EQ] = ACTIONS(1533), + [anon_sym_PIPE_EQ] = ACTIONS(1533), + [anon_sym_LT_LT_EQ] = ACTIONS(1533), + [anon_sym_GT_GT_EQ] = ACTIONS(1533), + [anon_sym_EQ] = ACTIONS(1535), + [anon_sym_EQ_EQ] = ACTIONS(1533), + [anon_sym_BANG_EQ] = ACTIONS(1533), + [anon_sym_GT] = ACTIONS(1535), + [anon_sym_LT] = ACTIONS(1535), + [anon_sym_GT_EQ] = ACTIONS(1533), + [anon_sym_LT_EQ] = ACTIONS(1533), + [anon_sym_DOT] = ACTIONS(1535), + [anon_sym_DOT_DOT] = ACTIONS(1535), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1533), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1533), + [anon_sym_POUND] = ACTIONS(1533), + [anon_sym_SQUOTE] = ACTIONS(1535), + [anon_sym_as] = ACTIONS(1535), + [anon_sym_async] = ACTIONS(1535), + [anon_sym_break] = ACTIONS(1535), + [anon_sym_const] = ACTIONS(1535), + [anon_sym_continue] = ACTIONS(1535), + [anon_sym_default] = ACTIONS(1535), + [anon_sym_enum] = ACTIONS(1535), + [anon_sym_fn] = ACTIONS(1535), + [anon_sym_for] = ACTIONS(1535), + [anon_sym_gen] = ACTIONS(1535), + [anon_sym_if] = ACTIONS(1535), + [anon_sym_impl] = ACTIONS(1535), + [anon_sym_let] = ACTIONS(1535), + [anon_sym_loop] = ACTIONS(1535), + [anon_sym_match] = ACTIONS(1535), + [anon_sym_mod] = ACTIONS(1535), + [anon_sym_pub] = ACTIONS(1535), + [anon_sym_return] = ACTIONS(1535), + [anon_sym_static] = ACTIONS(1535), + [anon_sym_struct] = ACTIONS(1535), + [anon_sym_trait] = ACTIONS(1535), + [anon_sym_type] = ACTIONS(1535), + [anon_sym_union] = ACTIONS(1535), + [anon_sym_unsafe] = ACTIONS(1535), + [anon_sym_use] = ACTIONS(1535), + [anon_sym_while] = ACTIONS(1535), + [anon_sym_extern] = ACTIONS(1535), + [anon_sym_yield] = ACTIONS(1535), + [anon_sym_move] = ACTIONS(1535), + [anon_sym_try] = ACTIONS(1535), + [sym_integer_literal] = ACTIONS(1533), + [aux_sym_string_literal_token1] = ACTIONS(1533), + [sym_char_literal] = ACTIONS(1533), + [anon_sym_true] = ACTIONS(1535), + [anon_sym_false] = ACTIONS(1535), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1535), + [sym_super] = ACTIONS(1535), + [sym_crate] = ACTIONS(1535), + [sym_metavariable] = ACTIONS(1533), + [sym__raw_string_literal_start] = ACTIONS(1533), + [sym_float_literal] = ACTIONS(1533), + }, [STATE(422)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(2933), + [sym_variadic_parameter] = STATE(2933), + [sym_parameter] = STATE(2933), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2696), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(422), [sym_block_comment] = STATE(422), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1537), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(423)] = { + [sym_line_comment] = STATE(423), + [sym_block_comment] = STATE(423), [ts_builtin_sym_end] = ACTIONS(1539), [sym_identifier] = ACTIONS(1541), [anon_sym_SEMI] = ACTIONS(1539), @@ -65341,9 +65448,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1539), [sym_float_literal] = ACTIONS(1539), }, - [STATE(423)] = { - [sym_line_comment] = STATE(423), - [sym_block_comment] = STATE(423), + [STATE(424)] = { + [sym_line_comment] = STATE(424), + [sym_block_comment] = STATE(424), [ts_builtin_sym_end] = ACTIONS(1543), [sym_identifier] = ACTIONS(1545), [anon_sym_SEMI] = ACTIONS(1543), @@ -65451,607 +65558,497 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1543), [sym_float_literal] = ACTIONS(1543), }, - [STATE(424)] = { - [sym_line_comment] = STATE(424), - [sym_block_comment] = STATE(424), - [ts_builtin_sym_end] = ACTIONS(1547), - [sym_identifier] = ACTIONS(1549), - [anon_sym_SEMI] = ACTIONS(1547), - [anon_sym_macro_rules_BANG] = ACTIONS(1547), - [anon_sym_LPAREN] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1547), - [anon_sym_LBRACE] = ACTIONS(1547), - [anon_sym_RBRACE] = ACTIONS(1547), - [anon_sym_PLUS] = ACTIONS(1549), - [anon_sym_STAR] = ACTIONS(1549), - [anon_sym_QMARK] = ACTIONS(1547), - [anon_sym_u8] = ACTIONS(1549), - [anon_sym_i8] = ACTIONS(1549), - [anon_sym_u16] = ACTIONS(1549), - [anon_sym_i16] = ACTIONS(1549), - [anon_sym_u32] = ACTIONS(1549), - [anon_sym_i32] = ACTIONS(1549), - [anon_sym_u64] = ACTIONS(1549), - [anon_sym_i64] = ACTIONS(1549), - [anon_sym_u128] = ACTIONS(1549), - [anon_sym_i128] = ACTIONS(1549), - [anon_sym_isize] = ACTIONS(1549), - [anon_sym_usize] = ACTIONS(1549), - [anon_sym_f32] = ACTIONS(1549), - [anon_sym_f64] = ACTIONS(1549), - [anon_sym_bool] = ACTIONS(1549), - [anon_sym_str] = ACTIONS(1549), - [anon_sym_char] = ACTIONS(1549), - [anon_sym_DASH] = ACTIONS(1549), - [anon_sym_SLASH] = ACTIONS(1549), - [anon_sym_PERCENT] = ACTIONS(1549), - [anon_sym_CARET] = ACTIONS(1549), - [anon_sym_BANG] = ACTIONS(1549), - [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1549), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1547), - [anon_sym_LT_LT] = ACTIONS(1549), - [anon_sym_GT_GT] = ACTIONS(1549), - [anon_sym_PLUS_EQ] = ACTIONS(1547), - [anon_sym_DASH_EQ] = ACTIONS(1547), - [anon_sym_STAR_EQ] = ACTIONS(1547), - [anon_sym_SLASH_EQ] = ACTIONS(1547), - [anon_sym_PERCENT_EQ] = ACTIONS(1547), - [anon_sym_CARET_EQ] = ACTIONS(1547), - [anon_sym_AMP_EQ] = ACTIONS(1547), - [anon_sym_PIPE_EQ] = ACTIONS(1547), - [anon_sym_LT_LT_EQ] = ACTIONS(1547), - [anon_sym_GT_GT_EQ] = ACTIONS(1547), - [anon_sym_EQ] = ACTIONS(1549), - [anon_sym_EQ_EQ] = ACTIONS(1547), - [anon_sym_BANG_EQ] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1549), - [anon_sym_LT] = ACTIONS(1549), - [anon_sym_GT_EQ] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1547), - [anon_sym_DOT] = ACTIONS(1549), - [anon_sym_DOT_DOT] = ACTIONS(1549), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1547), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1547), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_POUND] = ACTIONS(1547), - [anon_sym_SQUOTE] = ACTIONS(1549), - [anon_sym_as] = ACTIONS(1549), - [anon_sym_async] = ACTIONS(1549), - [anon_sym_break] = ACTIONS(1549), - [anon_sym_const] = ACTIONS(1549), - [anon_sym_continue] = ACTIONS(1549), - [anon_sym_default] = ACTIONS(1549), - [anon_sym_enum] = ACTIONS(1549), - [anon_sym_fn] = ACTIONS(1549), - [anon_sym_for] = ACTIONS(1549), - [anon_sym_gen] = ACTIONS(1549), - [anon_sym_if] = ACTIONS(1549), - [anon_sym_impl] = ACTIONS(1549), - [anon_sym_let] = ACTIONS(1549), - [anon_sym_loop] = ACTIONS(1549), - [anon_sym_match] = ACTIONS(1549), - [anon_sym_mod] = ACTIONS(1549), - [anon_sym_pub] = ACTIONS(1549), - [anon_sym_return] = ACTIONS(1549), - [anon_sym_static] = ACTIONS(1549), - [anon_sym_struct] = ACTIONS(1549), - [anon_sym_trait] = ACTIONS(1549), - [anon_sym_type] = ACTIONS(1549), - [anon_sym_union] = ACTIONS(1549), - [anon_sym_unsafe] = ACTIONS(1549), - [anon_sym_use] = ACTIONS(1549), - [anon_sym_while] = ACTIONS(1549), - [anon_sym_extern] = ACTIONS(1549), - [anon_sym_yield] = ACTIONS(1549), - [anon_sym_move] = ACTIONS(1549), - [anon_sym_try] = ACTIONS(1549), - [sym_integer_literal] = ACTIONS(1547), - [aux_sym_string_literal_token1] = ACTIONS(1547), - [sym_char_literal] = ACTIONS(1547), - [anon_sym_true] = ACTIONS(1549), - [anon_sym_false] = ACTIONS(1549), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1549), - [sym_super] = ACTIONS(1549), - [sym_crate] = ACTIONS(1549), - [sym_metavariable] = ACTIONS(1547), - [sym__raw_string_literal_start] = ACTIONS(1547), - [sym_float_literal] = ACTIONS(1547), - }, [STATE(425)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_self_parameter] = STATE(3021), + [sym_variadic_parameter] = STATE(3021), + [sym_parameter] = STATE(3021), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2758), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3163), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3309), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(425), [sym_block_comment] = STATE(425), - [ts_builtin_sym_end] = ACTIONS(1551), - [sym_identifier] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1551), - [anon_sym_macro_rules_BANG] = ACTIONS(1551), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_LBRACE] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1553), - [anon_sym_STAR] = ACTIONS(1553), - [anon_sym_QMARK] = ACTIONS(1551), - [anon_sym_u8] = ACTIONS(1553), - [anon_sym_i8] = ACTIONS(1553), - [anon_sym_u16] = ACTIONS(1553), - [anon_sym_i16] = ACTIONS(1553), - [anon_sym_u32] = ACTIONS(1553), - [anon_sym_i32] = ACTIONS(1553), - [anon_sym_u64] = ACTIONS(1553), - [anon_sym_i64] = ACTIONS(1553), - [anon_sym_u128] = ACTIONS(1553), - [anon_sym_i128] = ACTIONS(1553), - [anon_sym_isize] = ACTIONS(1553), - [anon_sym_usize] = ACTIONS(1553), - [anon_sym_f32] = ACTIONS(1553), - [anon_sym_f64] = ACTIONS(1553), - [anon_sym_bool] = ACTIONS(1553), - [anon_sym_str] = ACTIONS(1553), - [anon_sym_char] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1553), - [anon_sym_SLASH] = ACTIONS(1553), - [anon_sym_PERCENT] = ACTIONS(1553), - [anon_sym_CARET] = ACTIONS(1553), - [anon_sym_BANG] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1553), - [anon_sym_PIPE] = ACTIONS(1553), - [anon_sym_AMP_AMP] = ACTIONS(1551), - [anon_sym_PIPE_PIPE] = ACTIONS(1551), - [anon_sym_LT_LT] = ACTIONS(1553), - [anon_sym_GT_GT] = ACTIONS(1553), - [anon_sym_PLUS_EQ] = ACTIONS(1551), - [anon_sym_DASH_EQ] = ACTIONS(1551), - [anon_sym_STAR_EQ] = ACTIONS(1551), - [anon_sym_SLASH_EQ] = ACTIONS(1551), - [anon_sym_PERCENT_EQ] = ACTIONS(1551), - [anon_sym_CARET_EQ] = ACTIONS(1551), - [anon_sym_AMP_EQ] = ACTIONS(1551), - [anon_sym_PIPE_EQ] = ACTIONS(1551), - [anon_sym_LT_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_GT_EQ] = ACTIONS(1551), - [anon_sym_EQ] = ACTIONS(1553), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1553), - [anon_sym_LT] = ACTIONS(1553), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_DOT_DOT] = ACTIONS(1553), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1551), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(1551), - [anon_sym_SQUOTE] = ACTIONS(1553), - [anon_sym_as] = ACTIONS(1553), - [anon_sym_async] = ACTIONS(1553), - [anon_sym_break] = ACTIONS(1553), - [anon_sym_const] = ACTIONS(1553), - [anon_sym_continue] = ACTIONS(1553), - [anon_sym_default] = ACTIONS(1553), - [anon_sym_enum] = ACTIONS(1553), - [anon_sym_fn] = ACTIONS(1553), - [anon_sym_for] = ACTIONS(1553), - [anon_sym_gen] = ACTIONS(1553), - [anon_sym_if] = ACTIONS(1553), - [anon_sym_impl] = ACTIONS(1553), - [anon_sym_let] = ACTIONS(1553), - [anon_sym_loop] = ACTIONS(1553), - [anon_sym_match] = ACTIONS(1553), - [anon_sym_mod] = ACTIONS(1553), - [anon_sym_pub] = ACTIONS(1553), - [anon_sym_return] = ACTIONS(1553), - [anon_sym_static] = ACTIONS(1553), - [anon_sym_struct] = ACTIONS(1553), - [anon_sym_trait] = ACTIONS(1553), - [anon_sym_type] = ACTIONS(1553), - [anon_sym_union] = ACTIONS(1553), - [anon_sym_unsafe] = ACTIONS(1553), - [anon_sym_use] = ACTIONS(1553), - [anon_sym_while] = ACTIONS(1553), - [anon_sym_extern] = ACTIONS(1553), - [anon_sym_yield] = ACTIONS(1553), - [anon_sym_move] = ACTIONS(1553), - [anon_sym_try] = ACTIONS(1553), - [sym_integer_literal] = ACTIONS(1551), - [aux_sym_string_literal_token1] = ACTIONS(1551), - [sym_char_literal] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1553), - [anon_sym_false] = ACTIONS(1553), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1553), - [sym_super] = ACTIONS(1553), - [sym_crate] = ACTIONS(1553), - [sym_metavariable] = ACTIONS(1551), - [sym__raw_string_literal_start] = ACTIONS(1551), - [sym_float_literal] = ACTIONS(1551), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1181), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1547), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1091), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1125), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1193), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(426)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_self_parameter] = STATE(3045), - [sym_variadic_parameter] = STATE(3045), - [sym_parameter] = STATE(3045), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2848), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3008), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3210), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), [sym_line_comment] = STATE(426), [sym_block_comment] = STATE(426), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1189), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1555), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1163), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1201), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [ts_builtin_sym_end] = ACTIONS(1549), + [sym_identifier] = ACTIONS(1551), + [anon_sym_SEMI] = ACTIONS(1549), + [anon_sym_macro_rules_BANG] = ACTIONS(1549), + [anon_sym_LPAREN] = ACTIONS(1549), + [anon_sym_LBRACK] = ACTIONS(1549), + [anon_sym_LBRACE] = ACTIONS(1549), + [anon_sym_RBRACE] = ACTIONS(1549), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1551), + [anon_sym_QMARK] = ACTIONS(1549), + [anon_sym_u8] = ACTIONS(1551), + [anon_sym_i8] = ACTIONS(1551), + [anon_sym_u16] = ACTIONS(1551), + [anon_sym_i16] = ACTIONS(1551), + [anon_sym_u32] = ACTIONS(1551), + [anon_sym_i32] = ACTIONS(1551), + [anon_sym_u64] = ACTIONS(1551), + [anon_sym_i64] = ACTIONS(1551), + [anon_sym_u128] = ACTIONS(1551), + [anon_sym_i128] = ACTIONS(1551), + [anon_sym_isize] = ACTIONS(1551), + [anon_sym_usize] = ACTIONS(1551), + [anon_sym_f32] = ACTIONS(1551), + [anon_sym_f64] = ACTIONS(1551), + [anon_sym_bool] = ACTIONS(1551), + [anon_sym_str] = ACTIONS(1551), + [anon_sym_char] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_SLASH] = ACTIONS(1551), + [anon_sym_PERCENT] = ACTIONS(1551), + [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_BANG] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1551), + [anon_sym_PIPE] = ACTIONS(1551), + [anon_sym_AMP_AMP] = ACTIONS(1549), + [anon_sym_PIPE_PIPE] = ACTIONS(1549), + [anon_sym_LT_LT] = ACTIONS(1551), + [anon_sym_GT_GT] = ACTIONS(1551), + [anon_sym_PLUS_EQ] = ACTIONS(1549), + [anon_sym_DASH_EQ] = ACTIONS(1549), + [anon_sym_STAR_EQ] = ACTIONS(1549), + [anon_sym_SLASH_EQ] = ACTIONS(1549), + [anon_sym_PERCENT_EQ] = ACTIONS(1549), + [anon_sym_CARET_EQ] = ACTIONS(1549), + [anon_sym_AMP_EQ] = ACTIONS(1549), + [anon_sym_PIPE_EQ] = ACTIONS(1549), + [anon_sym_LT_LT_EQ] = ACTIONS(1549), + [anon_sym_GT_GT_EQ] = ACTIONS(1549), + [anon_sym_EQ] = ACTIONS(1551), + [anon_sym_EQ_EQ] = ACTIONS(1549), + [anon_sym_BANG_EQ] = ACTIONS(1549), + [anon_sym_GT] = ACTIONS(1551), + [anon_sym_LT] = ACTIONS(1551), + [anon_sym_GT_EQ] = ACTIONS(1549), + [anon_sym_LT_EQ] = ACTIONS(1549), + [anon_sym_DOT] = ACTIONS(1551), + [anon_sym_DOT_DOT] = ACTIONS(1551), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1549), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1549), + [anon_sym_COLON_COLON] = ACTIONS(1549), + [anon_sym_POUND] = ACTIONS(1549), + [anon_sym_SQUOTE] = ACTIONS(1551), + [anon_sym_as] = ACTIONS(1551), + [anon_sym_async] = ACTIONS(1551), + [anon_sym_break] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_enum] = ACTIONS(1551), + [anon_sym_fn] = ACTIONS(1551), + [anon_sym_for] = ACTIONS(1551), + [anon_sym_gen] = ACTIONS(1551), + [anon_sym_if] = ACTIONS(1551), + [anon_sym_impl] = ACTIONS(1551), + [anon_sym_let] = ACTIONS(1551), + [anon_sym_loop] = ACTIONS(1551), + [anon_sym_match] = ACTIONS(1551), + [anon_sym_mod] = ACTIONS(1551), + [anon_sym_pub] = ACTIONS(1551), + [anon_sym_return] = ACTIONS(1551), + [anon_sym_static] = ACTIONS(1551), + [anon_sym_struct] = ACTIONS(1551), + [anon_sym_trait] = ACTIONS(1551), + [anon_sym_type] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_unsafe] = ACTIONS(1551), + [anon_sym_use] = ACTIONS(1551), + [anon_sym_while] = ACTIONS(1551), + [anon_sym_extern] = ACTIONS(1551), + [anon_sym_yield] = ACTIONS(1551), + [anon_sym_move] = ACTIONS(1551), + [anon_sym_try] = ACTIONS(1551), + [sym_integer_literal] = ACTIONS(1549), + [aux_sym_string_literal_token1] = ACTIONS(1549), + [sym_char_literal] = ACTIONS(1549), + [anon_sym_true] = ACTIONS(1551), + [anon_sym_false] = ACTIONS(1551), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1551), + [sym_super] = ACTIONS(1551), + [sym_crate] = ACTIONS(1551), + [sym_metavariable] = ACTIONS(1549), + [sym__raw_string_literal_start] = ACTIONS(1549), + [sym_float_literal] = ACTIONS(1549), }, [STATE(427)] = { [sym_line_comment] = STATE(427), [sym_block_comment] = STATE(427), - [ts_builtin_sym_end] = ACTIONS(1055), - [sym_identifier] = ACTIONS(1053), - [anon_sym_SEMI] = ACTIONS(1055), - [anon_sym_macro_rules_BANG] = ACTIONS(1055), - [anon_sym_LPAREN] = ACTIONS(1055), - [anon_sym_LBRACK] = ACTIONS(1055), - [anon_sym_LBRACE] = ACTIONS(1055), - [anon_sym_RBRACE] = ACTIONS(1055), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_QMARK] = ACTIONS(1055), - [anon_sym_u8] = ACTIONS(1053), - [anon_sym_i8] = ACTIONS(1053), - [anon_sym_u16] = ACTIONS(1053), - [anon_sym_i16] = ACTIONS(1053), - [anon_sym_u32] = ACTIONS(1053), - [anon_sym_i32] = ACTIONS(1053), - [anon_sym_u64] = ACTIONS(1053), - [anon_sym_i64] = ACTIONS(1053), - [anon_sym_u128] = ACTIONS(1053), - [anon_sym_i128] = ACTIONS(1053), - [anon_sym_isize] = ACTIONS(1053), - [anon_sym_usize] = ACTIONS(1053), - [anon_sym_f32] = ACTIONS(1053), - [anon_sym_f64] = ACTIONS(1053), - [anon_sym_bool] = ACTIONS(1053), - [anon_sym_str] = ACTIONS(1053), - [anon_sym_char] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_SLASH] = ACTIONS(1053), - [anon_sym_PERCENT] = ACTIONS(1053), - [anon_sym_CARET] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1053), - [anon_sym_AMP_AMP] = ACTIONS(1055), - [anon_sym_PIPE_PIPE] = ACTIONS(1055), - [anon_sym_LT_LT] = ACTIONS(1053), - [anon_sym_GT_GT] = ACTIONS(1053), - [anon_sym_PLUS_EQ] = ACTIONS(1055), - [anon_sym_DASH_EQ] = ACTIONS(1055), - [anon_sym_STAR_EQ] = ACTIONS(1055), - [anon_sym_SLASH_EQ] = ACTIONS(1055), - [anon_sym_PERCENT_EQ] = ACTIONS(1055), - [anon_sym_CARET_EQ] = ACTIONS(1055), - [anon_sym_AMP_EQ] = ACTIONS(1055), - [anon_sym_PIPE_EQ] = ACTIONS(1055), - [anon_sym_LT_LT_EQ] = ACTIONS(1055), - [anon_sym_GT_GT_EQ] = ACTIONS(1055), - [anon_sym_EQ] = ACTIONS(1053), - [anon_sym_EQ_EQ] = ACTIONS(1055), - [anon_sym_BANG_EQ] = ACTIONS(1055), - [anon_sym_GT] = ACTIONS(1053), - [anon_sym_LT] = ACTIONS(1053), - [anon_sym_GT_EQ] = ACTIONS(1055), - [anon_sym_LT_EQ] = ACTIONS(1055), - [anon_sym_DOT] = ACTIONS(1053), - [anon_sym_DOT_DOT] = ACTIONS(1053), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1055), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1055), - [anon_sym_COLON_COLON] = ACTIONS(1055), - [anon_sym_POUND] = ACTIONS(1055), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_as] = ACTIONS(1053), - [anon_sym_async] = ACTIONS(1053), - [anon_sym_break] = ACTIONS(1053), - [anon_sym_const] = ACTIONS(1053), - [anon_sym_continue] = ACTIONS(1053), - [anon_sym_default] = ACTIONS(1053), - [anon_sym_enum] = ACTIONS(1053), - [anon_sym_fn] = ACTIONS(1053), - [anon_sym_for] = ACTIONS(1053), - [anon_sym_gen] = ACTIONS(1053), - [anon_sym_if] = ACTIONS(1053), - [anon_sym_impl] = ACTIONS(1053), - [anon_sym_let] = ACTIONS(1053), - [anon_sym_loop] = ACTIONS(1053), - [anon_sym_match] = ACTIONS(1053), - [anon_sym_mod] = ACTIONS(1053), - [anon_sym_pub] = ACTIONS(1053), - [anon_sym_return] = ACTIONS(1053), - [anon_sym_static] = ACTIONS(1053), - [anon_sym_struct] = ACTIONS(1053), - [anon_sym_trait] = ACTIONS(1053), - [anon_sym_type] = ACTIONS(1053), - [anon_sym_union] = ACTIONS(1053), - [anon_sym_unsafe] = ACTIONS(1053), - [anon_sym_use] = ACTIONS(1053), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_extern] = ACTIONS(1053), - [anon_sym_yield] = ACTIONS(1053), - [anon_sym_move] = ACTIONS(1053), - [anon_sym_try] = ACTIONS(1053), - [sym_integer_literal] = ACTIONS(1055), - [aux_sym_string_literal_token1] = ACTIONS(1055), - [sym_char_literal] = ACTIONS(1055), - [anon_sym_true] = ACTIONS(1053), - [anon_sym_false] = ACTIONS(1053), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1053), - [sym_super] = ACTIONS(1053), - [sym_crate] = ACTIONS(1053), - [sym_metavariable] = ACTIONS(1055), - [sym__raw_string_literal_start] = ACTIONS(1055), - [sym_float_literal] = ACTIONS(1055), + [ts_builtin_sym_end] = ACTIONS(1553), + [sym_identifier] = ACTIONS(1555), + [anon_sym_SEMI] = ACTIONS(1553), + [anon_sym_macro_rules_BANG] = ACTIONS(1553), + [anon_sym_LPAREN] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_LBRACE] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1555), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_QMARK] = ACTIONS(1553), + [anon_sym_u8] = ACTIONS(1555), + [anon_sym_i8] = ACTIONS(1555), + [anon_sym_u16] = ACTIONS(1555), + [anon_sym_i16] = ACTIONS(1555), + [anon_sym_u32] = ACTIONS(1555), + [anon_sym_i32] = ACTIONS(1555), + [anon_sym_u64] = ACTIONS(1555), + [anon_sym_i64] = ACTIONS(1555), + [anon_sym_u128] = ACTIONS(1555), + [anon_sym_i128] = ACTIONS(1555), + [anon_sym_isize] = ACTIONS(1555), + [anon_sym_usize] = ACTIONS(1555), + [anon_sym_f32] = ACTIONS(1555), + [anon_sym_f64] = ACTIONS(1555), + [anon_sym_bool] = ACTIONS(1555), + [anon_sym_str] = ACTIONS(1555), + [anon_sym_char] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1555), + [anon_sym_SLASH] = ACTIONS(1555), + [anon_sym_PERCENT] = ACTIONS(1555), + [anon_sym_CARET] = ACTIONS(1555), + [anon_sym_BANG] = ACTIONS(1555), + [anon_sym_AMP] = ACTIONS(1555), + [anon_sym_PIPE] = ACTIONS(1555), + [anon_sym_AMP_AMP] = ACTIONS(1553), + [anon_sym_PIPE_PIPE] = ACTIONS(1553), + [anon_sym_LT_LT] = ACTIONS(1555), + [anon_sym_GT_GT] = ACTIONS(1555), + [anon_sym_PLUS_EQ] = ACTIONS(1553), + [anon_sym_DASH_EQ] = ACTIONS(1553), + [anon_sym_STAR_EQ] = ACTIONS(1553), + [anon_sym_SLASH_EQ] = ACTIONS(1553), + [anon_sym_PERCENT_EQ] = ACTIONS(1553), + [anon_sym_CARET_EQ] = ACTIONS(1553), + [anon_sym_AMP_EQ] = ACTIONS(1553), + [anon_sym_PIPE_EQ] = ACTIONS(1553), + [anon_sym_LT_LT_EQ] = ACTIONS(1553), + [anon_sym_GT_GT_EQ] = ACTIONS(1553), + [anon_sym_EQ] = ACTIONS(1555), + [anon_sym_EQ_EQ] = ACTIONS(1553), + [anon_sym_BANG_EQ] = ACTIONS(1553), + [anon_sym_GT] = ACTIONS(1555), + [anon_sym_LT] = ACTIONS(1555), + [anon_sym_GT_EQ] = ACTIONS(1553), + [anon_sym_LT_EQ] = ACTIONS(1553), + [anon_sym_DOT] = ACTIONS(1555), + [anon_sym_DOT_DOT] = ACTIONS(1555), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1553), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1553), + [anon_sym_COLON_COLON] = ACTIONS(1553), + [anon_sym_POUND] = ACTIONS(1553), + [anon_sym_SQUOTE] = ACTIONS(1555), + [anon_sym_as] = ACTIONS(1555), + [anon_sym_async] = ACTIONS(1555), + [anon_sym_break] = ACTIONS(1555), + [anon_sym_const] = ACTIONS(1555), + [anon_sym_continue] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1555), + [anon_sym_enum] = ACTIONS(1555), + [anon_sym_fn] = ACTIONS(1555), + [anon_sym_for] = ACTIONS(1555), + [anon_sym_gen] = ACTIONS(1555), + [anon_sym_if] = ACTIONS(1555), + [anon_sym_impl] = ACTIONS(1555), + [anon_sym_let] = ACTIONS(1555), + [anon_sym_loop] = ACTIONS(1555), + [anon_sym_match] = ACTIONS(1555), + [anon_sym_mod] = ACTIONS(1555), + [anon_sym_pub] = ACTIONS(1555), + [anon_sym_return] = ACTIONS(1555), + [anon_sym_static] = ACTIONS(1555), + [anon_sym_struct] = ACTIONS(1555), + [anon_sym_trait] = ACTIONS(1555), + [anon_sym_type] = ACTIONS(1555), + [anon_sym_union] = ACTIONS(1555), + [anon_sym_unsafe] = ACTIONS(1555), + [anon_sym_use] = ACTIONS(1555), + [anon_sym_while] = ACTIONS(1555), + [anon_sym_extern] = ACTIONS(1555), + [anon_sym_yield] = ACTIONS(1555), + [anon_sym_move] = ACTIONS(1555), + [anon_sym_try] = ACTIONS(1555), + [sym_integer_literal] = ACTIONS(1553), + [aux_sym_string_literal_token1] = ACTIONS(1553), + [sym_char_literal] = ACTIONS(1553), + [anon_sym_true] = ACTIONS(1555), + [anon_sym_false] = ACTIONS(1555), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1555), + [sym_super] = ACTIONS(1555), + [sym_crate] = ACTIONS(1555), + [sym_metavariable] = ACTIONS(1553), + [sym__raw_string_literal_start] = ACTIONS(1553), + [sym_float_literal] = ACTIONS(1553), }, [STATE(428)] = { [sym_line_comment] = STATE(428), [sym_block_comment] = STATE(428), - [sym_identifier] = ACTIONS(1455), - [anon_sym_SEMI] = ACTIONS(1457), - [anon_sym_macro_rules_BANG] = ACTIONS(1453), - [anon_sym_LPAREN] = ACTIONS(1457), - [anon_sym_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(1453), - [anon_sym_RBRACE] = ACTIONS(1453), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_QMARK] = ACTIONS(1457), - [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(1459), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_PERCENT] = ACTIONS(1459), - [anon_sym_CARET] = ACTIONS(1459), - [anon_sym_BANG] = ACTIONS(1455), - [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(1453), - [anon_sym_POUND] = ACTIONS(1453), - [anon_sym_SQUOTE] = ACTIONS(1455), - [anon_sym_as] = ACTIONS(1459), - [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), + [sym_identifier] = ACTIONS(1471), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_macro_rules_BANG] = ACTIONS(1469), + [anon_sym_LPAREN] = ACTIONS(1473), + [anon_sym_LBRACK] = ACTIONS(1473), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(1469), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_QMARK] = ACTIONS(1473), + [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(1475), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_PERCENT] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_BANG] = ACTIONS(1471), + [anon_sym_AMP] = ACTIONS(1475), + [anon_sym_PIPE] = ACTIONS(1475), + [anon_sym_AMP_AMP] = ACTIONS(1473), + [anon_sym_PIPE_PIPE] = ACTIONS(1473), + [anon_sym_LT_LT] = ACTIONS(1475), + [anon_sym_GT_GT] = ACTIONS(1475), + [anon_sym_PLUS_EQ] = ACTIONS(1473), + [anon_sym_DASH_EQ] = ACTIONS(1473), + [anon_sym_STAR_EQ] = ACTIONS(1473), + [anon_sym_SLASH_EQ] = ACTIONS(1473), + [anon_sym_PERCENT_EQ] = ACTIONS(1473), + [anon_sym_CARET_EQ] = ACTIONS(1473), + [anon_sym_AMP_EQ] = ACTIONS(1473), + [anon_sym_PIPE_EQ] = ACTIONS(1473), + [anon_sym_LT_LT_EQ] = ACTIONS(1473), + [anon_sym_GT_GT_EQ] = ACTIONS(1473), + [anon_sym_EQ] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1473), + [anon_sym_BANG_EQ] = ACTIONS(1473), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_LT] = ACTIONS(1475), + [anon_sym_GT_EQ] = ACTIONS(1473), + [anon_sym_LT_EQ] = ACTIONS(1473), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT_DOT] = ACTIONS(1475), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1473), + [anon_sym_COLON_COLON] = ACTIONS(1469), + [anon_sym_POUND] = ACTIONS(1469), + [anon_sym_SQUOTE] = ACTIONS(1471), + [anon_sym_as] = ACTIONS(1475), + [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(429)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3066), - [sym_bracketed_type] = STATE(3700), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3439), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2581), - [sym_scoped_identifier] = STATE(2275), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2828), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3121), + [sym_bracketed_type] = STATE(3699), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3436), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2611), + [sym_scoped_identifier] = STATE(2277), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2616), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(429), [sym_block_comment] = STATE(429), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1557), [anon_sym_LPAREN] = ACTIONS(1559), - [anon_sym_LBRACK] = ACTIONS(1109), + [anon_sym_LBRACK] = ACTIONS(1071), [anon_sym_RBRACK] = ACTIONS(1561), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1563), [anon_sym_i8] = ACTIONS(1563), [anon_sym_u16] = ACTIONS(1563), @@ -66069,944 +66066,732 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1563), [anon_sym_str] = ACTIONS(1563), [anon_sym_char] = ACTIONS(1563), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), [anon_sym_COMMA] = ACTIONS(1567), [anon_sym_COLON_COLON] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), [anon_sym_default] = ACTIONS(1571), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1573), - [anon_sym_impl] = ACTIONS(1153), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1571), + [anon_sym_impl] = ACTIONS(1113), [anon_sym_union] = ACTIONS(1573), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1575), [sym_super] = ACTIONS(1575), [sym_crate] = ACTIONS(1575), [sym_metavariable] = ACTIONS(1577), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(430)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2056), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(854), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2229), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2200), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(430), [sym_block_comment] = STATE(430), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1579), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1581), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1579), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(431)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2201), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2077), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(858), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2239), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(431), [sym_block_comment] = STATE(431), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1123), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1203), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1583), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1195), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(432)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2056), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(858), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2229), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2077), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(857), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2239), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(432), [sym_block_comment] = STATE(432), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1123), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), [sym_mutable_specifier] = ACTIONS(1585), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1203), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1587), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(433)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2077), [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2201), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_lifetime] = STATE(858), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3436), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2611), + [sym_scoped_identifier] = STATE(2277), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2239), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(433), [sym_block_comment] = STATE(433), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1123), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1557), + [anon_sym_LPAREN] = ACTIONS(1559), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1563), + [anon_sym_i8] = ACTIONS(1563), + [anon_sym_u16] = ACTIONS(1563), + [anon_sym_i16] = ACTIONS(1563), + [anon_sym_u32] = ACTIONS(1563), + [anon_sym_i32] = ACTIONS(1563), + [anon_sym_u64] = ACTIONS(1563), + [anon_sym_i64] = ACTIONS(1563), + [anon_sym_u128] = ACTIONS(1563), + [anon_sym_i128] = ACTIONS(1563), + [anon_sym_isize] = ACTIONS(1563), + [anon_sym_usize] = ACTIONS(1563), + [anon_sym_f32] = ACTIONS(1563), + [anon_sym_f64] = ACTIONS(1563), + [anon_sym_bool] = ACTIONS(1563), + [anon_sym_str] = ACTIONS(1563), + [anon_sym_char] = ACTIONS(1563), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1569), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1571), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1571), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1573), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1589), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1587), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1575), + [sym_super] = ACTIONS(1575), + [sym_crate] = ACTIONS(1575), + [sym_metavariable] = ACTIONS(1577), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(434)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2201), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2200), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(434), [sym_block_comment] = STATE(434), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1123), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1589), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1195), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(435)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2201), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2077), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(857), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2239), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(435), [sym_block_comment] = STATE(435), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1123), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1591), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1173), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1593), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(436)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2056), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), [sym_bracketed_type] = STATE(3699), - [sym_lifetime] = STATE(858), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3431), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2528), - [sym_scoped_identifier] = STATE(2224), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2229), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3436), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2611), + [sym_scoped_identifier] = STATE(2277), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2200), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(436), [sym_block_comment] = STATE(436), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1103), - [anon_sym_LPAREN] = ACTIONS(1105), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1115), - [anon_sym_i8] = ACTIONS(1115), - [anon_sym_u16] = ACTIONS(1115), - [anon_sym_i16] = ACTIONS(1115), - [anon_sym_u32] = ACTIONS(1115), - [anon_sym_i32] = ACTIONS(1115), - [anon_sym_u64] = ACTIONS(1115), - [anon_sym_i64] = ACTIONS(1115), - [anon_sym_u128] = ACTIONS(1115), - [anon_sym_i128] = ACTIONS(1115), - [anon_sym_isize] = ACTIONS(1115), - [anon_sym_usize] = ACTIONS(1115), - [anon_sym_f32] = ACTIONS(1115), - [anon_sym_f64] = ACTIONS(1115), - [anon_sym_bool] = ACTIONS(1115), - [anon_sym_str] = ACTIONS(1115), - [anon_sym_char] = ACTIONS(1115), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1135), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1145), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1151), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1151), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1591), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1173), - [sym_super] = ACTIONS(1173), - [sym_crate] = ACTIONS(1173), - [sym_metavariable] = ACTIONS(1175), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(437)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2056), - [sym_bracketed_type] = STATE(3691), - [sym_lifetime] = STATE(854), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2540), - [sym_scoped_identifier] = STATE(2311), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2229), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(437), - [sym_block_comment] = STATE(437), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1181), - [anon_sym_LPAREN] = ACTIONS(1183), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1187), - [anon_sym_i8] = ACTIONS(1187), - [anon_sym_u16] = ACTIONS(1187), - [anon_sym_i16] = ACTIONS(1187), - [anon_sym_u32] = ACTIONS(1187), - [anon_sym_i32] = ACTIONS(1187), - [anon_sym_u64] = ACTIONS(1187), - [anon_sym_i64] = ACTIONS(1187), - [anon_sym_u128] = ACTIONS(1187), - [anon_sym_i128] = ACTIONS(1187), - [anon_sym_isize] = ACTIONS(1187), - [anon_sym_usize] = ACTIONS(1187), - [anon_sym_f32] = ACTIONS(1187), - [anon_sym_f64] = ACTIONS(1187), - [anon_sym_bool] = ACTIONS(1187), - [anon_sym_str] = ACTIONS(1187), - [anon_sym_char] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1583), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1195), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1197), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1199), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1199), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1593), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1595), - [sym_super] = ACTIONS(1203), - [sym_crate] = ACTIONS(1203), - [sym_metavariable] = ACTIONS(1205), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(438)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2056), - [sym_bracketed_type] = STATE(3700), - [sym_lifetime] = STATE(858), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3439), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2581), - [sym_scoped_identifier] = STATE(2275), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2229), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(438), - [sym_block_comment] = STATE(438), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1557), [anon_sym_LPAREN] = ACTIONS(1559), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1563), [anon_sym_i8] = ACTIONS(1563), [anon_sym_u16] = ACTIONS(1563), @@ -67024,149 +66809,361 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1563), [anon_sym_str] = ACTIONS(1563), [anon_sym_char] = ACTIONS(1563), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), [anon_sym_default] = ACTIONS(1571), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1573), - [anon_sym_impl] = ACTIONS(1153), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1571), + [anon_sym_impl] = ACTIONS(1113), [anon_sym_union] = ACTIONS(1573), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1597), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1575), [sym_super] = ACTIONS(1575), [sym_crate] = ACTIONS(1575), [sym_metavariable] = ACTIONS(1577), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(437)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3690), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3342), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2555), + [sym_scoped_identifier] = STATE(2303), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2200), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(437), + [sym_block_comment] = STATE(437), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1173), + [anon_sym_LPAREN] = ACTIONS(1175), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1179), + [anon_sym_i8] = ACTIONS(1179), + [anon_sym_u16] = ACTIONS(1179), + [anon_sym_i16] = ACTIONS(1179), + [anon_sym_u32] = ACTIONS(1179), + [anon_sym_i32] = ACTIONS(1179), + [anon_sym_u64] = ACTIONS(1179), + [anon_sym_i64] = ACTIONS(1179), + [anon_sym_u128] = ACTIONS(1179), + [anon_sym_i128] = ACTIONS(1179), + [anon_sym_isize] = ACTIONS(1179), + [anon_sym_usize] = ACTIONS(1179), + [anon_sym_f32] = ACTIONS(1179), + [anon_sym_f64] = ACTIONS(1179), + [anon_sym_bool] = ACTIONS(1179), + [anon_sym_str] = ACTIONS(1179), + [anon_sym_char] = ACTIONS(1179), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1581), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1187), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1189), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1189), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1191), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1595), + [sym_super] = ACTIONS(1195), + [sym_crate] = ACTIONS(1195), + [sym_metavariable] = ACTIONS(1197), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(438)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2200), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(438), + [sym_block_comment] = STATE(438), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1135), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(439)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3700), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3439), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2581), - [sym_scoped_identifier] = STATE(2275), - [sym_scoped_type_identifier] = STATE(2186), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2201), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2077), + [sym_bracketed_type] = STATE(3698), + [sym_lifetime] = STATE(858), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3431), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2572), + [sym_scoped_identifier] = STATE(2222), + [sym_scoped_type_identifier] = STATE(2215), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2239), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(439), [sym_block_comment] = STATE(439), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1557), - [anon_sym_LPAREN] = ACTIONS(1559), - [anon_sym_LBRACK] = ACTIONS(1109), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1563), - [anon_sym_i8] = ACTIONS(1563), - [anon_sym_u16] = ACTIONS(1563), - [anon_sym_i16] = ACTIONS(1563), - [anon_sym_u32] = ACTIONS(1563), - [anon_sym_i32] = ACTIONS(1563), - [anon_sym_u64] = ACTIONS(1563), - [anon_sym_i64] = ACTIONS(1563), - [anon_sym_u128] = ACTIONS(1563), - [anon_sym_i128] = ACTIONS(1563), - [anon_sym_isize] = ACTIONS(1563), - [anon_sym_usize] = ACTIONS(1563), - [anon_sym_f32] = ACTIONS(1563), - [anon_sym_f64] = ACTIONS(1563), - [anon_sym_bool] = ACTIONS(1563), - [anon_sym_str] = ACTIONS(1563), - [anon_sym_char] = ACTIONS(1563), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1123), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(1067), + [anon_sym_LBRACK] = ACTIONS(1071), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1077), + [anon_sym_i8] = ACTIONS(1077), + [anon_sym_u16] = ACTIONS(1077), + [anon_sym_i16] = ACTIONS(1077), + [anon_sym_u32] = ACTIONS(1077), + [anon_sym_i32] = ACTIONS(1077), + [anon_sym_u64] = ACTIONS(1077), + [anon_sym_i64] = ACTIONS(1077), + [anon_sym_u128] = ACTIONS(1077), + [anon_sym_i128] = ACTIONS(1077), + [anon_sym_isize] = ACTIONS(1077), + [anon_sym_usize] = ACTIONS(1077), + [anon_sym_f32] = ACTIONS(1077), + [anon_sym_f64] = ACTIONS(1077), + [anon_sym_bool] = ACTIONS(1077), + [anon_sym_str] = ACTIONS(1077), + [anon_sym_char] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1413), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1569), - [anon_sym_SQUOTE] = ACTIONS(1139), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1143), - [anon_sym_default] = ACTIONS(1571), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1573), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1573), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_ref] = ACTIONS(1159), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1097), + [anon_sym_SQUOTE] = ACTIONS(1101), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_default] = ACTIONS(1107), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1107), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1115), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_ref] = ACTIONS(1121), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(1597), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1575), - [sym_super] = ACTIONS(1575), - [sym_crate] = ACTIONS(1575), - [sym_metavariable] = ACTIONS(1577), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1135), + [sym_super] = ACTIONS(1135), + [sym_crate] = ACTIONS(1135), + [sym_metavariable] = ACTIONS(1137), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(440)] = { [sym_line_comment] = STATE(440), @@ -67366,31 +67363,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1601), }, [STATE(442)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2213), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2186), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(442), [sym_block_comment] = STATE(442), [sym_identifier] = ACTIONS(1603), @@ -67422,7 +67419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1605), [anon_sym__] = ACTIONS(1603), [anon_sym_DOT_DOT] = ACTIONS(1603), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(1605), [anon_sym_DASH_GT] = ACTIONS(1605), [anon_sym_SQUOTE] = ACTIONS(1603), @@ -67441,7 +67438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(1603), [anon_sym_unsafe] = ACTIONS(1603), [anon_sym_while] = ACTIONS(1603), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), [anon_sym_yield] = ACTIONS(1603), [anon_sym_move] = ACTIONS(1603), @@ -67461,31 +67458,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1605), }, [STATE(443)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2230), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2212), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(443), [sym_block_comment] = STATE(443), [sym_identifier] = ACTIONS(1607), @@ -67517,7 +67514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1609), [anon_sym__] = ACTIONS(1607), [anon_sym_DOT_DOT] = ACTIONS(1607), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_DASH_GT] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1607), @@ -67536,7 +67533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(1607), [anon_sym_unsafe] = ACTIONS(1607), [anon_sym_while] = ACTIONS(1607), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), [anon_sym_yield] = ACTIONS(1607), [anon_sym_move] = ACTIONS(1607), @@ -67556,39 +67553,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1609), }, [STATE(444)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(444), [sym_block_comment] = STATE(444), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -67612,72 +67609,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1627), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(445)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(445), [sym_block_comment] = STATE(445), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -67701,72 +67698,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1649), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(446)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(446), [sym_block_comment] = STATE(446), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -67790,72 +67787,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1651), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(447)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(447), [sym_block_comment] = STATE(447), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -67879,72 +67876,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1653), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(448)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(448), [sym_block_comment] = STATE(448), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -67968,72 +67965,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1655), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(449)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(449), [sym_block_comment] = STATE(449), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68057,72 +68054,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1657), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(450)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(450), [sym_block_comment] = STATE(450), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68146,72 +68143,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1659), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(451)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(451), [sym_block_comment] = STATE(451), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68235,72 +68232,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1661), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(452)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(452), [sym_block_comment] = STATE(452), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68324,72 +68321,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1663), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(453)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(453), [sym_block_comment] = STATE(453), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68413,72 +68410,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1665), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(454)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(454), [sym_block_comment] = STATE(454), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68502,72 +68499,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1667), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(455)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(455), [sym_block_comment] = STATE(455), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68591,72 +68588,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_GT] = ACTIONS(1669), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(456)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2445), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2445), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2534), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2534), - [sym__literal] = STATE(2534), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2480), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2480), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2610), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2610), + [sym__literal] = STATE(2610), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(456), [sym_block_comment] = STATE(456), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68680,71 +68677,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(457)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2611), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2611), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2871), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2871), - [sym__literal] = STATE(2871), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2408), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2408), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2574), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2574), + [sym__literal] = STATE(2574), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(457), [sym_block_comment] = STATE(457), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68768,71 +68765,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(458)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2470), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2470), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2546), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2546), - [sym__literal] = STATE(2546), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2575), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2575), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2780), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2780), + [sym__literal] = STATE(2780), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(458), [sym_block_comment] = STATE(458), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68856,71 +68853,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(459)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2411), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2411), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2615), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2615), - [sym__literal] = STATE(2615), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2427), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2427), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2588), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2588), + [sym__literal] = STATE(2588), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(459), [sym_block_comment] = STATE(459), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -68944,71 +68941,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(460)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2437), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2437), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_type_binding] = STATE(2511), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_label] = STATE(3770), - [sym_block] = STATE(2511), - [sym__literal] = STATE(2511), - [sym_string_literal] = STATE(3039), - [sym_raw_string_literal] = STATE(3039), - [sym_boolean_literal] = STATE(3039), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2420), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2420), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_type_binding] = STATE(2520), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_label] = STATE(3769), + [sym_block] = STATE(2520), + [sym__literal] = STATE(2520), + [sym_string_literal] = STATE(3103), + [sym_raw_string_literal] = STATE(3103), + [sym_boolean_literal] = STATE(3103), [sym_line_comment] = STATE(460), [sym_block_comment] = STATE(460), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1611), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), @@ -69032,72 +69029,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [sym_integer_literal] = ACTIONS(1643), - [aux_sym_string_literal_token1] = ACTIONS(1167), + [aux_sym_string_literal_token1] = ACTIONS(1129), [sym_char_literal] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), - [sym__raw_string_literal_start] = ACTIONS(1177), + [sym__raw_string_literal_start] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1643), }, [STATE(461)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3680), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3727), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), [sym_line_comment] = STATE(461), [sym_block_comment] = STATE(461), - [aux_sym_match_block_repeat1] = STATE(473), - [aux_sym_match_arm_repeat1] = STATE(684), + [aux_sym_match_block_repeat1] = STATE(472), + [aux_sym_match_arm_repeat1] = STATE(733), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -69149,40 +69146,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1705), }, [STATE(462)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3672), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3630), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), [sym_line_comment] = STATE(462), [sym_block_comment] = STATE(462), - [aux_sym_match_block_repeat1] = STATE(469), - [aux_sym_match_arm_repeat1] = STATE(684), + [aux_sym_match_block_repeat1] = STATE(471), + [aux_sym_match_arm_repeat1] = STATE(733), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -69234,7 +69231,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1705), }, [STATE(463)] = { - [sym_else_clause] = STATE(489), + [sym_else_clause] = STATE(475), [sym_line_comment] = STATE(463), [sym_block_comment] = STATE(463), [sym_identifier] = ACTIONS(1407), @@ -69319,40 +69316,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1405), }, [STATE(464)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3776), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3734), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), [sym_line_comment] = STATE(464), [sym_block_comment] = STATE(464), - [aux_sym_match_block_repeat1] = STATE(467), - [aux_sym_match_arm_repeat1] = STATE(684), + [aux_sym_match_block_repeat1] = STATE(468), + [aux_sym_match_arm_repeat1] = STATE(733), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -69404,40 +69401,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1705), }, [STATE(465)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3668), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3643), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), [sym_line_comment] = STATE(465), [sym_block_comment] = STATE(465), - [aux_sym_match_block_repeat1] = STATE(466), - [aux_sym_match_arm_repeat1] = STATE(684), + [aux_sym_match_block_repeat1] = STATE(474), + [aux_sym_match_arm_repeat1] = STATE(733), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -69489,176 +69486,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1705), }, [STATE(466)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3612), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), [sym_line_comment] = STATE(466), [sym_block_comment] = STATE(466), - [aux_sym_match_block_repeat1] = STATE(497), - [aux_sym_match_arm_repeat1] = STATE(684), - [sym_identifier] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1673), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_u8] = ACTIONS(1679), - [anon_sym_i8] = ACTIONS(1679), - [anon_sym_u16] = ACTIONS(1679), - [anon_sym_i16] = ACTIONS(1679), - [anon_sym_u32] = ACTIONS(1679), - [anon_sym_i32] = ACTIONS(1679), - [anon_sym_u64] = ACTIONS(1679), - [anon_sym_i64] = ACTIONS(1679), - [anon_sym_u128] = ACTIONS(1679), - [anon_sym_i128] = ACTIONS(1679), - [anon_sym_isize] = ACTIONS(1679), - [anon_sym_usize] = ACTIONS(1679), - [anon_sym_f32] = ACTIONS(1679), - [anon_sym_f64] = ACTIONS(1679), - [anon_sym_bool] = ACTIONS(1679), - [anon_sym_str] = ACTIONS(1679), - [anon_sym_char] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_PIPE] = ACTIONS(1685), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1687), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_POUND] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1697), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_gen] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(1703), - [sym_integer_literal] = ACTIONS(1705), - [aux_sym_string_literal_token1] = ACTIONS(1707), - [sym_char_literal] = ACTIONS(1705), - [anon_sym_true] = ACTIONS(1709), - [anon_sym_false] = ACTIONS(1709), + [sym_identifier] = ACTIONS(1447), + [anon_sym_LPAREN] = ACTIONS(1445), + [anon_sym_LBRACK] = ACTIONS(1445), + [anon_sym_RBRACE] = ACTIONS(1445), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_QMARK] = ACTIONS(1445), + [anon_sym_u8] = ACTIONS(1447), + [anon_sym_i8] = ACTIONS(1447), + [anon_sym_u16] = ACTIONS(1447), + [anon_sym_i16] = ACTIONS(1447), + [anon_sym_u32] = ACTIONS(1447), + [anon_sym_i32] = ACTIONS(1447), + [anon_sym_u64] = ACTIONS(1447), + [anon_sym_i64] = ACTIONS(1447), + [anon_sym_u128] = ACTIONS(1447), + [anon_sym_i128] = ACTIONS(1447), + [anon_sym_isize] = ACTIONS(1447), + [anon_sym_usize] = ACTIONS(1447), + [anon_sym_f32] = ACTIONS(1447), + [anon_sym_f64] = ACTIONS(1447), + [anon_sym_bool] = ACTIONS(1447), + [anon_sym_str] = ACTIONS(1447), + [anon_sym_char] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_PERCENT] = ACTIONS(1447), + [anon_sym_CARET] = ACTIONS(1447), + [anon_sym_AMP] = ACTIONS(1447), + [anon_sym_PIPE] = ACTIONS(1447), + [anon_sym_AMP_AMP] = ACTIONS(1445), + [anon_sym_PIPE_PIPE] = ACTIONS(1445), + [anon_sym_LT_LT] = ACTIONS(1447), + [anon_sym_GT_GT] = ACTIONS(1447), + [anon_sym_PLUS_EQ] = ACTIONS(1445), + [anon_sym_DASH_EQ] = ACTIONS(1445), + [anon_sym_STAR_EQ] = ACTIONS(1445), + [anon_sym_SLASH_EQ] = ACTIONS(1445), + [anon_sym_PERCENT_EQ] = ACTIONS(1445), + [anon_sym_CARET_EQ] = ACTIONS(1445), + [anon_sym_AMP_EQ] = ACTIONS(1445), + [anon_sym_PIPE_EQ] = ACTIONS(1445), + [anon_sym_LT_LT_EQ] = ACTIONS(1445), + [anon_sym_GT_GT_EQ] = ACTIONS(1445), + [anon_sym_EQ] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1445), + [anon_sym_BANG_EQ] = ACTIONS(1445), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_LT] = ACTIONS(1447), + [anon_sym_GT_EQ] = ACTIONS(1445), + [anon_sym_LT_EQ] = ACTIONS(1445), + [anon_sym__] = ACTIONS(1447), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT_DOT] = ACTIONS(1447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1445), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1445), + [anon_sym_COMMA] = ACTIONS(1445), + [anon_sym_COLON_COLON] = ACTIONS(1445), + [anon_sym_POUND] = ACTIONS(1445), + [anon_sym_as] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_gen] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_ref] = ACTIONS(1447), + [anon_sym_else] = ACTIONS(1447), + [sym_mutable_specifier] = ACTIONS(1447), + [sym_integer_literal] = ACTIONS(1445), + [aux_sym_string_literal_token1] = ACTIONS(1445), + [sym_char_literal] = ACTIONS(1445), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1711), - [sym_super] = ACTIONS(1711), - [sym_crate] = ACTIONS(1711), - [sym_metavariable] = ACTIONS(1713), - [sym__raw_string_literal_start] = ACTIONS(1715), - [sym_float_literal] = ACTIONS(1705), + [sym_self] = ACTIONS(1447), + [sym_super] = ACTIONS(1447), + [sym_crate] = ACTIONS(1447), + [sym_metavariable] = ACTIONS(1445), + [sym__raw_string_literal_start] = ACTIONS(1445), + [sym_float_literal] = ACTIONS(1445), }, [STATE(467)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3498), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), [sym_line_comment] = STATE(467), [sym_block_comment] = STATE(467), - [aux_sym_match_block_repeat1] = STATE(497), - [aux_sym_match_arm_repeat1] = STATE(684), - [sym_identifier] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1673), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_u8] = ACTIONS(1679), - [anon_sym_i8] = ACTIONS(1679), - [anon_sym_u16] = ACTIONS(1679), - [anon_sym_i16] = ACTIONS(1679), - [anon_sym_u32] = ACTIONS(1679), - [anon_sym_i32] = ACTIONS(1679), - [anon_sym_u64] = ACTIONS(1679), - [anon_sym_i64] = ACTIONS(1679), - [anon_sym_u128] = ACTIONS(1679), - [anon_sym_i128] = ACTIONS(1679), - [anon_sym_isize] = ACTIONS(1679), - [anon_sym_usize] = ACTIONS(1679), - [anon_sym_f32] = ACTIONS(1679), - [anon_sym_f64] = ACTIONS(1679), - [anon_sym_bool] = ACTIONS(1679), - [anon_sym_str] = ACTIONS(1679), - [anon_sym_char] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_PIPE] = ACTIONS(1685), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1687), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_POUND] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1697), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_gen] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(1703), - [sym_integer_literal] = ACTIONS(1705), - [aux_sym_string_literal_token1] = ACTIONS(1707), - [sym_char_literal] = ACTIONS(1705), - [anon_sym_true] = ACTIONS(1709), - [anon_sym_false] = ACTIONS(1709), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1711), - [sym_super] = ACTIONS(1711), - [sym_crate] = ACTIONS(1711), - [sym_metavariable] = ACTIONS(1713), - [sym__raw_string_literal_start] = ACTIONS(1715), - [sym_float_literal] = ACTIONS(1705), - }, - [STATE(468)] = { - [sym_line_comment] = STATE(468), - [sym_block_comment] = STATE(468), [sym_identifier] = ACTIONS(1451), [anon_sym_LPAREN] = ACTIONS(1449), [anon_sym_LBRACK] = ACTIONS(1449), @@ -69740,41 +69653,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1449), [sym_float_literal] = ACTIONS(1449), }, - [STATE(469)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3655), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(469), - [sym_block_comment] = STATE(469), - [aux_sym_match_block_repeat1] = STATE(497), - [aux_sym_match_arm_repeat1] = STATE(684), + [STATE(468)] = { + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3579), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(468), + [sym_block_comment] = STATE(468), + [aux_sym_match_block_repeat1] = STATE(480), + [aux_sym_match_arm_repeat1] = STATE(733), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -69824,6 +69737,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, + [STATE(469)] = { + [sym_line_comment] = STATE(469), + [sym_block_comment] = STATE(469), + [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), + [anon_sym_else] = ACTIONS(1439), + [sym_mutable_specifier] = ACTIONS(1439), + [sym_integer_literal] = ACTIONS(1437), + [aux_sym_string_literal_token1] = ACTIONS(1437), + [sym_char_literal] = ACTIONS(1437), + [anon_sym_true] = ACTIONS(1439), + [anon_sym_false] = ACTIONS(1439), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1439), + [sym_super] = ACTIONS(1439), + [sym_crate] = ACTIONS(1439), + [sym_metavariable] = ACTIONS(1437), + [sym__raw_string_literal_start] = ACTIONS(1437), + [sym_float_literal] = ACTIONS(1437), + }, [STATE(470)] = { [sym_line_comment] = STATE(470), [sym_block_comment] = STATE(470), @@ -69909,8 +69906,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1441), }, [STATE(471)] = { + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3762), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), [sym_line_comment] = STATE(471), [sym_block_comment] = STATE(471), + [aux_sym_match_block_repeat1] = STATE(480), + [aux_sym_match_arm_repeat1] = STATE(733), + [sym_identifier] = ACTIONS(1671), + [anon_sym_LPAREN] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_u8] = ACTIONS(1679), + [anon_sym_i8] = ACTIONS(1679), + [anon_sym_u16] = ACTIONS(1679), + [anon_sym_i16] = ACTIONS(1679), + [anon_sym_u32] = ACTIONS(1679), + [anon_sym_i32] = ACTIONS(1679), + [anon_sym_u64] = ACTIONS(1679), + [anon_sym_i64] = ACTIONS(1679), + [anon_sym_u128] = ACTIONS(1679), + [anon_sym_i128] = ACTIONS(1679), + [anon_sym_isize] = ACTIONS(1679), + [anon_sym_usize] = ACTIONS(1679), + [anon_sym_f32] = ACTIONS(1679), + [anon_sym_f64] = ACTIONS(1679), + [anon_sym_bool] = ACTIONS(1679), + [anon_sym_str] = ACTIONS(1679), + [anon_sym_char] = ACTIONS(1679), + [anon_sym_DASH] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_PIPE] = ACTIONS(1685), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1687), + [anon_sym_DOT_DOT] = ACTIONS(1689), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_POUND] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1697), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_gen] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_ref] = ACTIONS(1701), + [sym_mutable_specifier] = ACTIONS(1703), + [sym_integer_literal] = ACTIONS(1705), + [aux_sym_string_literal_token1] = ACTIONS(1707), + [sym_char_literal] = ACTIONS(1705), + [anon_sym_true] = ACTIONS(1709), + [anon_sym_false] = ACTIONS(1709), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1711), + [sym_super] = ACTIONS(1711), + [sym_crate] = ACTIONS(1711), + [sym_metavariable] = ACTIONS(1713), + [sym__raw_string_literal_start] = ACTIONS(1715), + [sym_float_literal] = ACTIONS(1705), + }, + [STATE(472)] = { + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3765), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(472), + [sym_block_comment] = STATE(472), + [aux_sym_match_block_repeat1] = STATE(480), + [aux_sym_match_arm_repeat1] = STATE(733), + [sym_identifier] = ACTIONS(1671), + [anon_sym_LPAREN] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_u8] = ACTIONS(1679), + [anon_sym_i8] = ACTIONS(1679), + [anon_sym_u16] = ACTIONS(1679), + [anon_sym_i16] = ACTIONS(1679), + [anon_sym_u32] = ACTIONS(1679), + [anon_sym_i32] = ACTIONS(1679), + [anon_sym_u64] = ACTIONS(1679), + [anon_sym_i64] = ACTIONS(1679), + [anon_sym_u128] = ACTIONS(1679), + [anon_sym_i128] = ACTIONS(1679), + [anon_sym_isize] = ACTIONS(1679), + [anon_sym_usize] = ACTIONS(1679), + [anon_sym_f32] = ACTIONS(1679), + [anon_sym_f64] = ACTIONS(1679), + [anon_sym_bool] = ACTIONS(1679), + [anon_sym_str] = ACTIONS(1679), + [anon_sym_char] = ACTIONS(1679), + [anon_sym_DASH] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_PIPE] = ACTIONS(1685), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1687), + [anon_sym_DOT_DOT] = ACTIONS(1689), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_POUND] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1697), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_gen] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_ref] = ACTIONS(1701), + [sym_mutable_specifier] = ACTIONS(1703), + [sym_integer_literal] = ACTIONS(1705), + [aux_sym_string_literal_token1] = ACTIONS(1707), + [sym_char_literal] = ACTIONS(1705), + [anon_sym_true] = ACTIONS(1709), + [anon_sym_false] = ACTIONS(1709), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1711), + [sym_super] = ACTIONS(1711), + [sym_crate] = ACTIONS(1711), + [sym_metavariable] = ACTIONS(1713), + [sym__raw_string_literal_start] = ACTIONS(1715), + [sym_float_literal] = ACTIONS(1705), + }, + [STATE(473)] = { + [sym_line_comment] = STATE(473), + [sym_block_comment] = STATE(473), [sym_identifier] = ACTIONS(1435), [anon_sym_LPAREN] = ACTIONS(1433), [anon_sym_LBRACK] = ACTIONS(1433), @@ -69974,392 +70139,307 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [anon_sym_else] = 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), - }, - [STATE(472)] = { - [sym_line_comment] = STATE(472), - [sym_block_comment] = STATE(472), - [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), - [anon_sym_else] = ACTIONS(1439), - [sym_mutable_specifier] = ACTIONS(1439), - [sym_integer_literal] = ACTIONS(1437), - [aux_sym_string_literal_token1] = ACTIONS(1437), - [sym_char_literal] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1439), - [anon_sym_false] = ACTIONS(1439), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1439), - [sym_super] = ACTIONS(1439), - [sym_crate] = ACTIONS(1439), - [sym_metavariable] = ACTIONS(1437), - [sym__raw_string_literal_start] = ACTIONS(1437), - [sym_float_literal] = ACTIONS(1437), - }, - [STATE(473)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_last_match_arm] = STATE(3528), - [sym_match_pattern] = STATE(3746), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(473), - [sym_block_comment] = STATE(473), - [aux_sym_match_block_repeat1] = STATE(497), - [aux_sym_match_arm_repeat1] = STATE(684), - [sym_identifier] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1673), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_u8] = ACTIONS(1679), - [anon_sym_i8] = ACTIONS(1679), - [anon_sym_u16] = ACTIONS(1679), - [anon_sym_i16] = ACTIONS(1679), - [anon_sym_u32] = ACTIONS(1679), - [anon_sym_i32] = ACTIONS(1679), - [anon_sym_u64] = ACTIONS(1679), - [anon_sym_i64] = ACTIONS(1679), - [anon_sym_u128] = ACTIONS(1679), - [anon_sym_i128] = ACTIONS(1679), - [anon_sym_isize] = ACTIONS(1679), - [anon_sym_usize] = ACTIONS(1679), - [anon_sym_f32] = ACTIONS(1679), - [anon_sym_f64] = ACTIONS(1679), - [anon_sym_bool] = ACTIONS(1679), - [anon_sym_str] = ACTIONS(1679), - [anon_sym_char] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_PIPE] = ACTIONS(1685), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1687), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_POUND] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1697), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_gen] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(1703), - [sym_integer_literal] = ACTIONS(1705), - [aux_sym_string_literal_token1] = ACTIONS(1707), - [sym_char_literal] = ACTIONS(1705), - [anon_sym_true] = ACTIONS(1709), - [anon_sym_false] = ACTIONS(1709), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1711), - [sym_super] = ACTIONS(1711), - [sym_crate] = ACTIONS(1711), - [sym_metavariable] = ACTIONS(1713), - [sym__raw_string_literal_start] = ACTIONS(1715), - [sym_float_literal] = ACTIONS(1705), - }, - [STATE(474)] = { - [sym_line_comment] = STATE(474), - [sym_block_comment] = STATE(474), - [sym_identifier] = ACTIONS(1447), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_PLUS] = ACTIONS(1447), - [anon_sym_STAR] = ACTIONS(1447), - [anon_sym_QMARK] = ACTIONS(1445), - [anon_sym_u8] = ACTIONS(1447), - [anon_sym_i8] = ACTIONS(1447), - [anon_sym_u16] = ACTIONS(1447), - [anon_sym_i16] = ACTIONS(1447), - [anon_sym_u32] = ACTIONS(1447), - [anon_sym_i32] = ACTIONS(1447), - [anon_sym_u64] = ACTIONS(1447), - [anon_sym_i64] = ACTIONS(1447), - [anon_sym_u128] = ACTIONS(1447), - [anon_sym_i128] = ACTIONS(1447), - [anon_sym_isize] = ACTIONS(1447), - [anon_sym_usize] = ACTIONS(1447), - [anon_sym_f32] = ACTIONS(1447), - [anon_sym_f64] = ACTIONS(1447), - [anon_sym_bool] = ACTIONS(1447), - [anon_sym_str] = ACTIONS(1447), - [anon_sym_char] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1447), - [anon_sym_SLASH] = ACTIONS(1447), - [anon_sym_PERCENT] = ACTIONS(1447), - [anon_sym_CARET] = ACTIONS(1447), - [anon_sym_AMP] = ACTIONS(1447), - [anon_sym_PIPE] = ACTIONS(1447), - [anon_sym_AMP_AMP] = ACTIONS(1445), - [anon_sym_PIPE_PIPE] = ACTIONS(1445), - [anon_sym_LT_LT] = ACTIONS(1447), - [anon_sym_GT_GT] = ACTIONS(1447), - [anon_sym_PLUS_EQ] = ACTIONS(1445), - [anon_sym_DASH_EQ] = ACTIONS(1445), - [anon_sym_STAR_EQ] = ACTIONS(1445), - [anon_sym_SLASH_EQ] = ACTIONS(1445), - [anon_sym_PERCENT_EQ] = ACTIONS(1445), - [anon_sym_CARET_EQ] = ACTIONS(1445), - [anon_sym_AMP_EQ] = ACTIONS(1445), - [anon_sym_PIPE_EQ] = ACTIONS(1445), - [anon_sym_LT_LT_EQ] = ACTIONS(1445), - [anon_sym_GT_GT_EQ] = ACTIONS(1445), - [anon_sym_EQ] = ACTIONS(1447), - [anon_sym_EQ_EQ] = ACTIONS(1445), - [anon_sym_BANG_EQ] = ACTIONS(1445), - [anon_sym_GT] = ACTIONS(1447), - [anon_sym_LT] = ACTIONS(1447), - [anon_sym_GT_EQ] = ACTIONS(1445), - [anon_sym_LT_EQ] = ACTIONS(1445), - [anon_sym__] = ACTIONS(1447), - [anon_sym_DOT] = ACTIONS(1447), - [anon_sym_DOT_DOT] = ACTIONS(1447), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1445), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1445), - [anon_sym_COMMA] = ACTIONS(1445), - [anon_sym_COLON_COLON] = ACTIONS(1445), - [anon_sym_POUND] = ACTIONS(1445), - [anon_sym_as] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_gen] = ACTIONS(1447), - [anon_sym_union] = ACTIONS(1447), - [anon_sym_ref] = ACTIONS(1447), - [anon_sym_else] = ACTIONS(1447), - [sym_mutable_specifier] = ACTIONS(1447), - [sym_integer_literal] = ACTIONS(1445), - [aux_sym_string_literal_token1] = ACTIONS(1445), - [sym_char_literal] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1447), - [anon_sym_false] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1435), + [anon_sym_ref] = ACTIONS(1435), + [anon_sym_else] = 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(1447), - [sym_super] = ACTIONS(1447), - [sym_crate] = ACTIONS(1447), - [sym_metavariable] = ACTIONS(1445), - [sym__raw_string_literal_start] = ACTIONS(1445), - [sym_float_literal] = ACTIONS(1445), + [sym_self] = ACTIONS(1435), + [sym_super] = ACTIONS(1435), + [sym_crate] = ACTIONS(1435), + [sym_metavariable] = ACTIONS(1433), + [sym__raw_string_literal_start] = ACTIONS(1433), + [sym_float_literal] = ACTIONS(1433), }, - [STATE(475)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(3145), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2655), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(475), - [sym_block_comment] = STATE(475), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(1729), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1415), + [STATE(474)] = { + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_last_match_arm] = STATE(3670), + [sym_match_pattern] = STATE(3751), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(474), + [sym_block_comment] = STATE(474), + [aux_sym_match_block_repeat1] = STATE(480), + [aux_sym_match_arm_repeat1] = STATE(733), + [sym_identifier] = ACTIONS(1671), + [anon_sym_LPAREN] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_u8] = ACTIONS(1679), + [anon_sym_i8] = ACTIONS(1679), + [anon_sym_u16] = ACTIONS(1679), + [anon_sym_i16] = ACTIONS(1679), + [anon_sym_u32] = ACTIONS(1679), + [anon_sym_i32] = ACTIONS(1679), + [anon_sym_u64] = ACTIONS(1679), + [anon_sym_i64] = ACTIONS(1679), + [anon_sym_u128] = ACTIONS(1679), + [anon_sym_i128] = ACTIONS(1679), + [anon_sym_isize] = ACTIONS(1679), + [anon_sym_usize] = ACTIONS(1679), + [anon_sym_f32] = ACTIONS(1679), + [anon_sym_f64] = ACTIONS(1679), + [anon_sym_bool] = ACTIONS(1679), + [anon_sym_str] = ACTIONS(1679), + [anon_sym_char] = ACTIONS(1679), + [anon_sym_DASH] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1737), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_async] = ACTIONS(1741), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym__] = ACTIONS(1687), + [anon_sym_DOT_DOT] = ACTIONS(1689), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_POUND] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1697), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_gen] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_ref] = ACTIONS(1701), + [sym_mutable_specifier] = ACTIONS(1703), + [sym_integer_literal] = ACTIONS(1705), + [aux_sym_string_literal_token1] = ACTIONS(1707), + [sym_char_literal] = ACTIONS(1705), + [anon_sym_true] = ACTIONS(1709), + [anon_sym_false] = ACTIONS(1709), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1711), + [sym_super] = ACTIONS(1711), + [sym_crate] = ACTIONS(1711), + [sym_metavariable] = ACTIONS(1713), + [sym__raw_string_literal_start] = ACTIONS(1715), + [sym_float_literal] = ACTIONS(1705), + }, + [STATE(475)] = { + [sym_line_comment] = STATE(475), + [sym_block_comment] = STATE(475), + [sym_identifier] = ACTIONS(1509), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(1509), + [anon_sym_QMARK] = ACTIONS(1507), + [anon_sym_u8] = ACTIONS(1509), + [anon_sym_i8] = ACTIONS(1509), + [anon_sym_u16] = ACTIONS(1509), + [anon_sym_i16] = ACTIONS(1509), + [anon_sym_u32] = ACTIONS(1509), + [anon_sym_i32] = ACTIONS(1509), + [anon_sym_u64] = ACTIONS(1509), + [anon_sym_i64] = ACTIONS(1509), + [anon_sym_u128] = ACTIONS(1509), + [anon_sym_i128] = ACTIONS(1509), + [anon_sym_isize] = ACTIONS(1509), + [anon_sym_usize] = ACTIONS(1509), + [anon_sym_f32] = ACTIONS(1509), + [anon_sym_f64] = ACTIONS(1509), + [anon_sym_bool] = ACTIONS(1509), + [anon_sym_str] = ACTIONS(1509), + [anon_sym_char] = ACTIONS(1509), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_SLASH] = ACTIONS(1509), + [anon_sym_PERCENT] = ACTIONS(1509), + [anon_sym_CARET] = ACTIONS(1509), + [anon_sym_AMP] = ACTIONS(1509), + [anon_sym_PIPE] = ACTIONS(1509), + [anon_sym_AMP_AMP] = ACTIONS(1507), + [anon_sym_PIPE_PIPE] = ACTIONS(1507), + [anon_sym_LT_LT] = ACTIONS(1509), + [anon_sym_GT_GT] = ACTIONS(1509), + [anon_sym_PLUS_EQ] = ACTIONS(1507), + [anon_sym_DASH_EQ] = ACTIONS(1507), + [anon_sym_STAR_EQ] = ACTIONS(1507), + [anon_sym_SLASH_EQ] = ACTIONS(1507), + [anon_sym_PERCENT_EQ] = ACTIONS(1507), + [anon_sym_CARET_EQ] = ACTIONS(1507), + [anon_sym_AMP_EQ] = ACTIONS(1507), + [anon_sym_PIPE_EQ] = ACTIONS(1507), + [anon_sym_LT_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_GT_EQ] = ACTIONS(1507), + [anon_sym_EQ] = ACTIONS(1509), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym__] = ACTIONS(1509), + [anon_sym_DOT] = ACTIONS(1509), + [anon_sym_DOT_DOT] = ACTIONS(1509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1507), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1507), + [anon_sym_COMMA] = ACTIONS(1507), + [anon_sym_COLON_COLON] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(1507), + [anon_sym_as] = ACTIONS(1509), + [anon_sym_const] = ACTIONS(1509), + [anon_sym_default] = ACTIONS(1509), + [anon_sym_gen] = ACTIONS(1509), + [anon_sym_union] = ACTIONS(1509), + [anon_sym_ref] = ACTIONS(1509), + [sym_mutable_specifier] = ACTIONS(1509), + [sym_integer_literal] = ACTIONS(1507), + [aux_sym_string_literal_token1] = ACTIONS(1507), + [sym_char_literal] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1509), + [anon_sym_false] = ACTIONS(1509), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1509), + [sym_super] = ACTIONS(1509), + [sym_crate] = ACTIONS(1509), + [sym_metavariable] = ACTIONS(1507), + [sym__raw_string_literal_start] = ACTIONS(1507), + [sym_float_literal] = ACTIONS(1507), }, [STATE(476)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(2901), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2824), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), [sym_line_comment] = STATE(476), [sym_block_comment] = STATE(476), + [sym_identifier] = ACTIONS(1513), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1513), + [anon_sym_QMARK] = ACTIONS(1511), + [anon_sym_u8] = ACTIONS(1513), + [anon_sym_i8] = ACTIONS(1513), + [anon_sym_u16] = ACTIONS(1513), + [anon_sym_i16] = ACTIONS(1513), + [anon_sym_u32] = ACTIONS(1513), + [anon_sym_i32] = ACTIONS(1513), + [anon_sym_u64] = ACTIONS(1513), + [anon_sym_i64] = ACTIONS(1513), + [anon_sym_u128] = ACTIONS(1513), + [anon_sym_i128] = ACTIONS(1513), + [anon_sym_isize] = ACTIONS(1513), + [anon_sym_usize] = ACTIONS(1513), + [anon_sym_f32] = ACTIONS(1513), + [anon_sym_f64] = ACTIONS(1513), + [anon_sym_bool] = ACTIONS(1513), + [anon_sym_str] = ACTIONS(1513), + [anon_sym_char] = ACTIONS(1513), + [anon_sym_DASH] = ACTIONS(1513), + [anon_sym_SLASH] = ACTIONS(1513), + [anon_sym_PERCENT] = ACTIONS(1513), + [anon_sym_CARET] = ACTIONS(1513), + [anon_sym_AMP] = ACTIONS(1513), + [anon_sym_PIPE] = ACTIONS(1513), + [anon_sym_AMP_AMP] = ACTIONS(1511), + [anon_sym_PIPE_PIPE] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS_EQ] = ACTIONS(1511), + [anon_sym_DASH_EQ] = ACTIONS(1511), + [anon_sym_STAR_EQ] = ACTIONS(1511), + [anon_sym_SLASH_EQ] = ACTIONS(1511), + [anon_sym_PERCENT_EQ] = ACTIONS(1511), + [anon_sym_CARET_EQ] = ACTIONS(1511), + [anon_sym_AMP_EQ] = ACTIONS(1511), + [anon_sym_PIPE_EQ] = ACTIONS(1511), + [anon_sym_LT_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_GT_EQ] = ACTIONS(1511), + [anon_sym_EQ] = ACTIONS(1513), + [anon_sym_EQ_EQ] = ACTIONS(1511), + [anon_sym_BANG_EQ] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1513), + [anon_sym_LT] = ACTIONS(1513), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym__] = ACTIONS(1513), + [anon_sym_DOT] = ACTIONS(1513), + [anon_sym_DOT_DOT] = ACTIONS(1513), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1511), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1511), + [anon_sym_COMMA] = ACTIONS(1511), + [anon_sym_COLON_COLON] = ACTIONS(1511), + [anon_sym_POUND] = ACTIONS(1511), + [anon_sym_as] = ACTIONS(1513), + [anon_sym_const] = ACTIONS(1513), + [anon_sym_default] = ACTIONS(1513), + [anon_sym_gen] = ACTIONS(1513), + [anon_sym_union] = ACTIONS(1513), + [anon_sym_ref] = ACTIONS(1513), + [sym_mutable_specifier] = ACTIONS(1513), + [sym_integer_literal] = ACTIONS(1511), + [aux_sym_string_literal_token1] = ACTIONS(1511), + [sym_char_literal] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1513), + [anon_sym_false] = ACTIONS(1513), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1513), + [sym_super] = ACTIONS(1513), + [sym_crate] = ACTIONS(1513), + [sym_metavariable] = ACTIONS(1511), + [sym__raw_string_literal_start] = ACTIONS(1511), + [sym_float_literal] = ACTIONS(1511), + }, + [STATE(477)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3176), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(2875), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(477), + [sym_block_comment] = STATE(477), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(1751), + [anon_sym_RPAREN] = ACTIONS(1729), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -70378,1037 +70458,539 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), [anon_sym_PIPE] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), [anon_sym_COMMA] = ACTIONS(1419), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_async] = ACTIONS(1741), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_async] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(477)] = { - [sym_line_comment] = STATE(477), - [sym_block_comment] = STATE(477), - [sym_identifier] = ACTIONS(1473), - [anon_sym_LPAREN] = ACTIONS(1471), - [anon_sym_LBRACK] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1473), - [anon_sym_QMARK] = ACTIONS(1471), - [anon_sym_u8] = ACTIONS(1473), - [anon_sym_i8] = ACTIONS(1473), - [anon_sym_u16] = ACTIONS(1473), - [anon_sym_i16] = ACTIONS(1473), - [anon_sym_u32] = ACTIONS(1473), - [anon_sym_i32] = ACTIONS(1473), - [anon_sym_u64] = ACTIONS(1473), - [anon_sym_i64] = ACTIONS(1473), - [anon_sym_u128] = ACTIONS(1473), - [anon_sym_i128] = ACTIONS(1473), - [anon_sym_isize] = ACTIONS(1473), - [anon_sym_usize] = ACTIONS(1473), - [anon_sym_f32] = ACTIONS(1473), - [anon_sym_f64] = ACTIONS(1473), - [anon_sym_bool] = ACTIONS(1473), - [anon_sym_str] = ACTIONS(1473), - [anon_sym_char] = ACTIONS(1473), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1473), - [anon_sym_PERCENT] = ACTIONS(1473), - [anon_sym_CARET] = ACTIONS(1473), - [anon_sym_AMP] = ACTIONS(1473), - [anon_sym_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1471), - [anon_sym_LT_LT] = ACTIONS(1473), - [anon_sym_GT_GT] = ACTIONS(1473), - [anon_sym_PLUS_EQ] = ACTIONS(1471), - [anon_sym_DASH_EQ] = ACTIONS(1471), - [anon_sym_STAR_EQ] = ACTIONS(1471), - [anon_sym_SLASH_EQ] = ACTIONS(1471), - [anon_sym_PERCENT_EQ] = ACTIONS(1471), - [anon_sym_CARET_EQ] = ACTIONS(1471), - [anon_sym_AMP_EQ] = ACTIONS(1471), - [anon_sym_PIPE_EQ] = ACTIONS(1471), - [anon_sym_LT_LT_EQ] = ACTIONS(1471), - [anon_sym_GT_GT_EQ] = ACTIONS(1471), - [anon_sym_EQ] = ACTIONS(1473), - [anon_sym_EQ_EQ] = ACTIONS(1471), - [anon_sym_BANG_EQ] = ACTIONS(1471), - [anon_sym_GT] = ACTIONS(1473), - [anon_sym_LT] = ACTIONS(1473), - [anon_sym_GT_EQ] = ACTIONS(1471), - [anon_sym_LT_EQ] = ACTIONS(1471), - [anon_sym__] = ACTIONS(1473), - [anon_sym_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1471), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1471), - [anon_sym_COMMA] = ACTIONS(1471), - [anon_sym_COLON_COLON] = ACTIONS(1471), - [anon_sym_POUND] = ACTIONS(1471), - [anon_sym_as] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_gen] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_ref] = ACTIONS(1473), - [sym_mutable_specifier] = ACTIONS(1473), - [sym_integer_literal] = ACTIONS(1471), - [aux_sym_string_literal_token1] = ACTIONS(1471), - [sym_char_literal] = ACTIONS(1471), - [anon_sym_true] = ACTIONS(1473), - [anon_sym_false] = ACTIONS(1473), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1473), - [sym_super] = ACTIONS(1473), - [sym_crate] = ACTIONS(1473), - [sym_metavariable] = ACTIONS(1471), - [sym__raw_string_literal_start] = ACTIONS(1471), - [sym_float_literal] = ACTIONS(1471), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(478)] = { [sym_line_comment] = STATE(478), [sym_block_comment] = STATE(478), - [sym_identifier] = ACTIONS(1545), - [anon_sym_LPAREN] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1543), - [anon_sym_RBRACE] = ACTIONS(1543), - [anon_sym_PLUS] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1545), - [anon_sym_QMARK] = ACTIONS(1543), - [anon_sym_u8] = ACTIONS(1545), - [anon_sym_i8] = ACTIONS(1545), - [anon_sym_u16] = ACTIONS(1545), - [anon_sym_i16] = ACTIONS(1545), - [anon_sym_u32] = ACTIONS(1545), - [anon_sym_i32] = ACTIONS(1545), - [anon_sym_u64] = ACTIONS(1545), - [anon_sym_i64] = ACTIONS(1545), - [anon_sym_u128] = ACTIONS(1545), - [anon_sym_i128] = ACTIONS(1545), - [anon_sym_isize] = ACTIONS(1545), - [anon_sym_usize] = ACTIONS(1545), - [anon_sym_f32] = ACTIONS(1545), - [anon_sym_f64] = ACTIONS(1545), - [anon_sym_bool] = ACTIONS(1545), - [anon_sym_str] = ACTIONS(1545), - [anon_sym_char] = ACTIONS(1545), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_SLASH] = ACTIONS(1545), - [anon_sym_PERCENT] = ACTIONS(1545), - [anon_sym_CARET] = ACTIONS(1545), - [anon_sym_AMP] = ACTIONS(1545), - [anon_sym_PIPE] = ACTIONS(1545), - [anon_sym_AMP_AMP] = ACTIONS(1543), - [anon_sym_PIPE_PIPE] = ACTIONS(1543), - [anon_sym_LT_LT] = ACTIONS(1545), - [anon_sym_GT_GT] = ACTIONS(1545), - [anon_sym_PLUS_EQ] = ACTIONS(1543), - [anon_sym_DASH_EQ] = ACTIONS(1543), - [anon_sym_STAR_EQ] = ACTIONS(1543), - [anon_sym_SLASH_EQ] = ACTIONS(1543), - [anon_sym_PERCENT_EQ] = ACTIONS(1543), - [anon_sym_CARET_EQ] = ACTIONS(1543), - [anon_sym_AMP_EQ] = ACTIONS(1543), - [anon_sym_PIPE_EQ] = ACTIONS(1543), - [anon_sym_LT_LT_EQ] = ACTIONS(1543), - [anon_sym_GT_GT_EQ] = ACTIONS(1543), - [anon_sym_EQ] = ACTIONS(1545), - [anon_sym_EQ_EQ] = ACTIONS(1543), - [anon_sym_BANG_EQ] = ACTIONS(1543), - [anon_sym_GT] = ACTIONS(1545), - [anon_sym_LT] = ACTIONS(1545), - [anon_sym_GT_EQ] = ACTIONS(1543), - [anon_sym_LT_EQ] = ACTIONS(1543), - [anon_sym__] = ACTIONS(1545), - [anon_sym_DOT] = ACTIONS(1545), - [anon_sym_DOT_DOT] = ACTIONS(1545), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1543), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1543), - [anon_sym_COMMA] = ACTIONS(1543), - [anon_sym_COLON_COLON] = ACTIONS(1543), - [anon_sym_POUND] = ACTIONS(1543), - [anon_sym_as] = ACTIONS(1545), - [anon_sym_const] = ACTIONS(1545), - [anon_sym_default] = ACTIONS(1545), - [anon_sym_gen] = ACTIONS(1545), - [anon_sym_union] = ACTIONS(1545), - [anon_sym_ref] = ACTIONS(1545), - [sym_mutable_specifier] = ACTIONS(1545), - [sym_integer_literal] = ACTIONS(1543), - [aux_sym_string_literal_token1] = ACTIONS(1543), - [sym_char_literal] = ACTIONS(1543), - [anon_sym_true] = ACTIONS(1545), - [anon_sym_false] = ACTIONS(1545), + [sym_identifier] = ACTIONS(1499), + [anon_sym_LPAREN] = ACTIONS(1497), + [anon_sym_LBRACK] = ACTIONS(1497), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1499), + [anon_sym_QMARK] = ACTIONS(1497), + [anon_sym_u8] = ACTIONS(1499), + [anon_sym_i8] = ACTIONS(1499), + [anon_sym_u16] = ACTIONS(1499), + [anon_sym_i16] = ACTIONS(1499), + [anon_sym_u32] = ACTIONS(1499), + [anon_sym_i32] = ACTIONS(1499), + [anon_sym_u64] = ACTIONS(1499), + [anon_sym_i64] = ACTIONS(1499), + [anon_sym_u128] = ACTIONS(1499), + [anon_sym_i128] = ACTIONS(1499), + [anon_sym_isize] = ACTIONS(1499), + [anon_sym_usize] = ACTIONS(1499), + [anon_sym_f32] = ACTIONS(1499), + [anon_sym_f64] = ACTIONS(1499), + [anon_sym_bool] = ACTIONS(1499), + [anon_sym_str] = ACTIONS(1499), + [anon_sym_char] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_SLASH] = ACTIONS(1499), + [anon_sym_PERCENT] = ACTIONS(1499), + [anon_sym_CARET] = ACTIONS(1499), + [anon_sym_AMP] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1497), + [anon_sym_LT_LT] = ACTIONS(1499), + [anon_sym_GT_GT] = ACTIONS(1499), + [anon_sym_PLUS_EQ] = ACTIONS(1497), + [anon_sym_DASH_EQ] = ACTIONS(1497), + [anon_sym_STAR_EQ] = ACTIONS(1497), + [anon_sym_SLASH_EQ] = ACTIONS(1497), + [anon_sym_PERCENT_EQ] = ACTIONS(1497), + [anon_sym_CARET_EQ] = ACTIONS(1497), + [anon_sym_AMP_EQ] = ACTIONS(1497), + [anon_sym_PIPE_EQ] = ACTIONS(1497), + [anon_sym_LT_LT_EQ] = ACTIONS(1497), + [anon_sym_GT_GT_EQ] = ACTIONS(1497), + [anon_sym_EQ] = ACTIONS(1499), + [anon_sym_EQ_EQ] = ACTIONS(1497), + [anon_sym_BANG_EQ] = ACTIONS(1497), + [anon_sym_GT] = ACTIONS(1499), + [anon_sym_LT] = ACTIONS(1499), + [anon_sym_GT_EQ] = ACTIONS(1497), + [anon_sym_LT_EQ] = ACTIONS(1497), + [anon_sym__] = ACTIONS(1499), + [anon_sym_DOT] = ACTIONS(1499), + [anon_sym_DOT_DOT] = ACTIONS(1499), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1497), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1497), + [anon_sym_COMMA] = ACTIONS(1497), + [anon_sym_COLON_COLON] = ACTIONS(1497), + [anon_sym_POUND] = ACTIONS(1497), + [anon_sym_as] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_gen] = ACTIONS(1499), + [anon_sym_union] = ACTIONS(1499), + [anon_sym_ref] = ACTIONS(1499), + [sym_mutable_specifier] = ACTIONS(1499), + [sym_integer_literal] = ACTIONS(1497), + [aux_sym_string_literal_token1] = ACTIONS(1497), + [sym_char_literal] = ACTIONS(1497), + [anon_sym_true] = ACTIONS(1499), + [anon_sym_false] = ACTIONS(1499), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1545), - [sym_super] = ACTIONS(1545), - [sym_crate] = ACTIONS(1545), - [sym_metavariable] = ACTIONS(1543), - [sym__raw_string_literal_start] = ACTIONS(1543), - [sym_float_literal] = ACTIONS(1543), + [sym_self] = ACTIONS(1499), + [sym_super] = ACTIONS(1499), + [sym_crate] = ACTIONS(1499), + [sym_metavariable] = ACTIONS(1497), + [sym__raw_string_literal_start] = ACTIONS(1497), + [sym_float_literal] = ACTIONS(1497), }, [STATE(479)] = { [sym_line_comment] = STATE(479), [sym_block_comment] = STATE(479), - [sym_identifier] = ACTIONS(1753), - [anon_sym_LPAREN] = ACTIONS(1755), - [anon_sym_LBRACK] = ACTIONS(1755), - [anon_sym_RBRACE] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_QMARK] = ACTIONS(1457), - [anon_sym_u8] = ACTIONS(1753), - [anon_sym_i8] = ACTIONS(1753), - [anon_sym_u16] = ACTIONS(1753), - [anon_sym_i16] = ACTIONS(1753), - [anon_sym_u32] = ACTIONS(1753), - [anon_sym_i32] = ACTIONS(1753), - [anon_sym_u64] = ACTIONS(1753), - [anon_sym_i64] = ACTIONS(1753), - [anon_sym_u128] = ACTIONS(1753), - [anon_sym_i128] = ACTIONS(1753), - [anon_sym_isize] = ACTIONS(1753), - [anon_sym_usize] = ACTIONS(1753), - [anon_sym_f32] = ACTIONS(1753), - [anon_sym_f64] = ACTIONS(1753), - [anon_sym_bool] = ACTIONS(1753), - [anon_sym_str] = ACTIONS(1753), - [anon_sym_char] = ACTIONS(1753), - [anon_sym_DASH] = ACTIONS(1753), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_PERCENT] = ACTIONS(1459), - [anon_sym_CARET] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1753), - [anon_sym_PIPE] = ACTIONS(1753), - [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(1753), - [anon_sym_GT_EQ] = ACTIONS(1457), - [anon_sym_LT_EQ] = ACTIONS(1457), - [anon_sym__] = ACTIONS(1753), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT] = ACTIONS(1753), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1457), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1755), - [anon_sym_COMMA] = ACTIONS(1457), - [anon_sym_COLON_COLON] = ACTIONS(1755), - [anon_sym_POUND] = ACTIONS(1755), - [anon_sym_as] = ACTIONS(1459), - [anon_sym_const] = ACTIONS(1753), - [anon_sym_default] = ACTIONS(1753), - [anon_sym_gen] = ACTIONS(1753), - [anon_sym_union] = ACTIONS(1753), - [anon_sym_ref] = ACTIONS(1753), - [sym_mutable_specifier] = ACTIONS(1753), - [sym_integer_literal] = ACTIONS(1755), - [aux_sym_string_literal_token1] = ACTIONS(1755), - [sym_char_literal] = ACTIONS(1755), - [anon_sym_true] = ACTIONS(1753), - [anon_sym_false] = ACTIONS(1753), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1753), - [sym_super] = ACTIONS(1753), - [sym_crate] = ACTIONS(1753), - [sym_metavariable] = ACTIONS(1755), - [sym__raw_string_literal_start] = ACTIONS(1755), - [sym_float_literal] = ACTIONS(1755), + [sym_identifier] = ACTIONS(1505), + [anon_sym_LPAREN] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1503), + [anon_sym_RBRACE] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1505), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_QMARK] = ACTIONS(1503), + [anon_sym_u8] = ACTIONS(1505), + [anon_sym_i8] = ACTIONS(1505), + [anon_sym_u16] = ACTIONS(1505), + [anon_sym_i16] = ACTIONS(1505), + [anon_sym_u32] = ACTIONS(1505), + [anon_sym_i32] = ACTIONS(1505), + [anon_sym_u64] = ACTIONS(1505), + [anon_sym_i64] = ACTIONS(1505), + [anon_sym_u128] = ACTIONS(1505), + [anon_sym_i128] = ACTIONS(1505), + [anon_sym_isize] = ACTIONS(1505), + [anon_sym_usize] = ACTIONS(1505), + [anon_sym_f32] = ACTIONS(1505), + [anon_sym_f64] = ACTIONS(1505), + [anon_sym_bool] = ACTIONS(1505), + [anon_sym_str] = ACTIONS(1505), + [anon_sym_char] = ACTIONS(1505), + [anon_sym_DASH] = ACTIONS(1505), + [anon_sym_SLASH] = ACTIONS(1505), + [anon_sym_PERCENT] = ACTIONS(1505), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1505), + [anon_sym_PIPE] = ACTIONS(1505), + [anon_sym_AMP_AMP] = ACTIONS(1503), + [anon_sym_PIPE_PIPE] = ACTIONS(1503), + [anon_sym_LT_LT] = ACTIONS(1505), + [anon_sym_GT_GT] = ACTIONS(1505), + [anon_sym_PLUS_EQ] = ACTIONS(1503), + [anon_sym_DASH_EQ] = ACTIONS(1503), + [anon_sym_STAR_EQ] = ACTIONS(1503), + [anon_sym_SLASH_EQ] = ACTIONS(1503), + [anon_sym_PERCENT_EQ] = ACTIONS(1503), + [anon_sym_CARET_EQ] = ACTIONS(1503), + [anon_sym_AMP_EQ] = ACTIONS(1503), + [anon_sym_PIPE_EQ] = ACTIONS(1503), + [anon_sym_LT_LT_EQ] = ACTIONS(1503), + [anon_sym_GT_GT_EQ] = ACTIONS(1503), + [anon_sym_EQ] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1503), + [anon_sym_BANG_EQ] = ACTIONS(1503), + [anon_sym_GT] = ACTIONS(1505), + [anon_sym_LT] = ACTIONS(1505), + [anon_sym_GT_EQ] = ACTIONS(1503), + [anon_sym_LT_EQ] = ACTIONS(1503), + [anon_sym__] = ACTIONS(1505), + [anon_sym_DOT] = ACTIONS(1505), + [anon_sym_DOT_DOT] = ACTIONS(1505), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1503), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1503), + [anon_sym_COMMA] = ACTIONS(1503), + [anon_sym_COLON_COLON] = ACTIONS(1503), + [anon_sym_POUND] = ACTIONS(1503), + [anon_sym_as] = ACTIONS(1505), + [anon_sym_const] = ACTIONS(1505), + [anon_sym_default] = ACTIONS(1505), + [anon_sym_gen] = ACTIONS(1505), + [anon_sym_union] = ACTIONS(1505), + [anon_sym_ref] = ACTIONS(1505), + [sym_mutable_specifier] = ACTIONS(1505), + [sym_integer_literal] = ACTIONS(1503), + [aux_sym_string_literal_token1] = ACTIONS(1503), + [sym_char_literal] = ACTIONS(1503), + [anon_sym_true] = ACTIONS(1505), + [anon_sym_false] = ACTIONS(1505), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1505), + [sym_super] = ACTIONS(1505), + [sym_crate] = ACTIONS(1505), + [sym_metavariable] = ACTIONS(1503), + [sym__raw_string_literal_start] = ACTIONS(1503), + [sym_float_literal] = ACTIONS(1503), }, [STATE(480)] = { + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_arm] = STATE(1423), + [sym_match_pattern] = STATE(3515), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), [sym_line_comment] = STATE(480), [sym_block_comment] = STATE(480), - [sym_identifier] = ACTIONS(1465), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1465), - [anon_sym_STAR] = ACTIONS(1465), - [anon_sym_QMARK] = 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(1465), - [anon_sym_SLASH] = ACTIONS(1465), - [anon_sym_PERCENT] = ACTIONS(1465), - [anon_sym_CARET] = ACTIONS(1465), - [anon_sym_AMP] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_AMP_AMP] = ACTIONS(1463), - [anon_sym_PIPE_PIPE] = ACTIONS(1463), - [anon_sym_LT_LT] = ACTIONS(1465), - [anon_sym_GT_GT] = ACTIONS(1465), - [anon_sym_PLUS_EQ] = ACTIONS(1463), - [anon_sym_DASH_EQ] = ACTIONS(1463), - [anon_sym_STAR_EQ] = ACTIONS(1463), - [anon_sym_SLASH_EQ] = ACTIONS(1463), - [anon_sym_PERCENT_EQ] = ACTIONS(1463), - [anon_sym_CARET_EQ] = ACTIONS(1463), - [anon_sym_AMP_EQ] = ACTIONS(1463), - [anon_sym_PIPE_EQ] = ACTIONS(1463), - [anon_sym_LT_LT_EQ] = ACTIONS(1463), - [anon_sym_GT_GT_EQ] = ACTIONS(1463), - [anon_sym_EQ] = ACTIONS(1465), - [anon_sym_EQ_EQ] = ACTIONS(1463), - [anon_sym_BANG_EQ] = ACTIONS(1463), - [anon_sym_GT] = ACTIONS(1465), - [anon_sym_LT] = ACTIONS(1465), - [anon_sym_GT_EQ] = ACTIONS(1463), - [anon_sym_LT_EQ] = ACTIONS(1463), - [anon_sym__] = ACTIONS(1465), - [anon_sym_DOT] = ACTIONS(1465), - [anon_sym_DOT_DOT] = ACTIONS(1465), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1463), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1463), - [anon_sym_COMMA] = ACTIONS(1463), - [anon_sym_COLON_COLON] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(1463), - [anon_sym_as] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_gen] = ACTIONS(1465), - [anon_sym_union] = ACTIONS(1465), - [anon_sym_ref] = ACTIONS(1465), - [sym_mutable_specifier] = 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), + [aux_sym_match_block_repeat1] = STATE(480), + [aux_sym_match_arm_repeat1] = STATE(704), + [sym_identifier] = ACTIONS(1749), + [anon_sym_LPAREN] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(1755), + [anon_sym_u8] = ACTIONS(1758), + [anon_sym_i8] = ACTIONS(1758), + [anon_sym_u16] = ACTIONS(1758), + [anon_sym_i16] = ACTIONS(1758), + [anon_sym_u32] = ACTIONS(1758), + [anon_sym_i32] = ACTIONS(1758), + [anon_sym_u64] = ACTIONS(1758), + [anon_sym_i64] = ACTIONS(1758), + [anon_sym_u128] = ACTIONS(1758), + [anon_sym_i128] = ACTIONS(1758), + [anon_sym_isize] = ACTIONS(1758), + [anon_sym_usize] = ACTIONS(1758), + [anon_sym_f32] = ACTIONS(1758), + [anon_sym_f64] = ACTIONS(1758), + [anon_sym_bool] = ACTIONS(1758), + [anon_sym_str] = ACTIONS(1758), + [anon_sym_char] = ACTIONS(1758), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_AMP] = ACTIONS(1764), + [anon_sym_PIPE] = ACTIONS(1767), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym__] = ACTIONS(1773), + [anon_sym_DOT_DOT] = ACTIONS(1776), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1779), + [anon_sym_COLON_COLON] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1785), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_default] = ACTIONS(1791), + [anon_sym_gen] = ACTIONS(1791), + [anon_sym_union] = ACTIONS(1791), + [anon_sym_ref] = ACTIONS(1794), + [sym_mutable_specifier] = ACTIONS(1797), + [sym_integer_literal] = ACTIONS(1800), + [aux_sym_string_literal_token1] = ACTIONS(1803), + [sym_char_literal] = ACTIONS(1800), + [anon_sym_true] = ACTIONS(1806), + [anon_sym_false] = ACTIONS(1806), + [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(1812), + [sym__raw_string_literal_start] = ACTIONS(1815), + [sym_float_literal] = ACTIONS(1800), }, [STATE(481)] = { [sym_line_comment] = STATE(481), [sym_block_comment] = STATE(481), - [sym_identifier] = ACTIONS(1757), - [anon_sym_LPAREN] = ACTIONS(1759), - [anon_sym_LBRACK] = ACTIONS(1759), - [anon_sym_RBRACE] = ACTIONS(1457), - [anon_sym_PLUS] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1459), - [anon_sym_QMARK] = ACTIONS(1457), - [anon_sym_u8] = ACTIONS(1757), - [anon_sym_i8] = ACTIONS(1757), - [anon_sym_u16] = ACTIONS(1757), - [anon_sym_i16] = ACTIONS(1757), - [anon_sym_u32] = ACTIONS(1757), - [anon_sym_i32] = ACTIONS(1757), - [anon_sym_u64] = ACTIONS(1757), - [anon_sym_i64] = ACTIONS(1757), - [anon_sym_u128] = ACTIONS(1757), - [anon_sym_i128] = ACTIONS(1757), - [anon_sym_isize] = ACTIONS(1757), - [anon_sym_usize] = ACTIONS(1757), - [anon_sym_f32] = ACTIONS(1757), - [anon_sym_f64] = ACTIONS(1757), - [anon_sym_bool] = ACTIONS(1757), - [anon_sym_str] = ACTIONS(1757), - [anon_sym_char] = ACTIONS(1757), - [anon_sym_DASH] = ACTIONS(1757), - [anon_sym_SLASH] = ACTIONS(1459), - [anon_sym_PERCENT] = ACTIONS(1459), - [anon_sym_CARET] = ACTIONS(1459), - [anon_sym_AMP] = ACTIONS(1757), - [anon_sym_PIPE] = ACTIONS(1757), - [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(1757), - [anon_sym_GT_EQ] = ACTIONS(1457), - [anon_sym_LT_EQ] = ACTIONS(1457), - [anon_sym__] = ACTIONS(1757), - [anon_sym_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT] = ACTIONS(1757), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1457), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1759), - [anon_sym_COMMA] = ACTIONS(1457), - [anon_sym_COLON_COLON] = ACTIONS(1759), - [anon_sym_POUND] = ACTIONS(1759), - [anon_sym_as] = ACTIONS(1459), - [anon_sym_const] = ACTIONS(1757), - [anon_sym_default] = ACTIONS(1757), - [anon_sym_gen] = ACTIONS(1757), - [anon_sym_union] = ACTIONS(1757), - [anon_sym_ref] = ACTIONS(1757), - [sym_mutable_specifier] = ACTIONS(1757), - [sym_integer_literal] = ACTIONS(1759), - [aux_sym_string_literal_token1] = ACTIONS(1759), - [sym_char_literal] = ACTIONS(1759), - [anon_sym_true] = ACTIONS(1757), - [anon_sym_false] = ACTIONS(1757), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1757), - [sym_super] = ACTIONS(1757), - [sym_crate] = ACTIONS(1757), - [sym_metavariable] = ACTIONS(1759), - [sym__raw_string_literal_start] = ACTIONS(1759), - [sym_float_literal] = ACTIONS(1759), + [sym_identifier] = ACTIONS(1463), + [anon_sym_LPAREN] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1463), + [anon_sym_QMARK] = ACTIONS(1461), + [anon_sym_u8] = ACTIONS(1463), + [anon_sym_i8] = ACTIONS(1463), + [anon_sym_u16] = ACTIONS(1463), + [anon_sym_i16] = ACTIONS(1463), + [anon_sym_u32] = ACTIONS(1463), + [anon_sym_i32] = ACTIONS(1463), + [anon_sym_u64] = ACTIONS(1463), + [anon_sym_i64] = ACTIONS(1463), + [anon_sym_u128] = ACTIONS(1463), + [anon_sym_i128] = ACTIONS(1463), + [anon_sym_isize] = ACTIONS(1463), + [anon_sym_usize] = ACTIONS(1463), + [anon_sym_f32] = ACTIONS(1463), + [anon_sym_f64] = ACTIONS(1463), + [anon_sym_bool] = ACTIONS(1463), + [anon_sym_str] = ACTIONS(1463), + [anon_sym_char] = ACTIONS(1463), + [anon_sym_DASH] = ACTIONS(1463), + [anon_sym_SLASH] = ACTIONS(1463), + [anon_sym_PERCENT] = ACTIONS(1463), + [anon_sym_CARET] = ACTIONS(1463), + [anon_sym_AMP] = ACTIONS(1463), + [anon_sym_PIPE] = ACTIONS(1463), + [anon_sym_AMP_AMP] = ACTIONS(1461), + [anon_sym_PIPE_PIPE] = ACTIONS(1461), + [anon_sym_LT_LT] = ACTIONS(1463), + [anon_sym_GT_GT] = ACTIONS(1463), + [anon_sym_PLUS_EQ] = ACTIONS(1461), + [anon_sym_DASH_EQ] = ACTIONS(1461), + [anon_sym_STAR_EQ] = ACTIONS(1461), + [anon_sym_SLASH_EQ] = ACTIONS(1461), + [anon_sym_PERCENT_EQ] = ACTIONS(1461), + [anon_sym_CARET_EQ] = ACTIONS(1461), + [anon_sym_AMP_EQ] = ACTIONS(1461), + [anon_sym_PIPE_EQ] = ACTIONS(1461), + [anon_sym_LT_LT_EQ] = ACTIONS(1461), + [anon_sym_GT_GT_EQ] = ACTIONS(1461), + [anon_sym_EQ] = ACTIONS(1463), + [anon_sym_EQ_EQ] = ACTIONS(1461), + [anon_sym_BANG_EQ] = ACTIONS(1461), + [anon_sym_GT] = ACTIONS(1463), + [anon_sym_LT] = ACTIONS(1463), + [anon_sym_GT_EQ] = ACTIONS(1461), + [anon_sym_LT_EQ] = ACTIONS(1461), + [anon_sym__] = ACTIONS(1463), + [anon_sym_DOT] = ACTIONS(1463), + [anon_sym_DOT_DOT] = ACTIONS(1463), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1461), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1461), + [anon_sym_COMMA] = ACTIONS(1461), + [anon_sym_COLON_COLON] = ACTIONS(1461), + [anon_sym_POUND] = ACTIONS(1461), + [anon_sym_as] = ACTIONS(1463), + [anon_sym_const] = ACTIONS(1463), + [anon_sym_default] = ACTIONS(1463), + [anon_sym_gen] = ACTIONS(1463), + [anon_sym_union] = ACTIONS(1463), + [anon_sym_ref] = ACTIONS(1463), + [sym_mutable_specifier] = ACTIONS(1463), + [sym_integer_literal] = ACTIONS(1461), + [aux_sym_string_literal_token1] = ACTIONS(1461), + [sym_char_literal] = ACTIONS(1461), + [anon_sym_true] = ACTIONS(1463), + [anon_sym_false] = ACTIONS(1463), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1463), + [sym_super] = ACTIONS(1463), + [sym_crate] = ACTIONS(1463), + [sym_metavariable] = ACTIONS(1461), + [sym__raw_string_literal_start] = ACTIONS(1461), + [sym_float_literal] = ACTIONS(1461), }, [STATE(482)] = { [sym_line_comment] = STATE(482), [sym_block_comment] = STATE(482), - [sym_identifier] = ACTIONS(1503), - [anon_sym_LPAREN] = ACTIONS(1501), - [anon_sym_LBRACK] = ACTIONS(1501), - [anon_sym_RBRACE] = ACTIONS(1501), - [anon_sym_PLUS] = ACTIONS(1503), - [anon_sym_STAR] = ACTIONS(1503), - [anon_sym_QMARK] = ACTIONS(1501), - [anon_sym_u8] = ACTIONS(1503), - [anon_sym_i8] = ACTIONS(1503), - [anon_sym_u16] = ACTIONS(1503), - [anon_sym_i16] = ACTIONS(1503), - [anon_sym_u32] = ACTIONS(1503), - [anon_sym_i32] = ACTIONS(1503), - [anon_sym_u64] = ACTIONS(1503), - [anon_sym_i64] = ACTIONS(1503), - [anon_sym_u128] = ACTIONS(1503), - [anon_sym_i128] = ACTIONS(1503), - [anon_sym_isize] = ACTIONS(1503), - [anon_sym_usize] = ACTIONS(1503), - [anon_sym_f32] = ACTIONS(1503), - [anon_sym_f64] = ACTIONS(1503), - [anon_sym_bool] = ACTIONS(1503), - [anon_sym_str] = ACTIONS(1503), - [anon_sym_char] = ACTIONS(1503), - [anon_sym_DASH] = ACTIONS(1503), - [anon_sym_SLASH] = ACTIONS(1503), - [anon_sym_PERCENT] = ACTIONS(1503), - [anon_sym_CARET] = ACTIONS(1503), - [anon_sym_AMP] = ACTIONS(1503), - [anon_sym_PIPE] = ACTIONS(1503), - [anon_sym_AMP_AMP] = ACTIONS(1501), - [anon_sym_PIPE_PIPE] = ACTIONS(1501), - [anon_sym_LT_LT] = ACTIONS(1503), - [anon_sym_GT_GT] = ACTIONS(1503), - [anon_sym_PLUS_EQ] = ACTIONS(1501), - [anon_sym_DASH_EQ] = ACTIONS(1501), - [anon_sym_STAR_EQ] = ACTIONS(1501), - [anon_sym_SLASH_EQ] = ACTIONS(1501), - [anon_sym_PERCENT_EQ] = ACTIONS(1501), - [anon_sym_CARET_EQ] = ACTIONS(1501), - [anon_sym_AMP_EQ] = ACTIONS(1501), - [anon_sym_PIPE_EQ] = ACTIONS(1501), - [anon_sym_LT_LT_EQ] = ACTIONS(1501), - [anon_sym_GT_GT_EQ] = ACTIONS(1501), - [anon_sym_EQ] = ACTIONS(1503), - [anon_sym_EQ_EQ] = ACTIONS(1501), - [anon_sym_BANG_EQ] = ACTIONS(1501), - [anon_sym_GT] = ACTIONS(1503), - [anon_sym_LT] = ACTIONS(1503), - [anon_sym_GT_EQ] = ACTIONS(1501), - [anon_sym_LT_EQ] = ACTIONS(1501), - [anon_sym__] = ACTIONS(1503), - [anon_sym_DOT] = ACTIONS(1503), - [anon_sym_DOT_DOT] = ACTIONS(1503), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1501), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1501), - [anon_sym_COMMA] = ACTIONS(1501), - [anon_sym_COLON_COLON] = ACTIONS(1501), - [anon_sym_POUND] = ACTIONS(1501), - [anon_sym_as] = ACTIONS(1503), - [anon_sym_const] = ACTIONS(1503), - [anon_sym_default] = ACTIONS(1503), - [anon_sym_gen] = ACTIONS(1503), - [anon_sym_union] = ACTIONS(1503), - [anon_sym_ref] = ACTIONS(1503), - [sym_mutable_specifier] = ACTIONS(1503), - [sym_integer_literal] = ACTIONS(1501), - [aux_sym_string_literal_token1] = ACTIONS(1501), - [sym_char_literal] = ACTIONS(1501), - [anon_sym_true] = ACTIONS(1503), - [anon_sym_false] = ACTIONS(1503), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1503), - [sym_super] = ACTIONS(1503), - [sym_crate] = ACTIONS(1503), - [sym_metavariable] = ACTIONS(1501), - [sym__raw_string_literal_start] = ACTIONS(1501), - [sym_float_literal] = ACTIONS(1501), + [sym_identifier] = ACTIONS(1818), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_QMARK] = ACTIONS(1473), + [anon_sym_u8] = ACTIONS(1818), + [anon_sym_i8] = ACTIONS(1818), + [anon_sym_u16] = ACTIONS(1818), + [anon_sym_i16] = ACTIONS(1818), + [anon_sym_u32] = ACTIONS(1818), + [anon_sym_i32] = ACTIONS(1818), + [anon_sym_u64] = ACTIONS(1818), + [anon_sym_i64] = ACTIONS(1818), + [anon_sym_u128] = ACTIONS(1818), + [anon_sym_i128] = ACTIONS(1818), + [anon_sym_isize] = ACTIONS(1818), + [anon_sym_usize] = ACTIONS(1818), + [anon_sym_f32] = ACTIONS(1818), + [anon_sym_f64] = ACTIONS(1818), + [anon_sym_bool] = ACTIONS(1818), + [anon_sym_str] = ACTIONS(1818), + [anon_sym_char] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_PERCENT] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_AMP] = ACTIONS(1818), + [anon_sym_PIPE] = ACTIONS(1818), + [anon_sym_AMP_AMP] = ACTIONS(1473), + [anon_sym_PIPE_PIPE] = ACTIONS(1473), + [anon_sym_LT_LT] = ACTIONS(1475), + [anon_sym_GT_GT] = ACTIONS(1475), + [anon_sym_PLUS_EQ] = ACTIONS(1473), + [anon_sym_DASH_EQ] = ACTIONS(1473), + [anon_sym_STAR_EQ] = ACTIONS(1473), + [anon_sym_SLASH_EQ] = ACTIONS(1473), + [anon_sym_PERCENT_EQ] = ACTIONS(1473), + [anon_sym_CARET_EQ] = ACTIONS(1473), + [anon_sym_AMP_EQ] = ACTIONS(1473), + [anon_sym_PIPE_EQ] = ACTIONS(1473), + [anon_sym_LT_LT_EQ] = ACTIONS(1473), + [anon_sym_GT_GT_EQ] = ACTIONS(1473), + [anon_sym_EQ] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1473), + [anon_sym_BANG_EQ] = ACTIONS(1473), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT_EQ] = ACTIONS(1473), + [anon_sym_LT_EQ] = ACTIONS(1473), + [anon_sym__] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT_DOT] = ACTIONS(1818), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1473), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_POUND] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1818), + [anon_sym_default] = ACTIONS(1818), + [anon_sym_gen] = ACTIONS(1818), + [anon_sym_union] = ACTIONS(1818), + [anon_sym_ref] = ACTIONS(1818), + [sym_mutable_specifier] = ACTIONS(1818), + [sym_integer_literal] = ACTIONS(1820), + [aux_sym_string_literal_token1] = ACTIONS(1820), + [sym_char_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1818), + [sym_super] = ACTIONS(1818), + [sym_crate] = ACTIONS(1818), + [sym_metavariable] = ACTIONS(1820), + [sym__raw_string_literal_start] = ACTIONS(1820), + [sym_float_literal] = ACTIONS(1820), }, [STATE(483)] = { [sym_line_comment] = STATE(483), [sym_block_comment] = STATE(483), - [sym_identifier] = ACTIONS(1491), - [anon_sym_LPAREN] = ACTIONS(1489), - [anon_sym_LBRACK] = ACTIONS(1489), - [anon_sym_RBRACE] = ACTIONS(1489), - [anon_sym_PLUS] = ACTIONS(1491), - [anon_sym_STAR] = ACTIONS(1491), - [anon_sym_QMARK] = ACTIONS(1489), - [anon_sym_u8] = ACTIONS(1491), - [anon_sym_i8] = ACTIONS(1491), - [anon_sym_u16] = ACTIONS(1491), - [anon_sym_i16] = ACTIONS(1491), - [anon_sym_u32] = ACTIONS(1491), - [anon_sym_i32] = ACTIONS(1491), - [anon_sym_u64] = ACTIONS(1491), - [anon_sym_i64] = ACTIONS(1491), - [anon_sym_u128] = ACTIONS(1491), - [anon_sym_i128] = ACTIONS(1491), - [anon_sym_isize] = ACTIONS(1491), - [anon_sym_usize] = ACTIONS(1491), - [anon_sym_f32] = ACTIONS(1491), - [anon_sym_f64] = ACTIONS(1491), - [anon_sym_bool] = ACTIONS(1491), - [anon_sym_str] = ACTIONS(1491), - [anon_sym_char] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1491), - [anon_sym_SLASH] = ACTIONS(1491), - [anon_sym_PERCENT] = ACTIONS(1491), - [anon_sym_CARET] = ACTIONS(1491), - [anon_sym_AMP] = ACTIONS(1491), - [anon_sym_PIPE] = ACTIONS(1491), - [anon_sym_AMP_AMP] = ACTIONS(1489), - [anon_sym_PIPE_PIPE] = ACTIONS(1489), - [anon_sym_LT_LT] = ACTIONS(1491), - [anon_sym_GT_GT] = ACTIONS(1491), - [anon_sym_PLUS_EQ] = ACTIONS(1489), - [anon_sym_DASH_EQ] = ACTIONS(1489), - [anon_sym_STAR_EQ] = ACTIONS(1489), - [anon_sym_SLASH_EQ] = ACTIONS(1489), - [anon_sym_PERCENT_EQ] = ACTIONS(1489), - [anon_sym_CARET_EQ] = ACTIONS(1489), - [anon_sym_AMP_EQ] = ACTIONS(1489), - [anon_sym_PIPE_EQ] = ACTIONS(1489), - [anon_sym_LT_LT_EQ] = ACTIONS(1489), - [anon_sym_GT_GT_EQ] = ACTIONS(1489), - [anon_sym_EQ] = ACTIONS(1491), - [anon_sym_EQ_EQ] = ACTIONS(1489), - [anon_sym_BANG_EQ] = ACTIONS(1489), - [anon_sym_GT] = ACTIONS(1491), - [anon_sym_LT] = ACTIONS(1491), - [anon_sym_GT_EQ] = ACTIONS(1489), - [anon_sym_LT_EQ] = ACTIONS(1489), - [anon_sym__] = ACTIONS(1491), - [anon_sym_DOT] = ACTIONS(1491), - [anon_sym_DOT_DOT] = ACTIONS(1491), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1489), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), - [anon_sym_COMMA] = ACTIONS(1489), - [anon_sym_COLON_COLON] = ACTIONS(1489), - [anon_sym_POUND] = ACTIONS(1489), - [anon_sym_as] = ACTIONS(1491), - [anon_sym_const] = ACTIONS(1491), - [anon_sym_default] = ACTIONS(1491), - [anon_sym_gen] = ACTIONS(1491), - [anon_sym_union] = ACTIONS(1491), - [anon_sym_ref] = ACTIONS(1491), - [sym_mutable_specifier] = ACTIONS(1491), - [sym_integer_literal] = ACTIONS(1489), - [aux_sym_string_literal_token1] = ACTIONS(1489), - [sym_char_literal] = ACTIONS(1489), - [anon_sym_true] = ACTIONS(1491), - [anon_sym_false] = ACTIONS(1491), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1491), - [sym_super] = ACTIONS(1491), - [sym_crate] = ACTIONS(1491), - [sym_metavariable] = ACTIONS(1489), - [sym__raw_string_literal_start] = ACTIONS(1489), - [sym_float_literal] = ACTIONS(1489), - }, - [STATE(484)] = { - [sym_line_comment] = STATE(484), - [sym_block_comment] = STATE(484), - [sym_identifier] = ACTIONS(1495), - [anon_sym_LPAREN] = ACTIONS(1493), - [anon_sym_LBRACK] = ACTIONS(1493), - [anon_sym_RBRACE] = ACTIONS(1493), - [anon_sym_PLUS] = ACTIONS(1495), - [anon_sym_STAR] = ACTIONS(1495), - [anon_sym_QMARK] = ACTIONS(1493), - [anon_sym_u8] = ACTIONS(1495), - [anon_sym_i8] = ACTIONS(1495), - [anon_sym_u16] = ACTIONS(1495), - [anon_sym_i16] = ACTIONS(1495), - [anon_sym_u32] = ACTIONS(1495), - [anon_sym_i32] = ACTIONS(1495), - [anon_sym_u64] = ACTIONS(1495), - [anon_sym_i64] = ACTIONS(1495), - [anon_sym_u128] = ACTIONS(1495), - [anon_sym_i128] = ACTIONS(1495), - [anon_sym_isize] = ACTIONS(1495), - [anon_sym_usize] = ACTIONS(1495), - [anon_sym_f32] = ACTIONS(1495), - [anon_sym_f64] = ACTIONS(1495), - [anon_sym_bool] = ACTIONS(1495), - [anon_sym_str] = ACTIONS(1495), - [anon_sym_char] = ACTIONS(1495), - [anon_sym_DASH] = ACTIONS(1495), - [anon_sym_SLASH] = ACTIONS(1495), - [anon_sym_PERCENT] = ACTIONS(1495), - [anon_sym_CARET] = ACTIONS(1495), - [anon_sym_AMP] = ACTIONS(1495), - [anon_sym_PIPE] = ACTIONS(1495), - [anon_sym_AMP_AMP] = ACTIONS(1493), - [anon_sym_PIPE_PIPE] = ACTIONS(1493), - [anon_sym_LT_LT] = ACTIONS(1495), - [anon_sym_GT_GT] = ACTIONS(1495), - [anon_sym_PLUS_EQ] = ACTIONS(1493), - [anon_sym_DASH_EQ] = ACTIONS(1493), - [anon_sym_STAR_EQ] = ACTIONS(1493), - [anon_sym_SLASH_EQ] = ACTIONS(1493), - [anon_sym_PERCENT_EQ] = ACTIONS(1493), - [anon_sym_CARET_EQ] = ACTIONS(1493), - [anon_sym_AMP_EQ] = ACTIONS(1493), - [anon_sym_PIPE_EQ] = ACTIONS(1493), - [anon_sym_LT_LT_EQ] = ACTIONS(1493), - [anon_sym_GT_GT_EQ] = ACTIONS(1493), - [anon_sym_EQ] = ACTIONS(1495), - [anon_sym_EQ_EQ] = ACTIONS(1493), - [anon_sym_BANG_EQ] = ACTIONS(1493), - [anon_sym_GT] = ACTIONS(1495), - [anon_sym_LT] = ACTIONS(1495), - [anon_sym_GT_EQ] = ACTIONS(1493), - [anon_sym_LT_EQ] = ACTIONS(1493), - [anon_sym__] = ACTIONS(1495), - [anon_sym_DOT] = ACTIONS(1495), - [anon_sym_DOT_DOT] = ACTIONS(1495), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1493), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1493), - [anon_sym_COMMA] = ACTIONS(1493), - [anon_sym_COLON_COLON] = ACTIONS(1493), - [anon_sym_POUND] = ACTIONS(1493), - [anon_sym_as] = ACTIONS(1495), - [anon_sym_const] = ACTIONS(1495), - [anon_sym_default] = ACTIONS(1495), - [anon_sym_gen] = ACTIONS(1495), - [anon_sym_union] = ACTIONS(1495), - [anon_sym_ref] = ACTIONS(1495), - [sym_mutable_specifier] = ACTIONS(1495), - [sym_integer_literal] = ACTIONS(1493), - [aux_sym_string_literal_token1] = ACTIONS(1493), - [sym_char_literal] = ACTIONS(1493), - [anon_sym_true] = ACTIONS(1495), - [anon_sym_false] = ACTIONS(1495), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1495), - [sym_super] = ACTIONS(1495), - [sym_crate] = ACTIONS(1495), - [sym_metavariable] = ACTIONS(1493), - [sym__raw_string_literal_start] = ACTIONS(1493), - [sym_float_literal] = ACTIONS(1493), - }, - [STATE(485)] = { - [sym_line_comment] = STATE(485), - [sym_block_comment] = STATE(485), - [sym_identifier] = ACTIONS(1477), - [anon_sym_LPAREN] = ACTIONS(1475), - [anon_sym_LBRACK] = 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_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__] = ACTIONS(1477), - [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_COMMA] = ACTIONS(1475), - [anon_sym_COLON_COLON] = ACTIONS(1475), - [anon_sym_POUND] = ACTIONS(1475), - [anon_sym_as] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_default] = ACTIONS(1477), - [anon_sym_gen] = ACTIONS(1477), - [anon_sym_union] = ACTIONS(1477), - [anon_sym_ref] = ACTIONS(1477), - [sym_mutable_specifier] = 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), - }, - [STATE(486)] = { - [sym_line_comment] = STATE(486), - [sym_block_comment] = STATE(486), - [sym_identifier] = ACTIONS(1511), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_LBRACK] = ACTIONS(1509), - [anon_sym_RBRACE] = ACTIONS(1509), - [anon_sym_PLUS] = ACTIONS(1511), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_QMARK] = ACTIONS(1509), - [anon_sym_u8] = ACTIONS(1511), - [anon_sym_i8] = ACTIONS(1511), - [anon_sym_u16] = ACTIONS(1511), - [anon_sym_i16] = ACTIONS(1511), - [anon_sym_u32] = ACTIONS(1511), - [anon_sym_i32] = ACTIONS(1511), - [anon_sym_u64] = ACTIONS(1511), - [anon_sym_i64] = ACTIONS(1511), - [anon_sym_u128] = ACTIONS(1511), - [anon_sym_i128] = ACTIONS(1511), - [anon_sym_isize] = ACTIONS(1511), - [anon_sym_usize] = ACTIONS(1511), - [anon_sym_f32] = ACTIONS(1511), - [anon_sym_f64] = ACTIONS(1511), - [anon_sym_bool] = ACTIONS(1511), - [anon_sym_str] = ACTIONS(1511), - [anon_sym_char] = ACTIONS(1511), - [anon_sym_DASH] = ACTIONS(1511), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_CARET] = ACTIONS(1511), - [anon_sym_AMP] = ACTIONS(1511), - [anon_sym_PIPE] = ACTIONS(1511), - [anon_sym_AMP_AMP] = ACTIONS(1509), - [anon_sym_PIPE_PIPE] = ACTIONS(1509), - [anon_sym_LT_LT] = ACTIONS(1511), - [anon_sym_GT_GT] = ACTIONS(1511), - [anon_sym_PLUS_EQ] = ACTIONS(1509), - [anon_sym_DASH_EQ] = ACTIONS(1509), - [anon_sym_STAR_EQ] = ACTIONS(1509), - [anon_sym_SLASH_EQ] = ACTIONS(1509), - [anon_sym_PERCENT_EQ] = ACTIONS(1509), - [anon_sym_CARET_EQ] = ACTIONS(1509), - [anon_sym_AMP_EQ] = ACTIONS(1509), - [anon_sym_PIPE_EQ] = ACTIONS(1509), - [anon_sym_LT_LT_EQ] = ACTIONS(1509), - [anon_sym_GT_GT_EQ] = ACTIONS(1509), - [anon_sym_EQ] = ACTIONS(1511), - [anon_sym_EQ_EQ] = ACTIONS(1509), - [anon_sym_BANG_EQ] = ACTIONS(1509), - [anon_sym_GT] = ACTIONS(1511), - [anon_sym_LT] = ACTIONS(1511), - [anon_sym_GT_EQ] = ACTIONS(1509), - [anon_sym_LT_EQ] = ACTIONS(1509), - [anon_sym__] = ACTIONS(1511), - [anon_sym_DOT] = ACTIONS(1511), - [anon_sym_DOT_DOT] = ACTIONS(1511), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1509), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1509), - [anon_sym_COMMA] = ACTIONS(1509), - [anon_sym_COLON_COLON] = ACTIONS(1509), - [anon_sym_POUND] = ACTIONS(1509), - [anon_sym_as] = ACTIONS(1511), - [anon_sym_const] = ACTIONS(1511), - [anon_sym_default] = ACTIONS(1511), - [anon_sym_gen] = ACTIONS(1511), - [anon_sym_union] = ACTIONS(1511), - [anon_sym_ref] = ACTIONS(1511), - [sym_mutable_specifier] = ACTIONS(1511), - [sym_integer_literal] = ACTIONS(1509), - [aux_sym_string_literal_token1] = ACTIONS(1509), - [sym_char_literal] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(1511), - [anon_sym_false] = ACTIONS(1511), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1511), - [sym_super] = ACTIONS(1511), - [sym_crate] = ACTIONS(1511), - [sym_metavariable] = ACTIONS(1509), - [sym__raw_string_literal_start] = ACTIONS(1509), - [sym_float_literal] = ACTIONS(1509), - }, - [STATE(487)] = { - [sym_line_comment] = STATE(487), - [sym_block_comment] = STATE(487), - [sym_identifier] = ACTIONS(1515), - [anon_sym_LPAREN] = ACTIONS(1513), - [anon_sym_LBRACK] = ACTIONS(1513), - [anon_sym_RBRACE] = ACTIONS(1513), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1515), - [anon_sym_QMARK] = ACTIONS(1513), - [anon_sym_u8] = ACTIONS(1515), - [anon_sym_i8] = ACTIONS(1515), - [anon_sym_u16] = ACTIONS(1515), - [anon_sym_i16] = ACTIONS(1515), - [anon_sym_u32] = ACTIONS(1515), - [anon_sym_i32] = ACTIONS(1515), - [anon_sym_u64] = ACTIONS(1515), - [anon_sym_i64] = ACTIONS(1515), - [anon_sym_u128] = ACTIONS(1515), - [anon_sym_i128] = ACTIONS(1515), - [anon_sym_isize] = ACTIONS(1515), - [anon_sym_usize] = ACTIONS(1515), - [anon_sym_f32] = ACTIONS(1515), - [anon_sym_f64] = ACTIONS(1515), - [anon_sym_bool] = ACTIONS(1515), - [anon_sym_str] = ACTIONS(1515), - [anon_sym_char] = ACTIONS(1515), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_SLASH] = ACTIONS(1515), - [anon_sym_PERCENT] = ACTIONS(1515), - [anon_sym_CARET] = ACTIONS(1515), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_AMP_AMP] = ACTIONS(1513), - [anon_sym_PIPE_PIPE] = ACTIONS(1513), - [anon_sym_LT_LT] = ACTIONS(1515), - [anon_sym_GT_GT] = ACTIONS(1515), - [anon_sym_PLUS_EQ] = ACTIONS(1513), - [anon_sym_DASH_EQ] = ACTIONS(1513), - [anon_sym_STAR_EQ] = ACTIONS(1513), - [anon_sym_SLASH_EQ] = ACTIONS(1513), - [anon_sym_PERCENT_EQ] = ACTIONS(1513), - [anon_sym_CARET_EQ] = ACTIONS(1513), - [anon_sym_AMP_EQ] = ACTIONS(1513), - [anon_sym_PIPE_EQ] = ACTIONS(1513), - [anon_sym_LT_LT_EQ] = ACTIONS(1513), - [anon_sym_GT_GT_EQ] = ACTIONS(1513), - [anon_sym_EQ] = ACTIONS(1515), - [anon_sym_EQ_EQ] = ACTIONS(1513), - [anon_sym_BANG_EQ] = ACTIONS(1513), - [anon_sym_GT] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(1515), - [anon_sym_GT_EQ] = ACTIONS(1513), - [anon_sym_LT_EQ] = ACTIONS(1513), - [anon_sym__] = ACTIONS(1515), - [anon_sym_DOT] = ACTIONS(1515), - [anon_sym_DOT_DOT] = ACTIONS(1515), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1513), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1513), - [anon_sym_COMMA] = ACTIONS(1513), - [anon_sym_COLON_COLON] = ACTIONS(1513), - [anon_sym_POUND] = ACTIONS(1513), - [anon_sym_as] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_gen] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_ref] = ACTIONS(1515), - [sym_mutable_specifier] = ACTIONS(1515), - [sym_integer_literal] = ACTIONS(1513), - [aux_sym_string_literal_token1] = ACTIONS(1513), - [sym_char_literal] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(1515), - [anon_sym_false] = ACTIONS(1515), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1515), - [sym_super] = ACTIONS(1515), - [sym_crate] = ACTIONS(1515), - [sym_metavariable] = ACTIONS(1513), - [sym__raw_string_literal_start] = ACTIONS(1513), - [sym_float_literal] = ACTIONS(1513), - }, - [STATE(488)] = { - [sym_line_comment] = STATE(488), - [sym_block_comment] = STATE(488), - [sym_identifier] = ACTIONS(1529), - [anon_sym_LPAREN] = ACTIONS(1527), - [anon_sym_LBRACK] = ACTIONS(1527), - [anon_sym_RBRACE] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1529), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_QMARK] = ACTIONS(1527), - [anon_sym_u8] = ACTIONS(1529), - [anon_sym_i8] = ACTIONS(1529), - [anon_sym_u16] = ACTIONS(1529), - [anon_sym_i16] = ACTIONS(1529), - [anon_sym_u32] = ACTIONS(1529), - [anon_sym_i32] = ACTIONS(1529), - [anon_sym_u64] = ACTIONS(1529), - [anon_sym_i64] = ACTIONS(1529), - [anon_sym_u128] = ACTIONS(1529), - [anon_sym_i128] = ACTIONS(1529), - [anon_sym_isize] = ACTIONS(1529), - [anon_sym_usize] = ACTIONS(1529), - [anon_sym_f32] = ACTIONS(1529), - [anon_sym_f64] = ACTIONS(1529), - [anon_sym_bool] = ACTIONS(1529), - [anon_sym_str] = ACTIONS(1529), - [anon_sym_char] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1529), - [anon_sym_SLASH] = ACTIONS(1529), - [anon_sym_PERCENT] = ACTIONS(1529), - [anon_sym_CARET] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1529), - [anon_sym_PIPE] = ACTIONS(1529), - [anon_sym_AMP_AMP] = ACTIONS(1527), - [anon_sym_PIPE_PIPE] = ACTIONS(1527), - [anon_sym_LT_LT] = ACTIONS(1529), - [anon_sym_GT_GT] = ACTIONS(1529), - [anon_sym_PLUS_EQ] = ACTIONS(1527), - [anon_sym_DASH_EQ] = ACTIONS(1527), - [anon_sym_STAR_EQ] = ACTIONS(1527), - [anon_sym_SLASH_EQ] = ACTIONS(1527), - [anon_sym_PERCENT_EQ] = ACTIONS(1527), - [anon_sym_CARET_EQ] = ACTIONS(1527), - [anon_sym_AMP_EQ] = ACTIONS(1527), - [anon_sym_PIPE_EQ] = ACTIONS(1527), - [anon_sym_LT_LT_EQ] = ACTIONS(1527), - [anon_sym_GT_GT_EQ] = ACTIONS(1527), - [anon_sym_EQ] = ACTIONS(1529), - [anon_sym_EQ_EQ] = ACTIONS(1527), - [anon_sym_BANG_EQ] = ACTIONS(1527), - [anon_sym_GT] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1529), - [anon_sym_GT_EQ] = ACTIONS(1527), - [anon_sym_LT_EQ] = ACTIONS(1527), - [anon_sym__] = ACTIONS(1529), - [anon_sym_DOT] = ACTIONS(1529), - [anon_sym_DOT_DOT] = ACTIONS(1529), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1527), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1527), - [anon_sym_COMMA] = ACTIONS(1527), - [anon_sym_COLON_COLON] = ACTIONS(1527), - [anon_sym_POUND] = ACTIONS(1527), - [anon_sym_as] = ACTIONS(1529), - [anon_sym_const] = ACTIONS(1529), - [anon_sym_default] = ACTIONS(1529), - [anon_sym_gen] = ACTIONS(1529), - [anon_sym_union] = ACTIONS(1529), - [anon_sym_ref] = ACTIONS(1529), - [sym_mutable_specifier] = ACTIONS(1529), - [sym_integer_literal] = ACTIONS(1527), - [aux_sym_string_literal_token1] = ACTIONS(1527), - [sym_char_literal] = ACTIONS(1527), - [anon_sym_true] = ACTIONS(1529), - [anon_sym_false] = ACTIONS(1529), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1529), - [sym_super] = ACTIONS(1529), - [sym_crate] = ACTIONS(1529), - [sym_metavariable] = ACTIONS(1527), - [sym__raw_string_literal_start] = ACTIONS(1527), - [sym_float_literal] = ACTIONS(1527), + [sym_identifier] = ACTIONS(1822), + [anon_sym_LPAREN] = ACTIONS(1824), + [anon_sym_LBRACK] = ACTIONS(1824), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_PLUS] = ACTIONS(1475), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_QMARK] = ACTIONS(1473), + [anon_sym_u8] = ACTIONS(1822), + [anon_sym_i8] = ACTIONS(1822), + [anon_sym_u16] = ACTIONS(1822), + [anon_sym_i16] = ACTIONS(1822), + [anon_sym_u32] = ACTIONS(1822), + [anon_sym_i32] = ACTIONS(1822), + [anon_sym_u64] = ACTIONS(1822), + [anon_sym_i64] = ACTIONS(1822), + [anon_sym_u128] = ACTIONS(1822), + [anon_sym_i128] = ACTIONS(1822), + [anon_sym_isize] = ACTIONS(1822), + [anon_sym_usize] = ACTIONS(1822), + [anon_sym_f32] = ACTIONS(1822), + [anon_sym_f64] = ACTIONS(1822), + [anon_sym_bool] = ACTIONS(1822), + [anon_sym_str] = ACTIONS(1822), + [anon_sym_char] = ACTIONS(1822), + [anon_sym_DASH] = ACTIONS(1822), + [anon_sym_SLASH] = ACTIONS(1475), + [anon_sym_PERCENT] = ACTIONS(1475), + [anon_sym_CARET] = ACTIONS(1475), + [anon_sym_AMP] = ACTIONS(1822), + [anon_sym_PIPE] = ACTIONS(1822), + [anon_sym_AMP_AMP] = ACTIONS(1473), + [anon_sym_PIPE_PIPE] = ACTIONS(1473), + [anon_sym_LT_LT] = ACTIONS(1475), + [anon_sym_GT_GT] = ACTIONS(1475), + [anon_sym_PLUS_EQ] = ACTIONS(1473), + [anon_sym_DASH_EQ] = ACTIONS(1473), + [anon_sym_STAR_EQ] = ACTIONS(1473), + [anon_sym_SLASH_EQ] = ACTIONS(1473), + [anon_sym_PERCENT_EQ] = ACTIONS(1473), + [anon_sym_CARET_EQ] = ACTIONS(1473), + [anon_sym_AMP_EQ] = ACTIONS(1473), + [anon_sym_PIPE_EQ] = ACTIONS(1473), + [anon_sym_LT_LT_EQ] = ACTIONS(1473), + [anon_sym_GT_GT_EQ] = ACTIONS(1473), + [anon_sym_EQ] = ACTIONS(1475), + [anon_sym_EQ_EQ] = ACTIONS(1473), + [anon_sym_BANG_EQ] = ACTIONS(1473), + [anon_sym_GT] = ACTIONS(1475), + [anon_sym_LT] = ACTIONS(1822), + [anon_sym_GT_EQ] = ACTIONS(1473), + [anon_sym_LT_EQ] = ACTIONS(1473), + [anon_sym__] = ACTIONS(1822), + [anon_sym_DOT] = ACTIONS(1475), + [anon_sym_DOT_DOT] = ACTIONS(1822), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1824), + [anon_sym_COMMA] = ACTIONS(1473), + [anon_sym_COLON_COLON] = ACTIONS(1824), + [anon_sym_POUND] = ACTIONS(1824), + [anon_sym_as] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1822), + [anon_sym_default] = ACTIONS(1822), + [anon_sym_gen] = ACTIONS(1822), + [anon_sym_union] = ACTIONS(1822), + [anon_sym_ref] = ACTIONS(1822), + [sym_mutable_specifier] = ACTIONS(1822), + [sym_integer_literal] = ACTIONS(1824), + [aux_sym_string_literal_token1] = ACTIONS(1824), + [sym_char_literal] = ACTIONS(1824), + [anon_sym_true] = ACTIONS(1822), + [anon_sym_false] = ACTIONS(1822), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1822), + [sym_super] = ACTIONS(1822), + [sym_crate] = ACTIONS(1822), + [sym_metavariable] = ACTIONS(1824), + [sym__raw_string_literal_start] = ACTIONS(1824), + [sym_float_literal] = ACTIONS(1824), }, - [STATE(489)] = { - [sym_line_comment] = STATE(489), - [sym_block_comment] = STATE(489), + [STATE(484)] = { + [sym_line_comment] = STATE(484), + [sym_block_comment] = STATE(484), [sym_identifier] = ACTIONS(1487), [anon_sym_LPAREN] = ACTIONS(1485), [anon_sym_LBRACK] = ACTIONS(1485), @@ -71489,673 +71071,258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1485), [sym_float_literal] = ACTIONS(1485), }, - [STATE(490)] = { - [sym_line_comment] = STATE(490), - [sym_block_comment] = STATE(490), - [sym_identifier] = ACTIONS(1519), - [anon_sym_LPAREN] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1517), - [anon_sym_RBRACE] = ACTIONS(1517), - [anon_sym_PLUS] = ACTIONS(1519), - [anon_sym_STAR] = ACTIONS(1519), - [anon_sym_QMARK] = ACTIONS(1517), - [anon_sym_u8] = ACTIONS(1519), - [anon_sym_i8] = ACTIONS(1519), - [anon_sym_u16] = ACTIONS(1519), - [anon_sym_i16] = ACTIONS(1519), - [anon_sym_u32] = ACTIONS(1519), - [anon_sym_i32] = ACTIONS(1519), - [anon_sym_u64] = ACTIONS(1519), - [anon_sym_i64] = ACTIONS(1519), - [anon_sym_u128] = ACTIONS(1519), - [anon_sym_i128] = ACTIONS(1519), - [anon_sym_isize] = ACTIONS(1519), - [anon_sym_usize] = ACTIONS(1519), - [anon_sym_f32] = ACTIONS(1519), - [anon_sym_f64] = ACTIONS(1519), - [anon_sym_bool] = ACTIONS(1519), - [anon_sym_str] = ACTIONS(1519), - [anon_sym_char] = ACTIONS(1519), - [anon_sym_DASH] = ACTIONS(1519), - [anon_sym_SLASH] = ACTIONS(1519), - [anon_sym_PERCENT] = ACTIONS(1519), - [anon_sym_CARET] = ACTIONS(1519), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE] = ACTIONS(1519), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_PIPE_PIPE] = ACTIONS(1517), - [anon_sym_LT_LT] = ACTIONS(1519), - [anon_sym_GT_GT] = ACTIONS(1519), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_EQ] = ACTIONS(1519), - [anon_sym_EQ_EQ] = ACTIONS(1517), - [anon_sym_BANG_EQ] = ACTIONS(1517), - [anon_sym_GT] = ACTIONS(1519), - [anon_sym_LT] = ACTIONS(1519), - [anon_sym_GT_EQ] = ACTIONS(1517), - [anon_sym_LT_EQ] = ACTIONS(1517), - [anon_sym__] = ACTIONS(1519), - [anon_sym_DOT] = ACTIONS(1519), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1517), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), - [anon_sym_COMMA] = ACTIONS(1517), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_POUND] = ACTIONS(1517), - [anon_sym_as] = ACTIONS(1519), - [anon_sym_const] = ACTIONS(1519), - [anon_sym_default] = ACTIONS(1519), - [anon_sym_gen] = ACTIONS(1519), - [anon_sym_union] = ACTIONS(1519), - [anon_sym_ref] = ACTIONS(1519), - [sym_mutable_specifier] = ACTIONS(1519), - [sym_integer_literal] = ACTIONS(1517), - [aux_sym_string_literal_token1] = ACTIONS(1517), - [sym_char_literal] = ACTIONS(1517), - [anon_sym_true] = ACTIONS(1519), - [anon_sym_false] = ACTIONS(1519), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1519), - [sym_super] = ACTIONS(1519), - [sym_crate] = ACTIONS(1519), - [sym_metavariable] = ACTIONS(1517), - [sym__raw_string_literal_start] = ACTIONS(1517), - [sym_float_literal] = ACTIONS(1517), - }, - [STATE(491)] = { - [sym_line_comment] = STATE(491), - [sym_block_comment] = STATE(491), - [sym_identifier] = ACTIONS(1523), - [anon_sym_LPAREN] = ACTIONS(1521), - [anon_sym_LBRACK] = ACTIONS(1521), - [anon_sym_RBRACE] = ACTIONS(1521), - [anon_sym_PLUS] = ACTIONS(1523), - [anon_sym_STAR] = ACTIONS(1523), - [anon_sym_QMARK] = ACTIONS(1521), - [anon_sym_u8] = ACTIONS(1523), - [anon_sym_i8] = ACTIONS(1523), - [anon_sym_u16] = ACTIONS(1523), - [anon_sym_i16] = ACTIONS(1523), - [anon_sym_u32] = ACTIONS(1523), - [anon_sym_i32] = ACTIONS(1523), - [anon_sym_u64] = ACTIONS(1523), - [anon_sym_i64] = ACTIONS(1523), - [anon_sym_u128] = ACTIONS(1523), - [anon_sym_i128] = ACTIONS(1523), - [anon_sym_isize] = ACTIONS(1523), - [anon_sym_usize] = ACTIONS(1523), - [anon_sym_f32] = ACTIONS(1523), - [anon_sym_f64] = ACTIONS(1523), - [anon_sym_bool] = ACTIONS(1523), - [anon_sym_str] = ACTIONS(1523), - [anon_sym_char] = ACTIONS(1523), - [anon_sym_DASH] = ACTIONS(1523), - [anon_sym_SLASH] = ACTIONS(1523), - [anon_sym_PERCENT] = ACTIONS(1523), - [anon_sym_CARET] = ACTIONS(1523), - [anon_sym_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1523), - [anon_sym_AMP_AMP] = ACTIONS(1521), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_LT_LT] = ACTIONS(1523), - [anon_sym_GT_GT] = ACTIONS(1523), - [anon_sym_PLUS_EQ] = ACTIONS(1521), - [anon_sym_DASH_EQ] = ACTIONS(1521), - [anon_sym_STAR_EQ] = ACTIONS(1521), - [anon_sym_SLASH_EQ] = ACTIONS(1521), - [anon_sym_PERCENT_EQ] = ACTIONS(1521), - [anon_sym_CARET_EQ] = ACTIONS(1521), - [anon_sym_AMP_EQ] = ACTIONS(1521), - [anon_sym_PIPE_EQ] = ACTIONS(1521), - [anon_sym_LT_LT_EQ] = ACTIONS(1521), - [anon_sym_GT_GT_EQ] = ACTIONS(1521), - [anon_sym_EQ] = ACTIONS(1523), - [anon_sym_EQ_EQ] = ACTIONS(1521), - [anon_sym_BANG_EQ] = ACTIONS(1521), - [anon_sym_GT] = ACTIONS(1523), - [anon_sym_LT] = ACTIONS(1523), - [anon_sym_GT_EQ] = ACTIONS(1521), - [anon_sym_LT_EQ] = ACTIONS(1521), - [anon_sym__] = ACTIONS(1523), - [anon_sym_DOT] = ACTIONS(1523), - [anon_sym_DOT_DOT] = ACTIONS(1523), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1521), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1521), - [anon_sym_COMMA] = ACTIONS(1521), - [anon_sym_COLON_COLON] = ACTIONS(1521), - [anon_sym_POUND] = ACTIONS(1521), - [anon_sym_as] = ACTIONS(1523), - [anon_sym_const] = ACTIONS(1523), - [anon_sym_default] = ACTIONS(1523), - [anon_sym_gen] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1523), - [anon_sym_ref] = ACTIONS(1523), - [sym_mutable_specifier] = ACTIONS(1523), - [sym_integer_literal] = ACTIONS(1521), - [aux_sym_string_literal_token1] = ACTIONS(1521), - [sym_char_literal] = ACTIONS(1521), - [anon_sym_true] = ACTIONS(1523), - [anon_sym_false] = ACTIONS(1523), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1523), - [sym_super] = ACTIONS(1523), - [sym_crate] = ACTIONS(1523), - [sym_metavariable] = ACTIONS(1521), - [sym__raw_string_literal_start] = ACTIONS(1521), - [sym_float_literal] = ACTIONS(1521), - }, - [STATE(492)] = { - [sym_line_comment] = STATE(492), - [sym_block_comment] = STATE(492), - [sym_identifier] = ACTIONS(1549), - [anon_sym_LPAREN] = ACTIONS(1547), - [anon_sym_LBRACK] = ACTIONS(1547), - [anon_sym_RBRACE] = ACTIONS(1547), - [anon_sym_PLUS] = ACTIONS(1549), - [anon_sym_STAR] = ACTIONS(1549), - [anon_sym_QMARK] = ACTIONS(1547), - [anon_sym_u8] = ACTIONS(1549), - [anon_sym_i8] = ACTIONS(1549), - [anon_sym_u16] = ACTIONS(1549), - [anon_sym_i16] = ACTIONS(1549), - [anon_sym_u32] = ACTIONS(1549), - [anon_sym_i32] = ACTIONS(1549), - [anon_sym_u64] = ACTIONS(1549), - [anon_sym_i64] = ACTIONS(1549), - [anon_sym_u128] = ACTIONS(1549), - [anon_sym_i128] = ACTIONS(1549), - [anon_sym_isize] = ACTIONS(1549), - [anon_sym_usize] = ACTIONS(1549), - [anon_sym_f32] = ACTIONS(1549), - [anon_sym_f64] = ACTIONS(1549), - [anon_sym_bool] = ACTIONS(1549), - [anon_sym_str] = ACTIONS(1549), - [anon_sym_char] = ACTIONS(1549), - [anon_sym_DASH] = ACTIONS(1549), - [anon_sym_SLASH] = ACTIONS(1549), - [anon_sym_PERCENT] = ACTIONS(1549), - [anon_sym_CARET] = ACTIONS(1549), - [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1549), - [anon_sym_AMP_AMP] = ACTIONS(1547), - [anon_sym_PIPE_PIPE] = ACTIONS(1547), - [anon_sym_LT_LT] = ACTIONS(1549), - [anon_sym_GT_GT] = ACTIONS(1549), - [anon_sym_PLUS_EQ] = ACTIONS(1547), - [anon_sym_DASH_EQ] = ACTIONS(1547), - [anon_sym_STAR_EQ] = ACTIONS(1547), - [anon_sym_SLASH_EQ] = ACTIONS(1547), - [anon_sym_PERCENT_EQ] = ACTIONS(1547), - [anon_sym_CARET_EQ] = ACTIONS(1547), - [anon_sym_AMP_EQ] = ACTIONS(1547), - [anon_sym_PIPE_EQ] = ACTIONS(1547), - [anon_sym_LT_LT_EQ] = ACTIONS(1547), - [anon_sym_GT_GT_EQ] = ACTIONS(1547), - [anon_sym_EQ] = ACTIONS(1549), - [anon_sym_EQ_EQ] = ACTIONS(1547), - [anon_sym_BANG_EQ] = ACTIONS(1547), - [anon_sym_GT] = ACTIONS(1549), - [anon_sym_LT] = ACTIONS(1549), - [anon_sym_GT_EQ] = ACTIONS(1547), - [anon_sym_LT_EQ] = ACTIONS(1547), - [anon_sym__] = ACTIONS(1549), - [anon_sym_DOT] = ACTIONS(1549), - [anon_sym_DOT_DOT] = ACTIONS(1549), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1547), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1547), - [anon_sym_COMMA] = ACTIONS(1547), - [anon_sym_COLON_COLON] = ACTIONS(1547), - [anon_sym_POUND] = ACTIONS(1547), - [anon_sym_as] = ACTIONS(1549), - [anon_sym_const] = ACTIONS(1549), - [anon_sym_default] = ACTIONS(1549), - [anon_sym_gen] = ACTIONS(1549), - [anon_sym_union] = ACTIONS(1549), - [anon_sym_ref] = ACTIONS(1549), - [sym_mutable_specifier] = ACTIONS(1549), - [sym_integer_literal] = ACTIONS(1547), - [aux_sym_string_literal_token1] = ACTIONS(1547), - [sym_char_literal] = ACTIONS(1547), - [anon_sym_true] = ACTIONS(1549), - [anon_sym_false] = ACTIONS(1549), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1549), - [sym_super] = ACTIONS(1549), - [sym_crate] = ACTIONS(1549), - [sym_metavariable] = ACTIONS(1547), - [sym__raw_string_literal_start] = ACTIONS(1547), - [sym_float_literal] = ACTIONS(1547), - }, - [STATE(493)] = { - [sym_line_comment] = STATE(493), - [sym_block_comment] = STATE(493), - [sym_identifier] = ACTIONS(1553), - [anon_sym_LPAREN] = ACTIONS(1551), - [anon_sym_LBRACK] = ACTIONS(1551), - [anon_sym_RBRACE] = ACTIONS(1551), - [anon_sym_PLUS] = ACTIONS(1553), - [anon_sym_STAR] = ACTIONS(1553), - [anon_sym_QMARK] = ACTIONS(1551), - [anon_sym_u8] = ACTIONS(1553), - [anon_sym_i8] = ACTIONS(1553), - [anon_sym_u16] = ACTIONS(1553), - [anon_sym_i16] = ACTIONS(1553), - [anon_sym_u32] = ACTIONS(1553), - [anon_sym_i32] = ACTIONS(1553), - [anon_sym_u64] = ACTIONS(1553), - [anon_sym_i64] = ACTIONS(1553), - [anon_sym_u128] = ACTIONS(1553), - [anon_sym_i128] = ACTIONS(1553), - [anon_sym_isize] = ACTIONS(1553), - [anon_sym_usize] = ACTIONS(1553), - [anon_sym_f32] = ACTIONS(1553), - [anon_sym_f64] = ACTIONS(1553), - [anon_sym_bool] = ACTIONS(1553), - [anon_sym_str] = ACTIONS(1553), - [anon_sym_char] = ACTIONS(1553), - [anon_sym_DASH] = ACTIONS(1553), - [anon_sym_SLASH] = ACTIONS(1553), - [anon_sym_PERCENT] = ACTIONS(1553), - [anon_sym_CARET] = ACTIONS(1553), - [anon_sym_AMP] = ACTIONS(1553), - [anon_sym_PIPE] = ACTIONS(1553), - [anon_sym_AMP_AMP] = ACTIONS(1551), - [anon_sym_PIPE_PIPE] = ACTIONS(1551), - [anon_sym_LT_LT] = ACTIONS(1553), - [anon_sym_GT_GT] = ACTIONS(1553), - [anon_sym_PLUS_EQ] = ACTIONS(1551), - [anon_sym_DASH_EQ] = ACTIONS(1551), - [anon_sym_STAR_EQ] = ACTIONS(1551), - [anon_sym_SLASH_EQ] = ACTIONS(1551), - [anon_sym_PERCENT_EQ] = ACTIONS(1551), - [anon_sym_CARET_EQ] = ACTIONS(1551), - [anon_sym_AMP_EQ] = ACTIONS(1551), - [anon_sym_PIPE_EQ] = ACTIONS(1551), - [anon_sym_LT_LT_EQ] = ACTIONS(1551), - [anon_sym_GT_GT_EQ] = ACTIONS(1551), - [anon_sym_EQ] = ACTIONS(1553), - [anon_sym_EQ_EQ] = ACTIONS(1551), - [anon_sym_BANG_EQ] = ACTIONS(1551), - [anon_sym_GT] = ACTIONS(1553), - [anon_sym_LT] = ACTIONS(1553), - [anon_sym_GT_EQ] = ACTIONS(1551), - [anon_sym_LT_EQ] = ACTIONS(1551), - [anon_sym__] = ACTIONS(1553), - [anon_sym_DOT] = ACTIONS(1553), - [anon_sym_DOT_DOT] = ACTIONS(1553), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1551), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1551), - [anon_sym_COMMA] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(1551), - [anon_sym_POUND] = ACTIONS(1551), - [anon_sym_as] = ACTIONS(1553), - [anon_sym_const] = ACTIONS(1553), - [anon_sym_default] = ACTIONS(1553), - [anon_sym_gen] = ACTIONS(1553), - [anon_sym_union] = ACTIONS(1553), - [anon_sym_ref] = ACTIONS(1553), - [sym_mutable_specifier] = ACTIONS(1553), - [sym_integer_literal] = ACTIONS(1551), - [aux_sym_string_literal_token1] = ACTIONS(1551), - [sym_char_literal] = ACTIONS(1551), - [anon_sym_true] = ACTIONS(1553), - [anon_sym_false] = ACTIONS(1553), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1553), - [sym_super] = ACTIONS(1553), - [sym_crate] = ACTIONS(1553), - [sym_metavariable] = ACTIONS(1551), - [sym__raw_string_literal_start] = ACTIONS(1551), - [sym_float_literal] = ACTIONS(1551), - }, - [STATE(494)] = { - [sym_line_comment] = STATE(494), - [sym_block_comment] = STATE(494), - [sym_identifier] = ACTIONS(1499), - [anon_sym_LPAREN] = ACTIONS(1497), - [anon_sym_LBRACK] = ACTIONS(1497), - [anon_sym_RBRACE] = ACTIONS(1497), - [anon_sym_PLUS] = ACTIONS(1499), - [anon_sym_STAR] = ACTIONS(1499), - [anon_sym_QMARK] = ACTIONS(1497), - [anon_sym_u8] = ACTIONS(1499), - [anon_sym_i8] = ACTIONS(1499), - [anon_sym_u16] = ACTIONS(1499), - [anon_sym_i16] = ACTIONS(1499), - [anon_sym_u32] = ACTIONS(1499), - [anon_sym_i32] = ACTIONS(1499), - [anon_sym_u64] = ACTIONS(1499), - [anon_sym_i64] = ACTIONS(1499), - [anon_sym_u128] = ACTIONS(1499), - [anon_sym_i128] = ACTIONS(1499), - [anon_sym_isize] = ACTIONS(1499), - [anon_sym_usize] = ACTIONS(1499), - [anon_sym_f32] = ACTIONS(1499), - [anon_sym_f64] = ACTIONS(1499), - [anon_sym_bool] = ACTIONS(1499), - [anon_sym_str] = ACTIONS(1499), - [anon_sym_char] = ACTIONS(1499), - [anon_sym_DASH] = ACTIONS(1499), - [anon_sym_SLASH] = ACTIONS(1499), - [anon_sym_PERCENT] = ACTIONS(1499), - [anon_sym_CARET] = ACTIONS(1499), - [anon_sym_AMP] = ACTIONS(1499), - [anon_sym_PIPE] = ACTIONS(1499), - [anon_sym_AMP_AMP] = ACTIONS(1497), - [anon_sym_PIPE_PIPE] = ACTIONS(1497), - [anon_sym_LT_LT] = ACTIONS(1499), - [anon_sym_GT_GT] = ACTIONS(1499), - [anon_sym_PLUS_EQ] = ACTIONS(1497), - [anon_sym_DASH_EQ] = ACTIONS(1497), - [anon_sym_STAR_EQ] = ACTIONS(1497), - [anon_sym_SLASH_EQ] = ACTIONS(1497), - [anon_sym_PERCENT_EQ] = ACTIONS(1497), - [anon_sym_CARET_EQ] = ACTIONS(1497), - [anon_sym_AMP_EQ] = ACTIONS(1497), - [anon_sym_PIPE_EQ] = ACTIONS(1497), - [anon_sym_LT_LT_EQ] = ACTIONS(1497), - [anon_sym_GT_GT_EQ] = ACTIONS(1497), - [anon_sym_EQ] = ACTIONS(1499), - [anon_sym_EQ_EQ] = ACTIONS(1497), - [anon_sym_BANG_EQ] = ACTIONS(1497), - [anon_sym_GT] = ACTIONS(1499), - [anon_sym_LT] = ACTIONS(1499), - [anon_sym_GT_EQ] = ACTIONS(1497), - [anon_sym_LT_EQ] = ACTIONS(1497), - [anon_sym__] = ACTIONS(1499), - [anon_sym_DOT] = ACTIONS(1499), - [anon_sym_DOT_DOT] = ACTIONS(1499), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1497), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1497), - [anon_sym_COMMA] = ACTIONS(1497), - [anon_sym_COLON_COLON] = ACTIONS(1497), - [anon_sym_POUND] = ACTIONS(1497), - [anon_sym_as] = ACTIONS(1499), - [anon_sym_const] = ACTIONS(1499), - [anon_sym_default] = ACTIONS(1499), - [anon_sym_gen] = ACTIONS(1499), - [anon_sym_union] = ACTIONS(1499), - [anon_sym_ref] = ACTIONS(1499), - [sym_mutable_specifier] = ACTIONS(1499), - [sym_integer_literal] = ACTIONS(1497), - [aux_sym_string_literal_token1] = ACTIONS(1497), - [sym_char_literal] = ACTIONS(1497), - [anon_sym_true] = ACTIONS(1499), - [anon_sym_false] = ACTIONS(1499), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1499), - [sym_super] = ACTIONS(1499), - [sym_crate] = ACTIONS(1499), - [sym_metavariable] = ACTIONS(1497), - [sym__raw_string_literal_start] = ACTIONS(1497), - [sym_float_literal] = ACTIONS(1497), - }, - [STATE(495)] = { - [sym_line_comment] = STATE(495), - [sym_block_comment] = STATE(495), - [sym_identifier] = ACTIONS(1507), - [anon_sym_LPAREN] = ACTIONS(1505), - [anon_sym_LBRACK] = ACTIONS(1505), - [anon_sym_RBRACE] = ACTIONS(1505), - [anon_sym_PLUS] = ACTIONS(1507), - [anon_sym_STAR] = ACTIONS(1507), - [anon_sym_QMARK] = ACTIONS(1505), - [anon_sym_u8] = ACTIONS(1507), - [anon_sym_i8] = ACTIONS(1507), - [anon_sym_u16] = ACTIONS(1507), - [anon_sym_i16] = ACTIONS(1507), - [anon_sym_u32] = ACTIONS(1507), - [anon_sym_i32] = ACTIONS(1507), - [anon_sym_u64] = ACTIONS(1507), - [anon_sym_i64] = ACTIONS(1507), - [anon_sym_u128] = ACTIONS(1507), - [anon_sym_i128] = ACTIONS(1507), - [anon_sym_isize] = ACTIONS(1507), - [anon_sym_usize] = ACTIONS(1507), - [anon_sym_f32] = ACTIONS(1507), - [anon_sym_f64] = ACTIONS(1507), - [anon_sym_bool] = ACTIONS(1507), - [anon_sym_str] = ACTIONS(1507), - [anon_sym_char] = ACTIONS(1507), - [anon_sym_DASH] = ACTIONS(1507), - [anon_sym_SLASH] = ACTIONS(1507), - [anon_sym_PERCENT] = ACTIONS(1507), - [anon_sym_CARET] = ACTIONS(1507), - [anon_sym_AMP] = ACTIONS(1507), - [anon_sym_PIPE] = ACTIONS(1507), - [anon_sym_AMP_AMP] = ACTIONS(1505), - [anon_sym_PIPE_PIPE] = ACTIONS(1505), - [anon_sym_LT_LT] = ACTIONS(1507), - [anon_sym_GT_GT] = ACTIONS(1507), - [anon_sym_PLUS_EQ] = ACTIONS(1505), - [anon_sym_DASH_EQ] = ACTIONS(1505), - [anon_sym_STAR_EQ] = ACTIONS(1505), - [anon_sym_SLASH_EQ] = ACTIONS(1505), - [anon_sym_PERCENT_EQ] = ACTIONS(1505), - [anon_sym_CARET_EQ] = ACTIONS(1505), - [anon_sym_AMP_EQ] = ACTIONS(1505), - [anon_sym_PIPE_EQ] = ACTIONS(1505), - [anon_sym_LT_LT_EQ] = ACTIONS(1505), - [anon_sym_GT_GT_EQ] = ACTIONS(1505), - [anon_sym_EQ] = ACTIONS(1507), - [anon_sym_EQ_EQ] = ACTIONS(1505), - [anon_sym_BANG_EQ] = ACTIONS(1505), - [anon_sym_GT] = ACTIONS(1507), - [anon_sym_LT] = ACTIONS(1507), - [anon_sym_GT_EQ] = ACTIONS(1505), - [anon_sym_LT_EQ] = ACTIONS(1505), - [anon_sym__] = ACTIONS(1507), - [anon_sym_DOT] = ACTIONS(1507), - [anon_sym_DOT_DOT] = ACTIONS(1507), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1505), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1505), - [anon_sym_COMMA] = ACTIONS(1505), - [anon_sym_COLON_COLON] = ACTIONS(1505), - [anon_sym_POUND] = ACTIONS(1505), - [anon_sym_as] = ACTIONS(1507), - [anon_sym_const] = ACTIONS(1507), - [anon_sym_default] = ACTIONS(1507), - [anon_sym_gen] = ACTIONS(1507), - [anon_sym_union] = ACTIONS(1507), - [anon_sym_ref] = ACTIONS(1507), - [sym_mutable_specifier] = ACTIONS(1507), - [sym_integer_literal] = ACTIONS(1505), - [aux_sym_string_literal_token1] = ACTIONS(1505), - [sym_char_literal] = ACTIONS(1505), - [anon_sym_true] = ACTIONS(1507), - [anon_sym_false] = ACTIONS(1507), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1507), - [sym_super] = ACTIONS(1507), - [sym_crate] = ACTIONS(1507), - [sym_metavariable] = ACTIONS(1505), - [sym__raw_string_literal_start] = ACTIONS(1505), - [sym_float_literal] = ACTIONS(1505), + [STATE(485)] = { + [sym_line_comment] = STATE(485), + [sym_block_comment] = STATE(485), + [sym_identifier] = ACTIONS(1479), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_LBRACK] = ACTIONS(1477), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1479), + [anon_sym_QMARK] = ACTIONS(1477), + [anon_sym_u8] = ACTIONS(1479), + [anon_sym_i8] = ACTIONS(1479), + [anon_sym_u16] = ACTIONS(1479), + [anon_sym_i16] = ACTIONS(1479), + [anon_sym_u32] = ACTIONS(1479), + [anon_sym_i32] = ACTIONS(1479), + [anon_sym_u64] = ACTIONS(1479), + [anon_sym_i64] = ACTIONS(1479), + [anon_sym_u128] = ACTIONS(1479), + [anon_sym_i128] = ACTIONS(1479), + [anon_sym_isize] = ACTIONS(1479), + [anon_sym_usize] = ACTIONS(1479), + [anon_sym_f32] = ACTIONS(1479), + [anon_sym_f64] = ACTIONS(1479), + [anon_sym_bool] = ACTIONS(1479), + [anon_sym_str] = ACTIONS(1479), + [anon_sym_char] = ACTIONS(1479), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1479), + [anon_sym_CARET] = ACTIONS(1479), + [anon_sym_AMP] = ACTIONS(1479), + [anon_sym_PIPE] = ACTIONS(1479), + [anon_sym_AMP_AMP] = ACTIONS(1477), + [anon_sym_PIPE_PIPE] = ACTIONS(1477), + [anon_sym_LT_LT] = ACTIONS(1479), + [anon_sym_GT_GT] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1477), + [anon_sym_DASH_EQ] = ACTIONS(1477), + [anon_sym_STAR_EQ] = ACTIONS(1477), + [anon_sym_SLASH_EQ] = ACTIONS(1477), + [anon_sym_PERCENT_EQ] = ACTIONS(1477), + [anon_sym_CARET_EQ] = ACTIONS(1477), + [anon_sym_AMP_EQ] = ACTIONS(1477), + [anon_sym_PIPE_EQ] = ACTIONS(1477), + [anon_sym_LT_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_GT_EQ] = ACTIONS(1477), + [anon_sym_EQ] = ACTIONS(1479), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_GT] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1479), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym__] = ACTIONS(1479), + [anon_sym_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1477), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_COLON_COLON] = ACTIONS(1477), + [anon_sym_POUND] = ACTIONS(1477), + [anon_sym_as] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1479), + [anon_sym_default] = ACTIONS(1479), + [anon_sym_gen] = ACTIONS(1479), + [anon_sym_union] = ACTIONS(1479), + [anon_sym_ref] = ACTIONS(1479), + [sym_mutable_specifier] = ACTIONS(1479), + [sym_integer_literal] = ACTIONS(1477), + [aux_sym_string_literal_token1] = ACTIONS(1477), + [sym_char_literal] = ACTIONS(1477), + [anon_sym_true] = ACTIONS(1479), + [anon_sym_false] = ACTIONS(1479), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1479), + [sym_super] = ACTIONS(1479), + [sym_crate] = ACTIONS(1479), + [sym_metavariable] = ACTIONS(1477), + [sym__raw_string_literal_start] = ACTIONS(1477), + [sym_float_literal] = ACTIONS(1477), }, - [STATE(496)] = { - [sym_line_comment] = STATE(496), - [sym_block_comment] = STATE(496), - [sym_identifier] = ACTIONS(1483), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_PLUS] = ACTIONS(1483), - [anon_sym_STAR] = ACTIONS(1483), - [anon_sym_QMARK] = ACTIONS(1481), - [anon_sym_u8] = ACTIONS(1483), - [anon_sym_i8] = ACTIONS(1483), - [anon_sym_u16] = ACTIONS(1483), - [anon_sym_i16] = ACTIONS(1483), - [anon_sym_u32] = ACTIONS(1483), - [anon_sym_i32] = ACTIONS(1483), - [anon_sym_u64] = ACTIONS(1483), - [anon_sym_i64] = ACTIONS(1483), - [anon_sym_u128] = ACTIONS(1483), - [anon_sym_i128] = ACTIONS(1483), - [anon_sym_isize] = ACTIONS(1483), - [anon_sym_usize] = ACTIONS(1483), - [anon_sym_f32] = ACTIONS(1483), - [anon_sym_f64] = ACTIONS(1483), - [anon_sym_bool] = ACTIONS(1483), - [anon_sym_str] = ACTIONS(1483), - [anon_sym_char] = ACTIONS(1483), - [anon_sym_DASH] = ACTIONS(1483), - [anon_sym_SLASH] = ACTIONS(1483), - [anon_sym_PERCENT] = ACTIONS(1483), - [anon_sym_CARET] = ACTIONS(1483), - [anon_sym_AMP] = ACTIONS(1483), - [anon_sym_PIPE] = ACTIONS(1483), - [anon_sym_AMP_AMP] = ACTIONS(1481), - [anon_sym_PIPE_PIPE] = ACTIONS(1481), - [anon_sym_LT_LT] = ACTIONS(1483), - [anon_sym_GT_GT] = ACTIONS(1483), - [anon_sym_PLUS_EQ] = ACTIONS(1481), - [anon_sym_DASH_EQ] = ACTIONS(1481), - [anon_sym_STAR_EQ] = ACTIONS(1481), - [anon_sym_SLASH_EQ] = ACTIONS(1481), - [anon_sym_PERCENT_EQ] = ACTIONS(1481), - [anon_sym_CARET_EQ] = ACTIONS(1481), - [anon_sym_AMP_EQ] = ACTIONS(1481), - [anon_sym_PIPE_EQ] = ACTIONS(1481), - [anon_sym_LT_LT_EQ] = ACTIONS(1481), - [anon_sym_GT_GT_EQ] = ACTIONS(1481), - [anon_sym_EQ] = ACTIONS(1483), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT_EQ] = ACTIONS(1481), - [anon_sym_LT_EQ] = ACTIONS(1481), - [anon_sym__] = ACTIONS(1483), - [anon_sym_DOT] = ACTIONS(1483), - [anon_sym_DOT_DOT] = ACTIONS(1483), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [anon_sym_COMMA] = ACTIONS(1481), - [anon_sym_COLON_COLON] = ACTIONS(1481), - [anon_sym_POUND] = ACTIONS(1481), - [anon_sym_as] = ACTIONS(1483), - [anon_sym_const] = ACTIONS(1483), - [anon_sym_default] = ACTIONS(1483), - [anon_sym_gen] = ACTIONS(1483), - [anon_sym_union] = ACTIONS(1483), - [anon_sym_ref] = ACTIONS(1483), - [sym_mutable_specifier] = ACTIONS(1483), - [sym_integer_literal] = ACTIONS(1481), - [aux_sym_string_literal_token1] = ACTIONS(1481), - [sym_char_literal] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1483), - [anon_sym_false] = ACTIONS(1483), + [STATE(486)] = { + [sym_line_comment] = STATE(486), + [sym_block_comment] = STATE(486), + [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(1483), - [sym_super] = ACTIONS(1483), - [sym_crate] = ACTIONS(1483), - [sym_metavariable] = ACTIONS(1481), - [sym__raw_string_literal_start] = ACTIONS(1481), - [sym_float_literal] = ACTIONS(1481), + [sym_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(497)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_arm] = STATE(1146), - [sym_match_pattern] = STATE(3642), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(497), - [sym_block_comment] = STATE(497), - [aux_sym_match_block_repeat1] = STATE(497), - [aux_sym_match_arm_repeat1] = STATE(644), - [sym_identifier] = ACTIONS(1761), - [anon_sym_LPAREN] = ACTIONS(1764), - [anon_sym_LBRACK] = ACTIONS(1767), - [anon_sym_u8] = ACTIONS(1770), - [anon_sym_i8] = ACTIONS(1770), - [anon_sym_u16] = ACTIONS(1770), - [anon_sym_i16] = ACTIONS(1770), - [anon_sym_u32] = ACTIONS(1770), - [anon_sym_i32] = ACTIONS(1770), - [anon_sym_u64] = ACTIONS(1770), - [anon_sym_i64] = ACTIONS(1770), - [anon_sym_u128] = ACTIONS(1770), - [anon_sym_i128] = ACTIONS(1770), - [anon_sym_isize] = ACTIONS(1770), - [anon_sym_usize] = ACTIONS(1770), - [anon_sym_f32] = ACTIONS(1770), - [anon_sym_f64] = ACTIONS(1770), - [anon_sym_bool] = ACTIONS(1770), - [anon_sym_str] = ACTIONS(1770), - [anon_sym_char] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1773), - [anon_sym_AMP] = ACTIONS(1776), - [anon_sym_PIPE] = ACTIONS(1779), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym__] = ACTIONS(1785), - [anon_sym_DOT_DOT] = ACTIONS(1788), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1794), - [anon_sym_POUND] = ACTIONS(1797), - [anon_sym_const] = ACTIONS(1800), - [anon_sym_default] = ACTIONS(1803), - [anon_sym_gen] = ACTIONS(1803), - [anon_sym_union] = ACTIONS(1803), - [anon_sym_ref] = ACTIONS(1806), - [sym_mutable_specifier] = ACTIONS(1809), - [sym_integer_literal] = ACTIONS(1812), - [aux_sym_string_literal_token1] = ACTIONS(1815), - [sym_char_literal] = ACTIONS(1812), - [anon_sym_true] = ACTIONS(1818), - [anon_sym_false] = ACTIONS(1818), - [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(1824), - [sym__raw_string_literal_start] = ACTIONS(1827), - [sym_float_literal] = ACTIONS(1812), + [STATE(487)] = { + [sym_line_comment] = STATE(487), + [sym_block_comment] = STATE(487), + [sym_identifier] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1515), + [anon_sym_RBRACE] = ACTIONS(1515), + [anon_sym_PLUS] = ACTIONS(1517), + [anon_sym_STAR] = ACTIONS(1517), + [anon_sym_QMARK] = ACTIONS(1515), + [anon_sym_u8] = ACTIONS(1517), + [anon_sym_i8] = ACTIONS(1517), + [anon_sym_u16] = ACTIONS(1517), + [anon_sym_i16] = ACTIONS(1517), + [anon_sym_u32] = ACTIONS(1517), + [anon_sym_i32] = ACTIONS(1517), + [anon_sym_u64] = ACTIONS(1517), + [anon_sym_i64] = ACTIONS(1517), + [anon_sym_u128] = ACTIONS(1517), + [anon_sym_i128] = ACTIONS(1517), + [anon_sym_isize] = ACTIONS(1517), + [anon_sym_usize] = ACTIONS(1517), + [anon_sym_f32] = ACTIONS(1517), + [anon_sym_f64] = ACTIONS(1517), + [anon_sym_bool] = ACTIONS(1517), + [anon_sym_str] = ACTIONS(1517), + [anon_sym_char] = ACTIONS(1517), + [anon_sym_DASH] = ACTIONS(1517), + [anon_sym_SLASH] = ACTIONS(1517), + [anon_sym_PERCENT] = ACTIONS(1517), + [anon_sym_CARET] = ACTIONS(1517), + [anon_sym_AMP] = ACTIONS(1517), + [anon_sym_PIPE] = ACTIONS(1517), + [anon_sym_AMP_AMP] = ACTIONS(1515), + [anon_sym_PIPE_PIPE] = ACTIONS(1515), + [anon_sym_LT_LT] = ACTIONS(1517), + [anon_sym_GT_GT] = ACTIONS(1517), + [anon_sym_PLUS_EQ] = ACTIONS(1515), + [anon_sym_DASH_EQ] = ACTIONS(1515), + [anon_sym_STAR_EQ] = ACTIONS(1515), + [anon_sym_SLASH_EQ] = ACTIONS(1515), + [anon_sym_PERCENT_EQ] = ACTIONS(1515), + [anon_sym_CARET_EQ] = ACTIONS(1515), + [anon_sym_AMP_EQ] = ACTIONS(1515), + [anon_sym_PIPE_EQ] = ACTIONS(1515), + [anon_sym_LT_LT_EQ] = ACTIONS(1515), + [anon_sym_GT_GT_EQ] = ACTIONS(1515), + [anon_sym_EQ] = ACTIONS(1517), + [anon_sym_EQ_EQ] = ACTIONS(1515), + [anon_sym_BANG_EQ] = ACTIONS(1515), + [anon_sym_GT] = ACTIONS(1517), + [anon_sym_LT] = ACTIONS(1517), + [anon_sym_GT_EQ] = ACTIONS(1515), + [anon_sym_LT_EQ] = ACTIONS(1515), + [anon_sym__] = ACTIONS(1517), + [anon_sym_DOT] = ACTIONS(1517), + [anon_sym_DOT_DOT] = ACTIONS(1517), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1515), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1515), + [anon_sym_COMMA] = ACTIONS(1515), + [anon_sym_COLON_COLON] = ACTIONS(1515), + [anon_sym_POUND] = ACTIONS(1515), + [anon_sym_as] = ACTIONS(1517), + [anon_sym_const] = ACTIONS(1517), + [anon_sym_default] = ACTIONS(1517), + [anon_sym_gen] = ACTIONS(1517), + [anon_sym_union] = ACTIONS(1517), + [anon_sym_ref] = ACTIONS(1517), + [sym_mutable_specifier] = ACTIONS(1517), + [sym_integer_literal] = ACTIONS(1515), + [aux_sym_string_literal_token1] = ACTIONS(1515), + [sym_char_literal] = ACTIONS(1515), + [anon_sym_true] = ACTIONS(1517), + [anon_sym_false] = ACTIONS(1517), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1517), + [sym_super] = ACTIONS(1517), + [sym_crate] = ACTIONS(1517), + [sym_metavariable] = ACTIONS(1515), + [sym__raw_string_literal_start] = ACTIONS(1515), + [sym_float_literal] = ACTIONS(1515), }, - [STATE(498)] = { - [sym_line_comment] = STATE(498), - [sym_block_comment] = STATE(498), + [STATE(488)] = { + [sym_line_comment] = STATE(488), + [sym_block_comment] = STATE(488), [sym_identifier] = ACTIONS(1541), [anon_sym_LPAREN] = ACTIONS(1539), [anon_sym_LBRACK] = ACTIONS(1539), @@ -72236,34 +71403,864 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1539), [sym_float_literal] = ACTIONS(1539), }, + [STATE(489)] = { + [sym_line_comment] = STATE(489), + [sym_block_comment] = STATE(489), + [sym_identifier] = ACTIONS(1545), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_LBRACK] = ACTIONS(1543), + [anon_sym_RBRACE] = ACTIONS(1543), + [anon_sym_PLUS] = ACTIONS(1545), + [anon_sym_STAR] = ACTIONS(1545), + [anon_sym_QMARK] = ACTIONS(1543), + [anon_sym_u8] = ACTIONS(1545), + [anon_sym_i8] = ACTIONS(1545), + [anon_sym_u16] = ACTIONS(1545), + [anon_sym_i16] = ACTIONS(1545), + [anon_sym_u32] = ACTIONS(1545), + [anon_sym_i32] = ACTIONS(1545), + [anon_sym_u64] = ACTIONS(1545), + [anon_sym_i64] = ACTIONS(1545), + [anon_sym_u128] = ACTIONS(1545), + [anon_sym_i128] = ACTIONS(1545), + [anon_sym_isize] = ACTIONS(1545), + [anon_sym_usize] = ACTIONS(1545), + [anon_sym_f32] = ACTIONS(1545), + [anon_sym_f64] = ACTIONS(1545), + [anon_sym_bool] = ACTIONS(1545), + [anon_sym_str] = ACTIONS(1545), + [anon_sym_char] = ACTIONS(1545), + [anon_sym_DASH] = ACTIONS(1545), + [anon_sym_SLASH] = ACTIONS(1545), + [anon_sym_PERCENT] = ACTIONS(1545), + [anon_sym_CARET] = ACTIONS(1545), + [anon_sym_AMP] = ACTIONS(1545), + [anon_sym_PIPE] = ACTIONS(1545), + [anon_sym_AMP_AMP] = ACTIONS(1543), + [anon_sym_PIPE_PIPE] = ACTIONS(1543), + [anon_sym_LT_LT] = ACTIONS(1545), + [anon_sym_GT_GT] = ACTIONS(1545), + [anon_sym_PLUS_EQ] = ACTIONS(1543), + [anon_sym_DASH_EQ] = ACTIONS(1543), + [anon_sym_STAR_EQ] = ACTIONS(1543), + [anon_sym_SLASH_EQ] = ACTIONS(1543), + [anon_sym_PERCENT_EQ] = ACTIONS(1543), + [anon_sym_CARET_EQ] = ACTIONS(1543), + [anon_sym_AMP_EQ] = ACTIONS(1543), + [anon_sym_PIPE_EQ] = ACTIONS(1543), + [anon_sym_LT_LT_EQ] = ACTIONS(1543), + [anon_sym_GT_GT_EQ] = ACTIONS(1543), + [anon_sym_EQ] = ACTIONS(1545), + [anon_sym_EQ_EQ] = ACTIONS(1543), + [anon_sym_BANG_EQ] = ACTIONS(1543), + [anon_sym_GT] = ACTIONS(1545), + [anon_sym_LT] = ACTIONS(1545), + [anon_sym_GT_EQ] = ACTIONS(1543), + [anon_sym_LT_EQ] = ACTIONS(1543), + [anon_sym__] = ACTIONS(1545), + [anon_sym_DOT] = ACTIONS(1545), + [anon_sym_DOT_DOT] = ACTIONS(1545), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1543), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1543), + [anon_sym_COMMA] = ACTIONS(1543), + [anon_sym_COLON_COLON] = ACTIONS(1543), + [anon_sym_POUND] = ACTIONS(1543), + [anon_sym_as] = ACTIONS(1545), + [anon_sym_const] = ACTIONS(1545), + [anon_sym_default] = ACTIONS(1545), + [anon_sym_gen] = ACTIONS(1545), + [anon_sym_union] = ACTIONS(1545), + [anon_sym_ref] = ACTIONS(1545), + [sym_mutable_specifier] = ACTIONS(1545), + [sym_integer_literal] = ACTIONS(1543), + [aux_sym_string_literal_token1] = ACTIONS(1543), + [sym_char_literal] = ACTIONS(1543), + [anon_sym_true] = ACTIONS(1545), + [anon_sym_false] = ACTIONS(1545), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1545), + [sym_super] = ACTIONS(1545), + [sym_crate] = ACTIONS(1545), + [sym_metavariable] = ACTIONS(1543), + [sym__raw_string_literal_start] = ACTIONS(1543), + [sym_float_literal] = ACTIONS(1543), + }, + [STATE(490)] = { + [sym_line_comment] = STATE(490), + [sym_block_comment] = STATE(490), + [sym_identifier] = ACTIONS(1525), + [anon_sym_LPAREN] = ACTIONS(1523), + [anon_sym_LBRACK] = ACTIONS(1523), + [anon_sym_RBRACE] = ACTIONS(1523), + [anon_sym_PLUS] = ACTIONS(1525), + [anon_sym_STAR] = ACTIONS(1525), + [anon_sym_QMARK] = ACTIONS(1523), + [anon_sym_u8] = ACTIONS(1525), + [anon_sym_i8] = ACTIONS(1525), + [anon_sym_u16] = ACTIONS(1525), + [anon_sym_i16] = ACTIONS(1525), + [anon_sym_u32] = ACTIONS(1525), + [anon_sym_i32] = ACTIONS(1525), + [anon_sym_u64] = ACTIONS(1525), + [anon_sym_i64] = ACTIONS(1525), + [anon_sym_u128] = ACTIONS(1525), + [anon_sym_i128] = ACTIONS(1525), + [anon_sym_isize] = ACTIONS(1525), + [anon_sym_usize] = ACTIONS(1525), + [anon_sym_f32] = ACTIONS(1525), + [anon_sym_f64] = ACTIONS(1525), + [anon_sym_bool] = ACTIONS(1525), + [anon_sym_str] = ACTIONS(1525), + [anon_sym_char] = ACTIONS(1525), + [anon_sym_DASH] = ACTIONS(1525), + [anon_sym_SLASH] = ACTIONS(1525), + [anon_sym_PERCENT] = ACTIONS(1525), + [anon_sym_CARET] = ACTIONS(1525), + [anon_sym_AMP] = ACTIONS(1525), + [anon_sym_PIPE] = ACTIONS(1525), + [anon_sym_AMP_AMP] = ACTIONS(1523), + [anon_sym_PIPE_PIPE] = ACTIONS(1523), + [anon_sym_LT_LT] = ACTIONS(1525), + [anon_sym_GT_GT] = ACTIONS(1525), + [anon_sym_PLUS_EQ] = ACTIONS(1523), + [anon_sym_DASH_EQ] = ACTIONS(1523), + [anon_sym_STAR_EQ] = ACTIONS(1523), + [anon_sym_SLASH_EQ] = ACTIONS(1523), + [anon_sym_PERCENT_EQ] = ACTIONS(1523), + [anon_sym_CARET_EQ] = ACTIONS(1523), + [anon_sym_AMP_EQ] = ACTIONS(1523), + [anon_sym_PIPE_EQ] = ACTIONS(1523), + [anon_sym_LT_LT_EQ] = ACTIONS(1523), + [anon_sym_GT_GT_EQ] = ACTIONS(1523), + [anon_sym_EQ] = ACTIONS(1525), + [anon_sym_EQ_EQ] = ACTIONS(1523), + [anon_sym_BANG_EQ] = ACTIONS(1523), + [anon_sym_GT] = ACTIONS(1525), + [anon_sym_LT] = ACTIONS(1525), + [anon_sym_GT_EQ] = ACTIONS(1523), + [anon_sym_LT_EQ] = ACTIONS(1523), + [anon_sym__] = ACTIONS(1525), + [anon_sym_DOT] = ACTIONS(1525), + [anon_sym_DOT_DOT] = ACTIONS(1525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1523), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1523), + [anon_sym_COMMA] = ACTIONS(1523), + [anon_sym_COLON_COLON] = ACTIONS(1523), + [anon_sym_POUND] = ACTIONS(1523), + [anon_sym_as] = ACTIONS(1525), + [anon_sym_const] = ACTIONS(1525), + [anon_sym_default] = ACTIONS(1525), + [anon_sym_gen] = ACTIONS(1525), + [anon_sym_union] = ACTIONS(1525), + [anon_sym_ref] = ACTIONS(1525), + [sym_mutable_specifier] = ACTIONS(1525), + [sym_integer_literal] = ACTIONS(1523), + [aux_sym_string_literal_token1] = ACTIONS(1523), + [sym_char_literal] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(1525), + [anon_sym_false] = ACTIONS(1525), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1525), + [sym_super] = ACTIONS(1525), + [sym_crate] = ACTIONS(1525), + [sym_metavariable] = ACTIONS(1523), + [sym__raw_string_literal_start] = ACTIONS(1523), + [sym_float_literal] = ACTIONS(1523), + }, + [STATE(491)] = { + [sym_line_comment] = STATE(491), + [sym_block_comment] = STATE(491), + [sym_identifier] = ACTIONS(1531), + [anon_sym_LPAREN] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_RBRACE] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_QMARK] = ACTIONS(1529), + [anon_sym_u8] = ACTIONS(1531), + [anon_sym_i8] = ACTIONS(1531), + [anon_sym_u16] = ACTIONS(1531), + [anon_sym_i16] = ACTIONS(1531), + [anon_sym_u32] = ACTIONS(1531), + [anon_sym_i32] = ACTIONS(1531), + [anon_sym_u64] = ACTIONS(1531), + [anon_sym_i64] = ACTIONS(1531), + [anon_sym_u128] = ACTIONS(1531), + [anon_sym_i128] = ACTIONS(1531), + [anon_sym_isize] = ACTIONS(1531), + [anon_sym_usize] = ACTIONS(1531), + [anon_sym_f32] = ACTIONS(1531), + [anon_sym_f64] = ACTIONS(1531), + [anon_sym_bool] = ACTIONS(1531), + [anon_sym_str] = ACTIONS(1531), + [anon_sym_char] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1531), + [anon_sym_SLASH] = ACTIONS(1531), + [anon_sym_PERCENT] = ACTIONS(1531), + [anon_sym_CARET] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_PIPE] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1529), + [anon_sym_PIPE_PIPE] = ACTIONS(1529), + [anon_sym_LT_LT] = ACTIONS(1531), + [anon_sym_GT_GT] = ACTIONS(1531), + [anon_sym_PLUS_EQ] = ACTIONS(1529), + [anon_sym_DASH_EQ] = ACTIONS(1529), + [anon_sym_STAR_EQ] = ACTIONS(1529), + [anon_sym_SLASH_EQ] = ACTIONS(1529), + [anon_sym_PERCENT_EQ] = ACTIONS(1529), + [anon_sym_CARET_EQ] = ACTIONS(1529), + [anon_sym_AMP_EQ] = ACTIONS(1529), + [anon_sym_PIPE_EQ] = ACTIONS(1529), + [anon_sym_LT_LT_EQ] = ACTIONS(1529), + [anon_sym_GT_GT_EQ] = ACTIONS(1529), + [anon_sym_EQ] = ACTIONS(1531), + [anon_sym_EQ_EQ] = ACTIONS(1529), + [anon_sym_BANG_EQ] = ACTIONS(1529), + [anon_sym_GT] = ACTIONS(1531), + [anon_sym_LT] = ACTIONS(1531), + [anon_sym_GT_EQ] = ACTIONS(1529), + [anon_sym_LT_EQ] = ACTIONS(1529), + [anon_sym__] = ACTIONS(1531), + [anon_sym_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1529), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1529), + [anon_sym_POUND] = ACTIONS(1529), + [anon_sym_as] = ACTIONS(1531), + [anon_sym_const] = ACTIONS(1531), + [anon_sym_default] = ACTIONS(1531), + [anon_sym_gen] = ACTIONS(1531), + [anon_sym_union] = ACTIONS(1531), + [anon_sym_ref] = ACTIONS(1531), + [sym_mutable_specifier] = ACTIONS(1531), + [sym_integer_literal] = ACTIONS(1529), + [aux_sym_string_literal_token1] = ACTIONS(1529), + [sym_char_literal] = ACTIONS(1529), + [anon_sym_true] = ACTIONS(1531), + [anon_sym_false] = ACTIONS(1531), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1531), + [sym_super] = ACTIONS(1531), + [sym_crate] = ACTIONS(1531), + [sym_metavariable] = ACTIONS(1529), + [sym__raw_string_literal_start] = ACTIONS(1529), + [sym_float_literal] = ACTIONS(1529), + }, + [STATE(492)] = { + [sym_line_comment] = STATE(492), + [sym_block_comment] = STATE(492), + [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(493)] = { + [sym_line_comment] = STATE(493), + [sym_block_comment] = STATE(493), + [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(494)] = { + [sym_line_comment] = STATE(494), + [sym_block_comment] = STATE(494), + [sym_identifier] = ACTIONS(1555), + [anon_sym_LPAREN] = ACTIONS(1553), + [anon_sym_LBRACK] = ACTIONS(1553), + [anon_sym_RBRACE] = ACTIONS(1553), + [anon_sym_PLUS] = ACTIONS(1555), + [anon_sym_STAR] = ACTIONS(1555), + [anon_sym_QMARK] = ACTIONS(1553), + [anon_sym_u8] = ACTIONS(1555), + [anon_sym_i8] = ACTIONS(1555), + [anon_sym_u16] = ACTIONS(1555), + [anon_sym_i16] = ACTIONS(1555), + [anon_sym_u32] = ACTIONS(1555), + [anon_sym_i32] = ACTIONS(1555), + [anon_sym_u64] = ACTIONS(1555), + [anon_sym_i64] = ACTIONS(1555), + [anon_sym_u128] = ACTIONS(1555), + [anon_sym_i128] = ACTIONS(1555), + [anon_sym_isize] = ACTIONS(1555), + [anon_sym_usize] = ACTIONS(1555), + [anon_sym_f32] = ACTIONS(1555), + [anon_sym_f64] = ACTIONS(1555), + [anon_sym_bool] = ACTIONS(1555), + [anon_sym_str] = ACTIONS(1555), + [anon_sym_char] = ACTIONS(1555), + [anon_sym_DASH] = ACTIONS(1555), + [anon_sym_SLASH] = ACTIONS(1555), + [anon_sym_PERCENT] = ACTIONS(1555), + [anon_sym_CARET] = ACTIONS(1555), + [anon_sym_AMP] = ACTIONS(1555), + [anon_sym_PIPE] = ACTIONS(1555), + [anon_sym_AMP_AMP] = ACTIONS(1553), + [anon_sym_PIPE_PIPE] = ACTIONS(1553), + [anon_sym_LT_LT] = ACTIONS(1555), + [anon_sym_GT_GT] = ACTIONS(1555), + [anon_sym_PLUS_EQ] = ACTIONS(1553), + [anon_sym_DASH_EQ] = ACTIONS(1553), + [anon_sym_STAR_EQ] = ACTIONS(1553), + [anon_sym_SLASH_EQ] = ACTIONS(1553), + [anon_sym_PERCENT_EQ] = ACTIONS(1553), + [anon_sym_CARET_EQ] = ACTIONS(1553), + [anon_sym_AMP_EQ] = ACTIONS(1553), + [anon_sym_PIPE_EQ] = ACTIONS(1553), + [anon_sym_LT_LT_EQ] = ACTIONS(1553), + [anon_sym_GT_GT_EQ] = ACTIONS(1553), + [anon_sym_EQ] = ACTIONS(1555), + [anon_sym_EQ_EQ] = ACTIONS(1553), + [anon_sym_BANG_EQ] = ACTIONS(1553), + [anon_sym_GT] = ACTIONS(1555), + [anon_sym_LT] = ACTIONS(1555), + [anon_sym_GT_EQ] = ACTIONS(1553), + [anon_sym_LT_EQ] = ACTIONS(1553), + [anon_sym__] = ACTIONS(1555), + [anon_sym_DOT] = ACTIONS(1555), + [anon_sym_DOT_DOT] = ACTIONS(1555), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1553), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1553), + [anon_sym_COMMA] = ACTIONS(1553), + [anon_sym_COLON_COLON] = ACTIONS(1553), + [anon_sym_POUND] = ACTIONS(1553), + [anon_sym_as] = ACTIONS(1555), + [anon_sym_const] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1555), + [anon_sym_gen] = ACTIONS(1555), + [anon_sym_union] = ACTIONS(1555), + [anon_sym_ref] = ACTIONS(1555), + [sym_mutable_specifier] = ACTIONS(1555), + [sym_integer_literal] = ACTIONS(1553), + [aux_sym_string_literal_token1] = ACTIONS(1553), + [sym_char_literal] = ACTIONS(1553), + [anon_sym_true] = ACTIONS(1555), + [anon_sym_false] = ACTIONS(1555), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1555), + [sym_super] = ACTIONS(1555), + [sym_crate] = ACTIONS(1555), + [sym_metavariable] = ACTIONS(1553), + [sym__raw_string_literal_start] = ACTIONS(1553), + [sym_float_literal] = ACTIONS(1553), + }, + [STATE(495)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3034), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(2656), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(495), + [sym_block_comment] = STATE(495), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1415), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1828), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_async] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [anon_sym_move] = ACTIONS(1427), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(496)] = { + [sym_line_comment] = STATE(496), + [sym_block_comment] = STATE(496), + [sym_identifier] = ACTIONS(1535), + [anon_sym_LPAREN] = ACTIONS(1533), + [anon_sym_LBRACK] = ACTIONS(1533), + [anon_sym_RBRACE] = ACTIONS(1533), + [anon_sym_PLUS] = ACTIONS(1535), + [anon_sym_STAR] = ACTIONS(1535), + [anon_sym_QMARK] = ACTIONS(1533), + [anon_sym_u8] = ACTIONS(1535), + [anon_sym_i8] = ACTIONS(1535), + [anon_sym_u16] = ACTIONS(1535), + [anon_sym_i16] = ACTIONS(1535), + [anon_sym_u32] = ACTIONS(1535), + [anon_sym_i32] = ACTIONS(1535), + [anon_sym_u64] = ACTIONS(1535), + [anon_sym_i64] = ACTIONS(1535), + [anon_sym_u128] = ACTIONS(1535), + [anon_sym_i128] = ACTIONS(1535), + [anon_sym_isize] = ACTIONS(1535), + [anon_sym_usize] = ACTIONS(1535), + [anon_sym_f32] = ACTIONS(1535), + [anon_sym_f64] = ACTIONS(1535), + [anon_sym_bool] = ACTIONS(1535), + [anon_sym_str] = ACTIONS(1535), + [anon_sym_char] = ACTIONS(1535), + [anon_sym_DASH] = ACTIONS(1535), + [anon_sym_SLASH] = ACTIONS(1535), + [anon_sym_PERCENT] = ACTIONS(1535), + [anon_sym_CARET] = ACTIONS(1535), + [anon_sym_AMP] = ACTIONS(1535), + [anon_sym_PIPE] = ACTIONS(1535), + [anon_sym_AMP_AMP] = ACTIONS(1533), + [anon_sym_PIPE_PIPE] = ACTIONS(1533), + [anon_sym_LT_LT] = ACTIONS(1535), + [anon_sym_GT_GT] = ACTIONS(1535), + [anon_sym_PLUS_EQ] = ACTIONS(1533), + [anon_sym_DASH_EQ] = ACTIONS(1533), + [anon_sym_STAR_EQ] = ACTIONS(1533), + [anon_sym_SLASH_EQ] = ACTIONS(1533), + [anon_sym_PERCENT_EQ] = ACTIONS(1533), + [anon_sym_CARET_EQ] = ACTIONS(1533), + [anon_sym_AMP_EQ] = ACTIONS(1533), + [anon_sym_PIPE_EQ] = ACTIONS(1533), + [anon_sym_LT_LT_EQ] = ACTIONS(1533), + [anon_sym_GT_GT_EQ] = ACTIONS(1533), + [anon_sym_EQ] = ACTIONS(1535), + [anon_sym_EQ_EQ] = ACTIONS(1533), + [anon_sym_BANG_EQ] = ACTIONS(1533), + [anon_sym_GT] = ACTIONS(1535), + [anon_sym_LT] = ACTIONS(1535), + [anon_sym_GT_EQ] = ACTIONS(1533), + [anon_sym_LT_EQ] = ACTIONS(1533), + [anon_sym__] = ACTIONS(1535), + [anon_sym_DOT] = ACTIONS(1535), + [anon_sym_DOT_DOT] = ACTIONS(1535), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1533), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1533), + [anon_sym_COMMA] = ACTIONS(1533), + [anon_sym_COLON_COLON] = ACTIONS(1533), + [anon_sym_POUND] = ACTIONS(1533), + [anon_sym_as] = ACTIONS(1535), + [anon_sym_const] = ACTIONS(1535), + [anon_sym_default] = ACTIONS(1535), + [anon_sym_gen] = ACTIONS(1535), + [anon_sym_union] = ACTIONS(1535), + [anon_sym_ref] = ACTIONS(1535), + [sym_mutable_specifier] = ACTIONS(1535), + [sym_integer_literal] = ACTIONS(1533), + [aux_sym_string_literal_token1] = ACTIONS(1533), + [sym_char_literal] = ACTIONS(1533), + [anon_sym_true] = ACTIONS(1535), + [anon_sym_false] = ACTIONS(1535), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1535), + [sym_super] = ACTIONS(1535), + [sym_crate] = ACTIONS(1535), + [sym_metavariable] = ACTIONS(1533), + [sym__raw_string_literal_start] = ACTIONS(1533), + [sym_float_literal] = ACTIONS(1533), + }, + [STATE(497)] = { + [sym_line_comment] = STATE(497), + [sym_block_comment] = STATE(497), + [sym_identifier] = ACTIONS(1551), + [anon_sym_LPAREN] = ACTIONS(1549), + [anon_sym_LBRACK] = ACTIONS(1549), + [anon_sym_RBRACE] = ACTIONS(1549), + [anon_sym_PLUS] = ACTIONS(1551), + [anon_sym_STAR] = ACTIONS(1551), + [anon_sym_QMARK] = ACTIONS(1549), + [anon_sym_u8] = ACTIONS(1551), + [anon_sym_i8] = ACTIONS(1551), + [anon_sym_u16] = ACTIONS(1551), + [anon_sym_i16] = ACTIONS(1551), + [anon_sym_u32] = ACTIONS(1551), + [anon_sym_i32] = ACTIONS(1551), + [anon_sym_u64] = ACTIONS(1551), + [anon_sym_i64] = ACTIONS(1551), + [anon_sym_u128] = ACTIONS(1551), + [anon_sym_i128] = ACTIONS(1551), + [anon_sym_isize] = ACTIONS(1551), + [anon_sym_usize] = ACTIONS(1551), + [anon_sym_f32] = ACTIONS(1551), + [anon_sym_f64] = ACTIONS(1551), + [anon_sym_bool] = ACTIONS(1551), + [anon_sym_str] = ACTIONS(1551), + [anon_sym_char] = ACTIONS(1551), + [anon_sym_DASH] = ACTIONS(1551), + [anon_sym_SLASH] = ACTIONS(1551), + [anon_sym_PERCENT] = ACTIONS(1551), + [anon_sym_CARET] = ACTIONS(1551), + [anon_sym_AMP] = ACTIONS(1551), + [anon_sym_PIPE] = ACTIONS(1551), + [anon_sym_AMP_AMP] = ACTIONS(1549), + [anon_sym_PIPE_PIPE] = ACTIONS(1549), + [anon_sym_LT_LT] = ACTIONS(1551), + [anon_sym_GT_GT] = ACTIONS(1551), + [anon_sym_PLUS_EQ] = ACTIONS(1549), + [anon_sym_DASH_EQ] = ACTIONS(1549), + [anon_sym_STAR_EQ] = ACTIONS(1549), + [anon_sym_SLASH_EQ] = ACTIONS(1549), + [anon_sym_PERCENT_EQ] = ACTIONS(1549), + [anon_sym_CARET_EQ] = ACTIONS(1549), + [anon_sym_AMP_EQ] = ACTIONS(1549), + [anon_sym_PIPE_EQ] = ACTIONS(1549), + [anon_sym_LT_LT_EQ] = ACTIONS(1549), + [anon_sym_GT_GT_EQ] = ACTIONS(1549), + [anon_sym_EQ] = ACTIONS(1551), + [anon_sym_EQ_EQ] = ACTIONS(1549), + [anon_sym_BANG_EQ] = ACTIONS(1549), + [anon_sym_GT] = ACTIONS(1551), + [anon_sym_LT] = ACTIONS(1551), + [anon_sym_GT_EQ] = ACTIONS(1549), + [anon_sym_LT_EQ] = ACTIONS(1549), + [anon_sym__] = ACTIONS(1551), + [anon_sym_DOT] = ACTIONS(1551), + [anon_sym_DOT_DOT] = ACTIONS(1551), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1549), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1549), + [anon_sym_COMMA] = ACTIONS(1549), + [anon_sym_COLON_COLON] = ACTIONS(1549), + [anon_sym_POUND] = ACTIONS(1549), + [anon_sym_as] = ACTIONS(1551), + [anon_sym_const] = ACTIONS(1551), + [anon_sym_default] = ACTIONS(1551), + [anon_sym_gen] = ACTIONS(1551), + [anon_sym_union] = ACTIONS(1551), + [anon_sym_ref] = ACTIONS(1551), + [sym_mutable_specifier] = ACTIONS(1551), + [sym_integer_literal] = ACTIONS(1549), + [aux_sym_string_literal_token1] = ACTIONS(1549), + [sym_char_literal] = ACTIONS(1549), + [anon_sym_true] = ACTIONS(1551), + [anon_sym_false] = ACTIONS(1551), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1551), + [sym_super] = ACTIONS(1551), + [sym_crate] = ACTIONS(1551), + [sym_metavariable] = ACTIONS(1549), + [sym__raw_string_literal_start] = ACTIONS(1549), + [sym_float_literal] = ACTIONS(1549), + }, + [STATE(498)] = { + [sym_line_comment] = STATE(498), + [sym_block_comment] = STATE(498), + [sym_identifier] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1493), + [anon_sym_RBRACE] = ACTIONS(1493), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_u8] = ACTIONS(1495), + [anon_sym_i8] = ACTIONS(1495), + [anon_sym_u16] = ACTIONS(1495), + [anon_sym_i16] = ACTIONS(1495), + [anon_sym_u32] = ACTIONS(1495), + [anon_sym_i32] = ACTIONS(1495), + [anon_sym_u64] = ACTIONS(1495), + [anon_sym_i64] = ACTIONS(1495), + [anon_sym_u128] = ACTIONS(1495), + [anon_sym_i128] = ACTIONS(1495), + [anon_sym_isize] = ACTIONS(1495), + [anon_sym_usize] = ACTIONS(1495), + [anon_sym_f32] = ACTIONS(1495), + [anon_sym_f64] = ACTIONS(1495), + [anon_sym_bool] = ACTIONS(1495), + [anon_sym_str] = ACTIONS(1495), + [anon_sym_char] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_PERCENT] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1495), + [anon_sym_PIPE] = ACTIONS(1495), + [anon_sym_AMP_AMP] = ACTIONS(1493), + [anon_sym_PIPE_PIPE] = ACTIONS(1493), + [anon_sym_LT_LT] = ACTIONS(1495), + [anon_sym_GT_GT] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1493), + [anon_sym_DASH_EQ] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1493), + [anon_sym_SLASH_EQ] = ACTIONS(1493), + [anon_sym_PERCENT_EQ] = ACTIONS(1493), + [anon_sym_CARET_EQ] = ACTIONS(1493), + [anon_sym_AMP_EQ] = ACTIONS(1493), + [anon_sym_PIPE_EQ] = ACTIONS(1493), + [anon_sym_LT_LT_EQ] = ACTIONS(1493), + [anon_sym_GT_GT_EQ] = ACTIONS(1493), + [anon_sym_EQ] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1493), + [anon_sym_BANG_EQ] = ACTIONS(1493), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_LT] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1493), + [anon_sym_LT_EQ] = ACTIONS(1493), + [anon_sym__] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_DOT_DOT] = ACTIONS(1495), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1493), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1493), + [anon_sym_COMMA] = ACTIONS(1493), + [anon_sym_COLON_COLON] = ACTIONS(1493), + [anon_sym_POUND] = ACTIONS(1493), + [anon_sym_as] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_gen] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_ref] = ACTIONS(1495), + [sym_mutable_specifier] = ACTIONS(1495), + [sym_integer_literal] = ACTIONS(1493), + [aux_sym_string_literal_token1] = ACTIONS(1493), + [sym_char_literal] = ACTIONS(1493), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1495), + [sym_super] = ACTIONS(1495), + [sym_crate] = ACTIONS(1495), + [sym_metavariable] = ACTIONS(1493), + [sym__raw_string_literal_start] = ACTIONS(1493), + [sym_float_literal] = ACTIONS(1493), + }, [STATE(499)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(3249), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2952), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3274), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(3050), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(499), [sym_block_comment] = STATE(499), [sym_identifier] = ACTIONS(1725), @@ -72287,65 +72284,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), [anon_sym_PIPE] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_async] = ACTIONS(1741), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_async] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(500)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(3249), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2952), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3274), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(3050), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(500), [sym_block_comment] = STATE(500), [sym_identifier] = ACTIONS(1725), @@ -72369,65 +72366,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), [anon_sym_PIPE] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_async] = ACTIONS(1741), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_async] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(501)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(3249), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2952), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3274), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(3050), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(501), [sym_block_comment] = STATE(501), [sym_identifier] = ACTIONS(1725), @@ -72451,65 +72448,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), [anon_sym_PIPE] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_async] = ACTIONS(1741), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_async] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(502)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(3249), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2952), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3274), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(3050), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(502), [sym_block_comment] = STATE(502), [sym_identifier] = ACTIONS(1725), @@ -72533,36 +72530,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), [anon_sym_PIPE] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_async] = ACTIONS(1741), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_async] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(503)] = { [sym_line_comment] = STATE(503), @@ -74833,1580 +74830,2933 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1946), }, [STATE(531)] = { - [sym_empty_statement] = STATE(1170), - [sym_macro_definition] = STATE(1170), - [sym_attribute_item] = STATE(1170), - [sym_inner_attribute_item] = STATE(1170), - [sym_mod_item] = STATE(1170), - [sym_foreign_mod_item] = STATE(1170), - [sym_struct_item] = STATE(1170), - [sym_union_item] = STATE(1170), - [sym_enum_item] = STATE(1170), - [sym_extern_crate_declaration] = STATE(1170), - [sym_const_item] = STATE(1170), - [sym_static_item] = STATE(1170), - [sym_type_item] = STATE(1170), - [sym_function_item] = STATE(1170), - [sym_function_signature_item] = STATE(1170), - [sym_function_modifiers] = STATE(3781), - [sym_impl_item] = STATE(1170), - [sym_trait_item] = STATE(1170), - [sym_associated_type] = STATE(1170), - [sym_let_declaration] = STATE(1170), - [sym_use_declaration] = STATE(1170), - [sym_extern_modifier] = STATE(2235), - [sym_visibility_modifier] = STATE(2021), - [sym_bracketed_type] = STATE(3732), - [sym_generic_type_with_turbofish] = STATE(3800), - [sym_macro_invocation] = STATE(1170), - [sym_scoped_identifier] = STATE(3326), [sym_line_comment] = STATE(531), [sym_block_comment] = STATE(531), - [aux_sym_declaration_list_repeat1] = STATE(531), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(1950), - [anon_sym_SEMI] = ACTIONS(1953), - [anon_sym_macro_rules_BANG] = ACTIONS(1956), - [anon_sym_RBRACE] = 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_LT] = ACTIONS(1964), - [anon_sym_COLON_COLON] = ACTIONS(1967), - [anon_sym_POUND] = ACTIONS(1970), - [anon_sym_async] = ACTIONS(1973), - [anon_sym_const] = ACTIONS(1976), - [anon_sym_default] = ACTIONS(1979), - [anon_sym_enum] = ACTIONS(1982), - [anon_sym_fn] = ACTIONS(1985), - [anon_sym_gen] = ACTIONS(1988), - [anon_sym_impl] = ACTIONS(1991), - [anon_sym_let] = ACTIONS(1994), - [anon_sym_mod] = ACTIONS(1997), - [anon_sym_pub] = ACTIONS(2000), - [anon_sym_static] = ACTIONS(2003), - [anon_sym_struct] = ACTIONS(2006), - [anon_sym_trait] = ACTIONS(2009), - [anon_sym_type] = ACTIONS(2012), - [anon_sym_union] = ACTIONS(2015), - [anon_sym_unsafe] = ACTIONS(2018), - [anon_sym_use] = ACTIONS(2021), - [anon_sym_extern] = ACTIONS(2024), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2027), - [sym_super] = ACTIONS(2027), - [sym_crate] = ACTIONS(2030), - [sym_metavariable] = ACTIONS(2033), + [ts_builtin_sym_end] = ACTIONS(1950), + [sym_identifier] = ACTIONS(1952), + [anon_sym_SEMI] = ACTIONS(1950), + [anon_sym_macro_rules_BANG] = ACTIONS(1950), + [anon_sym_LPAREN] = ACTIONS(1950), + [anon_sym_LBRACK] = ACTIONS(1950), + [anon_sym_LBRACE] = ACTIONS(1950), + [anon_sym_RBRACE] = ACTIONS(1950), + [anon_sym_STAR] = ACTIONS(1950), + [anon_sym_u8] = ACTIONS(1952), + [anon_sym_i8] = ACTIONS(1952), + [anon_sym_u16] = ACTIONS(1952), + [anon_sym_i16] = ACTIONS(1952), + [anon_sym_u32] = ACTIONS(1952), + [anon_sym_i32] = ACTIONS(1952), + [anon_sym_u64] = ACTIONS(1952), + [anon_sym_i64] = ACTIONS(1952), + [anon_sym_u128] = ACTIONS(1952), + [anon_sym_i128] = ACTIONS(1952), + [anon_sym_isize] = ACTIONS(1952), + [anon_sym_usize] = ACTIONS(1952), + [anon_sym_f32] = ACTIONS(1952), + [anon_sym_f64] = ACTIONS(1952), + [anon_sym_bool] = ACTIONS(1952), + [anon_sym_str] = ACTIONS(1952), + [anon_sym_char] = ACTIONS(1952), + [anon_sym_DASH] = ACTIONS(1950), + [anon_sym_BANG] = ACTIONS(1950), + [anon_sym_AMP] = ACTIONS(1950), + [anon_sym_PIPE] = ACTIONS(1950), + [anon_sym_LT] = ACTIONS(1950), + [anon_sym_DOT_DOT] = ACTIONS(1950), + [anon_sym_COLON_COLON] = ACTIONS(1950), + [anon_sym_POUND] = ACTIONS(1950), + [anon_sym_SQUOTE] = ACTIONS(1952), + [anon_sym_async] = ACTIONS(1952), + [anon_sym_break] = ACTIONS(1952), + [anon_sym_const] = ACTIONS(1952), + [anon_sym_continue] = ACTIONS(1952), + [anon_sym_default] = ACTIONS(1952), + [anon_sym_enum] = ACTIONS(1952), + [anon_sym_fn] = ACTIONS(1952), + [anon_sym_for] = ACTIONS(1952), + [anon_sym_gen] = ACTIONS(1952), + [anon_sym_if] = ACTIONS(1952), + [anon_sym_impl] = ACTIONS(1952), + [anon_sym_let] = ACTIONS(1952), + [anon_sym_loop] = ACTIONS(1952), + [anon_sym_match] = ACTIONS(1952), + [anon_sym_mod] = ACTIONS(1952), + [anon_sym_pub] = ACTIONS(1952), + [anon_sym_return] = ACTIONS(1952), + [anon_sym_static] = ACTIONS(1952), + [anon_sym_struct] = ACTIONS(1952), + [anon_sym_trait] = ACTIONS(1952), + [anon_sym_type] = ACTIONS(1952), + [anon_sym_union] = ACTIONS(1952), + [anon_sym_unsafe] = ACTIONS(1952), + [anon_sym_use] = ACTIONS(1952), + [anon_sym_while] = ACTIONS(1952), + [anon_sym_extern] = ACTIONS(1952), + [anon_sym_yield] = ACTIONS(1952), + [anon_sym_move] = ACTIONS(1952), + [anon_sym_try] = ACTIONS(1952), + [sym_integer_literal] = ACTIONS(1950), + [aux_sym_string_literal_token1] = ACTIONS(1950), + [sym_char_literal] = ACTIONS(1950), + [anon_sym_true] = ACTIONS(1952), + [anon_sym_false] = ACTIONS(1952), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1952), + [sym_super] = ACTIONS(1952), + [sym_crate] = ACTIONS(1952), + [sym_metavariable] = ACTIONS(1950), + [sym__raw_string_literal_start] = ACTIONS(1950), + [sym_float_literal] = ACTIONS(1950), }, [STATE(532)] = { [sym_line_comment] = STATE(532), [sym_block_comment] = STATE(532), - [ts_builtin_sym_end] = ACTIONS(2036), - [sym_identifier] = ACTIONS(2038), - [anon_sym_SEMI] = ACTIONS(2036), - [anon_sym_macro_rules_BANG] = ACTIONS(2036), - [anon_sym_LPAREN] = ACTIONS(2036), - [anon_sym_LBRACK] = ACTIONS(2036), - [anon_sym_LBRACE] = ACTIONS(2036), - [anon_sym_RBRACE] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2036), - [anon_sym_u8] = ACTIONS(2038), - [anon_sym_i8] = ACTIONS(2038), - [anon_sym_u16] = ACTIONS(2038), - [anon_sym_i16] = ACTIONS(2038), - [anon_sym_u32] = ACTIONS(2038), - [anon_sym_i32] = ACTIONS(2038), - [anon_sym_u64] = ACTIONS(2038), - [anon_sym_i64] = ACTIONS(2038), - [anon_sym_u128] = ACTIONS(2038), - [anon_sym_i128] = ACTIONS(2038), - [anon_sym_isize] = ACTIONS(2038), - [anon_sym_usize] = ACTIONS(2038), - [anon_sym_f32] = ACTIONS(2038), - [anon_sym_f64] = ACTIONS(2038), - [anon_sym_bool] = ACTIONS(2038), - [anon_sym_str] = ACTIONS(2038), - [anon_sym_char] = ACTIONS(2038), - [anon_sym_DASH] = ACTIONS(2036), - [anon_sym_BANG] = ACTIONS(2036), - [anon_sym_AMP] = ACTIONS(2036), - [anon_sym_PIPE] = ACTIONS(2036), - [anon_sym_LT] = ACTIONS(2036), - [anon_sym_DOT_DOT] = ACTIONS(2036), - [anon_sym_COLON_COLON] = ACTIONS(2036), - [anon_sym_POUND] = ACTIONS(2036), - [anon_sym_SQUOTE] = ACTIONS(2038), - [anon_sym_async] = ACTIONS(2038), - [anon_sym_break] = ACTIONS(2038), - [anon_sym_const] = ACTIONS(2038), - [anon_sym_continue] = ACTIONS(2038), - [anon_sym_default] = ACTIONS(2038), - [anon_sym_enum] = ACTIONS(2038), - [anon_sym_fn] = ACTIONS(2038), - [anon_sym_for] = ACTIONS(2038), - [anon_sym_gen] = ACTIONS(2038), - [anon_sym_if] = ACTIONS(2038), - [anon_sym_impl] = ACTIONS(2038), - [anon_sym_let] = ACTIONS(2038), - [anon_sym_loop] = ACTIONS(2038), - [anon_sym_match] = ACTIONS(2038), - [anon_sym_mod] = ACTIONS(2038), - [anon_sym_pub] = ACTIONS(2038), - [anon_sym_return] = ACTIONS(2038), - [anon_sym_static] = ACTIONS(2038), - [anon_sym_struct] = ACTIONS(2038), - [anon_sym_trait] = ACTIONS(2038), - [anon_sym_type] = ACTIONS(2038), - [anon_sym_union] = ACTIONS(2038), - [anon_sym_unsafe] = ACTIONS(2038), - [anon_sym_use] = ACTIONS(2038), - [anon_sym_while] = ACTIONS(2038), - [anon_sym_extern] = ACTIONS(2038), - [anon_sym_yield] = ACTIONS(2038), - [anon_sym_move] = ACTIONS(2038), - [anon_sym_try] = ACTIONS(2038), - [sym_integer_literal] = ACTIONS(2036), - [aux_sym_string_literal_token1] = ACTIONS(2036), - [sym_char_literal] = ACTIONS(2036), - [anon_sym_true] = ACTIONS(2038), - [anon_sym_false] = ACTIONS(2038), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2038), - [sym_super] = ACTIONS(2038), - [sym_crate] = ACTIONS(2038), - [sym_metavariable] = ACTIONS(2036), - [sym__raw_string_literal_start] = ACTIONS(2036), - [sym_float_literal] = ACTIONS(2036), + [ts_builtin_sym_end] = ACTIONS(1954), + [sym_identifier] = ACTIONS(1956), + [anon_sym_SEMI] = ACTIONS(1954), + [anon_sym_macro_rules_BANG] = ACTIONS(1954), + [anon_sym_LPAREN] = ACTIONS(1954), + [anon_sym_LBRACK] = ACTIONS(1954), + [anon_sym_LBRACE] = ACTIONS(1954), + [anon_sym_RBRACE] = ACTIONS(1954), + [anon_sym_STAR] = ACTIONS(1954), + [anon_sym_u8] = ACTIONS(1956), + [anon_sym_i8] = ACTIONS(1956), + [anon_sym_u16] = ACTIONS(1956), + [anon_sym_i16] = ACTIONS(1956), + [anon_sym_u32] = ACTIONS(1956), + [anon_sym_i32] = ACTIONS(1956), + [anon_sym_u64] = ACTIONS(1956), + [anon_sym_i64] = ACTIONS(1956), + [anon_sym_u128] = ACTIONS(1956), + [anon_sym_i128] = ACTIONS(1956), + [anon_sym_isize] = ACTIONS(1956), + [anon_sym_usize] = ACTIONS(1956), + [anon_sym_f32] = ACTIONS(1956), + [anon_sym_f64] = ACTIONS(1956), + [anon_sym_bool] = ACTIONS(1956), + [anon_sym_str] = ACTIONS(1956), + [anon_sym_char] = ACTIONS(1956), + [anon_sym_DASH] = ACTIONS(1954), + [anon_sym_BANG] = ACTIONS(1954), + [anon_sym_AMP] = ACTIONS(1954), + [anon_sym_PIPE] = ACTIONS(1954), + [anon_sym_LT] = ACTIONS(1954), + [anon_sym_DOT_DOT] = ACTIONS(1954), + [anon_sym_COLON_COLON] = ACTIONS(1954), + [anon_sym_POUND] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1956), + [anon_sym_async] = ACTIONS(1956), + [anon_sym_break] = ACTIONS(1956), + [anon_sym_const] = ACTIONS(1956), + [anon_sym_continue] = ACTIONS(1956), + [anon_sym_default] = ACTIONS(1956), + [anon_sym_enum] = ACTIONS(1956), + [anon_sym_fn] = ACTIONS(1956), + [anon_sym_for] = ACTIONS(1956), + [anon_sym_gen] = ACTIONS(1956), + [anon_sym_if] = ACTIONS(1956), + [anon_sym_impl] = ACTIONS(1956), + [anon_sym_let] = ACTIONS(1956), + [anon_sym_loop] = ACTIONS(1956), + [anon_sym_match] = ACTIONS(1956), + [anon_sym_mod] = ACTIONS(1956), + [anon_sym_pub] = ACTIONS(1956), + [anon_sym_return] = ACTIONS(1956), + [anon_sym_static] = ACTIONS(1956), + [anon_sym_struct] = ACTIONS(1956), + [anon_sym_trait] = ACTIONS(1956), + [anon_sym_type] = ACTIONS(1956), + [anon_sym_union] = ACTIONS(1956), + [anon_sym_unsafe] = ACTIONS(1956), + [anon_sym_use] = ACTIONS(1956), + [anon_sym_while] = ACTIONS(1956), + [anon_sym_extern] = ACTIONS(1956), + [anon_sym_yield] = ACTIONS(1956), + [anon_sym_move] = ACTIONS(1956), + [anon_sym_try] = ACTIONS(1956), + [sym_integer_literal] = ACTIONS(1954), + [aux_sym_string_literal_token1] = ACTIONS(1954), + [sym_char_literal] = ACTIONS(1954), + [anon_sym_true] = ACTIONS(1956), + [anon_sym_false] = ACTIONS(1956), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1956), + [sym_super] = ACTIONS(1956), + [sym_crate] = ACTIONS(1956), + [sym_metavariable] = ACTIONS(1954), + [sym__raw_string_literal_start] = ACTIONS(1954), + [sym_float_literal] = ACTIONS(1954), }, [STATE(533)] = { [sym_line_comment] = STATE(533), [sym_block_comment] = STATE(533), - [ts_builtin_sym_end] = ACTIONS(2040), - [sym_identifier] = ACTIONS(2042), - [anon_sym_SEMI] = ACTIONS(2040), - [anon_sym_macro_rules_BANG] = ACTIONS(2040), - [anon_sym_LPAREN] = ACTIONS(2040), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_LBRACE] = ACTIONS(2040), - [anon_sym_RBRACE] = ACTIONS(2040), - [anon_sym_STAR] = ACTIONS(2040), - [anon_sym_u8] = ACTIONS(2042), - [anon_sym_i8] = ACTIONS(2042), - [anon_sym_u16] = ACTIONS(2042), - [anon_sym_i16] = ACTIONS(2042), - [anon_sym_u32] = ACTIONS(2042), - [anon_sym_i32] = ACTIONS(2042), - [anon_sym_u64] = ACTIONS(2042), - [anon_sym_i64] = ACTIONS(2042), - [anon_sym_u128] = ACTIONS(2042), - [anon_sym_i128] = ACTIONS(2042), - [anon_sym_isize] = ACTIONS(2042), - [anon_sym_usize] = ACTIONS(2042), - [anon_sym_f32] = ACTIONS(2042), - [anon_sym_f64] = ACTIONS(2042), - [anon_sym_bool] = ACTIONS(2042), - [anon_sym_str] = ACTIONS(2042), - [anon_sym_char] = ACTIONS(2042), - [anon_sym_DASH] = ACTIONS(2040), - [anon_sym_BANG] = ACTIONS(2040), - [anon_sym_AMP] = ACTIONS(2040), - [anon_sym_PIPE] = ACTIONS(2040), - [anon_sym_LT] = ACTIONS(2040), - [anon_sym_DOT_DOT] = ACTIONS(2040), - [anon_sym_COLON_COLON] = ACTIONS(2040), - [anon_sym_POUND] = ACTIONS(2040), - [anon_sym_SQUOTE] = ACTIONS(2042), - [anon_sym_async] = ACTIONS(2042), - [anon_sym_break] = ACTIONS(2042), - [anon_sym_const] = ACTIONS(2042), - [anon_sym_continue] = ACTIONS(2042), - [anon_sym_default] = ACTIONS(2042), - [anon_sym_enum] = ACTIONS(2042), - [anon_sym_fn] = ACTIONS(2042), - [anon_sym_for] = ACTIONS(2042), - [anon_sym_gen] = ACTIONS(2042), - [anon_sym_if] = ACTIONS(2042), - [anon_sym_impl] = ACTIONS(2042), - [anon_sym_let] = ACTIONS(2042), - [anon_sym_loop] = ACTIONS(2042), - [anon_sym_match] = ACTIONS(2042), - [anon_sym_mod] = ACTIONS(2042), - [anon_sym_pub] = ACTIONS(2042), - [anon_sym_return] = ACTIONS(2042), - [anon_sym_static] = ACTIONS(2042), - [anon_sym_struct] = ACTIONS(2042), - [anon_sym_trait] = ACTIONS(2042), - [anon_sym_type] = ACTIONS(2042), - [anon_sym_union] = ACTIONS(2042), - [anon_sym_unsafe] = ACTIONS(2042), - [anon_sym_use] = ACTIONS(2042), - [anon_sym_while] = ACTIONS(2042), - [anon_sym_extern] = ACTIONS(2042), - [anon_sym_yield] = ACTIONS(2042), - [anon_sym_move] = ACTIONS(2042), - [anon_sym_try] = ACTIONS(2042), - [sym_integer_literal] = ACTIONS(2040), - [aux_sym_string_literal_token1] = ACTIONS(2040), - [sym_char_literal] = ACTIONS(2040), - [anon_sym_true] = ACTIONS(2042), - [anon_sym_false] = ACTIONS(2042), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2042), - [sym_super] = ACTIONS(2042), - [sym_crate] = ACTIONS(2042), - [sym_metavariable] = ACTIONS(2040), - [sym__raw_string_literal_start] = ACTIONS(2040), - [sym_float_literal] = ACTIONS(2040), + [ts_builtin_sym_end] = ACTIONS(1958), + [sym_identifier] = ACTIONS(1960), + [anon_sym_SEMI] = ACTIONS(1958), + [anon_sym_macro_rules_BANG] = ACTIONS(1958), + [anon_sym_LPAREN] = ACTIONS(1958), + [anon_sym_LBRACK] = ACTIONS(1958), + [anon_sym_LBRACE] = ACTIONS(1958), + [anon_sym_RBRACE] = ACTIONS(1958), + [anon_sym_STAR] = ACTIONS(1958), + [anon_sym_u8] = ACTIONS(1960), + [anon_sym_i8] = ACTIONS(1960), + [anon_sym_u16] = ACTIONS(1960), + [anon_sym_i16] = ACTIONS(1960), + [anon_sym_u32] = ACTIONS(1960), + [anon_sym_i32] = ACTIONS(1960), + [anon_sym_u64] = ACTIONS(1960), + [anon_sym_i64] = ACTIONS(1960), + [anon_sym_u128] = ACTIONS(1960), + [anon_sym_i128] = ACTIONS(1960), + [anon_sym_isize] = ACTIONS(1960), + [anon_sym_usize] = ACTIONS(1960), + [anon_sym_f32] = ACTIONS(1960), + [anon_sym_f64] = ACTIONS(1960), + [anon_sym_bool] = ACTIONS(1960), + [anon_sym_str] = ACTIONS(1960), + [anon_sym_char] = ACTIONS(1960), + [anon_sym_DASH] = ACTIONS(1958), + [anon_sym_BANG] = ACTIONS(1958), + [anon_sym_AMP] = ACTIONS(1958), + [anon_sym_PIPE] = ACTIONS(1958), + [anon_sym_LT] = ACTIONS(1958), + [anon_sym_DOT_DOT] = ACTIONS(1958), + [anon_sym_COLON_COLON] = ACTIONS(1958), + [anon_sym_POUND] = ACTIONS(1958), + [anon_sym_SQUOTE] = ACTIONS(1960), + [anon_sym_async] = ACTIONS(1960), + [anon_sym_break] = ACTIONS(1960), + [anon_sym_const] = ACTIONS(1960), + [anon_sym_continue] = ACTIONS(1960), + [anon_sym_default] = ACTIONS(1960), + [anon_sym_enum] = ACTIONS(1960), + [anon_sym_fn] = ACTIONS(1960), + [anon_sym_for] = ACTIONS(1960), + [anon_sym_gen] = ACTIONS(1960), + [anon_sym_if] = ACTIONS(1960), + [anon_sym_impl] = ACTIONS(1960), + [anon_sym_let] = ACTIONS(1960), + [anon_sym_loop] = ACTIONS(1960), + [anon_sym_match] = ACTIONS(1960), + [anon_sym_mod] = ACTIONS(1960), + [anon_sym_pub] = ACTIONS(1960), + [anon_sym_return] = ACTIONS(1960), + [anon_sym_static] = ACTIONS(1960), + [anon_sym_struct] = ACTIONS(1960), + [anon_sym_trait] = ACTIONS(1960), + [anon_sym_type] = ACTIONS(1960), + [anon_sym_union] = ACTIONS(1960), + [anon_sym_unsafe] = ACTIONS(1960), + [anon_sym_use] = ACTIONS(1960), + [anon_sym_while] = ACTIONS(1960), + [anon_sym_extern] = ACTIONS(1960), + [anon_sym_yield] = ACTIONS(1960), + [anon_sym_move] = ACTIONS(1960), + [anon_sym_try] = ACTIONS(1960), + [sym_integer_literal] = ACTIONS(1958), + [aux_sym_string_literal_token1] = ACTIONS(1958), + [sym_char_literal] = ACTIONS(1958), + [anon_sym_true] = ACTIONS(1960), + [anon_sym_false] = ACTIONS(1960), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1960), + [sym_super] = ACTIONS(1960), + [sym_crate] = ACTIONS(1960), + [sym_metavariable] = ACTIONS(1958), + [sym__raw_string_literal_start] = ACTIONS(1958), + [sym_float_literal] = ACTIONS(1958), }, [STATE(534)] = { [sym_line_comment] = STATE(534), [sym_block_comment] = STATE(534), - [ts_builtin_sym_end] = ACTIONS(2044), - [sym_identifier] = ACTIONS(2046), - [anon_sym_SEMI] = ACTIONS(2044), - [anon_sym_macro_rules_BANG] = ACTIONS(2044), - [anon_sym_LPAREN] = ACTIONS(2044), - [anon_sym_LBRACK] = ACTIONS(2044), - [anon_sym_LBRACE] = ACTIONS(2044), - [anon_sym_RBRACE] = ACTIONS(2044), - [anon_sym_STAR] = ACTIONS(2044), - [anon_sym_u8] = ACTIONS(2046), - [anon_sym_i8] = ACTIONS(2046), - [anon_sym_u16] = ACTIONS(2046), - [anon_sym_i16] = ACTIONS(2046), - [anon_sym_u32] = ACTIONS(2046), - [anon_sym_i32] = ACTIONS(2046), - [anon_sym_u64] = ACTIONS(2046), - [anon_sym_i64] = ACTIONS(2046), - [anon_sym_u128] = ACTIONS(2046), - [anon_sym_i128] = ACTIONS(2046), - [anon_sym_isize] = ACTIONS(2046), - [anon_sym_usize] = ACTIONS(2046), - [anon_sym_f32] = ACTIONS(2046), - [anon_sym_f64] = ACTIONS(2046), - [anon_sym_bool] = ACTIONS(2046), - [anon_sym_str] = ACTIONS(2046), - [anon_sym_char] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2044), - [anon_sym_BANG] = ACTIONS(2044), - [anon_sym_AMP] = ACTIONS(2044), - [anon_sym_PIPE] = ACTIONS(2044), - [anon_sym_LT] = ACTIONS(2044), - [anon_sym_DOT_DOT] = ACTIONS(2044), - [anon_sym_COLON_COLON] = ACTIONS(2044), - [anon_sym_POUND] = ACTIONS(2044), - [anon_sym_SQUOTE] = ACTIONS(2046), - [anon_sym_async] = ACTIONS(2046), - [anon_sym_break] = ACTIONS(2046), - [anon_sym_const] = ACTIONS(2046), - [anon_sym_continue] = ACTIONS(2046), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_enum] = ACTIONS(2046), - [anon_sym_fn] = ACTIONS(2046), - [anon_sym_for] = ACTIONS(2046), - [anon_sym_gen] = ACTIONS(2046), - [anon_sym_if] = ACTIONS(2046), - [anon_sym_impl] = ACTIONS(2046), - [anon_sym_let] = ACTIONS(2046), - [anon_sym_loop] = ACTIONS(2046), - [anon_sym_match] = ACTIONS(2046), - [anon_sym_mod] = ACTIONS(2046), - [anon_sym_pub] = ACTIONS(2046), - [anon_sym_return] = ACTIONS(2046), - [anon_sym_static] = ACTIONS(2046), - [anon_sym_struct] = ACTIONS(2046), - [anon_sym_trait] = ACTIONS(2046), - [anon_sym_type] = ACTIONS(2046), - [anon_sym_union] = ACTIONS(2046), - [anon_sym_unsafe] = ACTIONS(2046), - [anon_sym_use] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2046), - [anon_sym_extern] = ACTIONS(2046), - [anon_sym_yield] = ACTIONS(2046), - [anon_sym_move] = ACTIONS(2046), - [anon_sym_try] = ACTIONS(2046), - [sym_integer_literal] = ACTIONS(2044), - [aux_sym_string_literal_token1] = ACTIONS(2044), - [sym_char_literal] = ACTIONS(2044), - [anon_sym_true] = ACTIONS(2046), - [anon_sym_false] = ACTIONS(2046), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2046), - [sym_super] = ACTIONS(2046), - [sym_crate] = ACTIONS(2046), - [sym_metavariable] = ACTIONS(2044), - [sym__raw_string_literal_start] = ACTIONS(2044), - [sym_float_literal] = ACTIONS(2044), + [ts_builtin_sym_end] = ACTIONS(1962), + [sym_identifier] = ACTIONS(1964), + [anon_sym_SEMI] = ACTIONS(1962), + [anon_sym_macro_rules_BANG] = ACTIONS(1962), + [anon_sym_LPAREN] = ACTIONS(1962), + [anon_sym_LBRACK] = ACTIONS(1962), + [anon_sym_LBRACE] = ACTIONS(1962), + [anon_sym_RBRACE] = ACTIONS(1962), + [anon_sym_STAR] = ACTIONS(1962), + [anon_sym_u8] = ACTIONS(1964), + [anon_sym_i8] = ACTIONS(1964), + [anon_sym_u16] = ACTIONS(1964), + [anon_sym_i16] = ACTIONS(1964), + [anon_sym_u32] = ACTIONS(1964), + [anon_sym_i32] = ACTIONS(1964), + [anon_sym_u64] = ACTIONS(1964), + [anon_sym_i64] = ACTIONS(1964), + [anon_sym_u128] = ACTIONS(1964), + [anon_sym_i128] = ACTIONS(1964), + [anon_sym_isize] = ACTIONS(1964), + [anon_sym_usize] = ACTIONS(1964), + [anon_sym_f32] = ACTIONS(1964), + [anon_sym_f64] = ACTIONS(1964), + [anon_sym_bool] = ACTIONS(1964), + [anon_sym_str] = ACTIONS(1964), + [anon_sym_char] = ACTIONS(1964), + [anon_sym_DASH] = ACTIONS(1962), + [anon_sym_BANG] = ACTIONS(1962), + [anon_sym_AMP] = ACTIONS(1962), + [anon_sym_PIPE] = ACTIONS(1962), + [anon_sym_LT] = ACTIONS(1962), + [anon_sym_DOT_DOT] = ACTIONS(1962), + [anon_sym_COLON_COLON] = ACTIONS(1962), + [anon_sym_POUND] = ACTIONS(1962), + [anon_sym_SQUOTE] = ACTIONS(1964), + [anon_sym_async] = ACTIONS(1964), + [anon_sym_break] = ACTIONS(1964), + [anon_sym_const] = ACTIONS(1964), + [anon_sym_continue] = ACTIONS(1964), + [anon_sym_default] = ACTIONS(1964), + [anon_sym_enum] = ACTIONS(1964), + [anon_sym_fn] = ACTIONS(1964), + [anon_sym_for] = ACTIONS(1964), + [anon_sym_gen] = ACTIONS(1964), + [anon_sym_if] = ACTIONS(1964), + [anon_sym_impl] = ACTIONS(1964), + [anon_sym_let] = ACTIONS(1964), + [anon_sym_loop] = ACTIONS(1964), + [anon_sym_match] = ACTIONS(1964), + [anon_sym_mod] = ACTIONS(1964), + [anon_sym_pub] = ACTIONS(1964), + [anon_sym_return] = ACTIONS(1964), + [anon_sym_static] = ACTIONS(1964), + [anon_sym_struct] = ACTIONS(1964), + [anon_sym_trait] = ACTIONS(1964), + [anon_sym_type] = ACTIONS(1964), + [anon_sym_union] = ACTIONS(1964), + [anon_sym_unsafe] = ACTIONS(1964), + [anon_sym_use] = ACTIONS(1964), + [anon_sym_while] = ACTIONS(1964), + [anon_sym_extern] = ACTIONS(1964), + [anon_sym_yield] = ACTIONS(1964), + [anon_sym_move] = ACTIONS(1964), + [anon_sym_try] = ACTIONS(1964), + [sym_integer_literal] = ACTIONS(1962), + [aux_sym_string_literal_token1] = ACTIONS(1962), + [sym_char_literal] = ACTIONS(1962), + [anon_sym_true] = ACTIONS(1964), + [anon_sym_false] = ACTIONS(1964), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1964), + [sym_super] = ACTIONS(1964), + [sym_crate] = ACTIONS(1964), + [sym_metavariable] = ACTIONS(1962), + [sym__raw_string_literal_start] = ACTIONS(1962), + [sym_float_literal] = ACTIONS(1962), }, [STATE(535)] = { [sym_line_comment] = STATE(535), [sym_block_comment] = STATE(535), - [ts_builtin_sym_end] = ACTIONS(2048), - [sym_identifier] = ACTIONS(2050), - [anon_sym_SEMI] = ACTIONS(2048), - [anon_sym_macro_rules_BANG] = ACTIONS(2048), - [anon_sym_LPAREN] = ACTIONS(2048), - [anon_sym_LBRACK] = ACTIONS(2048), - [anon_sym_LBRACE] = ACTIONS(2048), - [anon_sym_RBRACE] = ACTIONS(2048), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_u8] = ACTIONS(2050), - [anon_sym_i8] = ACTIONS(2050), - [anon_sym_u16] = ACTIONS(2050), - [anon_sym_i16] = ACTIONS(2050), - [anon_sym_u32] = ACTIONS(2050), - [anon_sym_i32] = ACTIONS(2050), - [anon_sym_u64] = ACTIONS(2050), - [anon_sym_i64] = ACTIONS(2050), - [anon_sym_u128] = ACTIONS(2050), - [anon_sym_i128] = ACTIONS(2050), - [anon_sym_isize] = ACTIONS(2050), - [anon_sym_usize] = ACTIONS(2050), - [anon_sym_f32] = ACTIONS(2050), - [anon_sym_f64] = ACTIONS(2050), - [anon_sym_bool] = ACTIONS(2050), - [anon_sym_str] = ACTIONS(2050), - [anon_sym_char] = ACTIONS(2050), - [anon_sym_DASH] = ACTIONS(2048), - [anon_sym_BANG] = ACTIONS(2048), - [anon_sym_AMP] = ACTIONS(2048), - [anon_sym_PIPE] = ACTIONS(2048), - [anon_sym_LT] = ACTIONS(2048), - [anon_sym_DOT_DOT] = ACTIONS(2048), - [anon_sym_COLON_COLON] = ACTIONS(2048), - [anon_sym_POUND] = ACTIONS(2048), - [anon_sym_SQUOTE] = ACTIONS(2050), - [anon_sym_async] = ACTIONS(2050), - [anon_sym_break] = ACTIONS(2050), - [anon_sym_const] = ACTIONS(2050), - [anon_sym_continue] = ACTIONS(2050), - [anon_sym_default] = ACTIONS(2050), - [anon_sym_enum] = ACTIONS(2050), - [anon_sym_fn] = ACTIONS(2050), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_gen] = ACTIONS(2050), - [anon_sym_if] = ACTIONS(2050), - [anon_sym_impl] = ACTIONS(2050), - [anon_sym_let] = ACTIONS(2050), - [anon_sym_loop] = ACTIONS(2050), - [anon_sym_match] = ACTIONS(2050), - [anon_sym_mod] = ACTIONS(2050), - [anon_sym_pub] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(2050), - [anon_sym_static] = ACTIONS(2050), - [anon_sym_struct] = ACTIONS(2050), - [anon_sym_trait] = ACTIONS(2050), - [anon_sym_type] = ACTIONS(2050), - [anon_sym_union] = ACTIONS(2050), - [anon_sym_unsafe] = ACTIONS(2050), - [anon_sym_use] = ACTIONS(2050), - [anon_sym_while] = ACTIONS(2050), - [anon_sym_extern] = ACTIONS(2050), - [anon_sym_yield] = ACTIONS(2050), - [anon_sym_move] = ACTIONS(2050), - [anon_sym_try] = ACTIONS(2050), - [sym_integer_literal] = ACTIONS(2048), - [aux_sym_string_literal_token1] = ACTIONS(2048), - [sym_char_literal] = ACTIONS(2048), - [anon_sym_true] = ACTIONS(2050), - [anon_sym_false] = ACTIONS(2050), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2050), - [sym_super] = ACTIONS(2050), - [sym_crate] = ACTIONS(2050), - [sym_metavariable] = ACTIONS(2048), - [sym__raw_string_literal_start] = ACTIONS(2048), - [sym_float_literal] = ACTIONS(2048), + [ts_builtin_sym_end] = ACTIONS(1966), + [sym_identifier] = ACTIONS(1968), + [anon_sym_SEMI] = ACTIONS(1966), + [anon_sym_macro_rules_BANG] = ACTIONS(1966), + [anon_sym_LPAREN] = ACTIONS(1966), + [anon_sym_LBRACK] = ACTIONS(1966), + [anon_sym_LBRACE] = ACTIONS(1966), + [anon_sym_RBRACE] = ACTIONS(1966), + [anon_sym_STAR] = ACTIONS(1966), + [anon_sym_u8] = ACTIONS(1968), + [anon_sym_i8] = ACTIONS(1968), + [anon_sym_u16] = ACTIONS(1968), + [anon_sym_i16] = ACTIONS(1968), + [anon_sym_u32] = ACTIONS(1968), + [anon_sym_i32] = ACTIONS(1968), + [anon_sym_u64] = ACTIONS(1968), + [anon_sym_i64] = ACTIONS(1968), + [anon_sym_u128] = ACTIONS(1968), + [anon_sym_i128] = ACTIONS(1968), + [anon_sym_isize] = ACTIONS(1968), + [anon_sym_usize] = ACTIONS(1968), + [anon_sym_f32] = ACTIONS(1968), + [anon_sym_f64] = ACTIONS(1968), + [anon_sym_bool] = ACTIONS(1968), + [anon_sym_str] = ACTIONS(1968), + [anon_sym_char] = ACTIONS(1968), + [anon_sym_DASH] = ACTIONS(1966), + [anon_sym_BANG] = ACTIONS(1966), + [anon_sym_AMP] = ACTIONS(1966), + [anon_sym_PIPE] = ACTIONS(1966), + [anon_sym_LT] = ACTIONS(1966), + [anon_sym_DOT_DOT] = ACTIONS(1966), + [anon_sym_COLON_COLON] = ACTIONS(1966), + [anon_sym_POUND] = ACTIONS(1966), + [anon_sym_SQUOTE] = ACTIONS(1968), + [anon_sym_async] = ACTIONS(1968), + [anon_sym_break] = ACTIONS(1968), + [anon_sym_const] = ACTIONS(1968), + [anon_sym_continue] = ACTIONS(1968), + [anon_sym_default] = ACTIONS(1968), + [anon_sym_enum] = ACTIONS(1968), + [anon_sym_fn] = ACTIONS(1968), + [anon_sym_for] = ACTIONS(1968), + [anon_sym_gen] = ACTIONS(1968), + [anon_sym_if] = ACTIONS(1968), + [anon_sym_impl] = ACTIONS(1968), + [anon_sym_let] = ACTIONS(1968), + [anon_sym_loop] = ACTIONS(1968), + [anon_sym_match] = ACTIONS(1968), + [anon_sym_mod] = ACTIONS(1968), + [anon_sym_pub] = ACTIONS(1968), + [anon_sym_return] = ACTIONS(1968), + [anon_sym_static] = ACTIONS(1968), + [anon_sym_struct] = ACTIONS(1968), + [anon_sym_trait] = ACTIONS(1968), + [anon_sym_type] = ACTIONS(1968), + [anon_sym_union] = ACTIONS(1968), + [anon_sym_unsafe] = ACTIONS(1968), + [anon_sym_use] = ACTIONS(1968), + [anon_sym_while] = ACTIONS(1968), + [anon_sym_extern] = ACTIONS(1968), + [anon_sym_yield] = ACTIONS(1968), + [anon_sym_move] = ACTIONS(1968), + [anon_sym_try] = ACTIONS(1968), + [sym_integer_literal] = ACTIONS(1966), + [aux_sym_string_literal_token1] = ACTIONS(1966), + [sym_char_literal] = ACTIONS(1966), + [anon_sym_true] = ACTIONS(1968), + [anon_sym_false] = ACTIONS(1968), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1968), + [sym_super] = ACTIONS(1968), + [sym_crate] = ACTIONS(1968), + [sym_metavariable] = ACTIONS(1966), + [sym__raw_string_literal_start] = ACTIONS(1966), + [sym_float_literal] = ACTIONS(1966), }, [STATE(536)] = { [sym_line_comment] = STATE(536), [sym_block_comment] = STATE(536), - [ts_builtin_sym_end] = ACTIONS(2052), - [sym_identifier] = ACTIONS(2054), - [anon_sym_SEMI] = ACTIONS(2052), - [anon_sym_macro_rules_BANG] = ACTIONS(2052), - [anon_sym_LPAREN] = ACTIONS(2052), - [anon_sym_LBRACK] = ACTIONS(2052), - [anon_sym_LBRACE] = ACTIONS(2052), - [anon_sym_RBRACE] = ACTIONS(2052), - [anon_sym_STAR] = ACTIONS(2052), - [anon_sym_u8] = ACTIONS(2054), - [anon_sym_i8] = ACTIONS(2054), - [anon_sym_u16] = ACTIONS(2054), - [anon_sym_i16] = ACTIONS(2054), - [anon_sym_u32] = ACTIONS(2054), - [anon_sym_i32] = ACTIONS(2054), - [anon_sym_u64] = ACTIONS(2054), - [anon_sym_i64] = ACTIONS(2054), - [anon_sym_u128] = ACTIONS(2054), - [anon_sym_i128] = ACTIONS(2054), - [anon_sym_isize] = ACTIONS(2054), - [anon_sym_usize] = ACTIONS(2054), - [anon_sym_f32] = ACTIONS(2054), - [anon_sym_f64] = ACTIONS(2054), - [anon_sym_bool] = ACTIONS(2054), - [anon_sym_str] = ACTIONS(2054), - [anon_sym_char] = ACTIONS(2054), - [anon_sym_DASH] = ACTIONS(2052), - [anon_sym_BANG] = ACTIONS(2052), - [anon_sym_AMP] = ACTIONS(2052), - [anon_sym_PIPE] = ACTIONS(2052), - [anon_sym_LT] = ACTIONS(2052), - [anon_sym_DOT_DOT] = ACTIONS(2052), - [anon_sym_COLON_COLON] = ACTIONS(2052), - [anon_sym_POUND] = ACTIONS(2052), - [anon_sym_SQUOTE] = ACTIONS(2054), - [anon_sym_async] = ACTIONS(2054), - [anon_sym_break] = ACTIONS(2054), - [anon_sym_const] = ACTIONS(2054), - [anon_sym_continue] = ACTIONS(2054), - [anon_sym_default] = ACTIONS(2054), - [anon_sym_enum] = ACTIONS(2054), - [anon_sym_fn] = ACTIONS(2054), - [anon_sym_for] = ACTIONS(2054), - [anon_sym_gen] = ACTIONS(2054), - [anon_sym_if] = ACTIONS(2054), - [anon_sym_impl] = ACTIONS(2054), - [anon_sym_let] = ACTIONS(2054), - [anon_sym_loop] = ACTIONS(2054), - [anon_sym_match] = ACTIONS(2054), - [anon_sym_mod] = ACTIONS(2054), - [anon_sym_pub] = ACTIONS(2054), - [anon_sym_return] = ACTIONS(2054), - [anon_sym_static] = ACTIONS(2054), - [anon_sym_struct] = ACTIONS(2054), - [anon_sym_trait] = ACTIONS(2054), - [anon_sym_type] = ACTIONS(2054), - [anon_sym_union] = ACTIONS(2054), - [anon_sym_unsafe] = ACTIONS(2054), - [anon_sym_use] = ACTIONS(2054), - [anon_sym_while] = ACTIONS(2054), - [anon_sym_extern] = ACTIONS(2054), - [anon_sym_yield] = ACTIONS(2054), - [anon_sym_move] = ACTIONS(2054), - [anon_sym_try] = ACTIONS(2054), - [sym_integer_literal] = ACTIONS(2052), - [aux_sym_string_literal_token1] = ACTIONS(2052), - [sym_char_literal] = ACTIONS(2052), - [anon_sym_true] = ACTIONS(2054), - [anon_sym_false] = ACTIONS(2054), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2054), - [sym_super] = ACTIONS(2054), - [sym_crate] = ACTIONS(2054), - [sym_metavariable] = ACTIONS(2052), - [sym__raw_string_literal_start] = ACTIONS(2052), - [sym_float_literal] = ACTIONS(2052), + [ts_builtin_sym_end] = ACTIONS(1970), + [sym_identifier] = ACTIONS(1972), + [anon_sym_SEMI] = ACTIONS(1970), + [anon_sym_macro_rules_BANG] = ACTIONS(1970), + [anon_sym_LPAREN] = ACTIONS(1970), + [anon_sym_LBRACK] = ACTIONS(1970), + [anon_sym_LBRACE] = ACTIONS(1970), + [anon_sym_RBRACE] = ACTIONS(1970), + [anon_sym_STAR] = ACTIONS(1970), + [anon_sym_u8] = ACTIONS(1972), + [anon_sym_i8] = ACTIONS(1972), + [anon_sym_u16] = ACTIONS(1972), + [anon_sym_i16] = ACTIONS(1972), + [anon_sym_u32] = ACTIONS(1972), + [anon_sym_i32] = ACTIONS(1972), + [anon_sym_u64] = ACTIONS(1972), + [anon_sym_i64] = ACTIONS(1972), + [anon_sym_u128] = ACTIONS(1972), + [anon_sym_i128] = ACTIONS(1972), + [anon_sym_isize] = ACTIONS(1972), + [anon_sym_usize] = ACTIONS(1972), + [anon_sym_f32] = ACTIONS(1972), + [anon_sym_f64] = ACTIONS(1972), + [anon_sym_bool] = ACTIONS(1972), + [anon_sym_str] = ACTIONS(1972), + [anon_sym_char] = ACTIONS(1972), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_BANG] = ACTIONS(1970), + [anon_sym_AMP] = ACTIONS(1970), + [anon_sym_PIPE] = ACTIONS(1970), + [anon_sym_LT] = ACTIONS(1970), + [anon_sym_DOT_DOT] = ACTIONS(1970), + [anon_sym_COLON_COLON] = ACTIONS(1970), + [anon_sym_POUND] = ACTIONS(1970), + [anon_sym_SQUOTE] = ACTIONS(1972), + [anon_sym_async] = ACTIONS(1972), + [anon_sym_break] = ACTIONS(1972), + [anon_sym_const] = ACTIONS(1972), + [anon_sym_continue] = ACTIONS(1972), + [anon_sym_default] = ACTIONS(1972), + [anon_sym_enum] = ACTIONS(1972), + [anon_sym_fn] = ACTIONS(1972), + [anon_sym_for] = ACTIONS(1972), + [anon_sym_gen] = ACTIONS(1972), + [anon_sym_if] = ACTIONS(1972), + [anon_sym_impl] = ACTIONS(1972), + [anon_sym_let] = ACTIONS(1972), + [anon_sym_loop] = ACTIONS(1972), + [anon_sym_match] = ACTIONS(1972), + [anon_sym_mod] = ACTIONS(1972), + [anon_sym_pub] = ACTIONS(1972), + [anon_sym_return] = ACTIONS(1972), + [anon_sym_static] = ACTIONS(1972), + [anon_sym_struct] = ACTIONS(1972), + [anon_sym_trait] = ACTIONS(1972), + [anon_sym_type] = ACTIONS(1972), + [anon_sym_union] = ACTIONS(1972), + [anon_sym_unsafe] = ACTIONS(1972), + [anon_sym_use] = ACTIONS(1972), + [anon_sym_while] = ACTIONS(1972), + [anon_sym_extern] = ACTIONS(1972), + [anon_sym_yield] = ACTIONS(1972), + [anon_sym_move] = ACTIONS(1972), + [anon_sym_try] = ACTIONS(1972), + [sym_integer_literal] = ACTIONS(1970), + [aux_sym_string_literal_token1] = ACTIONS(1970), + [sym_char_literal] = ACTIONS(1970), + [anon_sym_true] = ACTIONS(1972), + [anon_sym_false] = ACTIONS(1972), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1972), + [sym_super] = ACTIONS(1972), + [sym_crate] = ACTIONS(1972), + [sym_metavariable] = ACTIONS(1970), + [sym__raw_string_literal_start] = ACTIONS(1970), + [sym_float_literal] = ACTIONS(1970), }, [STATE(537)] = { [sym_line_comment] = STATE(537), [sym_block_comment] = STATE(537), - [ts_builtin_sym_end] = ACTIONS(2056), - [sym_identifier] = ACTIONS(2058), - [anon_sym_SEMI] = ACTIONS(2056), - [anon_sym_macro_rules_BANG] = ACTIONS(2056), - [anon_sym_LPAREN] = ACTIONS(2056), - [anon_sym_LBRACK] = ACTIONS(2056), - [anon_sym_LBRACE] = ACTIONS(2056), - [anon_sym_RBRACE] = ACTIONS(2056), - [anon_sym_STAR] = ACTIONS(2056), - [anon_sym_u8] = ACTIONS(2058), - [anon_sym_i8] = ACTIONS(2058), - [anon_sym_u16] = ACTIONS(2058), - [anon_sym_i16] = ACTIONS(2058), - [anon_sym_u32] = ACTIONS(2058), - [anon_sym_i32] = ACTIONS(2058), - [anon_sym_u64] = ACTIONS(2058), - [anon_sym_i64] = ACTIONS(2058), - [anon_sym_u128] = ACTIONS(2058), - [anon_sym_i128] = ACTIONS(2058), - [anon_sym_isize] = ACTIONS(2058), - [anon_sym_usize] = ACTIONS(2058), - [anon_sym_f32] = ACTIONS(2058), - [anon_sym_f64] = ACTIONS(2058), - [anon_sym_bool] = ACTIONS(2058), - [anon_sym_str] = ACTIONS(2058), - [anon_sym_char] = ACTIONS(2058), - [anon_sym_DASH] = ACTIONS(2056), - [anon_sym_BANG] = ACTIONS(2056), - [anon_sym_AMP] = ACTIONS(2056), - [anon_sym_PIPE] = ACTIONS(2056), - [anon_sym_LT] = ACTIONS(2056), - [anon_sym_DOT_DOT] = ACTIONS(2056), - [anon_sym_COLON_COLON] = ACTIONS(2056), - [anon_sym_POUND] = ACTIONS(2056), - [anon_sym_SQUOTE] = ACTIONS(2058), - [anon_sym_async] = ACTIONS(2058), - [anon_sym_break] = ACTIONS(2058), - [anon_sym_const] = ACTIONS(2058), - [anon_sym_continue] = ACTIONS(2058), - [anon_sym_default] = ACTIONS(2058), - [anon_sym_enum] = ACTIONS(2058), - [anon_sym_fn] = ACTIONS(2058), - [anon_sym_for] = ACTIONS(2058), - [anon_sym_gen] = ACTIONS(2058), - [anon_sym_if] = ACTIONS(2058), - [anon_sym_impl] = ACTIONS(2058), - [anon_sym_let] = ACTIONS(2058), - [anon_sym_loop] = ACTIONS(2058), - [anon_sym_match] = ACTIONS(2058), - [anon_sym_mod] = ACTIONS(2058), - [anon_sym_pub] = ACTIONS(2058), - [anon_sym_return] = ACTIONS(2058), - [anon_sym_static] = ACTIONS(2058), - [anon_sym_struct] = ACTIONS(2058), - [anon_sym_trait] = ACTIONS(2058), - [anon_sym_type] = ACTIONS(2058), - [anon_sym_union] = ACTIONS(2058), - [anon_sym_unsafe] = ACTIONS(2058), - [anon_sym_use] = ACTIONS(2058), - [anon_sym_while] = ACTIONS(2058), - [anon_sym_extern] = ACTIONS(2058), - [anon_sym_yield] = ACTIONS(2058), - [anon_sym_move] = ACTIONS(2058), - [anon_sym_try] = ACTIONS(2058), - [sym_integer_literal] = ACTIONS(2056), - [aux_sym_string_literal_token1] = ACTIONS(2056), - [sym_char_literal] = ACTIONS(2056), - [anon_sym_true] = ACTIONS(2058), - [anon_sym_false] = ACTIONS(2058), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2058), - [sym_super] = ACTIONS(2058), - [sym_crate] = ACTIONS(2058), - [sym_metavariable] = ACTIONS(2056), - [sym__raw_string_literal_start] = ACTIONS(2056), - [sym_float_literal] = ACTIONS(2056), + [ts_builtin_sym_end] = ACTIONS(1974), + [sym_identifier] = ACTIONS(1976), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_macro_rules_BANG] = ACTIONS(1974), + [anon_sym_LPAREN] = ACTIONS(1974), + [anon_sym_LBRACK] = ACTIONS(1974), + [anon_sym_LBRACE] = ACTIONS(1974), + [anon_sym_RBRACE] = ACTIONS(1974), + [anon_sym_STAR] = ACTIONS(1974), + [anon_sym_u8] = ACTIONS(1976), + [anon_sym_i8] = ACTIONS(1976), + [anon_sym_u16] = ACTIONS(1976), + [anon_sym_i16] = ACTIONS(1976), + [anon_sym_u32] = ACTIONS(1976), + [anon_sym_i32] = ACTIONS(1976), + [anon_sym_u64] = ACTIONS(1976), + [anon_sym_i64] = ACTIONS(1976), + [anon_sym_u128] = ACTIONS(1976), + [anon_sym_i128] = ACTIONS(1976), + [anon_sym_isize] = ACTIONS(1976), + [anon_sym_usize] = ACTIONS(1976), + [anon_sym_f32] = ACTIONS(1976), + [anon_sym_f64] = ACTIONS(1976), + [anon_sym_bool] = ACTIONS(1976), + [anon_sym_str] = ACTIONS(1976), + [anon_sym_char] = ACTIONS(1976), + [anon_sym_DASH] = ACTIONS(1974), + [anon_sym_BANG] = ACTIONS(1974), + [anon_sym_AMP] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(1974), + [anon_sym_LT] = ACTIONS(1974), + [anon_sym_DOT_DOT] = ACTIONS(1974), + [anon_sym_COLON_COLON] = ACTIONS(1974), + [anon_sym_POUND] = ACTIONS(1974), + [anon_sym_SQUOTE] = ACTIONS(1976), + [anon_sym_async] = ACTIONS(1976), + [anon_sym_break] = ACTIONS(1976), + [anon_sym_const] = ACTIONS(1976), + [anon_sym_continue] = ACTIONS(1976), + [anon_sym_default] = ACTIONS(1976), + [anon_sym_enum] = ACTIONS(1976), + [anon_sym_fn] = ACTIONS(1976), + [anon_sym_for] = ACTIONS(1976), + [anon_sym_gen] = ACTIONS(1976), + [anon_sym_if] = ACTIONS(1976), + [anon_sym_impl] = ACTIONS(1976), + [anon_sym_let] = ACTIONS(1976), + [anon_sym_loop] = ACTIONS(1976), + [anon_sym_match] = ACTIONS(1976), + [anon_sym_mod] = ACTIONS(1976), + [anon_sym_pub] = ACTIONS(1976), + [anon_sym_return] = ACTIONS(1976), + [anon_sym_static] = ACTIONS(1976), + [anon_sym_struct] = ACTIONS(1976), + [anon_sym_trait] = ACTIONS(1976), + [anon_sym_type] = ACTIONS(1976), + [anon_sym_union] = ACTIONS(1976), + [anon_sym_unsafe] = ACTIONS(1976), + [anon_sym_use] = ACTIONS(1976), + [anon_sym_while] = ACTIONS(1976), + [anon_sym_extern] = ACTIONS(1976), + [anon_sym_yield] = ACTIONS(1976), + [anon_sym_move] = ACTIONS(1976), + [anon_sym_try] = ACTIONS(1976), + [sym_integer_literal] = ACTIONS(1974), + [aux_sym_string_literal_token1] = ACTIONS(1974), + [sym_char_literal] = ACTIONS(1974), + [anon_sym_true] = ACTIONS(1976), + [anon_sym_false] = ACTIONS(1976), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1976), + [sym_super] = ACTIONS(1976), + [sym_crate] = ACTIONS(1976), + [sym_metavariable] = ACTIONS(1974), + [sym__raw_string_literal_start] = ACTIONS(1974), + [sym_float_literal] = ACTIONS(1974), }, [STATE(538)] = { [sym_line_comment] = STATE(538), [sym_block_comment] = STATE(538), - [ts_builtin_sym_end] = ACTIONS(2060), - [sym_identifier] = ACTIONS(2062), - [anon_sym_SEMI] = ACTIONS(2060), - [anon_sym_macro_rules_BANG] = ACTIONS(2060), - [anon_sym_LPAREN] = ACTIONS(2060), - [anon_sym_LBRACK] = ACTIONS(2060), - [anon_sym_LBRACE] = ACTIONS(2060), - [anon_sym_RBRACE] = ACTIONS(2060), - [anon_sym_STAR] = ACTIONS(2060), - [anon_sym_u8] = ACTIONS(2062), - [anon_sym_i8] = ACTIONS(2062), - [anon_sym_u16] = ACTIONS(2062), - [anon_sym_i16] = ACTIONS(2062), - [anon_sym_u32] = ACTIONS(2062), - [anon_sym_i32] = ACTIONS(2062), - [anon_sym_u64] = ACTIONS(2062), - [anon_sym_i64] = ACTIONS(2062), - [anon_sym_u128] = ACTIONS(2062), - [anon_sym_i128] = ACTIONS(2062), - [anon_sym_isize] = ACTIONS(2062), - [anon_sym_usize] = ACTIONS(2062), - [anon_sym_f32] = ACTIONS(2062), - [anon_sym_f64] = ACTIONS(2062), - [anon_sym_bool] = ACTIONS(2062), - [anon_sym_str] = ACTIONS(2062), - [anon_sym_char] = ACTIONS(2062), - [anon_sym_DASH] = ACTIONS(2060), - [anon_sym_BANG] = ACTIONS(2060), - [anon_sym_AMP] = ACTIONS(2060), - [anon_sym_PIPE] = ACTIONS(2060), - [anon_sym_LT] = ACTIONS(2060), - [anon_sym_DOT_DOT] = ACTIONS(2060), - [anon_sym_COLON_COLON] = ACTIONS(2060), - [anon_sym_POUND] = ACTIONS(2060), - [anon_sym_SQUOTE] = ACTIONS(2062), - [anon_sym_async] = ACTIONS(2062), - [anon_sym_break] = ACTIONS(2062), - [anon_sym_const] = ACTIONS(2062), - [anon_sym_continue] = ACTIONS(2062), - [anon_sym_default] = ACTIONS(2062), - [anon_sym_enum] = ACTIONS(2062), - [anon_sym_fn] = ACTIONS(2062), - [anon_sym_for] = ACTIONS(2062), - [anon_sym_gen] = ACTIONS(2062), - [anon_sym_if] = ACTIONS(2062), - [anon_sym_impl] = ACTIONS(2062), - [anon_sym_let] = ACTIONS(2062), - [anon_sym_loop] = ACTIONS(2062), - [anon_sym_match] = ACTIONS(2062), - [anon_sym_mod] = ACTIONS(2062), - [anon_sym_pub] = ACTIONS(2062), - [anon_sym_return] = ACTIONS(2062), - [anon_sym_static] = ACTIONS(2062), - [anon_sym_struct] = ACTIONS(2062), - [anon_sym_trait] = ACTIONS(2062), - [anon_sym_type] = ACTIONS(2062), - [anon_sym_union] = ACTIONS(2062), - [anon_sym_unsafe] = ACTIONS(2062), - [anon_sym_use] = ACTIONS(2062), - [anon_sym_while] = ACTIONS(2062), - [anon_sym_extern] = ACTIONS(2062), - [anon_sym_yield] = ACTIONS(2062), - [anon_sym_move] = ACTIONS(2062), - [anon_sym_try] = ACTIONS(2062), - [sym_integer_literal] = ACTIONS(2060), - [aux_sym_string_literal_token1] = ACTIONS(2060), - [sym_char_literal] = ACTIONS(2060), - [anon_sym_true] = ACTIONS(2062), - [anon_sym_false] = ACTIONS(2062), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2062), - [sym_super] = ACTIONS(2062), - [sym_crate] = ACTIONS(2062), - [sym_metavariable] = ACTIONS(2060), - [sym__raw_string_literal_start] = ACTIONS(2060), - [sym_float_literal] = ACTIONS(2060), + [ts_builtin_sym_end] = ACTIONS(1978), + [sym_identifier] = ACTIONS(1980), + [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_macro_rules_BANG] = ACTIONS(1978), + [anon_sym_LPAREN] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(1978), + [anon_sym_RBRACE] = ACTIONS(1978), + [anon_sym_STAR] = ACTIONS(1978), + [anon_sym_u8] = ACTIONS(1980), + [anon_sym_i8] = ACTIONS(1980), + [anon_sym_u16] = ACTIONS(1980), + [anon_sym_i16] = ACTIONS(1980), + [anon_sym_u32] = ACTIONS(1980), + [anon_sym_i32] = ACTIONS(1980), + [anon_sym_u64] = ACTIONS(1980), + [anon_sym_i64] = ACTIONS(1980), + [anon_sym_u128] = ACTIONS(1980), + [anon_sym_i128] = ACTIONS(1980), + [anon_sym_isize] = ACTIONS(1980), + [anon_sym_usize] = ACTIONS(1980), + [anon_sym_f32] = ACTIONS(1980), + [anon_sym_f64] = ACTIONS(1980), + [anon_sym_bool] = ACTIONS(1980), + [anon_sym_str] = ACTIONS(1980), + [anon_sym_char] = ACTIONS(1980), + [anon_sym_DASH] = ACTIONS(1978), + [anon_sym_BANG] = ACTIONS(1978), + [anon_sym_AMP] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(1978), + [anon_sym_LT] = ACTIONS(1978), + [anon_sym_DOT_DOT] = ACTIONS(1978), + [anon_sym_COLON_COLON] = ACTIONS(1978), + [anon_sym_POUND] = ACTIONS(1978), + [anon_sym_SQUOTE] = ACTIONS(1980), + [anon_sym_async] = ACTIONS(1980), + [anon_sym_break] = ACTIONS(1980), + [anon_sym_const] = ACTIONS(1980), + [anon_sym_continue] = ACTIONS(1980), + [anon_sym_default] = ACTIONS(1980), + [anon_sym_enum] = ACTIONS(1980), + [anon_sym_fn] = ACTIONS(1980), + [anon_sym_for] = ACTIONS(1980), + [anon_sym_gen] = ACTIONS(1980), + [anon_sym_if] = ACTIONS(1980), + [anon_sym_impl] = ACTIONS(1980), + [anon_sym_let] = ACTIONS(1980), + [anon_sym_loop] = ACTIONS(1980), + [anon_sym_match] = ACTIONS(1980), + [anon_sym_mod] = ACTIONS(1980), + [anon_sym_pub] = ACTIONS(1980), + [anon_sym_return] = ACTIONS(1980), + [anon_sym_static] = ACTIONS(1980), + [anon_sym_struct] = ACTIONS(1980), + [anon_sym_trait] = ACTIONS(1980), + [anon_sym_type] = ACTIONS(1980), + [anon_sym_union] = ACTIONS(1980), + [anon_sym_unsafe] = ACTIONS(1980), + [anon_sym_use] = ACTIONS(1980), + [anon_sym_while] = ACTIONS(1980), + [anon_sym_extern] = ACTIONS(1980), + [anon_sym_yield] = ACTIONS(1980), + [anon_sym_move] = ACTIONS(1980), + [anon_sym_try] = ACTIONS(1980), + [sym_integer_literal] = ACTIONS(1978), + [aux_sym_string_literal_token1] = ACTIONS(1978), + [sym_char_literal] = ACTIONS(1978), + [anon_sym_true] = ACTIONS(1980), + [anon_sym_false] = ACTIONS(1980), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1980), + [sym_super] = ACTIONS(1980), + [sym_crate] = ACTIONS(1980), + [sym_metavariable] = ACTIONS(1978), + [sym__raw_string_literal_start] = ACTIONS(1978), + [sym_float_literal] = ACTIONS(1978), }, [STATE(539)] = { [sym_line_comment] = STATE(539), [sym_block_comment] = STATE(539), - [ts_builtin_sym_end] = ACTIONS(2064), - [sym_identifier] = ACTIONS(2066), - [anon_sym_SEMI] = ACTIONS(2064), - [anon_sym_macro_rules_BANG] = ACTIONS(2064), - [anon_sym_LPAREN] = ACTIONS(2064), - [anon_sym_LBRACK] = ACTIONS(2064), - [anon_sym_LBRACE] = ACTIONS(2064), - [anon_sym_RBRACE] = ACTIONS(2064), - [anon_sym_STAR] = ACTIONS(2064), - [anon_sym_u8] = ACTIONS(2066), - [anon_sym_i8] = ACTIONS(2066), - [anon_sym_u16] = ACTIONS(2066), - [anon_sym_i16] = ACTIONS(2066), - [anon_sym_u32] = ACTIONS(2066), - [anon_sym_i32] = ACTIONS(2066), - [anon_sym_u64] = ACTIONS(2066), - [anon_sym_i64] = ACTIONS(2066), - [anon_sym_u128] = ACTIONS(2066), - [anon_sym_i128] = ACTIONS(2066), - [anon_sym_isize] = ACTIONS(2066), - [anon_sym_usize] = ACTIONS(2066), - [anon_sym_f32] = ACTIONS(2066), - [anon_sym_f64] = ACTIONS(2066), - [anon_sym_bool] = ACTIONS(2066), - [anon_sym_str] = ACTIONS(2066), - [anon_sym_char] = ACTIONS(2066), - [anon_sym_DASH] = ACTIONS(2064), - [anon_sym_BANG] = ACTIONS(2064), - [anon_sym_AMP] = ACTIONS(2064), - [anon_sym_PIPE] = ACTIONS(2064), - [anon_sym_LT] = ACTIONS(2064), - [anon_sym_DOT_DOT] = ACTIONS(2064), - [anon_sym_COLON_COLON] = ACTIONS(2064), - [anon_sym_POUND] = ACTIONS(2064), - [anon_sym_SQUOTE] = ACTIONS(2066), - [anon_sym_async] = ACTIONS(2066), - [anon_sym_break] = ACTIONS(2066), - [anon_sym_const] = ACTIONS(2066), - [anon_sym_continue] = ACTIONS(2066), - [anon_sym_default] = ACTIONS(2066), - [anon_sym_enum] = ACTIONS(2066), - [anon_sym_fn] = ACTIONS(2066), - [anon_sym_for] = ACTIONS(2066), - [anon_sym_gen] = ACTIONS(2066), - [anon_sym_if] = ACTIONS(2066), - [anon_sym_impl] = ACTIONS(2066), - [anon_sym_let] = ACTIONS(2066), - [anon_sym_loop] = ACTIONS(2066), - [anon_sym_match] = ACTIONS(2066), - [anon_sym_mod] = ACTIONS(2066), - [anon_sym_pub] = ACTIONS(2066), - [anon_sym_return] = ACTIONS(2066), - [anon_sym_static] = ACTIONS(2066), - [anon_sym_struct] = ACTIONS(2066), - [anon_sym_trait] = ACTIONS(2066), - [anon_sym_type] = ACTIONS(2066), - [anon_sym_union] = ACTIONS(2066), - [anon_sym_unsafe] = ACTIONS(2066), - [anon_sym_use] = ACTIONS(2066), - [anon_sym_while] = ACTIONS(2066), - [anon_sym_extern] = ACTIONS(2066), - [anon_sym_yield] = ACTIONS(2066), - [anon_sym_move] = ACTIONS(2066), - [anon_sym_try] = ACTIONS(2066), - [sym_integer_literal] = ACTIONS(2064), - [aux_sym_string_literal_token1] = ACTIONS(2064), - [sym_char_literal] = ACTIONS(2064), - [anon_sym_true] = ACTIONS(2066), - [anon_sym_false] = ACTIONS(2066), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2066), - [sym_super] = ACTIONS(2066), - [sym_crate] = ACTIONS(2066), - [sym_metavariable] = ACTIONS(2064), - [sym__raw_string_literal_start] = ACTIONS(2064), - [sym_float_literal] = ACTIONS(2064), + [ts_builtin_sym_end] = ACTIONS(1982), + [sym_identifier] = ACTIONS(1984), + [anon_sym_SEMI] = ACTIONS(1982), + [anon_sym_macro_rules_BANG] = ACTIONS(1982), + [anon_sym_LPAREN] = ACTIONS(1982), + [anon_sym_LBRACK] = ACTIONS(1982), + [anon_sym_LBRACE] = ACTIONS(1982), + [anon_sym_RBRACE] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1982), + [anon_sym_u8] = ACTIONS(1984), + [anon_sym_i8] = ACTIONS(1984), + [anon_sym_u16] = ACTIONS(1984), + [anon_sym_i16] = ACTIONS(1984), + [anon_sym_u32] = ACTIONS(1984), + [anon_sym_i32] = ACTIONS(1984), + [anon_sym_u64] = ACTIONS(1984), + [anon_sym_i64] = ACTIONS(1984), + [anon_sym_u128] = ACTIONS(1984), + [anon_sym_i128] = ACTIONS(1984), + [anon_sym_isize] = ACTIONS(1984), + [anon_sym_usize] = ACTIONS(1984), + [anon_sym_f32] = ACTIONS(1984), + [anon_sym_f64] = ACTIONS(1984), + [anon_sym_bool] = ACTIONS(1984), + [anon_sym_str] = ACTIONS(1984), + [anon_sym_char] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_BANG] = ACTIONS(1982), + [anon_sym_AMP] = ACTIONS(1982), + [anon_sym_PIPE] = ACTIONS(1982), + [anon_sym_LT] = ACTIONS(1982), + [anon_sym_DOT_DOT] = ACTIONS(1982), + [anon_sym_COLON_COLON] = ACTIONS(1982), + [anon_sym_POUND] = ACTIONS(1982), + [anon_sym_SQUOTE] = ACTIONS(1984), + [anon_sym_async] = ACTIONS(1984), + [anon_sym_break] = ACTIONS(1984), + [anon_sym_const] = ACTIONS(1984), + [anon_sym_continue] = ACTIONS(1984), + [anon_sym_default] = ACTIONS(1984), + [anon_sym_enum] = ACTIONS(1984), + [anon_sym_fn] = ACTIONS(1984), + [anon_sym_for] = ACTIONS(1984), + [anon_sym_gen] = ACTIONS(1984), + [anon_sym_if] = ACTIONS(1984), + [anon_sym_impl] = ACTIONS(1984), + [anon_sym_let] = ACTIONS(1984), + [anon_sym_loop] = ACTIONS(1984), + [anon_sym_match] = ACTIONS(1984), + [anon_sym_mod] = ACTIONS(1984), + [anon_sym_pub] = ACTIONS(1984), + [anon_sym_return] = ACTIONS(1984), + [anon_sym_static] = ACTIONS(1984), + [anon_sym_struct] = ACTIONS(1984), + [anon_sym_trait] = ACTIONS(1984), + [anon_sym_type] = ACTIONS(1984), + [anon_sym_union] = ACTIONS(1984), + [anon_sym_unsafe] = ACTIONS(1984), + [anon_sym_use] = ACTIONS(1984), + [anon_sym_while] = ACTIONS(1984), + [anon_sym_extern] = ACTIONS(1984), + [anon_sym_yield] = ACTIONS(1984), + [anon_sym_move] = ACTIONS(1984), + [anon_sym_try] = ACTIONS(1984), + [sym_integer_literal] = ACTIONS(1982), + [aux_sym_string_literal_token1] = ACTIONS(1982), + [sym_char_literal] = ACTIONS(1982), + [anon_sym_true] = ACTIONS(1984), + [anon_sym_false] = ACTIONS(1984), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1984), + [sym_super] = ACTIONS(1984), + [sym_crate] = ACTIONS(1984), + [sym_metavariable] = ACTIONS(1982), + [sym__raw_string_literal_start] = ACTIONS(1982), + [sym_float_literal] = ACTIONS(1982), }, [STATE(540)] = { [sym_line_comment] = STATE(540), [sym_block_comment] = STATE(540), - [ts_builtin_sym_end] = ACTIONS(2068), - [sym_identifier] = ACTIONS(2070), - [anon_sym_SEMI] = ACTIONS(2068), - [anon_sym_macro_rules_BANG] = ACTIONS(2068), - [anon_sym_LPAREN] = ACTIONS(2068), - [anon_sym_LBRACK] = ACTIONS(2068), - [anon_sym_LBRACE] = ACTIONS(2068), - [anon_sym_RBRACE] = ACTIONS(2068), - [anon_sym_STAR] = ACTIONS(2068), - [anon_sym_u8] = ACTIONS(2070), - [anon_sym_i8] = ACTIONS(2070), - [anon_sym_u16] = ACTIONS(2070), - [anon_sym_i16] = ACTIONS(2070), - [anon_sym_u32] = ACTIONS(2070), - [anon_sym_i32] = ACTIONS(2070), - [anon_sym_u64] = ACTIONS(2070), - [anon_sym_i64] = ACTIONS(2070), - [anon_sym_u128] = ACTIONS(2070), - [anon_sym_i128] = ACTIONS(2070), - [anon_sym_isize] = ACTIONS(2070), - [anon_sym_usize] = ACTIONS(2070), - [anon_sym_f32] = ACTIONS(2070), - [anon_sym_f64] = ACTIONS(2070), - [anon_sym_bool] = ACTIONS(2070), - [anon_sym_str] = ACTIONS(2070), - [anon_sym_char] = ACTIONS(2070), - [anon_sym_DASH] = ACTIONS(2068), - [anon_sym_BANG] = ACTIONS(2068), - [anon_sym_AMP] = ACTIONS(2068), - [anon_sym_PIPE] = ACTIONS(2068), - [anon_sym_LT] = ACTIONS(2068), - [anon_sym_DOT_DOT] = ACTIONS(2068), - [anon_sym_COLON_COLON] = ACTIONS(2068), - [anon_sym_POUND] = ACTIONS(2068), - [anon_sym_SQUOTE] = ACTIONS(2070), - [anon_sym_async] = ACTIONS(2070), - [anon_sym_break] = ACTIONS(2070), - [anon_sym_const] = ACTIONS(2070), - [anon_sym_continue] = ACTIONS(2070), - [anon_sym_default] = ACTIONS(2070), - [anon_sym_enum] = ACTIONS(2070), - [anon_sym_fn] = ACTIONS(2070), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_gen] = ACTIONS(2070), - [anon_sym_if] = ACTIONS(2070), - [anon_sym_impl] = ACTIONS(2070), - [anon_sym_let] = ACTIONS(2070), - [anon_sym_loop] = ACTIONS(2070), - [anon_sym_match] = ACTIONS(2070), - [anon_sym_mod] = ACTIONS(2070), - [anon_sym_pub] = ACTIONS(2070), - [anon_sym_return] = ACTIONS(2070), - [anon_sym_static] = ACTIONS(2070), - [anon_sym_struct] = ACTIONS(2070), - [anon_sym_trait] = ACTIONS(2070), - [anon_sym_type] = ACTIONS(2070), - [anon_sym_union] = ACTIONS(2070), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_use] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_extern] = ACTIONS(2070), - [anon_sym_yield] = ACTIONS(2070), - [anon_sym_move] = ACTIONS(2070), - [anon_sym_try] = ACTIONS(2070), - [sym_integer_literal] = ACTIONS(2068), - [aux_sym_string_literal_token1] = ACTIONS(2068), - [sym_char_literal] = ACTIONS(2068), - [anon_sym_true] = ACTIONS(2070), - [anon_sym_false] = ACTIONS(2070), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2070), - [sym_super] = ACTIONS(2070), - [sym_crate] = ACTIONS(2070), - [sym_metavariable] = ACTIONS(2068), - [sym__raw_string_literal_start] = ACTIONS(2068), - [sym_float_literal] = ACTIONS(2068), + [ts_builtin_sym_end] = ACTIONS(1986), + [sym_identifier] = ACTIONS(1988), + [anon_sym_SEMI] = ACTIONS(1986), + [anon_sym_macro_rules_BANG] = ACTIONS(1986), + [anon_sym_LPAREN] = ACTIONS(1986), + [anon_sym_LBRACK] = ACTIONS(1986), + [anon_sym_LBRACE] = ACTIONS(1986), + [anon_sym_RBRACE] = ACTIONS(1986), + [anon_sym_STAR] = ACTIONS(1986), + [anon_sym_u8] = ACTIONS(1988), + [anon_sym_i8] = ACTIONS(1988), + [anon_sym_u16] = ACTIONS(1988), + [anon_sym_i16] = ACTIONS(1988), + [anon_sym_u32] = ACTIONS(1988), + [anon_sym_i32] = ACTIONS(1988), + [anon_sym_u64] = ACTIONS(1988), + [anon_sym_i64] = ACTIONS(1988), + [anon_sym_u128] = ACTIONS(1988), + [anon_sym_i128] = ACTIONS(1988), + [anon_sym_isize] = ACTIONS(1988), + [anon_sym_usize] = ACTIONS(1988), + [anon_sym_f32] = ACTIONS(1988), + [anon_sym_f64] = ACTIONS(1988), + [anon_sym_bool] = ACTIONS(1988), + [anon_sym_str] = ACTIONS(1988), + [anon_sym_char] = ACTIONS(1988), + [anon_sym_DASH] = ACTIONS(1986), + [anon_sym_BANG] = ACTIONS(1986), + [anon_sym_AMP] = ACTIONS(1986), + [anon_sym_PIPE] = ACTIONS(1986), + [anon_sym_LT] = ACTIONS(1986), + [anon_sym_DOT_DOT] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1986), + [anon_sym_POUND] = ACTIONS(1986), + [anon_sym_SQUOTE] = ACTIONS(1988), + [anon_sym_async] = ACTIONS(1988), + [anon_sym_break] = ACTIONS(1988), + [anon_sym_const] = ACTIONS(1988), + [anon_sym_continue] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1988), + [anon_sym_enum] = ACTIONS(1988), + [anon_sym_fn] = ACTIONS(1988), + [anon_sym_for] = ACTIONS(1988), + [anon_sym_gen] = ACTIONS(1988), + [anon_sym_if] = ACTIONS(1988), + [anon_sym_impl] = ACTIONS(1988), + [anon_sym_let] = ACTIONS(1988), + [anon_sym_loop] = ACTIONS(1988), + [anon_sym_match] = ACTIONS(1988), + [anon_sym_mod] = ACTIONS(1988), + [anon_sym_pub] = ACTIONS(1988), + [anon_sym_return] = ACTIONS(1988), + [anon_sym_static] = ACTIONS(1988), + [anon_sym_struct] = ACTIONS(1988), + [anon_sym_trait] = ACTIONS(1988), + [anon_sym_type] = ACTIONS(1988), + [anon_sym_union] = ACTIONS(1988), + [anon_sym_unsafe] = ACTIONS(1988), + [anon_sym_use] = ACTIONS(1988), + [anon_sym_while] = ACTIONS(1988), + [anon_sym_extern] = ACTIONS(1988), + [anon_sym_yield] = ACTIONS(1988), + [anon_sym_move] = ACTIONS(1988), + [anon_sym_try] = ACTIONS(1988), + [sym_integer_literal] = ACTIONS(1986), + [aux_sym_string_literal_token1] = ACTIONS(1986), + [sym_char_literal] = ACTIONS(1986), + [anon_sym_true] = ACTIONS(1988), + [anon_sym_false] = ACTIONS(1988), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1988), + [sym_super] = ACTIONS(1988), + [sym_crate] = ACTIONS(1988), + [sym_metavariable] = ACTIONS(1986), + [sym__raw_string_literal_start] = ACTIONS(1986), + [sym_float_literal] = ACTIONS(1986), }, [STATE(541)] = { [sym_line_comment] = STATE(541), [sym_block_comment] = STATE(541), - [ts_builtin_sym_end] = ACTIONS(2072), - [sym_identifier] = ACTIONS(2074), - [anon_sym_SEMI] = ACTIONS(2072), - [anon_sym_macro_rules_BANG] = ACTIONS(2072), - [anon_sym_LPAREN] = ACTIONS(2072), - [anon_sym_LBRACK] = ACTIONS(2072), - [anon_sym_LBRACE] = ACTIONS(2072), - [anon_sym_RBRACE] = ACTIONS(2072), - [anon_sym_STAR] = ACTIONS(2072), - [anon_sym_u8] = ACTIONS(2074), - [anon_sym_i8] = ACTIONS(2074), - [anon_sym_u16] = ACTIONS(2074), - [anon_sym_i16] = ACTIONS(2074), - [anon_sym_u32] = ACTIONS(2074), - [anon_sym_i32] = ACTIONS(2074), - [anon_sym_u64] = ACTIONS(2074), - [anon_sym_i64] = ACTIONS(2074), - [anon_sym_u128] = ACTIONS(2074), - [anon_sym_i128] = ACTIONS(2074), - [anon_sym_isize] = ACTIONS(2074), - [anon_sym_usize] = ACTIONS(2074), - [anon_sym_f32] = ACTIONS(2074), - [anon_sym_f64] = ACTIONS(2074), - [anon_sym_bool] = ACTIONS(2074), - [anon_sym_str] = ACTIONS(2074), - [anon_sym_char] = ACTIONS(2074), - [anon_sym_DASH] = ACTIONS(2072), - [anon_sym_BANG] = ACTIONS(2072), - [anon_sym_AMP] = ACTIONS(2072), - [anon_sym_PIPE] = ACTIONS(2072), - [anon_sym_LT] = ACTIONS(2072), - [anon_sym_DOT_DOT] = ACTIONS(2072), - [anon_sym_COLON_COLON] = ACTIONS(2072), - [anon_sym_POUND] = ACTIONS(2072), - [anon_sym_SQUOTE] = ACTIONS(2074), - [anon_sym_async] = ACTIONS(2074), - [anon_sym_break] = ACTIONS(2074), - [anon_sym_const] = ACTIONS(2074), - [anon_sym_continue] = ACTIONS(2074), - [anon_sym_default] = ACTIONS(2074), - [anon_sym_enum] = ACTIONS(2074), - [anon_sym_fn] = ACTIONS(2074), - [anon_sym_for] = ACTIONS(2074), - [anon_sym_gen] = ACTIONS(2074), - [anon_sym_if] = ACTIONS(2074), - [anon_sym_impl] = ACTIONS(2074), - [anon_sym_let] = ACTIONS(2074), - [anon_sym_loop] = ACTIONS(2074), - [anon_sym_match] = ACTIONS(2074), - [anon_sym_mod] = ACTIONS(2074), - [anon_sym_pub] = ACTIONS(2074), - [anon_sym_return] = ACTIONS(2074), - [anon_sym_static] = ACTIONS(2074), - [anon_sym_struct] = ACTIONS(2074), - [anon_sym_trait] = ACTIONS(2074), - [anon_sym_type] = ACTIONS(2074), - [anon_sym_union] = ACTIONS(2074), - [anon_sym_unsafe] = ACTIONS(2074), - [anon_sym_use] = ACTIONS(2074), - [anon_sym_while] = ACTIONS(2074), - [anon_sym_extern] = ACTIONS(2074), - [anon_sym_yield] = ACTIONS(2074), - [anon_sym_move] = ACTIONS(2074), - [anon_sym_try] = ACTIONS(2074), - [sym_integer_literal] = ACTIONS(2072), - [aux_sym_string_literal_token1] = ACTIONS(2072), - [sym_char_literal] = ACTIONS(2072), - [anon_sym_true] = ACTIONS(2074), - [anon_sym_false] = ACTIONS(2074), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2074), - [sym_super] = ACTIONS(2074), - [sym_crate] = ACTIONS(2074), - [sym_metavariable] = ACTIONS(2072), - [sym__raw_string_literal_start] = ACTIONS(2072), - [sym_float_literal] = ACTIONS(2072), + [ts_builtin_sym_end] = ACTIONS(1990), + [sym_identifier] = ACTIONS(1992), + [anon_sym_SEMI] = ACTIONS(1990), + [anon_sym_macro_rules_BANG] = ACTIONS(1990), + [anon_sym_LPAREN] = ACTIONS(1990), + [anon_sym_LBRACK] = ACTIONS(1990), + [anon_sym_LBRACE] = ACTIONS(1990), + [anon_sym_RBRACE] = ACTIONS(1990), + [anon_sym_STAR] = ACTIONS(1990), + [anon_sym_u8] = ACTIONS(1992), + [anon_sym_i8] = ACTIONS(1992), + [anon_sym_u16] = ACTIONS(1992), + [anon_sym_i16] = ACTIONS(1992), + [anon_sym_u32] = ACTIONS(1992), + [anon_sym_i32] = ACTIONS(1992), + [anon_sym_u64] = ACTIONS(1992), + [anon_sym_i64] = ACTIONS(1992), + [anon_sym_u128] = ACTIONS(1992), + [anon_sym_i128] = ACTIONS(1992), + [anon_sym_isize] = ACTIONS(1992), + [anon_sym_usize] = ACTIONS(1992), + [anon_sym_f32] = ACTIONS(1992), + [anon_sym_f64] = ACTIONS(1992), + [anon_sym_bool] = ACTIONS(1992), + [anon_sym_str] = ACTIONS(1992), + [anon_sym_char] = ACTIONS(1992), + [anon_sym_DASH] = ACTIONS(1990), + [anon_sym_BANG] = ACTIONS(1990), + [anon_sym_AMP] = ACTIONS(1990), + [anon_sym_PIPE] = ACTIONS(1990), + [anon_sym_LT] = ACTIONS(1990), + [anon_sym_DOT_DOT] = ACTIONS(1990), + [anon_sym_COLON_COLON] = ACTIONS(1990), + [anon_sym_POUND] = ACTIONS(1990), + [anon_sym_SQUOTE] = ACTIONS(1992), + [anon_sym_async] = ACTIONS(1992), + [anon_sym_break] = ACTIONS(1992), + [anon_sym_const] = ACTIONS(1992), + [anon_sym_continue] = ACTIONS(1992), + [anon_sym_default] = ACTIONS(1992), + [anon_sym_enum] = ACTIONS(1992), + [anon_sym_fn] = ACTIONS(1992), + [anon_sym_for] = ACTIONS(1992), + [anon_sym_gen] = ACTIONS(1992), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_impl] = ACTIONS(1992), + [anon_sym_let] = ACTIONS(1992), + [anon_sym_loop] = ACTIONS(1992), + [anon_sym_match] = ACTIONS(1992), + [anon_sym_mod] = ACTIONS(1992), + [anon_sym_pub] = ACTIONS(1992), + [anon_sym_return] = ACTIONS(1992), + [anon_sym_static] = ACTIONS(1992), + [anon_sym_struct] = ACTIONS(1992), + [anon_sym_trait] = ACTIONS(1992), + [anon_sym_type] = ACTIONS(1992), + [anon_sym_union] = ACTIONS(1992), + [anon_sym_unsafe] = ACTIONS(1992), + [anon_sym_use] = ACTIONS(1992), + [anon_sym_while] = ACTIONS(1992), + [anon_sym_extern] = ACTIONS(1992), + [anon_sym_yield] = ACTIONS(1992), + [anon_sym_move] = ACTIONS(1992), + [anon_sym_try] = ACTIONS(1992), + [sym_integer_literal] = ACTIONS(1990), + [aux_sym_string_literal_token1] = ACTIONS(1990), + [sym_char_literal] = ACTIONS(1990), + [anon_sym_true] = ACTIONS(1992), + [anon_sym_false] = ACTIONS(1992), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1992), + [sym_super] = ACTIONS(1992), + [sym_crate] = ACTIONS(1992), + [sym_metavariable] = ACTIONS(1990), + [sym__raw_string_literal_start] = ACTIONS(1990), + [sym_float_literal] = ACTIONS(1990), }, [STATE(542)] = { [sym_line_comment] = STATE(542), [sym_block_comment] = STATE(542), - [ts_builtin_sym_end] = ACTIONS(2076), - [sym_identifier] = ACTIONS(2078), - [anon_sym_SEMI] = ACTIONS(2076), - [anon_sym_macro_rules_BANG] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_RBRACE] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2076), - [anon_sym_u8] = ACTIONS(2078), - [anon_sym_i8] = ACTIONS(2078), - [anon_sym_u16] = ACTIONS(2078), - [anon_sym_i16] = ACTIONS(2078), - [anon_sym_u32] = ACTIONS(2078), - [anon_sym_i32] = ACTIONS(2078), - [anon_sym_u64] = ACTIONS(2078), - [anon_sym_i64] = ACTIONS(2078), - [anon_sym_u128] = ACTIONS(2078), - [anon_sym_i128] = ACTIONS(2078), - [anon_sym_isize] = ACTIONS(2078), - [anon_sym_usize] = ACTIONS(2078), - [anon_sym_f32] = ACTIONS(2078), - [anon_sym_f64] = ACTIONS(2078), - [anon_sym_bool] = ACTIONS(2078), - [anon_sym_str] = ACTIONS(2078), - [anon_sym_char] = ACTIONS(2078), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_BANG] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_DOT_DOT] = ACTIONS(2076), - [anon_sym_COLON_COLON] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_SQUOTE] = ACTIONS(2078), - [anon_sym_async] = ACTIONS(2078), - [anon_sym_break] = ACTIONS(2078), - [anon_sym_const] = ACTIONS(2078), - [anon_sym_continue] = ACTIONS(2078), - [anon_sym_default] = ACTIONS(2078), - [anon_sym_enum] = ACTIONS(2078), - [anon_sym_fn] = ACTIONS(2078), - [anon_sym_for] = ACTIONS(2078), - [anon_sym_gen] = ACTIONS(2078), - [anon_sym_if] = ACTIONS(2078), - [anon_sym_impl] = ACTIONS(2078), - [anon_sym_let] = ACTIONS(2078), - [anon_sym_loop] = ACTIONS(2078), - [anon_sym_match] = ACTIONS(2078), - [anon_sym_mod] = ACTIONS(2078), - [anon_sym_pub] = ACTIONS(2078), - [anon_sym_return] = ACTIONS(2078), - [anon_sym_static] = ACTIONS(2078), - [anon_sym_struct] = ACTIONS(2078), - [anon_sym_trait] = ACTIONS(2078), - [anon_sym_type] = ACTIONS(2078), - [anon_sym_union] = ACTIONS(2078), - [anon_sym_unsafe] = ACTIONS(2078), - [anon_sym_use] = ACTIONS(2078), - [anon_sym_while] = ACTIONS(2078), - [anon_sym_extern] = ACTIONS(2078), - [anon_sym_yield] = ACTIONS(2078), - [anon_sym_move] = ACTIONS(2078), - [anon_sym_try] = ACTIONS(2078), - [sym_integer_literal] = ACTIONS(2076), - [aux_sym_string_literal_token1] = ACTIONS(2076), - [sym_char_literal] = ACTIONS(2076), - [anon_sym_true] = ACTIONS(2078), - [anon_sym_false] = ACTIONS(2078), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2078), - [sym_super] = ACTIONS(2078), - [sym_crate] = ACTIONS(2078), - [sym_metavariable] = ACTIONS(2076), - [sym__raw_string_literal_start] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), + [ts_builtin_sym_end] = ACTIONS(1994), + [sym_identifier] = ACTIONS(1996), + [anon_sym_SEMI] = ACTIONS(1994), + [anon_sym_macro_rules_BANG] = ACTIONS(1994), + [anon_sym_LPAREN] = ACTIONS(1994), + [anon_sym_LBRACK] = ACTIONS(1994), + [anon_sym_LBRACE] = ACTIONS(1994), + [anon_sym_RBRACE] = ACTIONS(1994), + [anon_sym_STAR] = ACTIONS(1994), + [anon_sym_u8] = ACTIONS(1996), + [anon_sym_i8] = ACTIONS(1996), + [anon_sym_u16] = ACTIONS(1996), + [anon_sym_i16] = ACTIONS(1996), + [anon_sym_u32] = ACTIONS(1996), + [anon_sym_i32] = ACTIONS(1996), + [anon_sym_u64] = ACTIONS(1996), + [anon_sym_i64] = ACTIONS(1996), + [anon_sym_u128] = ACTIONS(1996), + [anon_sym_i128] = ACTIONS(1996), + [anon_sym_isize] = ACTIONS(1996), + [anon_sym_usize] = ACTIONS(1996), + [anon_sym_f32] = ACTIONS(1996), + [anon_sym_f64] = ACTIONS(1996), + [anon_sym_bool] = ACTIONS(1996), + [anon_sym_str] = ACTIONS(1996), + [anon_sym_char] = ACTIONS(1996), + [anon_sym_DASH] = ACTIONS(1994), + [anon_sym_BANG] = ACTIONS(1994), + [anon_sym_AMP] = ACTIONS(1994), + [anon_sym_PIPE] = ACTIONS(1994), + [anon_sym_LT] = ACTIONS(1994), + [anon_sym_DOT_DOT] = ACTIONS(1994), + [anon_sym_COLON_COLON] = ACTIONS(1994), + [anon_sym_POUND] = ACTIONS(1994), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_async] = ACTIONS(1996), + [anon_sym_break] = ACTIONS(1996), + [anon_sym_const] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(1996), + [anon_sym_default] = ACTIONS(1996), + [anon_sym_enum] = ACTIONS(1996), + [anon_sym_fn] = ACTIONS(1996), + [anon_sym_for] = ACTIONS(1996), + [anon_sym_gen] = ACTIONS(1996), + [anon_sym_if] = ACTIONS(1996), + [anon_sym_impl] = ACTIONS(1996), + [anon_sym_let] = ACTIONS(1996), + [anon_sym_loop] = ACTIONS(1996), + [anon_sym_match] = ACTIONS(1996), + [anon_sym_mod] = ACTIONS(1996), + [anon_sym_pub] = ACTIONS(1996), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_static] = ACTIONS(1996), + [anon_sym_struct] = ACTIONS(1996), + [anon_sym_trait] = ACTIONS(1996), + [anon_sym_type] = ACTIONS(1996), + [anon_sym_union] = ACTIONS(1996), + [anon_sym_unsafe] = ACTIONS(1996), + [anon_sym_use] = ACTIONS(1996), + [anon_sym_while] = ACTIONS(1996), + [anon_sym_extern] = ACTIONS(1996), + [anon_sym_yield] = ACTIONS(1996), + [anon_sym_move] = ACTIONS(1996), + [anon_sym_try] = ACTIONS(1996), + [sym_integer_literal] = ACTIONS(1994), + [aux_sym_string_literal_token1] = ACTIONS(1994), + [sym_char_literal] = ACTIONS(1994), + [anon_sym_true] = ACTIONS(1996), + [anon_sym_false] = ACTIONS(1996), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1996), + [sym_super] = ACTIONS(1996), + [sym_crate] = ACTIONS(1996), + [sym_metavariable] = ACTIONS(1994), + [sym__raw_string_literal_start] = ACTIONS(1994), + [sym_float_literal] = ACTIONS(1994), }, [STATE(543)] = { [sym_line_comment] = STATE(543), [sym_block_comment] = STATE(543), - [ts_builtin_sym_end] = ACTIONS(2080), - [sym_identifier] = ACTIONS(2082), - [anon_sym_SEMI] = ACTIONS(2080), - [anon_sym_macro_rules_BANG] = ACTIONS(2080), - [anon_sym_LPAREN] = ACTIONS(2080), - [anon_sym_LBRACK] = ACTIONS(2080), - [anon_sym_LBRACE] = ACTIONS(2080), - [anon_sym_RBRACE] = ACTIONS(2080), - [anon_sym_STAR] = ACTIONS(2080), - [anon_sym_u8] = ACTIONS(2082), - [anon_sym_i8] = ACTIONS(2082), - [anon_sym_u16] = ACTIONS(2082), - [anon_sym_i16] = ACTIONS(2082), - [anon_sym_u32] = ACTIONS(2082), - [anon_sym_i32] = ACTIONS(2082), - [anon_sym_u64] = ACTIONS(2082), - [anon_sym_i64] = ACTIONS(2082), - [anon_sym_u128] = ACTIONS(2082), - [anon_sym_i128] = ACTIONS(2082), - [anon_sym_isize] = ACTIONS(2082), - [anon_sym_usize] = ACTIONS(2082), - [anon_sym_f32] = ACTIONS(2082), - [anon_sym_f64] = ACTIONS(2082), - [anon_sym_bool] = ACTIONS(2082), - [anon_sym_str] = ACTIONS(2082), - [anon_sym_char] = ACTIONS(2082), - [anon_sym_DASH] = ACTIONS(2080), - [anon_sym_BANG] = ACTIONS(2080), - [anon_sym_AMP] = ACTIONS(2080), - [anon_sym_PIPE] = ACTIONS(2080), - [anon_sym_LT] = ACTIONS(2080), - [anon_sym_DOT_DOT] = ACTIONS(2080), - [anon_sym_COLON_COLON] = ACTIONS(2080), - [anon_sym_POUND] = ACTIONS(2080), - [anon_sym_SQUOTE] = ACTIONS(2082), - [anon_sym_async] = ACTIONS(2082), - [anon_sym_break] = ACTIONS(2082), - [anon_sym_const] = ACTIONS(2082), - [anon_sym_continue] = ACTIONS(2082), - [anon_sym_default] = ACTIONS(2082), - [anon_sym_enum] = ACTIONS(2082), - [anon_sym_fn] = ACTIONS(2082), - [anon_sym_for] = ACTIONS(2082), - [anon_sym_gen] = ACTIONS(2082), - [anon_sym_if] = ACTIONS(2082), - [anon_sym_impl] = ACTIONS(2082), - [anon_sym_let] = ACTIONS(2082), - [anon_sym_loop] = ACTIONS(2082), - [anon_sym_match] = ACTIONS(2082), - [anon_sym_mod] = ACTIONS(2082), - [anon_sym_pub] = ACTIONS(2082), - [anon_sym_return] = ACTIONS(2082), - [anon_sym_static] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(2082), - [anon_sym_trait] = ACTIONS(2082), - [anon_sym_type] = ACTIONS(2082), - [anon_sym_union] = ACTIONS(2082), - [anon_sym_unsafe] = ACTIONS(2082), - [anon_sym_use] = ACTIONS(2082), - [anon_sym_while] = ACTIONS(2082), - [anon_sym_extern] = ACTIONS(2082), - [anon_sym_yield] = ACTIONS(2082), - [anon_sym_move] = ACTIONS(2082), - [anon_sym_try] = ACTIONS(2082), - [sym_integer_literal] = ACTIONS(2080), - [aux_sym_string_literal_token1] = ACTIONS(2080), - [sym_char_literal] = ACTIONS(2080), - [anon_sym_true] = ACTIONS(2082), - [anon_sym_false] = ACTIONS(2082), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2082), - [sym_super] = ACTIONS(2082), - [sym_crate] = ACTIONS(2082), - [sym_metavariable] = ACTIONS(2080), - [sym__raw_string_literal_start] = ACTIONS(2080), - [sym_float_literal] = ACTIONS(2080), + [ts_builtin_sym_end] = ACTIONS(1998), + [sym_identifier] = ACTIONS(2000), + [anon_sym_SEMI] = ACTIONS(1998), + [anon_sym_macro_rules_BANG] = ACTIONS(1998), + [anon_sym_LPAREN] = ACTIONS(1998), + [anon_sym_LBRACK] = ACTIONS(1998), + [anon_sym_LBRACE] = ACTIONS(1998), + [anon_sym_RBRACE] = ACTIONS(1998), + [anon_sym_STAR] = ACTIONS(1998), + [anon_sym_u8] = ACTIONS(2000), + [anon_sym_i8] = ACTIONS(2000), + [anon_sym_u16] = ACTIONS(2000), + [anon_sym_i16] = ACTIONS(2000), + [anon_sym_u32] = ACTIONS(2000), + [anon_sym_i32] = ACTIONS(2000), + [anon_sym_u64] = ACTIONS(2000), + [anon_sym_i64] = ACTIONS(2000), + [anon_sym_u128] = ACTIONS(2000), + [anon_sym_i128] = ACTIONS(2000), + [anon_sym_isize] = ACTIONS(2000), + [anon_sym_usize] = ACTIONS(2000), + [anon_sym_f32] = ACTIONS(2000), + [anon_sym_f64] = ACTIONS(2000), + [anon_sym_bool] = ACTIONS(2000), + [anon_sym_str] = ACTIONS(2000), + [anon_sym_char] = ACTIONS(2000), + [anon_sym_DASH] = ACTIONS(1998), + [anon_sym_BANG] = ACTIONS(1998), + [anon_sym_AMP] = ACTIONS(1998), + [anon_sym_PIPE] = ACTIONS(1998), + [anon_sym_LT] = ACTIONS(1998), + [anon_sym_DOT_DOT] = ACTIONS(1998), + [anon_sym_COLON_COLON] = ACTIONS(1998), + [anon_sym_POUND] = ACTIONS(1998), + [anon_sym_SQUOTE] = ACTIONS(2000), + [anon_sym_async] = ACTIONS(2000), + [anon_sym_break] = ACTIONS(2000), + [anon_sym_const] = ACTIONS(2000), + [anon_sym_continue] = ACTIONS(2000), + [anon_sym_default] = ACTIONS(2000), + [anon_sym_enum] = ACTIONS(2000), + [anon_sym_fn] = ACTIONS(2000), + [anon_sym_for] = ACTIONS(2000), + [anon_sym_gen] = ACTIONS(2000), + [anon_sym_if] = ACTIONS(2000), + [anon_sym_impl] = ACTIONS(2000), + [anon_sym_let] = ACTIONS(2000), + [anon_sym_loop] = ACTIONS(2000), + [anon_sym_match] = ACTIONS(2000), + [anon_sym_mod] = ACTIONS(2000), + [anon_sym_pub] = ACTIONS(2000), + [anon_sym_return] = ACTIONS(2000), + [anon_sym_static] = ACTIONS(2000), + [anon_sym_struct] = ACTIONS(2000), + [anon_sym_trait] = ACTIONS(2000), + [anon_sym_type] = ACTIONS(2000), + [anon_sym_union] = ACTIONS(2000), + [anon_sym_unsafe] = ACTIONS(2000), + [anon_sym_use] = ACTIONS(2000), + [anon_sym_while] = ACTIONS(2000), + [anon_sym_extern] = ACTIONS(2000), + [anon_sym_yield] = ACTIONS(2000), + [anon_sym_move] = ACTIONS(2000), + [anon_sym_try] = ACTIONS(2000), + [sym_integer_literal] = ACTIONS(1998), + [aux_sym_string_literal_token1] = ACTIONS(1998), + [sym_char_literal] = ACTIONS(1998), + [anon_sym_true] = ACTIONS(2000), + [anon_sym_false] = ACTIONS(2000), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2000), + [sym_super] = ACTIONS(2000), + [sym_crate] = ACTIONS(2000), + [sym_metavariable] = ACTIONS(1998), + [sym__raw_string_literal_start] = ACTIONS(1998), + [sym_float_literal] = ACTIONS(1998), }, [STATE(544)] = { [sym_line_comment] = STATE(544), [sym_block_comment] = STATE(544), - [ts_builtin_sym_end] = ACTIONS(2084), - [sym_identifier] = ACTIONS(2086), - [anon_sym_SEMI] = ACTIONS(2084), - [anon_sym_macro_rules_BANG] = ACTIONS(2084), - [anon_sym_LPAREN] = ACTIONS(2084), - [anon_sym_LBRACK] = ACTIONS(2084), - [anon_sym_LBRACE] = ACTIONS(2084), - [anon_sym_RBRACE] = ACTIONS(2084), - [anon_sym_STAR] = ACTIONS(2084), - [anon_sym_u8] = ACTIONS(2086), - [anon_sym_i8] = ACTIONS(2086), - [anon_sym_u16] = ACTIONS(2086), - [anon_sym_i16] = ACTIONS(2086), - [anon_sym_u32] = ACTIONS(2086), - [anon_sym_i32] = ACTIONS(2086), - [anon_sym_u64] = ACTIONS(2086), - [anon_sym_i64] = ACTIONS(2086), - [anon_sym_u128] = ACTIONS(2086), - [anon_sym_i128] = ACTIONS(2086), - [anon_sym_isize] = ACTIONS(2086), - [anon_sym_usize] = ACTIONS(2086), - [anon_sym_f32] = ACTIONS(2086), - [anon_sym_f64] = ACTIONS(2086), - [anon_sym_bool] = ACTIONS(2086), - [anon_sym_str] = ACTIONS(2086), - [anon_sym_char] = ACTIONS(2086), - [anon_sym_DASH] = ACTIONS(2084), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_AMP] = ACTIONS(2084), - [anon_sym_PIPE] = ACTIONS(2084), - [anon_sym_LT] = ACTIONS(2084), - [anon_sym_DOT_DOT] = ACTIONS(2084), - [anon_sym_COLON_COLON] = ACTIONS(2084), - [anon_sym_POUND] = ACTIONS(2084), - [anon_sym_SQUOTE] = ACTIONS(2086), - [anon_sym_async] = ACTIONS(2086), - [anon_sym_break] = ACTIONS(2086), - [anon_sym_const] = ACTIONS(2086), - [anon_sym_continue] = ACTIONS(2086), - [anon_sym_default] = ACTIONS(2086), - [anon_sym_enum] = ACTIONS(2086), - [anon_sym_fn] = ACTIONS(2086), - [anon_sym_for] = ACTIONS(2086), - [anon_sym_gen] = ACTIONS(2086), - [anon_sym_if] = ACTIONS(2086), - [anon_sym_impl] = ACTIONS(2086), - [anon_sym_let] = ACTIONS(2086), - [anon_sym_loop] = ACTIONS(2086), - [anon_sym_match] = ACTIONS(2086), - [anon_sym_mod] = ACTIONS(2086), - [anon_sym_pub] = ACTIONS(2086), - [anon_sym_return] = ACTIONS(2086), - [anon_sym_static] = ACTIONS(2086), - [anon_sym_struct] = ACTIONS(2086), - [anon_sym_trait] = ACTIONS(2086), - [anon_sym_type] = ACTIONS(2086), - [anon_sym_union] = ACTIONS(2086), - [anon_sym_unsafe] = ACTIONS(2086), - [anon_sym_use] = ACTIONS(2086), - [anon_sym_while] = ACTIONS(2086), - [anon_sym_extern] = ACTIONS(2086), - [anon_sym_yield] = ACTIONS(2086), - [anon_sym_move] = ACTIONS(2086), - [anon_sym_try] = ACTIONS(2086), - [sym_integer_literal] = ACTIONS(2084), - [aux_sym_string_literal_token1] = ACTIONS(2084), - [sym_char_literal] = ACTIONS(2084), - [anon_sym_true] = ACTIONS(2086), - [anon_sym_false] = ACTIONS(2086), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2086), - [sym_super] = ACTIONS(2086), - [sym_crate] = ACTIONS(2086), - [sym_metavariable] = ACTIONS(2084), - [sym__raw_string_literal_start] = ACTIONS(2084), - [sym_float_literal] = ACTIONS(2084), + [ts_builtin_sym_end] = ACTIONS(2002), + [sym_identifier] = ACTIONS(2004), + [anon_sym_SEMI] = ACTIONS(2002), + [anon_sym_macro_rules_BANG] = ACTIONS(2002), + [anon_sym_LPAREN] = ACTIONS(2002), + [anon_sym_LBRACK] = ACTIONS(2002), + [anon_sym_LBRACE] = ACTIONS(2002), + [anon_sym_RBRACE] = ACTIONS(2002), + [anon_sym_STAR] = ACTIONS(2002), + [anon_sym_u8] = ACTIONS(2004), + [anon_sym_i8] = ACTIONS(2004), + [anon_sym_u16] = ACTIONS(2004), + [anon_sym_i16] = ACTIONS(2004), + [anon_sym_u32] = ACTIONS(2004), + [anon_sym_i32] = ACTIONS(2004), + [anon_sym_u64] = ACTIONS(2004), + [anon_sym_i64] = ACTIONS(2004), + [anon_sym_u128] = ACTIONS(2004), + [anon_sym_i128] = ACTIONS(2004), + [anon_sym_isize] = ACTIONS(2004), + [anon_sym_usize] = ACTIONS(2004), + [anon_sym_f32] = ACTIONS(2004), + [anon_sym_f64] = ACTIONS(2004), + [anon_sym_bool] = ACTIONS(2004), + [anon_sym_str] = ACTIONS(2004), + [anon_sym_char] = ACTIONS(2004), + [anon_sym_DASH] = ACTIONS(2002), + [anon_sym_BANG] = ACTIONS(2002), + [anon_sym_AMP] = ACTIONS(2002), + [anon_sym_PIPE] = ACTIONS(2002), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_DOT_DOT] = ACTIONS(2002), + [anon_sym_COLON_COLON] = ACTIONS(2002), + [anon_sym_POUND] = ACTIONS(2002), + [anon_sym_SQUOTE] = ACTIONS(2004), + [anon_sym_async] = ACTIONS(2004), + [anon_sym_break] = ACTIONS(2004), + [anon_sym_const] = ACTIONS(2004), + [anon_sym_continue] = ACTIONS(2004), + [anon_sym_default] = ACTIONS(2004), + [anon_sym_enum] = ACTIONS(2004), + [anon_sym_fn] = ACTIONS(2004), + [anon_sym_for] = ACTIONS(2004), + [anon_sym_gen] = ACTIONS(2004), + [anon_sym_if] = ACTIONS(2004), + [anon_sym_impl] = ACTIONS(2004), + [anon_sym_let] = ACTIONS(2004), + [anon_sym_loop] = ACTIONS(2004), + [anon_sym_match] = ACTIONS(2004), + [anon_sym_mod] = ACTIONS(2004), + [anon_sym_pub] = ACTIONS(2004), + [anon_sym_return] = ACTIONS(2004), + [anon_sym_static] = ACTIONS(2004), + [anon_sym_struct] = ACTIONS(2004), + [anon_sym_trait] = ACTIONS(2004), + [anon_sym_type] = ACTIONS(2004), + [anon_sym_union] = ACTIONS(2004), + [anon_sym_unsafe] = ACTIONS(2004), + [anon_sym_use] = ACTIONS(2004), + [anon_sym_while] = ACTIONS(2004), + [anon_sym_extern] = ACTIONS(2004), + [anon_sym_yield] = ACTIONS(2004), + [anon_sym_move] = ACTIONS(2004), + [anon_sym_try] = ACTIONS(2004), + [sym_integer_literal] = ACTIONS(2002), + [aux_sym_string_literal_token1] = ACTIONS(2002), + [sym_char_literal] = ACTIONS(2002), + [anon_sym_true] = ACTIONS(2004), + [anon_sym_false] = ACTIONS(2004), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2004), + [sym_super] = ACTIONS(2004), + [sym_crate] = ACTIONS(2004), + [sym_metavariable] = ACTIONS(2002), + [sym__raw_string_literal_start] = ACTIONS(2002), + [sym_float_literal] = ACTIONS(2002), }, [STATE(545)] = { - [sym_empty_statement] = STATE(1170), - [sym_macro_definition] = STATE(1170), - [sym_attribute_item] = STATE(1170), - [sym_inner_attribute_item] = STATE(1170), - [sym_mod_item] = STATE(1170), - [sym_foreign_mod_item] = STATE(1170), - [sym_struct_item] = STATE(1170), - [sym_union_item] = STATE(1170), - [sym_enum_item] = STATE(1170), - [sym_extern_crate_declaration] = STATE(1170), - [sym_const_item] = STATE(1170), - [sym_static_item] = STATE(1170), - [sym_type_item] = STATE(1170), - [sym_function_item] = STATE(1170), - [sym_function_signature_item] = STATE(1170), - [sym_function_modifiers] = STATE(3781), - [sym_impl_item] = STATE(1170), - [sym_trait_item] = STATE(1170), - [sym_associated_type] = STATE(1170), - [sym_let_declaration] = STATE(1170), - [sym_use_declaration] = STATE(1170), - [sym_extern_modifier] = STATE(2235), - [sym_visibility_modifier] = STATE(2021), - [sym_bracketed_type] = STATE(3732), - [sym_generic_type_with_turbofish] = STATE(3800), - [sym_macro_invocation] = STATE(1170), - [sym_scoped_identifier] = STATE(3326), [sym_line_comment] = STATE(545), [sym_block_comment] = STATE(545), - [aux_sym_declaration_list_repeat1] = STATE(531), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(2088), - [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_macro_rules_BANG] = ACTIONS(2092), - [anon_sym_RBRACE] = ACTIONS(2094), - [anon_sym_u8] = ACTIONS(2096), - [anon_sym_i8] = ACTIONS(2096), - [anon_sym_u16] = ACTIONS(2096), - [anon_sym_i16] = ACTIONS(2096), - [anon_sym_u32] = ACTIONS(2096), - [anon_sym_i32] = ACTIONS(2096), - [anon_sym_u64] = ACTIONS(2096), - [anon_sym_i64] = ACTIONS(2096), - [anon_sym_u128] = ACTIONS(2096), - [anon_sym_i128] = ACTIONS(2096), - [anon_sym_isize] = ACTIONS(2096), - [anon_sym_usize] = ACTIONS(2096), - [anon_sym_f32] = ACTIONS(2096), - [anon_sym_f64] = ACTIONS(2096), - [anon_sym_bool] = ACTIONS(2096), - [anon_sym_str] = ACTIONS(2096), - [anon_sym_char] = ACTIONS(2096), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_POUND] = ACTIONS(2100), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(2102), - [anon_sym_default] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2106), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_gen] = ACTIONS(2110), - [anon_sym_impl] = ACTIONS(2112), - [anon_sym_let] = ACTIONS(2114), - [anon_sym_mod] = ACTIONS(2116), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2118), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_trait] = ACTIONS(2122), - [anon_sym_type] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2126), - [anon_sym_unsafe] = ACTIONS(2128), - [anon_sym_use] = ACTIONS(2130), - [anon_sym_extern] = ACTIONS(2132), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2134), - [sym_super] = ACTIONS(2134), - [sym_crate] = ACTIONS(2136), - [sym_metavariable] = ACTIONS(2138), + [ts_builtin_sym_end] = ACTIONS(2006), + [sym_identifier] = ACTIONS(2008), + [anon_sym_SEMI] = ACTIONS(2006), + [anon_sym_macro_rules_BANG] = ACTIONS(2006), + [anon_sym_LPAREN] = ACTIONS(2006), + [anon_sym_LBRACK] = ACTIONS(2006), + [anon_sym_LBRACE] = ACTIONS(2006), + [anon_sym_RBRACE] = ACTIONS(2006), + [anon_sym_STAR] = ACTIONS(2006), + [anon_sym_u8] = ACTIONS(2008), + [anon_sym_i8] = ACTIONS(2008), + [anon_sym_u16] = ACTIONS(2008), + [anon_sym_i16] = ACTIONS(2008), + [anon_sym_u32] = ACTIONS(2008), + [anon_sym_i32] = ACTIONS(2008), + [anon_sym_u64] = ACTIONS(2008), + [anon_sym_i64] = ACTIONS(2008), + [anon_sym_u128] = ACTIONS(2008), + [anon_sym_i128] = ACTIONS(2008), + [anon_sym_isize] = ACTIONS(2008), + [anon_sym_usize] = ACTIONS(2008), + [anon_sym_f32] = ACTIONS(2008), + [anon_sym_f64] = ACTIONS(2008), + [anon_sym_bool] = ACTIONS(2008), + [anon_sym_str] = ACTIONS(2008), + [anon_sym_char] = ACTIONS(2008), + [anon_sym_DASH] = ACTIONS(2006), + [anon_sym_BANG] = ACTIONS(2006), + [anon_sym_AMP] = ACTIONS(2006), + [anon_sym_PIPE] = ACTIONS(2006), + [anon_sym_LT] = ACTIONS(2006), + [anon_sym_DOT_DOT] = ACTIONS(2006), + [anon_sym_COLON_COLON] = ACTIONS(2006), + [anon_sym_POUND] = ACTIONS(2006), + [anon_sym_SQUOTE] = ACTIONS(2008), + [anon_sym_async] = ACTIONS(2008), + [anon_sym_break] = ACTIONS(2008), + [anon_sym_const] = ACTIONS(2008), + [anon_sym_continue] = ACTIONS(2008), + [anon_sym_default] = ACTIONS(2008), + [anon_sym_enum] = ACTIONS(2008), + [anon_sym_fn] = ACTIONS(2008), + [anon_sym_for] = ACTIONS(2008), + [anon_sym_gen] = ACTIONS(2008), + [anon_sym_if] = ACTIONS(2008), + [anon_sym_impl] = ACTIONS(2008), + [anon_sym_let] = ACTIONS(2008), + [anon_sym_loop] = ACTIONS(2008), + [anon_sym_match] = ACTIONS(2008), + [anon_sym_mod] = ACTIONS(2008), + [anon_sym_pub] = ACTIONS(2008), + [anon_sym_return] = ACTIONS(2008), + [anon_sym_static] = ACTIONS(2008), + [anon_sym_struct] = ACTIONS(2008), + [anon_sym_trait] = ACTIONS(2008), + [anon_sym_type] = ACTIONS(2008), + [anon_sym_union] = ACTIONS(2008), + [anon_sym_unsafe] = ACTIONS(2008), + [anon_sym_use] = ACTIONS(2008), + [anon_sym_while] = ACTIONS(2008), + [anon_sym_extern] = ACTIONS(2008), + [anon_sym_yield] = ACTIONS(2008), + [anon_sym_move] = ACTIONS(2008), + [anon_sym_try] = ACTIONS(2008), + [sym_integer_literal] = ACTIONS(2006), + [aux_sym_string_literal_token1] = ACTIONS(2006), + [sym_char_literal] = ACTIONS(2006), + [anon_sym_true] = ACTIONS(2008), + [anon_sym_false] = ACTIONS(2008), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2008), + [sym_super] = ACTIONS(2008), + [sym_crate] = ACTIONS(2008), + [sym_metavariable] = ACTIONS(2006), + [sym__raw_string_literal_start] = ACTIONS(2006), + [sym_float_literal] = ACTIONS(2006), }, [STATE(546)] = { [sym_line_comment] = STATE(546), [sym_block_comment] = STATE(546), - [ts_builtin_sym_end] = ACTIONS(2140), - [sym_identifier] = ACTIONS(2142), - [anon_sym_SEMI] = ACTIONS(2140), - [anon_sym_macro_rules_BANG] = ACTIONS(2140), - [anon_sym_LPAREN] = ACTIONS(2140), - [anon_sym_LBRACK] = ACTIONS(2140), - [anon_sym_LBRACE] = ACTIONS(2140), - [anon_sym_RBRACE] = ACTIONS(2140), - [anon_sym_STAR] = ACTIONS(2140), - [anon_sym_u8] = ACTIONS(2142), - [anon_sym_i8] = ACTIONS(2142), - [anon_sym_u16] = ACTIONS(2142), - [anon_sym_i16] = ACTIONS(2142), - [anon_sym_u32] = ACTIONS(2142), - [anon_sym_i32] = ACTIONS(2142), - [anon_sym_u64] = ACTIONS(2142), - [anon_sym_i64] = ACTIONS(2142), - [anon_sym_u128] = ACTIONS(2142), - [anon_sym_i128] = ACTIONS(2142), - [anon_sym_isize] = ACTIONS(2142), - [anon_sym_usize] = ACTIONS(2142), - [anon_sym_f32] = ACTIONS(2142), - [anon_sym_f64] = ACTIONS(2142), - [anon_sym_bool] = ACTIONS(2142), - [anon_sym_str] = ACTIONS(2142), - [anon_sym_char] = ACTIONS(2142), - [anon_sym_DASH] = ACTIONS(2140), - [anon_sym_BANG] = ACTIONS(2140), - [anon_sym_AMP] = ACTIONS(2140), - [anon_sym_PIPE] = ACTIONS(2140), - [anon_sym_LT] = ACTIONS(2140), - [anon_sym_DOT_DOT] = ACTIONS(2140), - [anon_sym_COLON_COLON] = ACTIONS(2140), - [anon_sym_POUND] = ACTIONS(2140), - [anon_sym_SQUOTE] = ACTIONS(2142), - [anon_sym_async] = ACTIONS(2142), - [anon_sym_break] = ACTIONS(2142), - [anon_sym_const] = ACTIONS(2142), - [anon_sym_continue] = ACTIONS(2142), - [anon_sym_default] = ACTIONS(2142), - [anon_sym_enum] = ACTIONS(2142), - [anon_sym_fn] = ACTIONS(2142), - [anon_sym_for] = ACTIONS(2142), - [anon_sym_gen] = ACTIONS(2142), - [anon_sym_if] = ACTIONS(2142), - [anon_sym_impl] = ACTIONS(2142), - [anon_sym_let] = ACTIONS(2142), - [anon_sym_loop] = ACTIONS(2142), - [anon_sym_match] = ACTIONS(2142), - [anon_sym_mod] = ACTIONS(2142), - [anon_sym_pub] = ACTIONS(2142), - [anon_sym_return] = ACTIONS(2142), - [anon_sym_static] = ACTIONS(2142), - [anon_sym_struct] = ACTIONS(2142), - [anon_sym_trait] = ACTIONS(2142), - [anon_sym_type] = ACTIONS(2142), - [anon_sym_union] = ACTIONS(2142), - [anon_sym_unsafe] = ACTIONS(2142), - [anon_sym_use] = ACTIONS(2142), - [anon_sym_while] = ACTIONS(2142), - [anon_sym_extern] = ACTIONS(2142), - [anon_sym_yield] = ACTIONS(2142), - [anon_sym_move] = ACTIONS(2142), - [anon_sym_try] = ACTIONS(2142), - [sym_integer_literal] = ACTIONS(2140), - [aux_sym_string_literal_token1] = ACTIONS(2140), - [sym_char_literal] = ACTIONS(2140), - [anon_sym_true] = ACTIONS(2142), - [anon_sym_false] = ACTIONS(2142), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2142), - [sym_super] = ACTIONS(2142), - [sym_crate] = ACTIONS(2142), - [sym_metavariable] = ACTIONS(2140), - [sym__raw_string_literal_start] = ACTIONS(2140), - [sym_float_literal] = ACTIONS(2140), + [ts_builtin_sym_end] = ACTIONS(2010), + [sym_identifier] = ACTIONS(2012), + [anon_sym_SEMI] = ACTIONS(2010), + [anon_sym_macro_rules_BANG] = ACTIONS(2010), + [anon_sym_LPAREN] = ACTIONS(2010), + [anon_sym_LBRACK] = ACTIONS(2010), + [anon_sym_LBRACE] = ACTIONS(2010), + [anon_sym_RBRACE] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(2010), + [anon_sym_u8] = ACTIONS(2012), + [anon_sym_i8] = ACTIONS(2012), + [anon_sym_u16] = ACTIONS(2012), + [anon_sym_i16] = ACTIONS(2012), + [anon_sym_u32] = ACTIONS(2012), + [anon_sym_i32] = ACTIONS(2012), + [anon_sym_u64] = ACTIONS(2012), + [anon_sym_i64] = ACTIONS(2012), + [anon_sym_u128] = ACTIONS(2012), + [anon_sym_i128] = ACTIONS(2012), + [anon_sym_isize] = ACTIONS(2012), + [anon_sym_usize] = ACTIONS(2012), + [anon_sym_f32] = ACTIONS(2012), + [anon_sym_f64] = ACTIONS(2012), + [anon_sym_bool] = ACTIONS(2012), + [anon_sym_str] = ACTIONS(2012), + [anon_sym_char] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_BANG] = ACTIONS(2010), + [anon_sym_AMP] = ACTIONS(2010), + [anon_sym_PIPE] = ACTIONS(2010), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_DOT_DOT] = ACTIONS(2010), + [anon_sym_COLON_COLON] = ACTIONS(2010), + [anon_sym_POUND] = ACTIONS(2010), + [anon_sym_SQUOTE] = ACTIONS(2012), + [anon_sym_async] = ACTIONS(2012), + [anon_sym_break] = ACTIONS(2012), + [anon_sym_const] = ACTIONS(2012), + [anon_sym_continue] = ACTIONS(2012), + [anon_sym_default] = ACTIONS(2012), + [anon_sym_enum] = ACTIONS(2012), + [anon_sym_fn] = ACTIONS(2012), + [anon_sym_for] = ACTIONS(2012), + [anon_sym_gen] = ACTIONS(2012), + [anon_sym_if] = ACTIONS(2012), + [anon_sym_impl] = ACTIONS(2012), + [anon_sym_let] = ACTIONS(2012), + [anon_sym_loop] = ACTIONS(2012), + [anon_sym_match] = ACTIONS(2012), + [anon_sym_mod] = ACTIONS(2012), + [anon_sym_pub] = ACTIONS(2012), + [anon_sym_return] = ACTIONS(2012), + [anon_sym_static] = ACTIONS(2012), + [anon_sym_struct] = ACTIONS(2012), + [anon_sym_trait] = ACTIONS(2012), + [anon_sym_type] = ACTIONS(2012), + [anon_sym_union] = ACTIONS(2012), + [anon_sym_unsafe] = ACTIONS(2012), + [anon_sym_use] = ACTIONS(2012), + [anon_sym_while] = ACTIONS(2012), + [anon_sym_extern] = ACTIONS(2012), + [anon_sym_yield] = ACTIONS(2012), + [anon_sym_move] = ACTIONS(2012), + [anon_sym_try] = ACTIONS(2012), + [sym_integer_literal] = ACTIONS(2010), + [aux_sym_string_literal_token1] = ACTIONS(2010), + [sym_char_literal] = ACTIONS(2010), + [anon_sym_true] = ACTIONS(2012), + [anon_sym_false] = ACTIONS(2012), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2012), + [sym_super] = ACTIONS(2012), + [sym_crate] = ACTIONS(2012), + [sym_metavariable] = ACTIONS(2010), + [sym__raw_string_literal_start] = ACTIONS(2010), + [sym_float_literal] = ACTIONS(2010), }, [STATE(547)] = { [sym_line_comment] = STATE(547), [sym_block_comment] = STATE(547), - [ts_builtin_sym_end] = ACTIONS(2144), - [sym_identifier] = ACTIONS(2146), - [anon_sym_SEMI] = ACTIONS(2144), - [anon_sym_macro_rules_BANG] = ACTIONS(2144), - [anon_sym_LPAREN] = ACTIONS(2144), - [anon_sym_LBRACK] = ACTIONS(2144), - [anon_sym_LBRACE] = ACTIONS(2144), - [anon_sym_RBRACE] = ACTIONS(2144), - [anon_sym_STAR] = ACTIONS(2144), - [anon_sym_u8] = ACTIONS(2146), - [anon_sym_i8] = ACTIONS(2146), - [anon_sym_u16] = ACTIONS(2146), - [anon_sym_i16] = ACTIONS(2146), - [anon_sym_u32] = ACTIONS(2146), - [anon_sym_i32] = ACTIONS(2146), - [anon_sym_u64] = ACTIONS(2146), - [anon_sym_i64] = ACTIONS(2146), - [anon_sym_u128] = ACTIONS(2146), - [anon_sym_i128] = ACTIONS(2146), - [anon_sym_isize] = ACTIONS(2146), - [anon_sym_usize] = ACTIONS(2146), - [anon_sym_f32] = ACTIONS(2146), - [anon_sym_f64] = ACTIONS(2146), - [anon_sym_bool] = ACTIONS(2146), - [anon_sym_str] = ACTIONS(2146), - [anon_sym_char] = ACTIONS(2146), - [anon_sym_DASH] = ACTIONS(2144), - [anon_sym_BANG] = ACTIONS(2144), - [anon_sym_AMP] = ACTIONS(2144), - [anon_sym_PIPE] = ACTIONS(2144), - [anon_sym_LT] = ACTIONS(2144), - [anon_sym_DOT_DOT] = ACTIONS(2144), - [anon_sym_COLON_COLON] = ACTIONS(2144), - [anon_sym_POUND] = ACTIONS(2144), - [anon_sym_SQUOTE] = ACTIONS(2146), - [anon_sym_async] = ACTIONS(2146), - [anon_sym_break] = ACTIONS(2146), - [anon_sym_const] = ACTIONS(2146), - [anon_sym_continue] = ACTIONS(2146), - [anon_sym_default] = ACTIONS(2146), - [anon_sym_enum] = ACTIONS(2146), - [anon_sym_fn] = ACTIONS(2146), - [anon_sym_for] = ACTIONS(2146), - [anon_sym_gen] = ACTIONS(2146), - [anon_sym_if] = ACTIONS(2146), - [anon_sym_impl] = ACTIONS(2146), - [anon_sym_let] = ACTIONS(2146), - [anon_sym_loop] = ACTIONS(2146), - [anon_sym_match] = ACTIONS(2146), - [anon_sym_mod] = ACTIONS(2146), - [anon_sym_pub] = ACTIONS(2146), - [anon_sym_return] = ACTIONS(2146), - [anon_sym_static] = ACTIONS(2146), - [anon_sym_struct] = ACTIONS(2146), - [anon_sym_trait] = ACTIONS(2146), - [anon_sym_type] = ACTIONS(2146), - [anon_sym_union] = ACTIONS(2146), - [anon_sym_unsafe] = ACTIONS(2146), - [anon_sym_use] = ACTIONS(2146), - [anon_sym_while] = ACTIONS(2146), - [anon_sym_extern] = ACTIONS(2146), - [anon_sym_yield] = ACTIONS(2146), - [anon_sym_move] = ACTIONS(2146), - [anon_sym_try] = ACTIONS(2146), - [sym_integer_literal] = ACTIONS(2144), - [aux_sym_string_literal_token1] = ACTIONS(2144), - [sym_char_literal] = ACTIONS(2144), - [anon_sym_true] = ACTIONS(2146), - [anon_sym_false] = ACTIONS(2146), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2146), - [sym_super] = ACTIONS(2146), - [sym_crate] = ACTIONS(2146), - [sym_metavariable] = ACTIONS(2144), - [sym__raw_string_literal_start] = ACTIONS(2144), - [sym_float_literal] = ACTIONS(2144), + [ts_builtin_sym_end] = ACTIONS(2014), + [sym_identifier] = ACTIONS(2016), + [anon_sym_SEMI] = ACTIONS(2014), + [anon_sym_macro_rules_BANG] = ACTIONS(2014), + [anon_sym_LPAREN] = ACTIONS(2014), + [anon_sym_LBRACK] = ACTIONS(2014), + [anon_sym_LBRACE] = ACTIONS(2014), + [anon_sym_RBRACE] = ACTIONS(2014), + [anon_sym_STAR] = ACTIONS(2014), + [anon_sym_u8] = ACTIONS(2016), + [anon_sym_i8] = ACTIONS(2016), + [anon_sym_u16] = ACTIONS(2016), + [anon_sym_i16] = ACTIONS(2016), + [anon_sym_u32] = ACTIONS(2016), + [anon_sym_i32] = ACTIONS(2016), + [anon_sym_u64] = ACTIONS(2016), + [anon_sym_i64] = ACTIONS(2016), + [anon_sym_u128] = ACTIONS(2016), + [anon_sym_i128] = ACTIONS(2016), + [anon_sym_isize] = ACTIONS(2016), + [anon_sym_usize] = ACTIONS(2016), + [anon_sym_f32] = ACTIONS(2016), + [anon_sym_f64] = ACTIONS(2016), + [anon_sym_bool] = ACTIONS(2016), + [anon_sym_str] = ACTIONS(2016), + [anon_sym_char] = ACTIONS(2016), + [anon_sym_DASH] = ACTIONS(2014), + [anon_sym_BANG] = ACTIONS(2014), + [anon_sym_AMP] = ACTIONS(2014), + [anon_sym_PIPE] = ACTIONS(2014), + [anon_sym_LT] = ACTIONS(2014), + [anon_sym_DOT_DOT] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2014), + [anon_sym_POUND] = ACTIONS(2014), + [anon_sym_SQUOTE] = ACTIONS(2016), + [anon_sym_async] = ACTIONS(2016), + [anon_sym_break] = ACTIONS(2016), + [anon_sym_const] = ACTIONS(2016), + [anon_sym_continue] = ACTIONS(2016), + [anon_sym_default] = ACTIONS(2016), + [anon_sym_enum] = ACTIONS(2016), + [anon_sym_fn] = ACTIONS(2016), + [anon_sym_for] = ACTIONS(2016), + [anon_sym_gen] = ACTIONS(2016), + [anon_sym_if] = ACTIONS(2016), + [anon_sym_impl] = ACTIONS(2016), + [anon_sym_let] = ACTIONS(2016), + [anon_sym_loop] = ACTIONS(2016), + [anon_sym_match] = ACTIONS(2016), + [anon_sym_mod] = ACTIONS(2016), + [anon_sym_pub] = ACTIONS(2016), + [anon_sym_return] = ACTIONS(2016), + [anon_sym_static] = ACTIONS(2016), + [anon_sym_struct] = ACTIONS(2016), + [anon_sym_trait] = ACTIONS(2016), + [anon_sym_type] = ACTIONS(2016), + [anon_sym_union] = ACTIONS(2016), + [anon_sym_unsafe] = ACTIONS(2016), + [anon_sym_use] = ACTIONS(2016), + [anon_sym_while] = ACTIONS(2016), + [anon_sym_extern] = ACTIONS(2016), + [anon_sym_yield] = ACTIONS(2016), + [anon_sym_move] = ACTIONS(2016), + [anon_sym_try] = ACTIONS(2016), + [sym_integer_literal] = ACTIONS(2014), + [aux_sym_string_literal_token1] = ACTIONS(2014), + [sym_char_literal] = ACTIONS(2014), + [anon_sym_true] = ACTIONS(2016), + [anon_sym_false] = ACTIONS(2016), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2016), + [sym_super] = ACTIONS(2016), + [sym_crate] = ACTIONS(2016), + [sym_metavariable] = ACTIONS(2014), + [sym__raw_string_literal_start] = ACTIONS(2014), + [sym_float_literal] = ACTIONS(2014), }, [STATE(548)] = { [sym_line_comment] = STATE(548), [sym_block_comment] = STATE(548), - [ts_builtin_sym_end] = ACTIONS(2148), - [sym_identifier] = ACTIONS(2150), - [anon_sym_SEMI] = ACTIONS(2148), - [anon_sym_macro_rules_BANG] = ACTIONS(2148), - [anon_sym_LPAREN] = ACTIONS(2148), - [anon_sym_LBRACK] = ACTIONS(2148), - [anon_sym_LBRACE] = ACTIONS(2148), - [anon_sym_RBRACE] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(2148), - [anon_sym_u8] = ACTIONS(2150), - [anon_sym_i8] = ACTIONS(2150), - [anon_sym_u16] = ACTIONS(2150), - [anon_sym_i16] = ACTIONS(2150), - [anon_sym_u32] = ACTIONS(2150), - [anon_sym_i32] = ACTIONS(2150), - [anon_sym_u64] = ACTIONS(2150), - [anon_sym_i64] = ACTIONS(2150), - [anon_sym_u128] = ACTIONS(2150), - [anon_sym_i128] = ACTIONS(2150), - [anon_sym_isize] = ACTIONS(2150), - [anon_sym_usize] = ACTIONS(2150), - [anon_sym_f32] = ACTIONS(2150), - [anon_sym_f64] = ACTIONS(2150), - [anon_sym_bool] = ACTIONS(2150), - [anon_sym_str] = ACTIONS(2150), - [anon_sym_char] = ACTIONS(2150), - [anon_sym_DASH] = ACTIONS(2148), - [anon_sym_BANG] = ACTIONS(2148), - [anon_sym_AMP] = ACTIONS(2148), - [anon_sym_PIPE] = ACTIONS(2148), - [anon_sym_LT] = ACTIONS(2148), - [anon_sym_DOT_DOT] = ACTIONS(2148), - [anon_sym_COLON_COLON] = ACTIONS(2148), - [anon_sym_POUND] = ACTIONS(2148), - [anon_sym_SQUOTE] = ACTIONS(2150), - [anon_sym_async] = ACTIONS(2150), - [anon_sym_break] = ACTIONS(2150), - [anon_sym_const] = ACTIONS(2150), - [anon_sym_continue] = ACTIONS(2150), - [anon_sym_default] = ACTIONS(2150), - [anon_sym_enum] = ACTIONS(2150), - [anon_sym_fn] = ACTIONS(2150), - [anon_sym_for] = ACTIONS(2150), - [anon_sym_gen] = ACTIONS(2150), - [anon_sym_if] = ACTIONS(2150), - [anon_sym_impl] = ACTIONS(2150), - [anon_sym_let] = ACTIONS(2150), - [anon_sym_loop] = ACTIONS(2150), - [anon_sym_match] = ACTIONS(2150), - [anon_sym_mod] = ACTIONS(2150), - [anon_sym_pub] = ACTIONS(2150), - [anon_sym_return] = ACTIONS(2150), - [anon_sym_static] = ACTIONS(2150), - [anon_sym_struct] = ACTIONS(2150), - [anon_sym_trait] = ACTIONS(2150), - [anon_sym_type] = ACTIONS(2150), - [anon_sym_union] = ACTIONS(2150), - [anon_sym_unsafe] = ACTIONS(2150), - [anon_sym_use] = ACTIONS(2150), - [anon_sym_while] = ACTIONS(2150), - [anon_sym_extern] = ACTIONS(2150), - [anon_sym_yield] = ACTIONS(2150), - [anon_sym_move] = ACTIONS(2150), - [anon_sym_try] = ACTIONS(2150), - [sym_integer_literal] = ACTIONS(2148), - [aux_sym_string_literal_token1] = ACTIONS(2148), - [sym_char_literal] = ACTIONS(2148), - [anon_sym_true] = ACTIONS(2150), - [anon_sym_false] = ACTIONS(2150), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2150), - [sym_super] = ACTIONS(2150), - [sym_crate] = ACTIONS(2150), - [sym_metavariable] = ACTIONS(2148), - [sym__raw_string_literal_start] = ACTIONS(2148), - [sym_float_literal] = ACTIONS(2148), + [ts_builtin_sym_end] = ACTIONS(2018), + [sym_identifier] = ACTIONS(2020), + [anon_sym_SEMI] = ACTIONS(2018), + [anon_sym_macro_rules_BANG] = ACTIONS(2018), + [anon_sym_LPAREN] = ACTIONS(2018), + [anon_sym_LBRACK] = ACTIONS(2018), + [anon_sym_LBRACE] = ACTIONS(2018), + [anon_sym_RBRACE] = ACTIONS(2018), + [anon_sym_STAR] = ACTIONS(2018), + [anon_sym_u8] = ACTIONS(2020), + [anon_sym_i8] = ACTIONS(2020), + [anon_sym_u16] = ACTIONS(2020), + [anon_sym_i16] = ACTIONS(2020), + [anon_sym_u32] = ACTIONS(2020), + [anon_sym_i32] = ACTIONS(2020), + [anon_sym_u64] = ACTIONS(2020), + [anon_sym_i64] = ACTIONS(2020), + [anon_sym_u128] = ACTIONS(2020), + [anon_sym_i128] = ACTIONS(2020), + [anon_sym_isize] = ACTIONS(2020), + [anon_sym_usize] = ACTIONS(2020), + [anon_sym_f32] = ACTIONS(2020), + [anon_sym_f64] = ACTIONS(2020), + [anon_sym_bool] = ACTIONS(2020), + [anon_sym_str] = ACTIONS(2020), + [anon_sym_char] = ACTIONS(2020), + [anon_sym_DASH] = ACTIONS(2018), + [anon_sym_BANG] = ACTIONS(2018), + [anon_sym_AMP] = ACTIONS(2018), + [anon_sym_PIPE] = ACTIONS(2018), + [anon_sym_LT] = ACTIONS(2018), + [anon_sym_DOT_DOT] = ACTIONS(2018), + [anon_sym_COLON_COLON] = ACTIONS(2018), + [anon_sym_POUND] = ACTIONS(2018), + [anon_sym_SQUOTE] = ACTIONS(2020), + [anon_sym_async] = ACTIONS(2020), + [anon_sym_break] = ACTIONS(2020), + [anon_sym_const] = ACTIONS(2020), + [anon_sym_continue] = ACTIONS(2020), + [anon_sym_default] = ACTIONS(2020), + [anon_sym_enum] = ACTIONS(2020), + [anon_sym_fn] = ACTIONS(2020), + [anon_sym_for] = ACTIONS(2020), + [anon_sym_gen] = ACTIONS(2020), + [anon_sym_if] = ACTIONS(2020), + [anon_sym_impl] = ACTIONS(2020), + [anon_sym_let] = ACTIONS(2020), + [anon_sym_loop] = ACTIONS(2020), + [anon_sym_match] = ACTIONS(2020), + [anon_sym_mod] = ACTIONS(2020), + [anon_sym_pub] = ACTIONS(2020), + [anon_sym_return] = ACTIONS(2020), + [anon_sym_static] = ACTIONS(2020), + [anon_sym_struct] = ACTIONS(2020), + [anon_sym_trait] = ACTIONS(2020), + [anon_sym_type] = ACTIONS(2020), + [anon_sym_union] = ACTIONS(2020), + [anon_sym_unsafe] = ACTIONS(2020), + [anon_sym_use] = ACTIONS(2020), + [anon_sym_while] = ACTIONS(2020), + [anon_sym_extern] = ACTIONS(2020), + [anon_sym_yield] = ACTIONS(2020), + [anon_sym_move] = ACTIONS(2020), + [anon_sym_try] = ACTIONS(2020), + [sym_integer_literal] = ACTIONS(2018), + [aux_sym_string_literal_token1] = ACTIONS(2018), + [sym_char_literal] = ACTIONS(2018), + [anon_sym_true] = ACTIONS(2020), + [anon_sym_false] = ACTIONS(2020), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2020), + [sym_super] = ACTIONS(2020), + [sym_crate] = ACTIONS(2020), + [sym_metavariable] = ACTIONS(2018), + [sym__raw_string_literal_start] = ACTIONS(2018), + [sym_float_literal] = ACTIONS(2018), }, [STATE(549)] = { [sym_line_comment] = STATE(549), [sym_block_comment] = STATE(549), - [ts_builtin_sym_end] = ACTIONS(2152), - [sym_identifier] = ACTIONS(2154), - [anon_sym_SEMI] = ACTIONS(2152), - [anon_sym_macro_rules_BANG] = ACTIONS(2152), - [anon_sym_LPAREN] = ACTIONS(2152), - [anon_sym_LBRACK] = ACTIONS(2152), - [anon_sym_LBRACE] = ACTIONS(2152), - [anon_sym_RBRACE] = ACTIONS(2152), - [anon_sym_STAR] = ACTIONS(2152), - [anon_sym_u8] = ACTIONS(2154), - [anon_sym_i8] = ACTIONS(2154), - [anon_sym_u16] = ACTIONS(2154), - [anon_sym_i16] = ACTIONS(2154), - [anon_sym_u32] = ACTIONS(2154), - [anon_sym_i32] = ACTIONS(2154), - [anon_sym_u64] = ACTIONS(2154), - [anon_sym_i64] = ACTIONS(2154), - [anon_sym_u128] = ACTIONS(2154), - [anon_sym_i128] = ACTIONS(2154), - [anon_sym_isize] = ACTIONS(2154), - [anon_sym_usize] = ACTIONS(2154), - [anon_sym_f32] = ACTIONS(2154), - [anon_sym_f64] = ACTIONS(2154), - [anon_sym_bool] = ACTIONS(2154), - [anon_sym_str] = ACTIONS(2154), - [anon_sym_char] = ACTIONS(2154), - [anon_sym_DASH] = ACTIONS(2152), - [anon_sym_BANG] = ACTIONS(2152), - [anon_sym_AMP] = ACTIONS(2152), - [anon_sym_PIPE] = ACTIONS(2152), - [anon_sym_LT] = ACTIONS(2152), - [anon_sym_DOT_DOT] = ACTIONS(2152), - [anon_sym_COLON_COLON] = ACTIONS(2152), - [anon_sym_POUND] = ACTIONS(2152), - [anon_sym_SQUOTE] = ACTIONS(2154), - [anon_sym_async] = ACTIONS(2154), - [anon_sym_break] = ACTIONS(2154), - [anon_sym_const] = ACTIONS(2154), - [anon_sym_continue] = ACTIONS(2154), - [anon_sym_default] = ACTIONS(2154), - [anon_sym_enum] = ACTIONS(2154), - [anon_sym_fn] = ACTIONS(2154), - [anon_sym_for] = ACTIONS(2154), - [anon_sym_gen] = ACTIONS(2154), - [anon_sym_if] = ACTIONS(2154), - [anon_sym_impl] = ACTIONS(2154), - [anon_sym_let] = ACTIONS(2154), - [anon_sym_loop] = ACTIONS(2154), - [anon_sym_match] = ACTIONS(2154), - [anon_sym_mod] = ACTIONS(2154), - [anon_sym_pub] = ACTIONS(2154), - [anon_sym_return] = ACTIONS(2154), - [anon_sym_static] = ACTIONS(2154), - [anon_sym_struct] = ACTIONS(2154), - [anon_sym_trait] = ACTIONS(2154), - [anon_sym_type] = ACTIONS(2154), - [anon_sym_union] = ACTIONS(2154), - [anon_sym_unsafe] = ACTIONS(2154), - [anon_sym_use] = ACTIONS(2154), - [anon_sym_while] = ACTIONS(2154), - [anon_sym_extern] = ACTIONS(2154), - [anon_sym_yield] = ACTIONS(2154), - [anon_sym_move] = ACTIONS(2154), - [anon_sym_try] = ACTIONS(2154), - [sym_integer_literal] = ACTIONS(2152), - [aux_sym_string_literal_token1] = ACTIONS(2152), - [sym_char_literal] = ACTIONS(2152), - [anon_sym_true] = ACTIONS(2154), - [anon_sym_false] = ACTIONS(2154), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2154), - [sym_super] = ACTIONS(2154), - [sym_crate] = ACTIONS(2154), - [sym_metavariable] = ACTIONS(2152), - [sym__raw_string_literal_start] = ACTIONS(2152), - [sym_float_literal] = ACTIONS(2152), + [ts_builtin_sym_end] = ACTIONS(2022), + [sym_identifier] = ACTIONS(2024), + [anon_sym_SEMI] = ACTIONS(2022), + [anon_sym_macro_rules_BANG] = ACTIONS(2022), + [anon_sym_LPAREN] = ACTIONS(2022), + [anon_sym_LBRACK] = ACTIONS(2022), + [anon_sym_LBRACE] = ACTIONS(2022), + [anon_sym_RBRACE] = ACTIONS(2022), + [anon_sym_STAR] = ACTIONS(2022), + [anon_sym_u8] = ACTIONS(2024), + [anon_sym_i8] = ACTIONS(2024), + [anon_sym_u16] = ACTIONS(2024), + [anon_sym_i16] = ACTIONS(2024), + [anon_sym_u32] = ACTIONS(2024), + [anon_sym_i32] = ACTIONS(2024), + [anon_sym_u64] = ACTIONS(2024), + [anon_sym_i64] = ACTIONS(2024), + [anon_sym_u128] = ACTIONS(2024), + [anon_sym_i128] = ACTIONS(2024), + [anon_sym_isize] = ACTIONS(2024), + [anon_sym_usize] = ACTIONS(2024), + [anon_sym_f32] = ACTIONS(2024), + [anon_sym_f64] = ACTIONS(2024), + [anon_sym_bool] = ACTIONS(2024), + [anon_sym_str] = ACTIONS(2024), + [anon_sym_char] = ACTIONS(2024), + [anon_sym_DASH] = ACTIONS(2022), + [anon_sym_BANG] = ACTIONS(2022), + [anon_sym_AMP] = ACTIONS(2022), + [anon_sym_PIPE] = ACTIONS(2022), + [anon_sym_LT] = ACTIONS(2022), + [anon_sym_DOT_DOT] = ACTIONS(2022), + [anon_sym_COLON_COLON] = ACTIONS(2022), + [anon_sym_POUND] = ACTIONS(2022), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_async] = ACTIONS(2024), + [anon_sym_break] = ACTIONS(2024), + [anon_sym_const] = ACTIONS(2024), + [anon_sym_continue] = ACTIONS(2024), + [anon_sym_default] = ACTIONS(2024), + [anon_sym_enum] = ACTIONS(2024), + [anon_sym_fn] = ACTIONS(2024), + [anon_sym_for] = ACTIONS(2024), + [anon_sym_gen] = ACTIONS(2024), + [anon_sym_if] = ACTIONS(2024), + [anon_sym_impl] = ACTIONS(2024), + [anon_sym_let] = ACTIONS(2024), + [anon_sym_loop] = ACTIONS(2024), + [anon_sym_match] = ACTIONS(2024), + [anon_sym_mod] = ACTIONS(2024), + [anon_sym_pub] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2024), + [anon_sym_static] = ACTIONS(2024), + [anon_sym_struct] = ACTIONS(2024), + [anon_sym_trait] = ACTIONS(2024), + [anon_sym_type] = ACTIONS(2024), + [anon_sym_union] = ACTIONS(2024), + [anon_sym_unsafe] = ACTIONS(2024), + [anon_sym_use] = ACTIONS(2024), + [anon_sym_while] = ACTIONS(2024), + [anon_sym_extern] = ACTIONS(2024), + [anon_sym_yield] = ACTIONS(2024), + [anon_sym_move] = ACTIONS(2024), + [anon_sym_try] = ACTIONS(2024), + [sym_integer_literal] = ACTIONS(2022), + [aux_sym_string_literal_token1] = ACTIONS(2022), + [sym_char_literal] = ACTIONS(2022), + [anon_sym_true] = ACTIONS(2024), + [anon_sym_false] = ACTIONS(2024), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2024), + [sym_super] = ACTIONS(2024), + [sym_crate] = ACTIONS(2024), + [sym_metavariable] = ACTIONS(2022), + [sym__raw_string_literal_start] = ACTIONS(2022), + [sym_float_literal] = ACTIONS(2022), }, [STATE(550)] = { - [sym_empty_statement] = STATE(1170), - [sym_macro_definition] = STATE(1170), - [sym_attribute_item] = STATE(1170), - [sym_inner_attribute_item] = STATE(1170), - [sym_mod_item] = STATE(1170), - [sym_foreign_mod_item] = STATE(1170), - [sym_struct_item] = STATE(1170), - [sym_union_item] = STATE(1170), - [sym_enum_item] = STATE(1170), - [sym_extern_crate_declaration] = STATE(1170), - [sym_const_item] = STATE(1170), - [sym_static_item] = STATE(1170), - [sym_type_item] = STATE(1170), - [sym_function_item] = STATE(1170), - [sym_function_signature_item] = STATE(1170), - [sym_function_modifiers] = STATE(3781), - [sym_impl_item] = STATE(1170), - [sym_trait_item] = STATE(1170), - [sym_associated_type] = STATE(1170), - [sym_let_declaration] = STATE(1170), - [sym_use_declaration] = STATE(1170), - [sym_extern_modifier] = STATE(2235), - [sym_visibility_modifier] = STATE(2021), - [sym_bracketed_type] = STATE(3732), - [sym_generic_type_with_turbofish] = STATE(3800), - [sym_macro_invocation] = STATE(1170), - [sym_scoped_identifier] = STATE(3326), [sym_line_comment] = STATE(550), [sym_block_comment] = STATE(550), - [aux_sym_declaration_list_repeat1] = STATE(545), - [aux_sym_function_modifiers_repeat1] = STATE(2317), + [ts_builtin_sym_end] = ACTIONS(2026), + [sym_identifier] = ACTIONS(2028), + [anon_sym_SEMI] = ACTIONS(2026), + [anon_sym_macro_rules_BANG] = ACTIONS(2026), + [anon_sym_LPAREN] = ACTIONS(2026), + [anon_sym_LBRACK] = ACTIONS(2026), + [anon_sym_LBRACE] = ACTIONS(2026), + [anon_sym_RBRACE] = ACTIONS(2026), + [anon_sym_STAR] = ACTIONS(2026), + [anon_sym_u8] = ACTIONS(2028), + [anon_sym_i8] = ACTIONS(2028), + [anon_sym_u16] = ACTIONS(2028), + [anon_sym_i16] = ACTIONS(2028), + [anon_sym_u32] = ACTIONS(2028), + [anon_sym_i32] = ACTIONS(2028), + [anon_sym_u64] = ACTIONS(2028), + [anon_sym_i64] = ACTIONS(2028), + [anon_sym_u128] = ACTIONS(2028), + [anon_sym_i128] = ACTIONS(2028), + [anon_sym_isize] = ACTIONS(2028), + [anon_sym_usize] = ACTIONS(2028), + [anon_sym_f32] = ACTIONS(2028), + [anon_sym_f64] = ACTIONS(2028), + [anon_sym_bool] = ACTIONS(2028), + [anon_sym_str] = ACTIONS(2028), + [anon_sym_char] = ACTIONS(2028), + [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_BANG] = ACTIONS(2026), + [anon_sym_AMP] = ACTIONS(2026), + [anon_sym_PIPE] = ACTIONS(2026), + [anon_sym_LT] = ACTIONS(2026), + [anon_sym_DOT_DOT] = ACTIONS(2026), + [anon_sym_COLON_COLON] = ACTIONS(2026), + [anon_sym_POUND] = ACTIONS(2026), + [anon_sym_SQUOTE] = ACTIONS(2028), + [anon_sym_async] = ACTIONS(2028), + [anon_sym_break] = ACTIONS(2028), + [anon_sym_const] = ACTIONS(2028), + [anon_sym_continue] = ACTIONS(2028), + [anon_sym_default] = ACTIONS(2028), + [anon_sym_enum] = ACTIONS(2028), + [anon_sym_fn] = ACTIONS(2028), + [anon_sym_for] = ACTIONS(2028), + [anon_sym_gen] = ACTIONS(2028), + [anon_sym_if] = ACTIONS(2028), + [anon_sym_impl] = ACTIONS(2028), + [anon_sym_let] = ACTIONS(2028), + [anon_sym_loop] = ACTIONS(2028), + [anon_sym_match] = ACTIONS(2028), + [anon_sym_mod] = ACTIONS(2028), + [anon_sym_pub] = ACTIONS(2028), + [anon_sym_return] = ACTIONS(2028), + [anon_sym_static] = ACTIONS(2028), + [anon_sym_struct] = ACTIONS(2028), + [anon_sym_trait] = ACTIONS(2028), + [anon_sym_type] = ACTIONS(2028), + [anon_sym_union] = ACTIONS(2028), + [anon_sym_unsafe] = ACTIONS(2028), + [anon_sym_use] = ACTIONS(2028), + [anon_sym_while] = ACTIONS(2028), + [anon_sym_extern] = ACTIONS(2028), + [anon_sym_yield] = ACTIONS(2028), + [anon_sym_move] = ACTIONS(2028), + [anon_sym_try] = ACTIONS(2028), + [sym_integer_literal] = ACTIONS(2026), + [aux_sym_string_literal_token1] = ACTIONS(2026), + [sym_char_literal] = ACTIONS(2026), + [anon_sym_true] = ACTIONS(2028), + [anon_sym_false] = ACTIONS(2028), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2028), + [sym_super] = ACTIONS(2028), + [sym_crate] = ACTIONS(2028), + [sym_metavariable] = ACTIONS(2026), + [sym__raw_string_literal_start] = ACTIONS(2026), + [sym_float_literal] = ACTIONS(2026), + }, + [STATE(551)] = { + [sym_line_comment] = STATE(551), + [sym_block_comment] = STATE(551), + [ts_builtin_sym_end] = ACTIONS(2030), + [sym_identifier] = ACTIONS(2032), + [anon_sym_SEMI] = ACTIONS(2030), + [anon_sym_macro_rules_BANG] = ACTIONS(2030), + [anon_sym_LPAREN] = ACTIONS(2030), + [anon_sym_LBRACK] = ACTIONS(2030), + [anon_sym_LBRACE] = ACTIONS(2030), + [anon_sym_RBRACE] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(2030), + [anon_sym_u8] = ACTIONS(2032), + [anon_sym_i8] = ACTIONS(2032), + [anon_sym_u16] = ACTIONS(2032), + [anon_sym_i16] = ACTIONS(2032), + [anon_sym_u32] = ACTIONS(2032), + [anon_sym_i32] = ACTIONS(2032), + [anon_sym_u64] = ACTIONS(2032), + [anon_sym_i64] = ACTIONS(2032), + [anon_sym_u128] = ACTIONS(2032), + [anon_sym_i128] = ACTIONS(2032), + [anon_sym_isize] = ACTIONS(2032), + [anon_sym_usize] = ACTIONS(2032), + [anon_sym_f32] = ACTIONS(2032), + [anon_sym_f64] = ACTIONS(2032), + [anon_sym_bool] = ACTIONS(2032), + [anon_sym_str] = ACTIONS(2032), + [anon_sym_char] = ACTIONS(2032), + [anon_sym_DASH] = ACTIONS(2030), + [anon_sym_BANG] = ACTIONS(2030), + [anon_sym_AMP] = ACTIONS(2030), + [anon_sym_PIPE] = ACTIONS(2030), + [anon_sym_LT] = ACTIONS(2030), + [anon_sym_DOT_DOT] = ACTIONS(2030), + [anon_sym_COLON_COLON] = ACTIONS(2030), + [anon_sym_POUND] = ACTIONS(2030), + [anon_sym_SQUOTE] = ACTIONS(2032), + [anon_sym_async] = ACTIONS(2032), + [anon_sym_break] = ACTIONS(2032), + [anon_sym_const] = ACTIONS(2032), + [anon_sym_continue] = ACTIONS(2032), + [anon_sym_default] = ACTIONS(2032), + [anon_sym_enum] = ACTIONS(2032), + [anon_sym_fn] = ACTIONS(2032), + [anon_sym_for] = ACTIONS(2032), + [anon_sym_gen] = ACTIONS(2032), + [anon_sym_if] = ACTIONS(2032), + [anon_sym_impl] = ACTIONS(2032), + [anon_sym_let] = ACTIONS(2032), + [anon_sym_loop] = ACTIONS(2032), + [anon_sym_match] = ACTIONS(2032), + [anon_sym_mod] = ACTIONS(2032), + [anon_sym_pub] = ACTIONS(2032), + [anon_sym_return] = ACTIONS(2032), + [anon_sym_static] = ACTIONS(2032), + [anon_sym_struct] = ACTIONS(2032), + [anon_sym_trait] = ACTIONS(2032), + [anon_sym_type] = ACTIONS(2032), + [anon_sym_union] = ACTIONS(2032), + [anon_sym_unsafe] = ACTIONS(2032), + [anon_sym_use] = ACTIONS(2032), + [anon_sym_while] = ACTIONS(2032), + [anon_sym_extern] = ACTIONS(2032), + [anon_sym_yield] = ACTIONS(2032), + [anon_sym_move] = ACTIONS(2032), + [anon_sym_try] = ACTIONS(2032), + [sym_integer_literal] = ACTIONS(2030), + [aux_sym_string_literal_token1] = ACTIONS(2030), + [sym_char_literal] = ACTIONS(2030), + [anon_sym_true] = ACTIONS(2032), + [anon_sym_false] = ACTIONS(2032), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2032), + [sym_super] = ACTIONS(2032), + [sym_crate] = ACTIONS(2032), + [sym_metavariable] = ACTIONS(2030), + [sym__raw_string_literal_start] = ACTIONS(2030), + [sym_float_literal] = ACTIONS(2030), + }, + [STATE(552)] = { + [sym_line_comment] = STATE(552), + [sym_block_comment] = STATE(552), + [ts_builtin_sym_end] = ACTIONS(2034), + [sym_identifier] = ACTIONS(2036), + [anon_sym_SEMI] = ACTIONS(2034), + [anon_sym_macro_rules_BANG] = ACTIONS(2034), + [anon_sym_LPAREN] = ACTIONS(2034), + [anon_sym_LBRACK] = ACTIONS(2034), + [anon_sym_LBRACE] = ACTIONS(2034), + [anon_sym_RBRACE] = ACTIONS(2034), + [anon_sym_STAR] = ACTIONS(2034), + [anon_sym_u8] = ACTIONS(2036), + [anon_sym_i8] = ACTIONS(2036), + [anon_sym_u16] = ACTIONS(2036), + [anon_sym_i16] = ACTIONS(2036), + [anon_sym_u32] = ACTIONS(2036), + [anon_sym_i32] = ACTIONS(2036), + [anon_sym_u64] = ACTIONS(2036), + [anon_sym_i64] = ACTIONS(2036), + [anon_sym_u128] = ACTIONS(2036), + [anon_sym_i128] = ACTIONS(2036), + [anon_sym_isize] = ACTIONS(2036), + [anon_sym_usize] = ACTIONS(2036), + [anon_sym_f32] = ACTIONS(2036), + [anon_sym_f64] = ACTIONS(2036), + [anon_sym_bool] = ACTIONS(2036), + [anon_sym_str] = ACTIONS(2036), + [anon_sym_char] = ACTIONS(2036), + [anon_sym_DASH] = ACTIONS(2034), + [anon_sym_BANG] = ACTIONS(2034), + [anon_sym_AMP] = ACTIONS(2034), + [anon_sym_PIPE] = ACTIONS(2034), + [anon_sym_LT] = ACTIONS(2034), + [anon_sym_DOT_DOT] = ACTIONS(2034), + [anon_sym_COLON_COLON] = ACTIONS(2034), + [anon_sym_POUND] = ACTIONS(2034), + [anon_sym_SQUOTE] = ACTIONS(2036), + [anon_sym_async] = ACTIONS(2036), + [anon_sym_break] = ACTIONS(2036), + [anon_sym_const] = ACTIONS(2036), + [anon_sym_continue] = ACTIONS(2036), + [anon_sym_default] = ACTIONS(2036), + [anon_sym_enum] = ACTIONS(2036), + [anon_sym_fn] = ACTIONS(2036), + [anon_sym_for] = ACTIONS(2036), + [anon_sym_gen] = ACTIONS(2036), + [anon_sym_if] = ACTIONS(2036), + [anon_sym_impl] = ACTIONS(2036), + [anon_sym_let] = ACTIONS(2036), + [anon_sym_loop] = ACTIONS(2036), + [anon_sym_match] = ACTIONS(2036), + [anon_sym_mod] = ACTIONS(2036), + [anon_sym_pub] = ACTIONS(2036), + [anon_sym_return] = ACTIONS(2036), + [anon_sym_static] = ACTIONS(2036), + [anon_sym_struct] = ACTIONS(2036), + [anon_sym_trait] = ACTIONS(2036), + [anon_sym_type] = ACTIONS(2036), + [anon_sym_union] = ACTIONS(2036), + [anon_sym_unsafe] = ACTIONS(2036), + [anon_sym_use] = ACTIONS(2036), + [anon_sym_while] = ACTIONS(2036), + [anon_sym_extern] = ACTIONS(2036), + [anon_sym_yield] = ACTIONS(2036), + [anon_sym_move] = ACTIONS(2036), + [anon_sym_try] = ACTIONS(2036), + [sym_integer_literal] = ACTIONS(2034), + [aux_sym_string_literal_token1] = ACTIONS(2034), + [sym_char_literal] = ACTIONS(2034), + [anon_sym_true] = ACTIONS(2036), + [anon_sym_false] = ACTIONS(2036), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2036), + [sym_super] = ACTIONS(2036), + [sym_crate] = ACTIONS(2036), + [sym_metavariable] = ACTIONS(2034), + [sym__raw_string_literal_start] = ACTIONS(2034), + [sym_float_literal] = ACTIONS(2034), + }, + [STATE(553)] = { + [sym_line_comment] = STATE(553), + [sym_block_comment] = STATE(553), + [ts_builtin_sym_end] = ACTIONS(2038), + [sym_identifier] = ACTIONS(2040), + [anon_sym_SEMI] = ACTIONS(2038), + [anon_sym_macro_rules_BANG] = ACTIONS(2038), + [anon_sym_LPAREN] = ACTIONS(2038), + [anon_sym_LBRACK] = ACTIONS(2038), + [anon_sym_LBRACE] = ACTIONS(2038), + [anon_sym_RBRACE] = ACTIONS(2038), + [anon_sym_STAR] = ACTIONS(2038), + [anon_sym_u8] = ACTIONS(2040), + [anon_sym_i8] = ACTIONS(2040), + [anon_sym_u16] = ACTIONS(2040), + [anon_sym_i16] = ACTIONS(2040), + [anon_sym_u32] = ACTIONS(2040), + [anon_sym_i32] = ACTIONS(2040), + [anon_sym_u64] = ACTIONS(2040), + [anon_sym_i64] = ACTIONS(2040), + [anon_sym_u128] = ACTIONS(2040), + [anon_sym_i128] = ACTIONS(2040), + [anon_sym_isize] = ACTIONS(2040), + [anon_sym_usize] = ACTIONS(2040), + [anon_sym_f32] = ACTIONS(2040), + [anon_sym_f64] = ACTIONS(2040), + [anon_sym_bool] = ACTIONS(2040), + [anon_sym_str] = ACTIONS(2040), + [anon_sym_char] = ACTIONS(2040), + [anon_sym_DASH] = ACTIONS(2038), + [anon_sym_BANG] = ACTIONS(2038), + [anon_sym_AMP] = ACTIONS(2038), + [anon_sym_PIPE] = ACTIONS(2038), + [anon_sym_LT] = ACTIONS(2038), + [anon_sym_DOT_DOT] = ACTIONS(2038), + [anon_sym_COLON_COLON] = ACTIONS(2038), + [anon_sym_POUND] = ACTIONS(2038), + [anon_sym_SQUOTE] = ACTIONS(2040), + [anon_sym_async] = ACTIONS(2040), + [anon_sym_break] = ACTIONS(2040), + [anon_sym_const] = ACTIONS(2040), + [anon_sym_continue] = ACTIONS(2040), + [anon_sym_default] = ACTIONS(2040), + [anon_sym_enum] = ACTIONS(2040), + [anon_sym_fn] = ACTIONS(2040), + [anon_sym_for] = ACTIONS(2040), + [anon_sym_gen] = ACTIONS(2040), + [anon_sym_if] = ACTIONS(2040), + [anon_sym_impl] = ACTIONS(2040), + [anon_sym_let] = ACTIONS(2040), + [anon_sym_loop] = ACTIONS(2040), + [anon_sym_match] = ACTIONS(2040), + [anon_sym_mod] = ACTIONS(2040), + [anon_sym_pub] = ACTIONS(2040), + [anon_sym_return] = ACTIONS(2040), + [anon_sym_static] = ACTIONS(2040), + [anon_sym_struct] = ACTIONS(2040), + [anon_sym_trait] = ACTIONS(2040), + [anon_sym_type] = ACTIONS(2040), + [anon_sym_union] = ACTIONS(2040), + [anon_sym_unsafe] = ACTIONS(2040), + [anon_sym_use] = ACTIONS(2040), + [anon_sym_while] = ACTIONS(2040), + [anon_sym_extern] = ACTIONS(2040), + [anon_sym_yield] = ACTIONS(2040), + [anon_sym_move] = ACTIONS(2040), + [anon_sym_try] = ACTIONS(2040), + [sym_integer_literal] = ACTIONS(2038), + [aux_sym_string_literal_token1] = ACTIONS(2038), + [sym_char_literal] = ACTIONS(2038), + [anon_sym_true] = ACTIONS(2040), + [anon_sym_false] = ACTIONS(2040), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2040), + [sym_super] = ACTIONS(2040), + [sym_crate] = ACTIONS(2040), + [sym_metavariable] = ACTIONS(2038), + [sym__raw_string_literal_start] = ACTIONS(2038), + [sym_float_literal] = ACTIONS(2038), + }, + [STATE(554)] = { + [sym_line_comment] = STATE(554), + [sym_block_comment] = STATE(554), + [ts_builtin_sym_end] = ACTIONS(2042), + [sym_identifier] = ACTIONS(2044), + [anon_sym_SEMI] = ACTIONS(2042), + [anon_sym_macro_rules_BANG] = ACTIONS(2042), + [anon_sym_LPAREN] = ACTIONS(2042), + [anon_sym_LBRACK] = ACTIONS(2042), + [anon_sym_LBRACE] = ACTIONS(2042), + [anon_sym_RBRACE] = ACTIONS(2042), + [anon_sym_STAR] = ACTIONS(2042), + [anon_sym_u8] = ACTIONS(2044), + [anon_sym_i8] = ACTIONS(2044), + [anon_sym_u16] = ACTIONS(2044), + [anon_sym_i16] = ACTIONS(2044), + [anon_sym_u32] = ACTIONS(2044), + [anon_sym_i32] = ACTIONS(2044), + [anon_sym_u64] = ACTIONS(2044), + [anon_sym_i64] = ACTIONS(2044), + [anon_sym_u128] = ACTIONS(2044), + [anon_sym_i128] = ACTIONS(2044), + [anon_sym_isize] = ACTIONS(2044), + [anon_sym_usize] = ACTIONS(2044), + [anon_sym_f32] = ACTIONS(2044), + [anon_sym_f64] = ACTIONS(2044), + [anon_sym_bool] = ACTIONS(2044), + [anon_sym_str] = ACTIONS(2044), + [anon_sym_char] = ACTIONS(2044), + [anon_sym_DASH] = ACTIONS(2042), + [anon_sym_BANG] = ACTIONS(2042), + [anon_sym_AMP] = ACTIONS(2042), + [anon_sym_PIPE] = ACTIONS(2042), + [anon_sym_LT] = ACTIONS(2042), + [anon_sym_DOT_DOT] = ACTIONS(2042), + [anon_sym_COLON_COLON] = ACTIONS(2042), + [anon_sym_POUND] = ACTIONS(2042), + [anon_sym_SQUOTE] = ACTIONS(2044), + [anon_sym_async] = ACTIONS(2044), + [anon_sym_break] = ACTIONS(2044), + [anon_sym_const] = ACTIONS(2044), + [anon_sym_continue] = ACTIONS(2044), + [anon_sym_default] = ACTIONS(2044), + [anon_sym_enum] = ACTIONS(2044), + [anon_sym_fn] = ACTIONS(2044), + [anon_sym_for] = ACTIONS(2044), + [anon_sym_gen] = ACTIONS(2044), + [anon_sym_if] = ACTIONS(2044), + [anon_sym_impl] = ACTIONS(2044), + [anon_sym_let] = ACTIONS(2044), + [anon_sym_loop] = ACTIONS(2044), + [anon_sym_match] = ACTIONS(2044), + [anon_sym_mod] = ACTIONS(2044), + [anon_sym_pub] = ACTIONS(2044), + [anon_sym_return] = ACTIONS(2044), + [anon_sym_static] = ACTIONS(2044), + [anon_sym_struct] = ACTIONS(2044), + [anon_sym_trait] = ACTIONS(2044), + [anon_sym_type] = ACTIONS(2044), + [anon_sym_union] = ACTIONS(2044), + [anon_sym_unsafe] = ACTIONS(2044), + [anon_sym_use] = ACTIONS(2044), + [anon_sym_while] = ACTIONS(2044), + [anon_sym_extern] = ACTIONS(2044), + [anon_sym_yield] = ACTIONS(2044), + [anon_sym_move] = ACTIONS(2044), + [anon_sym_try] = ACTIONS(2044), + [sym_integer_literal] = ACTIONS(2042), + [aux_sym_string_literal_token1] = ACTIONS(2042), + [sym_char_literal] = ACTIONS(2042), + [anon_sym_true] = ACTIONS(2044), + [anon_sym_false] = ACTIONS(2044), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2044), + [sym_super] = ACTIONS(2044), + [sym_crate] = ACTIONS(2044), + [sym_metavariable] = ACTIONS(2042), + [sym__raw_string_literal_start] = ACTIONS(2042), + [sym_float_literal] = ACTIONS(2042), + }, + [STATE(555)] = { + [sym_line_comment] = STATE(555), + [sym_block_comment] = STATE(555), + [ts_builtin_sym_end] = ACTIONS(2046), + [sym_identifier] = ACTIONS(2048), + [anon_sym_SEMI] = ACTIONS(2046), + [anon_sym_macro_rules_BANG] = ACTIONS(2046), + [anon_sym_LPAREN] = ACTIONS(2046), + [anon_sym_LBRACK] = ACTIONS(2046), + [anon_sym_LBRACE] = ACTIONS(2046), + [anon_sym_RBRACE] = ACTIONS(2046), + [anon_sym_STAR] = ACTIONS(2046), + [anon_sym_u8] = ACTIONS(2048), + [anon_sym_i8] = ACTIONS(2048), + [anon_sym_u16] = ACTIONS(2048), + [anon_sym_i16] = ACTIONS(2048), + [anon_sym_u32] = ACTIONS(2048), + [anon_sym_i32] = ACTIONS(2048), + [anon_sym_u64] = ACTIONS(2048), + [anon_sym_i64] = ACTIONS(2048), + [anon_sym_u128] = ACTIONS(2048), + [anon_sym_i128] = ACTIONS(2048), + [anon_sym_isize] = ACTIONS(2048), + [anon_sym_usize] = ACTIONS(2048), + [anon_sym_f32] = ACTIONS(2048), + [anon_sym_f64] = ACTIONS(2048), + [anon_sym_bool] = ACTIONS(2048), + [anon_sym_str] = ACTIONS(2048), + [anon_sym_char] = ACTIONS(2048), + [anon_sym_DASH] = ACTIONS(2046), + [anon_sym_BANG] = ACTIONS(2046), + [anon_sym_AMP] = ACTIONS(2046), + [anon_sym_PIPE] = ACTIONS(2046), + [anon_sym_LT] = ACTIONS(2046), + [anon_sym_DOT_DOT] = ACTIONS(2046), + [anon_sym_COLON_COLON] = ACTIONS(2046), + [anon_sym_POUND] = ACTIONS(2046), + [anon_sym_SQUOTE] = ACTIONS(2048), + [anon_sym_async] = ACTIONS(2048), + [anon_sym_break] = ACTIONS(2048), + [anon_sym_const] = ACTIONS(2048), + [anon_sym_continue] = ACTIONS(2048), + [anon_sym_default] = ACTIONS(2048), + [anon_sym_enum] = ACTIONS(2048), + [anon_sym_fn] = ACTIONS(2048), + [anon_sym_for] = ACTIONS(2048), + [anon_sym_gen] = ACTIONS(2048), + [anon_sym_if] = ACTIONS(2048), + [anon_sym_impl] = ACTIONS(2048), + [anon_sym_let] = ACTIONS(2048), + [anon_sym_loop] = ACTIONS(2048), + [anon_sym_match] = ACTIONS(2048), + [anon_sym_mod] = ACTIONS(2048), + [anon_sym_pub] = ACTIONS(2048), + [anon_sym_return] = ACTIONS(2048), + [anon_sym_static] = ACTIONS(2048), + [anon_sym_struct] = ACTIONS(2048), + [anon_sym_trait] = ACTIONS(2048), + [anon_sym_type] = ACTIONS(2048), + [anon_sym_union] = ACTIONS(2048), + [anon_sym_unsafe] = ACTIONS(2048), + [anon_sym_use] = ACTIONS(2048), + [anon_sym_while] = ACTIONS(2048), + [anon_sym_extern] = ACTIONS(2048), + [anon_sym_yield] = ACTIONS(2048), + [anon_sym_move] = ACTIONS(2048), + [anon_sym_try] = ACTIONS(2048), + [sym_integer_literal] = ACTIONS(2046), + [aux_sym_string_literal_token1] = ACTIONS(2046), + [sym_char_literal] = ACTIONS(2046), + [anon_sym_true] = ACTIONS(2048), + [anon_sym_false] = ACTIONS(2048), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2048), + [sym_super] = ACTIONS(2048), + [sym_crate] = ACTIONS(2048), + [sym_metavariable] = ACTIONS(2046), + [sym__raw_string_literal_start] = ACTIONS(2046), + [sym_float_literal] = ACTIONS(2046), + }, + [STATE(556)] = { + [sym_line_comment] = STATE(556), + [sym_block_comment] = STATE(556), + [ts_builtin_sym_end] = ACTIONS(2050), + [sym_identifier] = ACTIONS(2052), + [anon_sym_SEMI] = ACTIONS(2050), + [anon_sym_macro_rules_BANG] = ACTIONS(2050), + [anon_sym_LPAREN] = ACTIONS(2050), + [anon_sym_LBRACK] = ACTIONS(2050), + [anon_sym_LBRACE] = ACTIONS(2050), + [anon_sym_RBRACE] = ACTIONS(2050), + [anon_sym_STAR] = ACTIONS(2050), + [anon_sym_u8] = ACTIONS(2052), + [anon_sym_i8] = ACTIONS(2052), + [anon_sym_u16] = ACTIONS(2052), + [anon_sym_i16] = ACTIONS(2052), + [anon_sym_u32] = ACTIONS(2052), + [anon_sym_i32] = ACTIONS(2052), + [anon_sym_u64] = ACTIONS(2052), + [anon_sym_i64] = ACTIONS(2052), + [anon_sym_u128] = ACTIONS(2052), + [anon_sym_i128] = ACTIONS(2052), + [anon_sym_isize] = ACTIONS(2052), + [anon_sym_usize] = ACTIONS(2052), + [anon_sym_f32] = ACTIONS(2052), + [anon_sym_f64] = ACTIONS(2052), + [anon_sym_bool] = ACTIONS(2052), + [anon_sym_str] = ACTIONS(2052), + [anon_sym_char] = ACTIONS(2052), + [anon_sym_DASH] = ACTIONS(2050), + [anon_sym_BANG] = ACTIONS(2050), + [anon_sym_AMP] = ACTIONS(2050), + [anon_sym_PIPE] = ACTIONS(2050), + [anon_sym_LT] = ACTIONS(2050), + [anon_sym_DOT_DOT] = ACTIONS(2050), + [anon_sym_COLON_COLON] = ACTIONS(2050), + [anon_sym_POUND] = ACTIONS(2050), + [anon_sym_SQUOTE] = ACTIONS(2052), + [anon_sym_async] = ACTIONS(2052), + [anon_sym_break] = ACTIONS(2052), + [anon_sym_const] = ACTIONS(2052), + [anon_sym_continue] = ACTIONS(2052), + [anon_sym_default] = ACTIONS(2052), + [anon_sym_enum] = ACTIONS(2052), + [anon_sym_fn] = ACTIONS(2052), + [anon_sym_for] = ACTIONS(2052), + [anon_sym_gen] = ACTIONS(2052), + [anon_sym_if] = ACTIONS(2052), + [anon_sym_impl] = ACTIONS(2052), + [anon_sym_let] = ACTIONS(2052), + [anon_sym_loop] = ACTIONS(2052), + [anon_sym_match] = ACTIONS(2052), + [anon_sym_mod] = ACTIONS(2052), + [anon_sym_pub] = ACTIONS(2052), + [anon_sym_return] = ACTIONS(2052), + [anon_sym_static] = ACTIONS(2052), + [anon_sym_struct] = ACTIONS(2052), + [anon_sym_trait] = ACTIONS(2052), + [anon_sym_type] = ACTIONS(2052), + [anon_sym_union] = ACTIONS(2052), + [anon_sym_unsafe] = ACTIONS(2052), + [anon_sym_use] = ACTIONS(2052), + [anon_sym_while] = ACTIONS(2052), + [anon_sym_extern] = ACTIONS(2052), + [anon_sym_yield] = ACTIONS(2052), + [anon_sym_move] = ACTIONS(2052), + [anon_sym_try] = ACTIONS(2052), + [sym_integer_literal] = ACTIONS(2050), + [aux_sym_string_literal_token1] = ACTIONS(2050), + [sym_char_literal] = ACTIONS(2050), + [anon_sym_true] = ACTIONS(2052), + [anon_sym_false] = ACTIONS(2052), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2052), + [sym_super] = ACTIONS(2052), + [sym_crate] = ACTIONS(2052), + [sym_metavariable] = ACTIONS(2050), + [sym__raw_string_literal_start] = ACTIONS(2050), + [sym_float_literal] = ACTIONS(2050), + }, + [STATE(557)] = { + [sym_line_comment] = STATE(557), + [sym_block_comment] = STATE(557), + [ts_builtin_sym_end] = ACTIONS(2054), + [sym_identifier] = ACTIONS(2056), + [anon_sym_SEMI] = ACTIONS(2054), + [anon_sym_macro_rules_BANG] = ACTIONS(2054), + [anon_sym_LPAREN] = ACTIONS(2054), + [anon_sym_LBRACK] = ACTIONS(2054), + [anon_sym_LBRACE] = ACTIONS(2054), + [anon_sym_RBRACE] = ACTIONS(2054), + [anon_sym_STAR] = ACTIONS(2054), + [anon_sym_u8] = ACTIONS(2056), + [anon_sym_i8] = ACTIONS(2056), + [anon_sym_u16] = ACTIONS(2056), + [anon_sym_i16] = ACTIONS(2056), + [anon_sym_u32] = ACTIONS(2056), + [anon_sym_i32] = ACTIONS(2056), + [anon_sym_u64] = ACTIONS(2056), + [anon_sym_i64] = ACTIONS(2056), + [anon_sym_u128] = ACTIONS(2056), + [anon_sym_i128] = ACTIONS(2056), + [anon_sym_isize] = ACTIONS(2056), + [anon_sym_usize] = ACTIONS(2056), + [anon_sym_f32] = ACTIONS(2056), + [anon_sym_f64] = ACTIONS(2056), + [anon_sym_bool] = ACTIONS(2056), + [anon_sym_str] = ACTIONS(2056), + [anon_sym_char] = ACTIONS(2056), + [anon_sym_DASH] = ACTIONS(2054), + [anon_sym_BANG] = ACTIONS(2054), + [anon_sym_AMP] = ACTIONS(2054), + [anon_sym_PIPE] = ACTIONS(2054), + [anon_sym_LT] = ACTIONS(2054), + [anon_sym_DOT_DOT] = ACTIONS(2054), + [anon_sym_COLON_COLON] = ACTIONS(2054), + [anon_sym_POUND] = ACTIONS(2054), + [anon_sym_SQUOTE] = ACTIONS(2056), + [anon_sym_async] = ACTIONS(2056), + [anon_sym_break] = ACTIONS(2056), + [anon_sym_const] = ACTIONS(2056), + [anon_sym_continue] = ACTIONS(2056), + [anon_sym_default] = ACTIONS(2056), + [anon_sym_enum] = ACTIONS(2056), + [anon_sym_fn] = ACTIONS(2056), + [anon_sym_for] = ACTIONS(2056), + [anon_sym_gen] = ACTIONS(2056), + [anon_sym_if] = ACTIONS(2056), + [anon_sym_impl] = ACTIONS(2056), + [anon_sym_let] = ACTIONS(2056), + [anon_sym_loop] = ACTIONS(2056), + [anon_sym_match] = ACTIONS(2056), + [anon_sym_mod] = ACTIONS(2056), + [anon_sym_pub] = ACTIONS(2056), + [anon_sym_return] = ACTIONS(2056), + [anon_sym_static] = ACTIONS(2056), + [anon_sym_struct] = ACTIONS(2056), + [anon_sym_trait] = ACTIONS(2056), + [anon_sym_type] = ACTIONS(2056), + [anon_sym_union] = ACTIONS(2056), + [anon_sym_unsafe] = ACTIONS(2056), + [anon_sym_use] = ACTIONS(2056), + [anon_sym_while] = ACTIONS(2056), + [anon_sym_extern] = ACTIONS(2056), + [anon_sym_yield] = ACTIONS(2056), + [anon_sym_move] = ACTIONS(2056), + [anon_sym_try] = ACTIONS(2056), + [sym_integer_literal] = ACTIONS(2054), + [aux_sym_string_literal_token1] = ACTIONS(2054), + [sym_char_literal] = ACTIONS(2054), + [anon_sym_true] = ACTIONS(2056), + [anon_sym_false] = ACTIONS(2056), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2056), + [sym_super] = ACTIONS(2056), + [sym_crate] = ACTIONS(2056), + [sym_metavariable] = ACTIONS(2054), + [sym__raw_string_literal_start] = ACTIONS(2054), + [sym_float_literal] = ACTIONS(2054), + }, + [STATE(558)] = { + [sym_line_comment] = STATE(558), + [sym_block_comment] = STATE(558), + [ts_builtin_sym_end] = ACTIONS(2058), + [sym_identifier] = ACTIONS(2060), + [anon_sym_SEMI] = ACTIONS(2058), + [anon_sym_macro_rules_BANG] = ACTIONS(2058), + [anon_sym_LPAREN] = ACTIONS(2058), + [anon_sym_LBRACK] = ACTIONS(2058), + [anon_sym_LBRACE] = ACTIONS(2058), + [anon_sym_RBRACE] = ACTIONS(2058), + [anon_sym_STAR] = ACTIONS(2058), + [anon_sym_u8] = ACTIONS(2060), + [anon_sym_i8] = ACTIONS(2060), + [anon_sym_u16] = ACTIONS(2060), + [anon_sym_i16] = ACTIONS(2060), + [anon_sym_u32] = ACTIONS(2060), + [anon_sym_i32] = ACTIONS(2060), + [anon_sym_u64] = ACTIONS(2060), + [anon_sym_i64] = ACTIONS(2060), + [anon_sym_u128] = ACTIONS(2060), + [anon_sym_i128] = ACTIONS(2060), + [anon_sym_isize] = ACTIONS(2060), + [anon_sym_usize] = ACTIONS(2060), + [anon_sym_f32] = ACTIONS(2060), + [anon_sym_f64] = ACTIONS(2060), + [anon_sym_bool] = ACTIONS(2060), + [anon_sym_str] = ACTIONS(2060), + [anon_sym_char] = ACTIONS(2060), + [anon_sym_DASH] = ACTIONS(2058), + [anon_sym_BANG] = ACTIONS(2058), + [anon_sym_AMP] = ACTIONS(2058), + [anon_sym_PIPE] = ACTIONS(2058), + [anon_sym_LT] = ACTIONS(2058), + [anon_sym_DOT_DOT] = ACTIONS(2058), + [anon_sym_COLON_COLON] = ACTIONS(2058), + [anon_sym_POUND] = ACTIONS(2058), + [anon_sym_SQUOTE] = ACTIONS(2060), + [anon_sym_async] = ACTIONS(2060), + [anon_sym_break] = ACTIONS(2060), + [anon_sym_const] = ACTIONS(2060), + [anon_sym_continue] = ACTIONS(2060), + [anon_sym_default] = ACTIONS(2060), + [anon_sym_enum] = ACTIONS(2060), + [anon_sym_fn] = ACTIONS(2060), + [anon_sym_for] = ACTIONS(2060), + [anon_sym_gen] = ACTIONS(2060), + [anon_sym_if] = ACTIONS(2060), + [anon_sym_impl] = ACTIONS(2060), + [anon_sym_let] = ACTIONS(2060), + [anon_sym_loop] = ACTIONS(2060), + [anon_sym_match] = ACTIONS(2060), + [anon_sym_mod] = ACTIONS(2060), + [anon_sym_pub] = ACTIONS(2060), + [anon_sym_return] = ACTIONS(2060), + [anon_sym_static] = ACTIONS(2060), + [anon_sym_struct] = ACTIONS(2060), + [anon_sym_trait] = ACTIONS(2060), + [anon_sym_type] = ACTIONS(2060), + [anon_sym_union] = ACTIONS(2060), + [anon_sym_unsafe] = ACTIONS(2060), + [anon_sym_use] = ACTIONS(2060), + [anon_sym_while] = ACTIONS(2060), + [anon_sym_extern] = ACTIONS(2060), + [anon_sym_yield] = ACTIONS(2060), + [anon_sym_move] = ACTIONS(2060), + [anon_sym_try] = ACTIONS(2060), + [sym_integer_literal] = ACTIONS(2058), + [aux_sym_string_literal_token1] = ACTIONS(2058), + [sym_char_literal] = ACTIONS(2058), + [anon_sym_true] = ACTIONS(2060), + [anon_sym_false] = ACTIONS(2060), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2060), + [sym_super] = ACTIONS(2060), + [sym_crate] = ACTIONS(2060), + [sym_metavariable] = ACTIONS(2058), + [sym__raw_string_literal_start] = ACTIONS(2058), + [sym_float_literal] = ACTIONS(2058), + }, + [STATE(559)] = { + [sym_line_comment] = STATE(559), + [sym_block_comment] = STATE(559), + [ts_builtin_sym_end] = ACTIONS(2062), + [sym_identifier] = ACTIONS(2064), + [anon_sym_SEMI] = ACTIONS(2062), + [anon_sym_macro_rules_BANG] = ACTIONS(2062), + [anon_sym_LPAREN] = ACTIONS(2062), + [anon_sym_LBRACK] = ACTIONS(2062), + [anon_sym_LBRACE] = ACTIONS(2062), + [anon_sym_RBRACE] = ACTIONS(2062), + [anon_sym_STAR] = ACTIONS(2062), + [anon_sym_u8] = ACTIONS(2064), + [anon_sym_i8] = ACTIONS(2064), + [anon_sym_u16] = ACTIONS(2064), + [anon_sym_i16] = ACTIONS(2064), + [anon_sym_u32] = ACTIONS(2064), + [anon_sym_i32] = ACTIONS(2064), + [anon_sym_u64] = ACTIONS(2064), + [anon_sym_i64] = ACTIONS(2064), + [anon_sym_u128] = ACTIONS(2064), + [anon_sym_i128] = ACTIONS(2064), + [anon_sym_isize] = ACTIONS(2064), + [anon_sym_usize] = ACTIONS(2064), + [anon_sym_f32] = ACTIONS(2064), + [anon_sym_f64] = ACTIONS(2064), + [anon_sym_bool] = ACTIONS(2064), + [anon_sym_str] = ACTIONS(2064), + [anon_sym_char] = ACTIONS(2064), + [anon_sym_DASH] = ACTIONS(2062), + [anon_sym_BANG] = ACTIONS(2062), + [anon_sym_AMP] = ACTIONS(2062), + [anon_sym_PIPE] = ACTIONS(2062), + [anon_sym_LT] = ACTIONS(2062), + [anon_sym_DOT_DOT] = ACTIONS(2062), + [anon_sym_COLON_COLON] = ACTIONS(2062), + [anon_sym_POUND] = ACTIONS(2062), + [anon_sym_SQUOTE] = ACTIONS(2064), + [anon_sym_async] = ACTIONS(2064), + [anon_sym_break] = ACTIONS(2064), + [anon_sym_const] = ACTIONS(2064), + [anon_sym_continue] = ACTIONS(2064), + [anon_sym_default] = ACTIONS(2064), + [anon_sym_enum] = ACTIONS(2064), + [anon_sym_fn] = ACTIONS(2064), + [anon_sym_for] = ACTIONS(2064), + [anon_sym_gen] = ACTIONS(2064), + [anon_sym_if] = ACTIONS(2064), + [anon_sym_impl] = ACTIONS(2064), + [anon_sym_let] = ACTIONS(2064), + [anon_sym_loop] = ACTIONS(2064), + [anon_sym_match] = ACTIONS(2064), + [anon_sym_mod] = ACTIONS(2064), + [anon_sym_pub] = ACTIONS(2064), + [anon_sym_return] = ACTIONS(2064), + [anon_sym_static] = ACTIONS(2064), + [anon_sym_struct] = ACTIONS(2064), + [anon_sym_trait] = ACTIONS(2064), + [anon_sym_type] = ACTIONS(2064), + [anon_sym_union] = ACTIONS(2064), + [anon_sym_unsafe] = ACTIONS(2064), + [anon_sym_use] = ACTIONS(2064), + [anon_sym_while] = ACTIONS(2064), + [anon_sym_extern] = ACTIONS(2064), + [anon_sym_yield] = ACTIONS(2064), + [anon_sym_move] = ACTIONS(2064), + [anon_sym_try] = ACTIONS(2064), + [sym_integer_literal] = ACTIONS(2062), + [aux_sym_string_literal_token1] = ACTIONS(2062), + [sym_char_literal] = ACTIONS(2062), + [anon_sym_true] = ACTIONS(2064), + [anon_sym_false] = ACTIONS(2064), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2064), + [sym_super] = ACTIONS(2064), + [sym_crate] = ACTIONS(2064), + [sym_metavariable] = ACTIONS(2062), + [sym__raw_string_literal_start] = ACTIONS(2062), + [sym_float_literal] = ACTIONS(2062), + }, + [STATE(560)] = { + [sym_line_comment] = STATE(560), + [sym_block_comment] = STATE(560), + [ts_builtin_sym_end] = ACTIONS(2066), + [sym_identifier] = ACTIONS(2068), + [anon_sym_SEMI] = ACTIONS(2066), + [anon_sym_macro_rules_BANG] = ACTIONS(2066), + [anon_sym_LPAREN] = ACTIONS(2066), + [anon_sym_LBRACK] = ACTIONS(2066), + [anon_sym_LBRACE] = ACTIONS(2066), + [anon_sym_RBRACE] = ACTIONS(2066), + [anon_sym_STAR] = ACTIONS(2066), + [anon_sym_u8] = ACTIONS(2068), + [anon_sym_i8] = ACTIONS(2068), + [anon_sym_u16] = ACTIONS(2068), + [anon_sym_i16] = ACTIONS(2068), + [anon_sym_u32] = ACTIONS(2068), + [anon_sym_i32] = ACTIONS(2068), + [anon_sym_u64] = ACTIONS(2068), + [anon_sym_i64] = ACTIONS(2068), + [anon_sym_u128] = ACTIONS(2068), + [anon_sym_i128] = ACTIONS(2068), + [anon_sym_isize] = ACTIONS(2068), + [anon_sym_usize] = ACTIONS(2068), + [anon_sym_f32] = ACTIONS(2068), + [anon_sym_f64] = ACTIONS(2068), + [anon_sym_bool] = ACTIONS(2068), + [anon_sym_str] = ACTIONS(2068), + [anon_sym_char] = ACTIONS(2068), + [anon_sym_DASH] = ACTIONS(2066), + [anon_sym_BANG] = ACTIONS(2066), + [anon_sym_AMP] = ACTIONS(2066), + [anon_sym_PIPE] = ACTIONS(2066), + [anon_sym_LT] = ACTIONS(2066), + [anon_sym_DOT_DOT] = ACTIONS(2066), + [anon_sym_COLON_COLON] = ACTIONS(2066), + [anon_sym_POUND] = ACTIONS(2066), + [anon_sym_SQUOTE] = ACTIONS(2068), + [anon_sym_async] = ACTIONS(2068), + [anon_sym_break] = ACTIONS(2068), + [anon_sym_const] = ACTIONS(2068), + [anon_sym_continue] = ACTIONS(2068), + [anon_sym_default] = ACTIONS(2068), + [anon_sym_enum] = ACTIONS(2068), + [anon_sym_fn] = ACTIONS(2068), + [anon_sym_for] = ACTIONS(2068), + [anon_sym_gen] = ACTIONS(2068), + [anon_sym_if] = ACTIONS(2068), + [anon_sym_impl] = ACTIONS(2068), + [anon_sym_let] = ACTIONS(2068), + [anon_sym_loop] = ACTIONS(2068), + [anon_sym_match] = ACTIONS(2068), + [anon_sym_mod] = ACTIONS(2068), + [anon_sym_pub] = ACTIONS(2068), + [anon_sym_return] = ACTIONS(2068), + [anon_sym_static] = ACTIONS(2068), + [anon_sym_struct] = ACTIONS(2068), + [anon_sym_trait] = ACTIONS(2068), + [anon_sym_type] = ACTIONS(2068), + [anon_sym_union] = ACTIONS(2068), + [anon_sym_unsafe] = ACTIONS(2068), + [anon_sym_use] = ACTIONS(2068), + [anon_sym_while] = ACTIONS(2068), + [anon_sym_extern] = ACTIONS(2068), + [anon_sym_yield] = ACTIONS(2068), + [anon_sym_move] = ACTIONS(2068), + [anon_sym_try] = ACTIONS(2068), + [sym_integer_literal] = ACTIONS(2066), + [aux_sym_string_literal_token1] = ACTIONS(2066), + [sym_char_literal] = ACTIONS(2066), + [anon_sym_true] = ACTIONS(2068), + [anon_sym_false] = ACTIONS(2068), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2068), + [sym_super] = ACTIONS(2068), + [sym_crate] = ACTIONS(2068), + [sym_metavariable] = ACTIONS(2066), + [sym__raw_string_literal_start] = ACTIONS(2066), + [sym_float_literal] = ACTIONS(2066), + }, + [STATE(561)] = { + [sym_line_comment] = STATE(561), + [sym_block_comment] = STATE(561), + [ts_builtin_sym_end] = ACTIONS(2070), + [sym_identifier] = ACTIONS(2072), + [anon_sym_SEMI] = ACTIONS(2070), + [anon_sym_macro_rules_BANG] = ACTIONS(2070), + [anon_sym_LPAREN] = ACTIONS(2070), + [anon_sym_LBRACK] = ACTIONS(2070), + [anon_sym_LBRACE] = ACTIONS(2070), + [anon_sym_RBRACE] = ACTIONS(2070), + [anon_sym_STAR] = ACTIONS(2070), + [anon_sym_u8] = ACTIONS(2072), + [anon_sym_i8] = ACTIONS(2072), + [anon_sym_u16] = ACTIONS(2072), + [anon_sym_i16] = ACTIONS(2072), + [anon_sym_u32] = ACTIONS(2072), + [anon_sym_i32] = ACTIONS(2072), + [anon_sym_u64] = ACTIONS(2072), + [anon_sym_i64] = ACTIONS(2072), + [anon_sym_u128] = ACTIONS(2072), + [anon_sym_i128] = ACTIONS(2072), + [anon_sym_isize] = ACTIONS(2072), + [anon_sym_usize] = ACTIONS(2072), + [anon_sym_f32] = ACTIONS(2072), + [anon_sym_f64] = ACTIONS(2072), + [anon_sym_bool] = ACTIONS(2072), + [anon_sym_str] = ACTIONS(2072), + [anon_sym_char] = ACTIONS(2072), + [anon_sym_DASH] = ACTIONS(2070), + [anon_sym_BANG] = ACTIONS(2070), + [anon_sym_AMP] = ACTIONS(2070), + [anon_sym_PIPE] = ACTIONS(2070), + [anon_sym_LT] = ACTIONS(2070), + [anon_sym_DOT_DOT] = ACTIONS(2070), + [anon_sym_COLON_COLON] = ACTIONS(2070), + [anon_sym_POUND] = ACTIONS(2070), + [anon_sym_SQUOTE] = ACTIONS(2072), + [anon_sym_async] = ACTIONS(2072), + [anon_sym_break] = ACTIONS(2072), + [anon_sym_const] = ACTIONS(2072), + [anon_sym_continue] = ACTIONS(2072), + [anon_sym_default] = ACTIONS(2072), + [anon_sym_enum] = ACTIONS(2072), + [anon_sym_fn] = ACTIONS(2072), + [anon_sym_for] = ACTIONS(2072), + [anon_sym_gen] = ACTIONS(2072), + [anon_sym_if] = ACTIONS(2072), + [anon_sym_impl] = ACTIONS(2072), + [anon_sym_let] = ACTIONS(2072), + [anon_sym_loop] = ACTIONS(2072), + [anon_sym_match] = ACTIONS(2072), + [anon_sym_mod] = ACTIONS(2072), + [anon_sym_pub] = ACTIONS(2072), + [anon_sym_return] = ACTIONS(2072), + [anon_sym_static] = ACTIONS(2072), + [anon_sym_struct] = ACTIONS(2072), + [anon_sym_trait] = ACTIONS(2072), + [anon_sym_type] = ACTIONS(2072), + [anon_sym_union] = ACTIONS(2072), + [anon_sym_unsafe] = ACTIONS(2072), + [anon_sym_use] = ACTIONS(2072), + [anon_sym_while] = ACTIONS(2072), + [anon_sym_extern] = ACTIONS(2072), + [anon_sym_yield] = ACTIONS(2072), + [anon_sym_move] = ACTIONS(2072), + [anon_sym_try] = ACTIONS(2072), + [sym_integer_literal] = ACTIONS(2070), + [aux_sym_string_literal_token1] = ACTIONS(2070), + [sym_char_literal] = ACTIONS(2070), + [anon_sym_true] = ACTIONS(2072), + [anon_sym_false] = ACTIONS(2072), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2072), + [sym_super] = ACTIONS(2072), + [sym_crate] = ACTIONS(2072), + [sym_metavariable] = ACTIONS(2070), + [sym__raw_string_literal_start] = ACTIONS(2070), + [sym_float_literal] = ACTIONS(2070), + }, + [STATE(562)] = { + [sym_line_comment] = STATE(562), + [sym_block_comment] = STATE(562), + [ts_builtin_sym_end] = ACTIONS(2074), + [sym_identifier] = ACTIONS(2076), + [anon_sym_SEMI] = ACTIONS(2074), + [anon_sym_macro_rules_BANG] = ACTIONS(2074), + [anon_sym_LPAREN] = ACTIONS(2074), + [anon_sym_LBRACK] = ACTIONS(2074), + [anon_sym_LBRACE] = ACTIONS(2074), + [anon_sym_RBRACE] = ACTIONS(2074), + [anon_sym_STAR] = ACTIONS(2074), + [anon_sym_u8] = ACTIONS(2076), + [anon_sym_i8] = ACTIONS(2076), + [anon_sym_u16] = ACTIONS(2076), + [anon_sym_i16] = ACTIONS(2076), + [anon_sym_u32] = ACTIONS(2076), + [anon_sym_i32] = ACTIONS(2076), + [anon_sym_u64] = ACTIONS(2076), + [anon_sym_i64] = ACTIONS(2076), + [anon_sym_u128] = ACTIONS(2076), + [anon_sym_i128] = ACTIONS(2076), + [anon_sym_isize] = ACTIONS(2076), + [anon_sym_usize] = ACTIONS(2076), + [anon_sym_f32] = ACTIONS(2076), + [anon_sym_f64] = ACTIONS(2076), + [anon_sym_bool] = ACTIONS(2076), + [anon_sym_str] = ACTIONS(2076), + [anon_sym_char] = ACTIONS(2076), + [anon_sym_DASH] = ACTIONS(2074), + [anon_sym_BANG] = ACTIONS(2074), + [anon_sym_AMP] = ACTIONS(2074), + [anon_sym_PIPE] = ACTIONS(2074), + [anon_sym_LT] = ACTIONS(2074), + [anon_sym_DOT_DOT] = ACTIONS(2074), + [anon_sym_COLON_COLON] = ACTIONS(2074), + [anon_sym_POUND] = ACTIONS(2074), + [anon_sym_SQUOTE] = ACTIONS(2076), + [anon_sym_async] = ACTIONS(2076), + [anon_sym_break] = ACTIONS(2076), + [anon_sym_const] = ACTIONS(2076), + [anon_sym_continue] = ACTIONS(2076), + [anon_sym_default] = ACTIONS(2076), + [anon_sym_enum] = ACTIONS(2076), + [anon_sym_fn] = ACTIONS(2076), + [anon_sym_for] = ACTIONS(2076), + [anon_sym_gen] = ACTIONS(2076), + [anon_sym_if] = ACTIONS(2076), + [anon_sym_impl] = ACTIONS(2076), + [anon_sym_let] = ACTIONS(2076), + [anon_sym_loop] = ACTIONS(2076), + [anon_sym_match] = ACTIONS(2076), + [anon_sym_mod] = ACTIONS(2076), + [anon_sym_pub] = ACTIONS(2076), + [anon_sym_return] = ACTIONS(2076), + [anon_sym_static] = ACTIONS(2076), + [anon_sym_struct] = ACTIONS(2076), + [anon_sym_trait] = ACTIONS(2076), + [anon_sym_type] = ACTIONS(2076), + [anon_sym_union] = ACTIONS(2076), + [anon_sym_unsafe] = ACTIONS(2076), + [anon_sym_use] = ACTIONS(2076), + [anon_sym_while] = ACTIONS(2076), + [anon_sym_extern] = ACTIONS(2076), + [anon_sym_yield] = ACTIONS(2076), + [anon_sym_move] = ACTIONS(2076), + [anon_sym_try] = ACTIONS(2076), + [sym_integer_literal] = ACTIONS(2074), + [aux_sym_string_literal_token1] = ACTIONS(2074), + [sym_char_literal] = ACTIONS(2074), + [anon_sym_true] = ACTIONS(2076), + [anon_sym_false] = ACTIONS(2076), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2076), + [sym_super] = ACTIONS(2076), + [sym_crate] = ACTIONS(2076), + [sym_metavariable] = ACTIONS(2074), + [sym__raw_string_literal_start] = ACTIONS(2074), + [sym_float_literal] = ACTIONS(2074), + }, + [STATE(563)] = { + [sym_line_comment] = STATE(563), + [sym_block_comment] = STATE(563), + [ts_builtin_sym_end] = ACTIONS(2078), + [sym_identifier] = ACTIONS(2080), + [anon_sym_SEMI] = ACTIONS(2078), + [anon_sym_macro_rules_BANG] = ACTIONS(2078), + [anon_sym_LPAREN] = ACTIONS(2078), + [anon_sym_LBRACK] = ACTIONS(2078), + [anon_sym_LBRACE] = ACTIONS(2078), + [anon_sym_RBRACE] = ACTIONS(2078), + [anon_sym_STAR] = ACTIONS(2078), + [anon_sym_u8] = ACTIONS(2080), + [anon_sym_i8] = ACTIONS(2080), + [anon_sym_u16] = ACTIONS(2080), + [anon_sym_i16] = ACTIONS(2080), + [anon_sym_u32] = ACTIONS(2080), + [anon_sym_i32] = ACTIONS(2080), + [anon_sym_u64] = ACTIONS(2080), + [anon_sym_i64] = ACTIONS(2080), + [anon_sym_u128] = ACTIONS(2080), + [anon_sym_i128] = ACTIONS(2080), + [anon_sym_isize] = ACTIONS(2080), + [anon_sym_usize] = ACTIONS(2080), + [anon_sym_f32] = ACTIONS(2080), + [anon_sym_f64] = ACTIONS(2080), + [anon_sym_bool] = ACTIONS(2080), + [anon_sym_str] = ACTIONS(2080), + [anon_sym_char] = ACTIONS(2080), + [anon_sym_DASH] = ACTIONS(2078), + [anon_sym_BANG] = ACTIONS(2078), + [anon_sym_AMP] = ACTIONS(2078), + [anon_sym_PIPE] = ACTIONS(2078), + [anon_sym_LT] = ACTIONS(2078), + [anon_sym_DOT_DOT] = ACTIONS(2078), + [anon_sym_COLON_COLON] = ACTIONS(2078), + [anon_sym_POUND] = ACTIONS(2078), + [anon_sym_SQUOTE] = ACTIONS(2080), + [anon_sym_async] = ACTIONS(2080), + [anon_sym_break] = ACTIONS(2080), + [anon_sym_const] = ACTIONS(2080), + [anon_sym_continue] = ACTIONS(2080), + [anon_sym_default] = ACTIONS(2080), + [anon_sym_enum] = ACTIONS(2080), + [anon_sym_fn] = ACTIONS(2080), + [anon_sym_for] = ACTIONS(2080), + [anon_sym_gen] = ACTIONS(2080), + [anon_sym_if] = ACTIONS(2080), + [anon_sym_impl] = ACTIONS(2080), + [anon_sym_let] = ACTIONS(2080), + [anon_sym_loop] = ACTIONS(2080), + [anon_sym_match] = ACTIONS(2080), + [anon_sym_mod] = ACTIONS(2080), + [anon_sym_pub] = ACTIONS(2080), + [anon_sym_return] = ACTIONS(2080), + [anon_sym_static] = ACTIONS(2080), + [anon_sym_struct] = ACTIONS(2080), + [anon_sym_trait] = ACTIONS(2080), + [anon_sym_type] = ACTIONS(2080), + [anon_sym_union] = ACTIONS(2080), + [anon_sym_unsafe] = ACTIONS(2080), + [anon_sym_use] = ACTIONS(2080), + [anon_sym_while] = ACTIONS(2080), + [anon_sym_extern] = ACTIONS(2080), + [anon_sym_yield] = ACTIONS(2080), + [anon_sym_move] = ACTIONS(2080), + [anon_sym_try] = ACTIONS(2080), + [sym_integer_literal] = ACTIONS(2078), + [aux_sym_string_literal_token1] = ACTIONS(2078), + [sym_char_literal] = ACTIONS(2078), + [anon_sym_true] = ACTIONS(2080), + [anon_sym_false] = ACTIONS(2080), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2080), + [sym_super] = ACTIONS(2080), + [sym_crate] = ACTIONS(2080), + [sym_metavariable] = ACTIONS(2078), + [sym__raw_string_literal_start] = ACTIONS(2078), + [sym_float_literal] = ACTIONS(2078), + }, + [STATE(564)] = { + [sym_line_comment] = STATE(564), + [sym_block_comment] = STATE(564), + [ts_builtin_sym_end] = ACTIONS(2082), + [sym_identifier] = ACTIONS(2084), + [anon_sym_SEMI] = ACTIONS(2082), + [anon_sym_macro_rules_BANG] = ACTIONS(2082), + [anon_sym_LPAREN] = ACTIONS(2082), + [anon_sym_LBRACK] = ACTIONS(2082), + [anon_sym_LBRACE] = ACTIONS(2082), + [anon_sym_RBRACE] = ACTIONS(2082), + [anon_sym_STAR] = ACTIONS(2082), + [anon_sym_u8] = ACTIONS(2084), + [anon_sym_i8] = ACTIONS(2084), + [anon_sym_u16] = ACTIONS(2084), + [anon_sym_i16] = ACTIONS(2084), + [anon_sym_u32] = ACTIONS(2084), + [anon_sym_i32] = ACTIONS(2084), + [anon_sym_u64] = ACTIONS(2084), + [anon_sym_i64] = ACTIONS(2084), + [anon_sym_u128] = ACTIONS(2084), + [anon_sym_i128] = ACTIONS(2084), + [anon_sym_isize] = ACTIONS(2084), + [anon_sym_usize] = ACTIONS(2084), + [anon_sym_f32] = ACTIONS(2084), + [anon_sym_f64] = ACTIONS(2084), + [anon_sym_bool] = ACTIONS(2084), + [anon_sym_str] = ACTIONS(2084), + [anon_sym_char] = ACTIONS(2084), + [anon_sym_DASH] = ACTIONS(2082), + [anon_sym_BANG] = ACTIONS(2082), + [anon_sym_AMP] = ACTIONS(2082), + [anon_sym_PIPE] = ACTIONS(2082), + [anon_sym_LT] = ACTIONS(2082), + [anon_sym_DOT_DOT] = ACTIONS(2082), + [anon_sym_COLON_COLON] = ACTIONS(2082), + [anon_sym_POUND] = ACTIONS(2082), + [anon_sym_SQUOTE] = ACTIONS(2084), + [anon_sym_async] = ACTIONS(2084), + [anon_sym_break] = ACTIONS(2084), + [anon_sym_const] = ACTIONS(2084), + [anon_sym_continue] = ACTIONS(2084), + [anon_sym_default] = ACTIONS(2084), + [anon_sym_enum] = ACTIONS(2084), + [anon_sym_fn] = ACTIONS(2084), + [anon_sym_for] = ACTIONS(2084), + [anon_sym_gen] = ACTIONS(2084), + [anon_sym_if] = ACTIONS(2084), + [anon_sym_impl] = ACTIONS(2084), + [anon_sym_let] = ACTIONS(2084), + [anon_sym_loop] = ACTIONS(2084), + [anon_sym_match] = ACTIONS(2084), + [anon_sym_mod] = ACTIONS(2084), + [anon_sym_pub] = ACTIONS(2084), + [anon_sym_return] = ACTIONS(2084), + [anon_sym_static] = ACTIONS(2084), + [anon_sym_struct] = ACTIONS(2084), + [anon_sym_trait] = ACTIONS(2084), + [anon_sym_type] = ACTIONS(2084), + [anon_sym_union] = ACTIONS(2084), + [anon_sym_unsafe] = ACTIONS(2084), + [anon_sym_use] = ACTIONS(2084), + [anon_sym_while] = ACTIONS(2084), + [anon_sym_extern] = ACTIONS(2084), + [anon_sym_yield] = ACTIONS(2084), + [anon_sym_move] = ACTIONS(2084), + [anon_sym_try] = ACTIONS(2084), + [sym_integer_literal] = ACTIONS(2082), + [aux_sym_string_literal_token1] = ACTIONS(2082), + [sym_char_literal] = ACTIONS(2082), + [anon_sym_true] = ACTIONS(2084), + [anon_sym_false] = ACTIONS(2084), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2084), + [sym_super] = ACTIONS(2084), + [sym_crate] = ACTIONS(2084), + [sym_metavariable] = ACTIONS(2082), + [sym__raw_string_literal_start] = ACTIONS(2082), + [sym_float_literal] = ACTIONS(2082), + }, + [STATE(565)] = { + [sym_line_comment] = STATE(565), + [sym_block_comment] = STATE(565), + [ts_builtin_sym_end] = ACTIONS(2086), [sym_identifier] = ACTIONS(2088), + [anon_sym_SEMI] = ACTIONS(2086), + [anon_sym_macro_rules_BANG] = ACTIONS(2086), + [anon_sym_LPAREN] = ACTIONS(2086), + [anon_sym_LBRACK] = ACTIONS(2086), + [anon_sym_LBRACE] = ACTIONS(2086), + [anon_sym_RBRACE] = ACTIONS(2086), + [anon_sym_STAR] = ACTIONS(2086), + [anon_sym_u8] = ACTIONS(2088), + [anon_sym_i8] = ACTIONS(2088), + [anon_sym_u16] = ACTIONS(2088), + [anon_sym_i16] = ACTIONS(2088), + [anon_sym_u32] = ACTIONS(2088), + [anon_sym_i32] = ACTIONS(2088), + [anon_sym_u64] = ACTIONS(2088), + [anon_sym_i64] = ACTIONS(2088), + [anon_sym_u128] = ACTIONS(2088), + [anon_sym_i128] = ACTIONS(2088), + [anon_sym_isize] = ACTIONS(2088), + [anon_sym_usize] = ACTIONS(2088), + [anon_sym_f32] = ACTIONS(2088), + [anon_sym_f64] = ACTIONS(2088), + [anon_sym_bool] = ACTIONS(2088), + [anon_sym_str] = ACTIONS(2088), + [anon_sym_char] = ACTIONS(2088), + [anon_sym_DASH] = ACTIONS(2086), + [anon_sym_BANG] = ACTIONS(2086), + [anon_sym_AMP] = ACTIONS(2086), + [anon_sym_PIPE] = ACTIONS(2086), + [anon_sym_LT] = ACTIONS(2086), + [anon_sym_DOT_DOT] = ACTIONS(2086), + [anon_sym_COLON_COLON] = ACTIONS(2086), + [anon_sym_POUND] = ACTIONS(2086), + [anon_sym_SQUOTE] = ACTIONS(2088), + [anon_sym_async] = ACTIONS(2088), + [anon_sym_break] = ACTIONS(2088), + [anon_sym_const] = ACTIONS(2088), + [anon_sym_continue] = ACTIONS(2088), + [anon_sym_default] = ACTIONS(2088), + [anon_sym_enum] = ACTIONS(2088), + [anon_sym_fn] = ACTIONS(2088), + [anon_sym_for] = ACTIONS(2088), + [anon_sym_gen] = ACTIONS(2088), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_impl] = ACTIONS(2088), + [anon_sym_let] = ACTIONS(2088), + [anon_sym_loop] = ACTIONS(2088), + [anon_sym_match] = ACTIONS(2088), + [anon_sym_mod] = ACTIONS(2088), + [anon_sym_pub] = ACTIONS(2088), + [anon_sym_return] = ACTIONS(2088), + [anon_sym_static] = ACTIONS(2088), + [anon_sym_struct] = ACTIONS(2088), + [anon_sym_trait] = ACTIONS(2088), + [anon_sym_type] = ACTIONS(2088), + [anon_sym_union] = ACTIONS(2088), + [anon_sym_unsafe] = ACTIONS(2088), + [anon_sym_use] = ACTIONS(2088), + [anon_sym_while] = ACTIONS(2088), + [anon_sym_extern] = ACTIONS(2088), + [anon_sym_yield] = ACTIONS(2088), + [anon_sym_move] = ACTIONS(2088), + [anon_sym_try] = ACTIONS(2088), + [sym_integer_literal] = ACTIONS(2086), + [aux_sym_string_literal_token1] = ACTIONS(2086), + [sym_char_literal] = ACTIONS(2086), + [anon_sym_true] = ACTIONS(2088), + [anon_sym_false] = ACTIONS(2088), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2088), + [sym_super] = ACTIONS(2088), + [sym_crate] = ACTIONS(2088), + [sym_metavariable] = ACTIONS(2086), + [sym__raw_string_literal_start] = ACTIONS(2086), + [sym_float_literal] = ACTIONS(2086), + }, + [STATE(566)] = { + [sym_line_comment] = STATE(566), + [sym_block_comment] = STATE(566), + [ts_builtin_sym_end] = ACTIONS(2090), + [sym_identifier] = ACTIONS(2092), [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_macro_rules_BANG] = ACTIONS(2092), - [anon_sym_RBRACE] = ACTIONS(2156), + [anon_sym_macro_rules_BANG] = ACTIONS(2090), + [anon_sym_LPAREN] = ACTIONS(2090), + [anon_sym_LBRACK] = ACTIONS(2090), + [anon_sym_LBRACE] = ACTIONS(2090), + [anon_sym_RBRACE] = ACTIONS(2090), + [anon_sym_STAR] = ACTIONS(2090), + [anon_sym_u8] = ACTIONS(2092), + [anon_sym_i8] = ACTIONS(2092), + [anon_sym_u16] = ACTIONS(2092), + [anon_sym_i16] = ACTIONS(2092), + [anon_sym_u32] = ACTIONS(2092), + [anon_sym_i32] = ACTIONS(2092), + [anon_sym_u64] = ACTIONS(2092), + [anon_sym_i64] = ACTIONS(2092), + [anon_sym_u128] = ACTIONS(2092), + [anon_sym_i128] = ACTIONS(2092), + [anon_sym_isize] = ACTIONS(2092), + [anon_sym_usize] = ACTIONS(2092), + [anon_sym_f32] = ACTIONS(2092), + [anon_sym_f64] = ACTIONS(2092), + [anon_sym_bool] = ACTIONS(2092), + [anon_sym_str] = ACTIONS(2092), + [anon_sym_char] = ACTIONS(2092), + [anon_sym_DASH] = ACTIONS(2090), + [anon_sym_BANG] = ACTIONS(2090), + [anon_sym_AMP] = ACTIONS(2090), + [anon_sym_PIPE] = ACTIONS(2090), + [anon_sym_LT] = ACTIONS(2090), + [anon_sym_DOT_DOT] = ACTIONS(2090), + [anon_sym_COLON_COLON] = ACTIONS(2090), + [anon_sym_POUND] = ACTIONS(2090), + [anon_sym_SQUOTE] = ACTIONS(2092), + [anon_sym_async] = ACTIONS(2092), + [anon_sym_break] = ACTIONS(2092), + [anon_sym_const] = ACTIONS(2092), + [anon_sym_continue] = ACTIONS(2092), + [anon_sym_default] = ACTIONS(2092), + [anon_sym_enum] = ACTIONS(2092), + [anon_sym_fn] = ACTIONS(2092), + [anon_sym_for] = ACTIONS(2092), + [anon_sym_gen] = ACTIONS(2092), + [anon_sym_if] = ACTIONS(2092), + [anon_sym_impl] = ACTIONS(2092), + [anon_sym_let] = ACTIONS(2092), + [anon_sym_loop] = ACTIONS(2092), + [anon_sym_match] = ACTIONS(2092), + [anon_sym_mod] = ACTIONS(2092), + [anon_sym_pub] = ACTIONS(2092), + [anon_sym_return] = ACTIONS(2092), + [anon_sym_static] = ACTIONS(2092), + [anon_sym_struct] = ACTIONS(2092), + [anon_sym_trait] = ACTIONS(2092), + [anon_sym_type] = ACTIONS(2092), + [anon_sym_union] = ACTIONS(2092), + [anon_sym_unsafe] = ACTIONS(2092), + [anon_sym_use] = ACTIONS(2092), + [anon_sym_while] = ACTIONS(2092), + [anon_sym_extern] = ACTIONS(2092), + [anon_sym_yield] = ACTIONS(2092), + [anon_sym_move] = ACTIONS(2092), + [anon_sym_try] = ACTIONS(2092), + [sym_integer_literal] = ACTIONS(2090), + [aux_sym_string_literal_token1] = ACTIONS(2090), + [sym_char_literal] = ACTIONS(2090), + [anon_sym_true] = ACTIONS(2092), + [anon_sym_false] = ACTIONS(2092), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2092), + [sym_super] = ACTIONS(2092), + [sym_crate] = ACTIONS(2092), + [sym_metavariable] = ACTIONS(2090), + [sym__raw_string_literal_start] = ACTIONS(2090), + [sym_float_literal] = ACTIONS(2090), + }, + [STATE(567)] = { + [sym_line_comment] = STATE(567), + [sym_block_comment] = STATE(567), + [ts_builtin_sym_end] = ACTIONS(2094), + [sym_identifier] = ACTIONS(2096), + [anon_sym_SEMI] = ACTIONS(2094), + [anon_sym_macro_rules_BANG] = ACTIONS(2094), + [anon_sym_LPAREN] = ACTIONS(2094), + [anon_sym_LBRACK] = ACTIONS(2094), + [anon_sym_LBRACE] = ACTIONS(2094), + [anon_sym_RBRACE] = ACTIONS(2094), + [anon_sym_STAR] = ACTIONS(2094), [anon_sym_u8] = ACTIONS(2096), [anon_sym_i8] = ACTIONS(2096), [anon_sym_u16] = ACTIONS(2096), @@ -76424,37 +77774,1276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(2096), [anon_sym_str] = ACTIONS(2096), [anon_sym_char] = ACTIONS(2096), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_DASH] = ACTIONS(2094), + [anon_sym_BANG] = ACTIONS(2094), + [anon_sym_AMP] = ACTIONS(2094), + [anon_sym_PIPE] = ACTIONS(2094), + [anon_sym_LT] = ACTIONS(2094), + [anon_sym_DOT_DOT] = ACTIONS(2094), + [anon_sym_COLON_COLON] = ACTIONS(2094), + [anon_sym_POUND] = ACTIONS(2094), + [anon_sym_SQUOTE] = ACTIONS(2096), + [anon_sym_async] = ACTIONS(2096), + [anon_sym_break] = ACTIONS(2096), + [anon_sym_const] = ACTIONS(2096), + [anon_sym_continue] = ACTIONS(2096), + [anon_sym_default] = ACTIONS(2096), + [anon_sym_enum] = ACTIONS(2096), + [anon_sym_fn] = ACTIONS(2096), + [anon_sym_for] = ACTIONS(2096), + [anon_sym_gen] = ACTIONS(2096), + [anon_sym_if] = ACTIONS(2096), + [anon_sym_impl] = ACTIONS(2096), + [anon_sym_let] = ACTIONS(2096), + [anon_sym_loop] = ACTIONS(2096), + [anon_sym_match] = ACTIONS(2096), + [anon_sym_mod] = ACTIONS(2096), + [anon_sym_pub] = ACTIONS(2096), + [anon_sym_return] = ACTIONS(2096), + [anon_sym_static] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(2096), + [anon_sym_trait] = ACTIONS(2096), + [anon_sym_type] = ACTIONS(2096), + [anon_sym_union] = ACTIONS(2096), + [anon_sym_unsafe] = ACTIONS(2096), + [anon_sym_use] = ACTIONS(2096), + [anon_sym_while] = ACTIONS(2096), + [anon_sym_extern] = ACTIONS(2096), + [anon_sym_yield] = ACTIONS(2096), + [anon_sym_move] = ACTIONS(2096), + [anon_sym_try] = ACTIONS(2096), + [sym_integer_literal] = ACTIONS(2094), + [aux_sym_string_literal_token1] = ACTIONS(2094), + [sym_char_literal] = ACTIONS(2094), + [anon_sym_true] = ACTIONS(2096), + [anon_sym_false] = ACTIONS(2096), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2096), + [sym_super] = ACTIONS(2096), + [sym_crate] = ACTIONS(2096), + [sym_metavariable] = ACTIONS(2094), + [sym__raw_string_literal_start] = ACTIONS(2094), + [sym_float_literal] = ACTIONS(2094), + }, + [STATE(568)] = { + [sym_line_comment] = STATE(568), + [sym_block_comment] = STATE(568), + [ts_builtin_sym_end] = ACTIONS(2098), + [sym_identifier] = ACTIONS(2100), + [anon_sym_SEMI] = ACTIONS(2098), + [anon_sym_macro_rules_BANG] = ACTIONS(2098), + [anon_sym_LPAREN] = ACTIONS(2098), + [anon_sym_LBRACK] = ACTIONS(2098), + [anon_sym_LBRACE] = ACTIONS(2098), + [anon_sym_RBRACE] = ACTIONS(2098), + [anon_sym_STAR] = ACTIONS(2098), + [anon_sym_u8] = ACTIONS(2100), + [anon_sym_i8] = ACTIONS(2100), + [anon_sym_u16] = ACTIONS(2100), + [anon_sym_i16] = ACTIONS(2100), + [anon_sym_u32] = ACTIONS(2100), + [anon_sym_i32] = ACTIONS(2100), + [anon_sym_u64] = ACTIONS(2100), + [anon_sym_i64] = ACTIONS(2100), + [anon_sym_u128] = ACTIONS(2100), + [anon_sym_i128] = ACTIONS(2100), + [anon_sym_isize] = ACTIONS(2100), + [anon_sym_usize] = ACTIONS(2100), + [anon_sym_f32] = ACTIONS(2100), + [anon_sym_f64] = ACTIONS(2100), + [anon_sym_bool] = ACTIONS(2100), + [anon_sym_str] = ACTIONS(2100), + [anon_sym_char] = ACTIONS(2100), + [anon_sym_DASH] = ACTIONS(2098), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_AMP] = ACTIONS(2098), + [anon_sym_PIPE] = ACTIONS(2098), + [anon_sym_LT] = ACTIONS(2098), + [anon_sym_DOT_DOT] = ACTIONS(2098), [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_POUND] = ACTIONS(2100), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(2102), + [anon_sym_POUND] = ACTIONS(2098), + [anon_sym_SQUOTE] = ACTIONS(2100), + [anon_sym_async] = ACTIONS(2100), + [anon_sym_break] = ACTIONS(2100), + [anon_sym_const] = ACTIONS(2100), + [anon_sym_continue] = ACTIONS(2100), + [anon_sym_default] = ACTIONS(2100), + [anon_sym_enum] = ACTIONS(2100), + [anon_sym_fn] = ACTIONS(2100), + [anon_sym_for] = ACTIONS(2100), + [anon_sym_gen] = ACTIONS(2100), + [anon_sym_if] = ACTIONS(2100), + [anon_sym_impl] = ACTIONS(2100), + [anon_sym_let] = ACTIONS(2100), + [anon_sym_loop] = ACTIONS(2100), + [anon_sym_match] = ACTIONS(2100), + [anon_sym_mod] = ACTIONS(2100), + [anon_sym_pub] = ACTIONS(2100), + [anon_sym_return] = ACTIONS(2100), + [anon_sym_static] = ACTIONS(2100), + [anon_sym_struct] = ACTIONS(2100), + [anon_sym_trait] = ACTIONS(2100), + [anon_sym_type] = ACTIONS(2100), + [anon_sym_union] = ACTIONS(2100), + [anon_sym_unsafe] = ACTIONS(2100), + [anon_sym_use] = ACTIONS(2100), + [anon_sym_while] = ACTIONS(2100), + [anon_sym_extern] = ACTIONS(2100), + [anon_sym_yield] = ACTIONS(2100), + [anon_sym_move] = ACTIONS(2100), + [anon_sym_try] = ACTIONS(2100), + [sym_integer_literal] = ACTIONS(2098), + [aux_sym_string_literal_token1] = ACTIONS(2098), + [sym_char_literal] = ACTIONS(2098), + [anon_sym_true] = ACTIONS(2100), + [anon_sym_false] = ACTIONS(2100), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2100), + [sym_super] = ACTIONS(2100), + [sym_crate] = ACTIONS(2100), + [sym_metavariable] = ACTIONS(2098), + [sym__raw_string_literal_start] = ACTIONS(2098), + [sym_float_literal] = ACTIONS(2098), + }, + [STATE(569)] = { + [sym_line_comment] = STATE(569), + [sym_block_comment] = STATE(569), + [ts_builtin_sym_end] = ACTIONS(2102), + [sym_identifier] = ACTIONS(2104), + [anon_sym_SEMI] = ACTIONS(2102), + [anon_sym_macro_rules_BANG] = ACTIONS(2102), + [anon_sym_LPAREN] = ACTIONS(2102), + [anon_sym_LBRACK] = ACTIONS(2102), + [anon_sym_LBRACE] = ACTIONS(2102), + [anon_sym_RBRACE] = ACTIONS(2102), + [anon_sym_STAR] = ACTIONS(2102), + [anon_sym_u8] = ACTIONS(2104), + [anon_sym_i8] = ACTIONS(2104), + [anon_sym_u16] = ACTIONS(2104), + [anon_sym_i16] = ACTIONS(2104), + [anon_sym_u32] = ACTIONS(2104), + [anon_sym_i32] = ACTIONS(2104), + [anon_sym_u64] = ACTIONS(2104), + [anon_sym_i64] = ACTIONS(2104), + [anon_sym_u128] = ACTIONS(2104), + [anon_sym_i128] = ACTIONS(2104), + [anon_sym_isize] = ACTIONS(2104), + [anon_sym_usize] = ACTIONS(2104), + [anon_sym_f32] = ACTIONS(2104), + [anon_sym_f64] = ACTIONS(2104), + [anon_sym_bool] = ACTIONS(2104), + [anon_sym_str] = ACTIONS(2104), + [anon_sym_char] = ACTIONS(2104), + [anon_sym_DASH] = ACTIONS(2102), + [anon_sym_BANG] = ACTIONS(2102), + [anon_sym_AMP] = ACTIONS(2102), + [anon_sym_PIPE] = ACTIONS(2102), + [anon_sym_LT] = ACTIONS(2102), + [anon_sym_DOT_DOT] = ACTIONS(2102), + [anon_sym_COLON_COLON] = ACTIONS(2102), + [anon_sym_POUND] = ACTIONS(2102), + [anon_sym_SQUOTE] = ACTIONS(2104), + [anon_sym_async] = ACTIONS(2104), + [anon_sym_break] = ACTIONS(2104), + [anon_sym_const] = ACTIONS(2104), + [anon_sym_continue] = ACTIONS(2104), [anon_sym_default] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2106), + [anon_sym_enum] = ACTIONS(2104), + [anon_sym_fn] = ACTIONS(2104), + [anon_sym_for] = ACTIONS(2104), + [anon_sym_gen] = ACTIONS(2104), + [anon_sym_if] = ACTIONS(2104), + [anon_sym_impl] = ACTIONS(2104), + [anon_sym_let] = ACTIONS(2104), + [anon_sym_loop] = ACTIONS(2104), + [anon_sym_match] = ACTIONS(2104), + [anon_sym_mod] = ACTIONS(2104), + [anon_sym_pub] = ACTIONS(2104), + [anon_sym_return] = ACTIONS(2104), + [anon_sym_static] = ACTIONS(2104), + [anon_sym_struct] = ACTIONS(2104), + [anon_sym_trait] = ACTIONS(2104), + [anon_sym_type] = ACTIONS(2104), + [anon_sym_union] = ACTIONS(2104), + [anon_sym_unsafe] = ACTIONS(2104), + [anon_sym_use] = ACTIONS(2104), + [anon_sym_while] = ACTIONS(2104), + [anon_sym_extern] = ACTIONS(2104), + [anon_sym_yield] = ACTIONS(2104), + [anon_sym_move] = ACTIONS(2104), + [anon_sym_try] = ACTIONS(2104), + [sym_integer_literal] = ACTIONS(2102), + [aux_sym_string_literal_token1] = ACTIONS(2102), + [sym_char_literal] = ACTIONS(2102), + [anon_sym_true] = ACTIONS(2104), + [anon_sym_false] = ACTIONS(2104), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2104), + [sym_super] = ACTIONS(2104), + [sym_crate] = ACTIONS(2104), + [sym_metavariable] = ACTIONS(2102), + [sym__raw_string_literal_start] = ACTIONS(2102), + [sym_float_literal] = ACTIONS(2102), + }, + [STATE(570)] = { + [sym_line_comment] = STATE(570), + [sym_block_comment] = STATE(570), + [ts_builtin_sym_end] = ACTIONS(2106), + [sym_identifier] = ACTIONS(2108), + [anon_sym_SEMI] = ACTIONS(2106), + [anon_sym_macro_rules_BANG] = ACTIONS(2106), + [anon_sym_LPAREN] = ACTIONS(2106), + [anon_sym_LBRACK] = ACTIONS(2106), + [anon_sym_LBRACE] = ACTIONS(2106), + [anon_sym_RBRACE] = ACTIONS(2106), + [anon_sym_STAR] = ACTIONS(2106), + [anon_sym_u8] = ACTIONS(2108), + [anon_sym_i8] = ACTIONS(2108), + [anon_sym_u16] = ACTIONS(2108), + [anon_sym_i16] = ACTIONS(2108), + [anon_sym_u32] = ACTIONS(2108), + [anon_sym_i32] = ACTIONS(2108), + [anon_sym_u64] = ACTIONS(2108), + [anon_sym_i64] = ACTIONS(2108), + [anon_sym_u128] = ACTIONS(2108), + [anon_sym_i128] = ACTIONS(2108), + [anon_sym_isize] = ACTIONS(2108), + [anon_sym_usize] = ACTIONS(2108), + [anon_sym_f32] = ACTIONS(2108), + [anon_sym_f64] = ACTIONS(2108), + [anon_sym_bool] = ACTIONS(2108), + [anon_sym_str] = ACTIONS(2108), + [anon_sym_char] = ACTIONS(2108), + [anon_sym_DASH] = ACTIONS(2106), + [anon_sym_BANG] = ACTIONS(2106), + [anon_sym_AMP] = ACTIONS(2106), + [anon_sym_PIPE] = ACTIONS(2106), + [anon_sym_LT] = ACTIONS(2106), + [anon_sym_DOT_DOT] = ACTIONS(2106), + [anon_sym_COLON_COLON] = ACTIONS(2106), + [anon_sym_POUND] = ACTIONS(2106), + [anon_sym_SQUOTE] = ACTIONS(2108), + [anon_sym_async] = ACTIONS(2108), + [anon_sym_break] = ACTIONS(2108), + [anon_sym_const] = ACTIONS(2108), + [anon_sym_continue] = ACTIONS(2108), + [anon_sym_default] = ACTIONS(2108), + [anon_sym_enum] = ACTIONS(2108), [anon_sym_fn] = ACTIONS(2108), - [anon_sym_gen] = ACTIONS(2110), + [anon_sym_for] = ACTIONS(2108), + [anon_sym_gen] = ACTIONS(2108), + [anon_sym_if] = ACTIONS(2108), + [anon_sym_impl] = ACTIONS(2108), + [anon_sym_let] = ACTIONS(2108), + [anon_sym_loop] = ACTIONS(2108), + [anon_sym_match] = ACTIONS(2108), + [anon_sym_mod] = ACTIONS(2108), + [anon_sym_pub] = ACTIONS(2108), + [anon_sym_return] = ACTIONS(2108), + [anon_sym_static] = ACTIONS(2108), + [anon_sym_struct] = ACTIONS(2108), + [anon_sym_trait] = ACTIONS(2108), + [anon_sym_type] = ACTIONS(2108), + [anon_sym_union] = ACTIONS(2108), + [anon_sym_unsafe] = ACTIONS(2108), + [anon_sym_use] = ACTIONS(2108), + [anon_sym_while] = ACTIONS(2108), + [anon_sym_extern] = ACTIONS(2108), + [anon_sym_yield] = ACTIONS(2108), + [anon_sym_move] = ACTIONS(2108), + [anon_sym_try] = ACTIONS(2108), + [sym_integer_literal] = ACTIONS(2106), + [aux_sym_string_literal_token1] = ACTIONS(2106), + [sym_char_literal] = ACTIONS(2106), + [anon_sym_true] = ACTIONS(2108), + [anon_sym_false] = ACTIONS(2108), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2108), + [sym_super] = ACTIONS(2108), + [sym_crate] = ACTIONS(2108), + [sym_metavariable] = ACTIONS(2106), + [sym__raw_string_literal_start] = ACTIONS(2106), + [sym_float_literal] = ACTIONS(2106), + }, + [STATE(571)] = { + [sym_line_comment] = STATE(571), + [sym_block_comment] = STATE(571), + [ts_builtin_sym_end] = ACTIONS(2110), + [sym_identifier] = ACTIONS(2112), + [anon_sym_SEMI] = ACTIONS(2110), + [anon_sym_macro_rules_BANG] = ACTIONS(2110), + [anon_sym_LPAREN] = ACTIONS(2110), + [anon_sym_LBRACK] = ACTIONS(2110), + [anon_sym_LBRACE] = ACTIONS(2110), + [anon_sym_RBRACE] = ACTIONS(2110), + [anon_sym_STAR] = ACTIONS(2110), + [anon_sym_u8] = ACTIONS(2112), + [anon_sym_i8] = ACTIONS(2112), + [anon_sym_u16] = ACTIONS(2112), + [anon_sym_i16] = ACTIONS(2112), + [anon_sym_u32] = ACTIONS(2112), + [anon_sym_i32] = ACTIONS(2112), + [anon_sym_u64] = ACTIONS(2112), + [anon_sym_i64] = ACTIONS(2112), + [anon_sym_u128] = ACTIONS(2112), + [anon_sym_i128] = ACTIONS(2112), + [anon_sym_isize] = ACTIONS(2112), + [anon_sym_usize] = ACTIONS(2112), + [anon_sym_f32] = ACTIONS(2112), + [anon_sym_f64] = ACTIONS(2112), + [anon_sym_bool] = ACTIONS(2112), + [anon_sym_str] = ACTIONS(2112), + [anon_sym_char] = ACTIONS(2112), + [anon_sym_DASH] = ACTIONS(2110), + [anon_sym_BANG] = ACTIONS(2110), + [anon_sym_AMP] = ACTIONS(2110), + [anon_sym_PIPE] = ACTIONS(2110), + [anon_sym_LT] = ACTIONS(2110), + [anon_sym_DOT_DOT] = ACTIONS(2110), + [anon_sym_COLON_COLON] = ACTIONS(2110), + [anon_sym_POUND] = ACTIONS(2110), + [anon_sym_SQUOTE] = ACTIONS(2112), + [anon_sym_async] = ACTIONS(2112), + [anon_sym_break] = ACTIONS(2112), + [anon_sym_const] = ACTIONS(2112), + [anon_sym_continue] = ACTIONS(2112), + [anon_sym_default] = ACTIONS(2112), + [anon_sym_enum] = ACTIONS(2112), + [anon_sym_fn] = ACTIONS(2112), + [anon_sym_for] = ACTIONS(2112), + [anon_sym_gen] = ACTIONS(2112), + [anon_sym_if] = ACTIONS(2112), [anon_sym_impl] = ACTIONS(2112), - [anon_sym_let] = ACTIONS(2114), + [anon_sym_let] = ACTIONS(2112), + [anon_sym_loop] = ACTIONS(2112), + [anon_sym_match] = ACTIONS(2112), + [anon_sym_mod] = ACTIONS(2112), + [anon_sym_pub] = ACTIONS(2112), + [anon_sym_return] = ACTIONS(2112), + [anon_sym_static] = ACTIONS(2112), + [anon_sym_struct] = ACTIONS(2112), + [anon_sym_trait] = ACTIONS(2112), + [anon_sym_type] = ACTIONS(2112), + [anon_sym_union] = ACTIONS(2112), + [anon_sym_unsafe] = ACTIONS(2112), + [anon_sym_use] = ACTIONS(2112), + [anon_sym_while] = ACTIONS(2112), + [anon_sym_extern] = ACTIONS(2112), + [anon_sym_yield] = ACTIONS(2112), + [anon_sym_move] = ACTIONS(2112), + [anon_sym_try] = ACTIONS(2112), + [sym_integer_literal] = ACTIONS(2110), + [aux_sym_string_literal_token1] = ACTIONS(2110), + [sym_char_literal] = ACTIONS(2110), + [anon_sym_true] = ACTIONS(2112), + [anon_sym_false] = ACTIONS(2112), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2112), + [sym_super] = ACTIONS(2112), + [sym_crate] = ACTIONS(2112), + [sym_metavariable] = ACTIONS(2110), + [sym__raw_string_literal_start] = ACTIONS(2110), + [sym_float_literal] = ACTIONS(2110), + }, + [STATE(572)] = { + [sym_line_comment] = STATE(572), + [sym_block_comment] = STATE(572), + [ts_builtin_sym_end] = ACTIONS(2114), + [sym_identifier] = ACTIONS(2116), + [anon_sym_SEMI] = ACTIONS(2114), + [anon_sym_macro_rules_BANG] = ACTIONS(2114), + [anon_sym_LPAREN] = ACTIONS(2114), + [anon_sym_LBRACK] = ACTIONS(2114), + [anon_sym_LBRACE] = ACTIONS(2114), + [anon_sym_RBRACE] = ACTIONS(2114), + [anon_sym_STAR] = ACTIONS(2114), + [anon_sym_u8] = ACTIONS(2116), + [anon_sym_i8] = ACTIONS(2116), + [anon_sym_u16] = ACTIONS(2116), + [anon_sym_i16] = ACTIONS(2116), + [anon_sym_u32] = ACTIONS(2116), + [anon_sym_i32] = ACTIONS(2116), + [anon_sym_u64] = ACTIONS(2116), + [anon_sym_i64] = ACTIONS(2116), + [anon_sym_u128] = ACTIONS(2116), + [anon_sym_i128] = ACTIONS(2116), + [anon_sym_isize] = ACTIONS(2116), + [anon_sym_usize] = ACTIONS(2116), + [anon_sym_f32] = ACTIONS(2116), + [anon_sym_f64] = ACTIONS(2116), + [anon_sym_bool] = ACTIONS(2116), + [anon_sym_str] = ACTIONS(2116), + [anon_sym_char] = ACTIONS(2116), + [anon_sym_DASH] = ACTIONS(2114), + [anon_sym_BANG] = ACTIONS(2114), + [anon_sym_AMP] = ACTIONS(2114), + [anon_sym_PIPE] = ACTIONS(2114), + [anon_sym_LT] = ACTIONS(2114), + [anon_sym_DOT_DOT] = ACTIONS(2114), + [anon_sym_COLON_COLON] = ACTIONS(2114), + [anon_sym_POUND] = ACTIONS(2114), + [anon_sym_SQUOTE] = ACTIONS(2116), + [anon_sym_async] = ACTIONS(2116), + [anon_sym_break] = ACTIONS(2116), + [anon_sym_const] = ACTIONS(2116), + [anon_sym_continue] = ACTIONS(2116), + [anon_sym_default] = ACTIONS(2116), + [anon_sym_enum] = ACTIONS(2116), + [anon_sym_fn] = ACTIONS(2116), + [anon_sym_for] = ACTIONS(2116), + [anon_sym_gen] = ACTIONS(2116), + [anon_sym_if] = ACTIONS(2116), + [anon_sym_impl] = ACTIONS(2116), + [anon_sym_let] = ACTIONS(2116), + [anon_sym_loop] = ACTIONS(2116), + [anon_sym_match] = ACTIONS(2116), [anon_sym_mod] = ACTIONS(2116), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2118), + [anon_sym_pub] = ACTIONS(2116), + [anon_sym_return] = ACTIONS(2116), + [anon_sym_static] = ACTIONS(2116), + [anon_sym_struct] = ACTIONS(2116), + [anon_sym_trait] = ACTIONS(2116), + [anon_sym_type] = ACTIONS(2116), + [anon_sym_union] = ACTIONS(2116), + [anon_sym_unsafe] = ACTIONS(2116), + [anon_sym_use] = ACTIONS(2116), + [anon_sym_while] = ACTIONS(2116), + [anon_sym_extern] = ACTIONS(2116), + [anon_sym_yield] = ACTIONS(2116), + [anon_sym_move] = ACTIONS(2116), + [anon_sym_try] = ACTIONS(2116), + [sym_integer_literal] = ACTIONS(2114), + [aux_sym_string_literal_token1] = ACTIONS(2114), + [sym_char_literal] = ACTIONS(2114), + [anon_sym_true] = ACTIONS(2116), + [anon_sym_false] = ACTIONS(2116), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2116), + [sym_super] = ACTIONS(2116), + [sym_crate] = ACTIONS(2116), + [sym_metavariable] = ACTIONS(2114), + [sym__raw_string_literal_start] = ACTIONS(2114), + [sym_float_literal] = ACTIONS(2114), + }, + [STATE(573)] = { + [sym_line_comment] = STATE(573), + [sym_block_comment] = STATE(573), + [ts_builtin_sym_end] = ACTIONS(2118), + [sym_identifier] = ACTIONS(2120), + [anon_sym_SEMI] = ACTIONS(2118), + [anon_sym_macro_rules_BANG] = ACTIONS(2118), + [anon_sym_LPAREN] = ACTIONS(2118), + [anon_sym_LBRACK] = ACTIONS(2118), + [anon_sym_LBRACE] = ACTIONS(2118), + [anon_sym_RBRACE] = ACTIONS(2118), + [anon_sym_STAR] = ACTIONS(2118), + [anon_sym_u8] = ACTIONS(2120), + [anon_sym_i8] = ACTIONS(2120), + [anon_sym_u16] = ACTIONS(2120), + [anon_sym_i16] = ACTIONS(2120), + [anon_sym_u32] = ACTIONS(2120), + [anon_sym_i32] = ACTIONS(2120), + [anon_sym_u64] = ACTIONS(2120), + [anon_sym_i64] = ACTIONS(2120), + [anon_sym_u128] = ACTIONS(2120), + [anon_sym_i128] = ACTIONS(2120), + [anon_sym_isize] = ACTIONS(2120), + [anon_sym_usize] = ACTIONS(2120), + [anon_sym_f32] = ACTIONS(2120), + [anon_sym_f64] = ACTIONS(2120), + [anon_sym_bool] = ACTIONS(2120), + [anon_sym_str] = ACTIONS(2120), + [anon_sym_char] = ACTIONS(2120), + [anon_sym_DASH] = ACTIONS(2118), + [anon_sym_BANG] = ACTIONS(2118), + [anon_sym_AMP] = ACTIONS(2118), + [anon_sym_PIPE] = ACTIONS(2118), + [anon_sym_LT] = ACTIONS(2118), + [anon_sym_DOT_DOT] = ACTIONS(2118), + [anon_sym_COLON_COLON] = ACTIONS(2118), + [anon_sym_POUND] = ACTIONS(2118), + [anon_sym_SQUOTE] = ACTIONS(2120), + [anon_sym_async] = ACTIONS(2120), + [anon_sym_break] = ACTIONS(2120), + [anon_sym_const] = ACTIONS(2120), + [anon_sym_continue] = ACTIONS(2120), + [anon_sym_default] = ACTIONS(2120), + [anon_sym_enum] = ACTIONS(2120), + [anon_sym_fn] = ACTIONS(2120), + [anon_sym_for] = ACTIONS(2120), + [anon_sym_gen] = ACTIONS(2120), + [anon_sym_if] = ACTIONS(2120), + [anon_sym_impl] = ACTIONS(2120), + [anon_sym_let] = ACTIONS(2120), + [anon_sym_loop] = ACTIONS(2120), + [anon_sym_match] = ACTIONS(2120), + [anon_sym_mod] = ACTIONS(2120), + [anon_sym_pub] = ACTIONS(2120), + [anon_sym_return] = ACTIONS(2120), + [anon_sym_static] = ACTIONS(2120), [anon_sym_struct] = ACTIONS(2120), - [anon_sym_trait] = ACTIONS(2122), + [anon_sym_trait] = ACTIONS(2120), + [anon_sym_type] = ACTIONS(2120), + [anon_sym_union] = ACTIONS(2120), + [anon_sym_unsafe] = ACTIONS(2120), + [anon_sym_use] = ACTIONS(2120), + [anon_sym_while] = ACTIONS(2120), + [anon_sym_extern] = ACTIONS(2120), + [anon_sym_yield] = ACTIONS(2120), + [anon_sym_move] = ACTIONS(2120), + [anon_sym_try] = ACTIONS(2120), + [sym_integer_literal] = ACTIONS(2118), + [aux_sym_string_literal_token1] = ACTIONS(2118), + [sym_char_literal] = ACTIONS(2118), + [anon_sym_true] = ACTIONS(2120), + [anon_sym_false] = ACTIONS(2120), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2120), + [sym_super] = ACTIONS(2120), + [sym_crate] = ACTIONS(2120), + [sym_metavariable] = ACTIONS(2118), + [sym__raw_string_literal_start] = ACTIONS(2118), + [sym_float_literal] = ACTIONS(2118), + }, + [STATE(574)] = { + [sym_line_comment] = STATE(574), + [sym_block_comment] = STATE(574), + [ts_builtin_sym_end] = ACTIONS(2122), + [sym_identifier] = ACTIONS(2124), + [anon_sym_SEMI] = ACTIONS(2122), + [anon_sym_macro_rules_BANG] = ACTIONS(2122), + [anon_sym_LPAREN] = ACTIONS(2122), + [anon_sym_LBRACK] = ACTIONS(2122), + [anon_sym_LBRACE] = ACTIONS(2122), + [anon_sym_RBRACE] = ACTIONS(2122), + [anon_sym_STAR] = ACTIONS(2122), + [anon_sym_u8] = ACTIONS(2124), + [anon_sym_i8] = ACTIONS(2124), + [anon_sym_u16] = ACTIONS(2124), + [anon_sym_i16] = ACTIONS(2124), + [anon_sym_u32] = ACTIONS(2124), + [anon_sym_i32] = ACTIONS(2124), + [anon_sym_u64] = ACTIONS(2124), + [anon_sym_i64] = ACTIONS(2124), + [anon_sym_u128] = ACTIONS(2124), + [anon_sym_i128] = ACTIONS(2124), + [anon_sym_isize] = ACTIONS(2124), + [anon_sym_usize] = ACTIONS(2124), + [anon_sym_f32] = ACTIONS(2124), + [anon_sym_f64] = ACTIONS(2124), + [anon_sym_bool] = ACTIONS(2124), + [anon_sym_str] = ACTIONS(2124), + [anon_sym_char] = ACTIONS(2124), + [anon_sym_DASH] = ACTIONS(2122), + [anon_sym_BANG] = ACTIONS(2122), + [anon_sym_AMP] = ACTIONS(2122), + [anon_sym_PIPE] = ACTIONS(2122), + [anon_sym_LT] = ACTIONS(2122), + [anon_sym_DOT_DOT] = ACTIONS(2122), + [anon_sym_COLON_COLON] = ACTIONS(2122), + [anon_sym_POUND] = ACTIONS(2122), + [anon_sym_SQUOTE] = ACTIONS(2124), + [anon_sym_async] = ACTIONS(2124), + [anon_sym_break] = ACTIONS(2124), + [anon_sym_const] = ACTIONS(2124), + [anon_sym_continue] = ACTIONS(2124), + [anon_sym_default] = ACTIONS(2124), + [anon_sym_enum] = ACTIONS(2124), + [anon_sym_fn] = ACTIONS(2124), + [anon_sym_for] = ACTIONS(2124), + [anon_sym_gen] = ACTIONS(2124), + [anon_sym_if] = ACTIONS(2124), + [anon_sym_impl] = ACTIONS(2124), + [anon_sym_let] = ACTIONS(2124), + [anon_sym_loop] = ACTIONS(2124), + [anon_sym_match] = ACTIONS(2124), + [anon_sym_mod] = ACTIONS(2124), + [anon_sym_pub] = ACTIONS(2124), + [anon_sym_return] = ACTIONS(2124), + [anon_sym_static] = ACTIONS(2124), + [anon_sym_struct] = ACTIONS(2124), + [anon_sym_trait] = ACTIONS(2124), [anon_sym_type] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2126), + [anon_sym_union] = ACTIONS(2124), + [anon_sym_unsafe] = ACTIONS(2124), + [anon_sym_use] = ACTIONS(2124), + [anon_sym_while] = ACTIONS(2124), + [anon_sym_extern] = ACTIONS(2124), + [anon_sym_yield] = ACTIONS(2124), + [anon_sym_move] = ACTIONS(2124), + [anon_sym_try] = ACTIONS(2124), + [sym_integer_literal] = ACTIONS(2122), + [aux_sym_string_literal_token1] = ACTIONS(2122), + [sym_char_literal] = ACTIONS(2122), + [anon_sym_true] = ACTIONS(2124), + [anon_sym_false] = ACTIONS(2124), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2124), + [sym_super] = ACTIONS(2124), + [sym_crate] = ACTIONS(2124), + [sym_metavariable] = ACTIONS(2122), + [sym__raw_string_literal_start] = ACTIONS(2122), + [sym_float_literal] = ACTIONS(2122), + }, + [STATE(575)] = { + [sym_line_comment] = STATE(575), + [sym_block_comment] = STATE(575), + [ts_builtin_sym_end] = ACTIONS(2126), + [sym_identifier] = ACTIONS(2128), + [anon_sym_SEMI] = ACTIONS(2126), + [anon_sym_macro_rules_BANG] = ACTIONS(2126), + [anon_sym_LPAREN] = ACTIONS(2126), + [anon_sym_LBRACK] = ACTIONS(2126), + [anon_sym_LBRACE] = ACTIONS(2126), + [anon_sym_RBRACE] = ACTIONS(2126), + [anon_sym_STAR] = ACTIONS(2126), + [anon_sym_u8] = ACTIONS(2128), + [anon_sym_i8] = ACTIONS(2128), + [anon_sym_u16] = ACTIONS(2128), + [anon_sym_i16] = ACTIONS(2128), + [anon_sym_u32] = ACTIONS(2128), + [anon_sym_i32] = ACTIONS(2128), + [anon_sym_u64] = ACTIONS(2128), + [anon_sym_i64] = ACTIONS(2128), + [anon_sym_u128] = ACTIONS(2128), + [anon_sym_i128] = ACTIONS(2128), + [anon_sym_isize] = ACTIONS(2128), + [anon_sym_usize] = ACTIONS(2128), + [anon_sym_f32] = ACTIONS(2128), + [anon_sym_f64] = ACTIONS(2128), + [anon_sym_bool] = ACTIONS(2128), + [anon_sym_str] = ACTIONS(2128), + [anon_sym_char] = ACTIONS(2128), + [anon_sym_DASH] = ACTIONS(2126), + [anon_sym_BANG] = ACTIONS(2126), + [anon_sym_AMP] = ACTIONS(2126), + [anon_sym_PIPE] = ACTIONS(2126), + [anon_sym_LT] = ACTIONS(2126), + [anon_sym_DOT_DOT] = ACTIONS(2126), + [anon_sym_COLON_COLON] = ACTIONS(2126), + [anon_sym_POUND] = ACTIONS(2126), + [anon_sym_SQUOTE] = ACTIONS(2128), + [anon_sym_async] = ACTIONS(2128), + [anon_sym_break] = ACTIONS(2128), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_continue] = ACTIONS(2128), + [anon_sym_default] = ACTIONS(2128), + [anon_sym_enum] = ACTIONS(2128), + [anon_sym_fn] = ACTIONS(2128), + [anon_sym_for] = ACTIONS(2128), + [anon_sym_gen] = ACTIONS(2128), + [anon_sym_if] = ACTIONS(2128), + [anon_sym_impl] = ACTIONS(2128), + [anon_sym_let] = ACTIONS(2128), + [anon_sym_loop] = ACTIONS(2128), + [anon_sym_match] = ACTIONS(2128), + [anon_sym_mod] = ACTIONS(2128), + [anon_sym_pub] = ACTIONS(2128), + [anon_sym_return] = ACTIONS(2128), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_trait] = ACTIONS(2128), + [anon_sym_type] = ACTIONS(2128), + [anon_sym_union] = ACTIONS(2128), [anon_sym_unsafe] = ACTIONS(2128), - [anon_sym_use] = ACTIONS(2130), + [anon_sym_use] = ACTIONS(2128), + [anon_sym_while] = ACTIONS(2128), + [anon_sym_extern] = ACTIONS(2128), + [anon_sym_yield] = ACTIONS(2128), + [anon_sym_move] = ACTIONS(2128), + [anon_sym_try] = ACTIONS(2128), + [sym_integer_literal] = ACTIONS(2126), + [aux_sym_string_literal_token1] = ACTIONS(2126), + [sym_char_literal] = ACTIONS(2126), + [anon_sym_true] = ACTIONS(2128), + [anon_sym_false] = ACTIONS(2128), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2128), + [sym_super] = ACTIONS(2128), + [sym_crate] = ACTIONS(2128), + [sym_metavariable] = ACTIONS(2126), + [sym__raw_string_literal_start] = ACTIONS(2126), + [sym_float_literal] = ACTIONS(2126), + }, + [STATE(576)] = { + [sym_line_comment] = STATE(576), + [sym_block_comment] = STATE(576), + [ts_builtin_sym_end] = ACTIONS(2130), + [sym_identifier] = ACTIONS(2132), + [anon_sym_SEMI] = ACTIONS(2130), + [anon_sym_macro_rules_BANG] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_STAR] = ACTIONS(2130), + [anon_sym_u8] = ACTIONS(2132), + [anon_sym_i8] = ACTIONS(2132), + [anon_sym_u16] = ACTIONS(2132), + [anon_sym_i16] = ACTIONS(2132), + [anon_sym_u32] = ACTIONS(2132), + [anon_sym_i32] = ACTIONS(2132), + [anon_sym_u64] = ACTIONS(2132), + [anon_sym_i64] = ACTIONS(2132), + [anon_sym_u128] = ACTIONS(2132), + [anon_sym_i128] = ACTIONS(2132), + [anon_sym_isize] = ACTIONS(2132), + [anon_sym_usize] = ACTIONS(2132), + [anon_sym_f32] = ACTIONS(2132), + [anon_sym_f64] = ACTIONS(2132), + [anon_sym_bool] = ACTIONS(2132), + [anon_sym_str] = ACTIONS(2132), + [anon_sym_char] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2130), + [anon_sym_BANG] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2130), + [anon_sym_DOT_DOT] = ACTIONS(2130), + [anon_sym_COLON_COLON] = ACTIONS(2130), + [anon_sym_POUND] = ACTIONS(2130), + [anon_sym_SQUOTE] = ACTIONS(2132), + [anon_sym_async] = ACTIONS(2132), + [anon_sym_break] = ACTIONS(2132), + [anon_sym_const] = ACTIONS(2132), + [anon_sym_continue] = ACTIONS(2132), + [anon_sym_default] = ACTIONS(2132), + [anon_sym_enum] = ACTIONS(2132), + [anon_sym_fn] = ACTIONS(2132), + [anon_sym_for] = ACTIONS(2132), + [anon_sym_gen] = ACTIONS(2132), + [anon_sym_if] = ACTIONS(2132), + [anon_sym_impl] = ACTIONS(2132), + [anon_sym_let] = ACTIONS(2132), + [anon_sym_loop] = ACTIONS(2132), + [anon_sym_match] = ACTIONS(2132), + [anon_sym_mod] = ACTIONS(2132), + [anon_sym_pub] = ACTIONS(2132), + [anon_sym_return] = ACTIONS(2132), + [anon_sym_static] = ACTIONS(2132), + [anon_sym_struct] = ACTIONS(2132), + [anon_sym_trait] = ACTIONS(2132), + [anon_sym_type] = ACTIONS(2132), + [anon_sym_union] = ACTIONS(2132), + [anon_sym_unsafe] = ACTIONS(2132), + [anon_sym_use] = ACTIONS(2132), + [anon_sym_while] = ACTIONS(2132), [anon_sym_extern] = ACTIONS(2132), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2134), - [sym_super] = ACTIONS(2134), + [anon_sym_yield] = ACTIONS(2132), + [anon_sym_move] = ACTIONS(2132), + [anon_sym_try] = ACTIONS(2132), + [sym_integer_literal] = ACTIONS(2130), + [aux_sym_string_literal_token1] = ACTIONS(2130), + [sym_char_literal] = ACTIONS(2130), + [anon_sym_true] = ACTIONS(2132), + [anon_sym_false] = ACTIONS(2132), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2132), + [sym_super] = ACTIONS(2132), + [sym_crate] = ACTIONS(2132), + [sym_metavariable] = ACTIONS(2130), + [sym__raw_string_literal_start] = ACTIONS(2130), + [sym_float_literal] = ACTIONS(2130), + }, + [STATE(577)] = { + [sym_line_comment] = STATE(577), + [sym_block_comment] = STATE(577), + [ts_builtin_sym_end] = ACTIONS(2134), + [sym_identifier] = ACTIONS(2136), + [anon_sym_SEMI] = ACTIONS(2134), + [anon_sym_macro_rules_BANG] = ACTIONS(2134), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_LBRACK] = ACTIONS(2134), + [anon_sym_LBRACE] = ACTIONS(2134), + [anon_sym_RBRACE] = ACTIONS(2134), + [anon_sym_STAR] = ACTIONS(2134), + [anon_sym_u8] = ACTIONS(2136), + [anon_sym_i8] = ACTIONS(2136), + [anon_sym_u16] = ACTIONS(2136), + [anon_sym_i16] = ACTIONS(2136), + [anon_sym_u32] = ACTIONS(2136), + [anon_sym_i32] = ACTIONS(2136), + [anon_sym_u64] = ACTIONS(2136), + [anon_sym_i64] = ACTIONS(2136), + [anon_sym_u128] = ACTIONS(2136), + [anon_sym_i128] = ACTIONS(2136), + [anon_sym_isize] = ACTIONS(2136), + [anon_sym_usize] = ACTIONS(2136), + [anon_sym_f32] = ACTIONS(2136), + [anon_sym_f64] = ACTIONS(2136), + [anon_sym_bool] = ACTIONS(2136), + [anon_sym_str] = ACTIONS(2136), + [anon_sym_char] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2134), + [anon_sym_BANG] = ACTIONS(2134), + [anon_sym_AMP] = ACTIONS(2134), + [anon_sym_PIPE] = ACTIONS(2134), + [anon_sym_LT] = ACTIONS(2134), + [anon_sym_DOT_DOT] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2134), + [anon_sym_POUND] = ACTIONS(2134), + [anon_sym_SQUOTE] = ACTIONS(2136), + [anon_sym_async] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_default] = ACTIONS(2136), + [anon_sym_enum] = ACTIONS(2136), + [anon_sym_fn] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_gen] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_impl] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), + [anon_sym_mod] = ACTIONS(2136), + [anon_sym_pub] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_static] = ACTIONS(2136), + [anon_sym_struct] = ACTIONS(2136), + [anon_sym_trait] = ACTIONS(2136), + [anon_sym_type] = ACTIONS(2136), + [anon_sym_union] = ACTIONS(2136), + [anon_sym_unsafe] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_yield] = ACTIONS(2136), + [anon_sym_move] = ACTIONS(2136), + [anon_sym_try] = ACTIONS(2136), + [sym_integer_literal] = ACTIONS(2134), + [aux_sym_string_literal_token1] = ACTIONS(2134), + [sym_char_literal] = ACTIONS(2134), + [anon_sym_true] = ACTIONS(2136), + [anon_sym_false] = ACTIONS(2136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2136), + [sym_super] = ACTIONS(2136), [sym_crate] = ACTIONS(2136), + [sym_metavariable] = ACTIONS(2134), + [sym__raw_string_literal_start] = ACTIONS(2134), + [sym_float_literal] = ACTIONS(2134), + }, + [STATE(578)] = { + [sym_line_comment] = STATE(578), + [sym_block_comment] = STATE(578), + [ts_builtin_sym_end] = ACTIONS(2138), + [sym_identifier] = ACTIONS(2140), + [anon_sym_SEMI] = ACTIONS(2138), + [anon_sym_macro_rules_BANG] = ACTIONS(2138), + [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_LBRACK] = ACTIONS(2138), + [anon_sym_LBRACE] = ACTIONS(2138), + [anon_sym_RBRACE] = ACTIONS(2138), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_u8] = ACTIONS(2140), + [anon_sym_i8] = ACTIONS(2140), + [anon_sym_u16] = ACTIONS(2140), + [anon_sym_i16] = ACTIONS(2140), + [anon_sym_u32] = ACTIONS(2140), + [anon_sym_i32] = ACTIONS(2140), + [anon_sym_u64] = ACTIONS(2140), + [anon_sym_i64] = ACTIONS(2140), + [anon_sym_u128] = ACTIONS(2140), + [anon_sym_i128] = ACTIONS(2140), + [anon_sym_isize] = ACTIONS(2140), + [anon_sym_usize] = ACTIONS(2140), + [anon_sym_f32] = ACTIONS(2140), + [anon_sym_f64] = ACTIONS(2140), + [anon_sym_bool] = ACTIONS(2140), + [anon_sym_str] = ACTIONS(2140), + [anon_sym_char] = ACTIONS(2140), + [anon_sym_DASH] = ACTIONS(2138), + [anon_sym_BANG] = ACTIONS(2138), + [anon_sym_AMP] = ACTIONS(2138), + [anon_sym_PIPE] = ACTIONS(2138), + [anon_sym_LT] = ACTIONS(2138), + [anon_sym_DOT_DOT] = ACTIONS(2138), + [anon_sym_COLON_COLON] = ACTIONS(2138), + [anon_sym_POUND] = ACTIONS(2138), + [anon_sym_SQUOTE] = ACTIONS(2140), + [anon_sym_async] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_default] = ACTIONS(2140), + [anon_sym_enum] = ACTIONS(2140), + [anon_sym_fn] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_gen] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_impl] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), + [anon_sym_mod] = ACTIONS(2140), + [anon_sym_pub] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_static] = ACTIONS(2140), + [anon_sym_struct] = ACTIONS(2140), + [anon_sym_trait] = ACTIONS(2140), + [anon_sym_type] = ACTIONS(2140), + [anon_sym_union] = ACTIONS(2140), + [anon_sym_unsafe] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_yield] = ACTIONS(2140), + [anon_sym_move] = ACTIONS(2140), + [anon_sym_try] = ACTIONS(2140), + [sym_integer_literal] = ACTIONS(2138), + [aux_sym_string_literal_token1] = ACTIONS(2138), + [sym_char_literal] = ACTIONS(2138), + [anon_sym_true] = ACTIONS(2140), + [anon_sym_false] = ACTIONS(2140), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2140), + [sym_super] = ACTIONS(2140), + [sym_crate] = ACTIONS(2140), [sym_metavariable] = ACTIONS(2138), + [sym__raw_string_literal_start] = ACTIONS(2138), + [sym_float_literal] = ACTIONS(2138), }, - [STATE(551)] = { - [sym_line_comment] = STATE(551), - [sym_block_comment] = STATE(551), + [STATE(579)] = { + [sym_line_comment] = STATE(579), + [sym_block_comment] = STATE(579), + [ts_builtin_sym_end] = ACTIONS(2142), + [sym_identifier] = ACTIONS(2144), + [anon_sym_SEMI] = ACTIONS(2142), + [anon_sym_macro_rules_BANG] = ACTIONS(2142), + [anon_sym_LPAREN] = ACTIONS(2142), + [anon_sym_LBRACK] = ACTIONS(2142), + [anon_sym_LBRACE] = ACTIONS(2142), + [anon_sym_RBRACE] = ACTIONS(2142), + [anon_sym_STAR] = ACTIONS(2142), + [anon_sym_u8] = ACTIONS(2144), + [anon_sym_i8] = ACTIONS(2144), + [anon_sym_u16] = ACTIONS(2144), + [anon_sym_i16] = ACTIONS(2144), + [anon_sym_u32] = ACTIONS(2144), + [anon_sym_i32] = ACTIONS(2144), + [anon_sym_u64] = ACTIONS(2144), + [anon_sym_i64] = ACTIONS(2144), + [anon_sym_u128] = ACTIONS(2144), + [anon_sym_i128] = ACTIONS(2144), + [anon_sym_isize] = ACTIONS(2144), + [anon_sym_usize] = ACTIONS(2144), + [anon_sym_f32] = ACTIONS(2144), + [anon_sym_f64] = ACTIONS(2144), + [anon_sym_bool] = ACTIONS(2144), + [anon_sym_str] = ACTIONS(2144), + [anon_sym_char] = ACTIONS(2144), + [anon_sym_DASH] = ACTIONS(2142), + [anon_sym_BANG] = ACTIONS(2142), + [anon_sym_AMP] = ACTIONS(2142), + [anon_sym_PIPE] = ACTIONS(2142), + [anon_sym_LT] = ACTIONS(2142), + [anon_sym_DOT_DOT] = ACTIONS(2142), + [anon_sym_COLON_COLON] = ACTIONS(2142), + [anon_sym_POUND] = ACTIONS(2142), + [anon_sym_SQUOTE] = ACTIONS(2144), + [anon_sym_async] = ACTIONS(2144), + [anon_sym_break] = ACTIONS(2144), + [anon_sym_const] = ACTIONS(2144), + [anon_sym_continue] = ACTIONS(2144), + [anon_sym_default] = ACTIONS(2144), + [anon_sym_enum] = ACTIONS(2144), + [anon_sym_fn] = ACTIONS(2144), + [anon_sym_for] = ACTIONS(2144), + [anon_sym_gen] = ACTIONS(2144), + [anon_sym_if] = ACTIONS(2144), + [anon_sym_impl] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_loop] = ACTIONS(2144), + [anon_sym_match] = ACTIONS(2144), + [anon_sym_mod] = ACTIONS(2144), + [anon_sym_pub] = ACTIONS(2144), + [anon_sym_return] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_struct] = ACTIONS(2144), + [anon_sym_trait] = ACTIONS(2144), + [anon_sym_type] = ACTIONS(2144), + [anon_sym_union] = ACTIONS(2144), + [anon_sym_unsafe] = ACTIONS(2144), + [anon_sym_use] = ACTIONS(2144), + [anon_sym_while] = ACTIONS(2144), + [anon_sym_extern] = ACTIONS(2144), + [anon_sym_yield] = ACTIONS(2144), + [anon_sym_move] = ACTIONS(2144), + [anon_sym_try] = ACTIONS(2144), + [sym_integer_literal] = ACTIONS(2142), + [aux_sym_string_literal_token1] = ACTIONS(2142), + [sym_char_literal] = ACTIONS(2142), + [anon_sym_true] = ACTIONS(2144), + [anon_sym_false] = ACTIONS(2144), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2144), + [sym_super] = ACTIONS(2144), + [sym_crate] = ACTIONS(2144), + [sym_metavariable] = ACTIONS(2142), + [sym__raw_string_literal_start] = ACTIONS(2142), + [sym_float_literal] = ACTIONS(2142), + }, + [STATE(580)] = { + [sym_line_comment] = STATE(580), + [sym_block_comment] = STATE(580), + [ts_builtin_sym_end] = ACTIONS(2146), + [sym_identifier] = ACTIONS(2148), + [anon_sym_SEMI] = ACTIONS(2146), + [anon_sym_macro_rules_BANG] = ACTIONS(2146), + [anon_sym_LPAREN] = ACTIONS(2146), + [anon_sym_LBRACK] = ACTIONS(2146), + [anon_sym_LBRACE] = ACTIONS(2146), + [anon_sym_RBRACE] = ACTIONS(2146), + [anon_sym_STAR] = ACTIONS(2146), + [anon_sym_u8] = ACTIONS(2148), + [anon_sym_i8] = ACTIONS(2148), + [anon_sym_u16] = ACTIONS(2148), + [anon_sym_i16] = ACTIONS(2148), + [anon_sym_u32] = ACTIONS(2148), + [anon_sym_i32] = ACTIONS(2148), + [anon_sym_u64] = ACTIONS(2148), + [anon_sym_i64] = ACTIONS(2148), + [anon_sym_u128] = ACTIONS(2148), + [anon_sym_i128] = ACTIONS(2148), + [anon_sym_isize] = ACTIONS(2148), + [anon_sym_usize] = ACTIONS(2148), + [anon_sym_f32] = ACTIONS(2148), + [anon_sym_f64] = ACTIONS(2148), + [anon_sym_bool] = ACTIONS(2148), + [anon_sym_str] = ACTIONS(2148), + [anon_sym_char] = ACTIONS(2148), + [anon_sym_DASH] = ACTIONS(2146), + [anon_sym_BANG] = ACTIONS(2146), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_PIPE] = ACTIONS(2146), + [anon_sym_LT] = ACTIONS(2146), + [anon_sym_DOT_DOT] = ACTIONS(2146), + [anon_sym_COLON_COLON] = ACTIONS(2146), + [anon_sym_POUND] = ACTIONS(2146), + [anon_sym_SQUOTE] = ACTIONS(2148), + [anon_sym_async] = ACTIONS(2148), + [anon_sym_break] = ACTIONS(2148), + [anon_sym_const] = ACTIONS(2148), + [anon_sym_continue] = ACTIONS(2148), + [anon_sym_default] = ACTIONS(2148), + [anon_sym_enum] = ACTIONS(2148), + [anon_sym_fn] = ACTIONS(2148), + [anon_sym_for] = ACTIONS(2148), + [anon_sym_gen] = ACTIONS(2148), + [anon_sym_if] = ACTIONS(2148), + [anon_sym_impl] = ACTIONS(2148), + [anon_sym_let] = ACTIONS(2148), + [anon_sym_loop] = ACTIONS(2148), + [anon_sym_match] = ACTIONS(2148), + [anon_sym_mod] = ACTIONS(2148), + [anon_sym_pub] = ACTIONS(2148), + [anon_sym_return] = ACTIONS(2148), + [anon_sym_static] = ACTIONS(2148), + [anon_sym_struct] = ACTIONS(2148), + [anon_sym_trait] = ACTIONS(2148), + [anon_sym_type] = ACTIONS(2148), + [anon_sym_union] = ACTIONS(2148), + [anon_sym_unsafe] = ACTIONS(2148), + [anon_sym_use] = ACTIONS(2148), + [anon_sym_while] = ACTIONS(2148), + [anon_sym_extern] = ACTIONS(2148), + [anon_sym_yield] = ACTIONS(2148), + [anon_sym_move] = ACTIONS(2148), + [anon_sym_try] = ACTIONS(2148), + [sym_integer_literal] = ACTIONS(2146), + [aux_sym_string_literal_token1] = ACTIONS(2146), + [sym_char_literal] = ACTIONS(2146), + [anon_sym_true] = ACTIONS(2148), + [anon_sym_false] = ACTIONS(2148), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2148), + [sym_super] = ACTIONS(2148), + [sym_crate] = ACTIONS(2148), + [sym_metavariable] = ACTIONS(2146), + [sym__raw_string_literal_start] = ACTIONS(2146), + [sym_float_literal] = ACTIONS(2146), + }, + [STATE(581)] = { + [sym_line_comment] = STATE(581), + [sym_block_comment] = STATE(581), + [ts_builtin_sym_end] = ACTIONS(2150), + [sym_identifier] = ACTIONS(2152), + [anon_sym_SEMI] = ACTIONS(2150), + [anon_sym_macro_rules_BANG] = ACTIONS(2150), + [anon_sym_LPAREN] = ACTIONS(2150), + [anon_sym_LBRACK] = ACTIONS(2150), + [anon_sym_LBRACE] = ACTIONS(2150), + [anon_sym_RBRACE] = ACTIONS(2150), + [anon_sym_STAR] = ACTIONS(2150), + [anon_sym_u8] = ACTIONS(2152), + [anon_sym_i8] = ACTIONS(2152), + [anon_sym_u16] = ACTIONS(2152), + [anon_sym_i16] = ACTIONS(2152), + [anon_sym_u32] = ACTIONS(2152), + [anon_sym_i32] = ACTIONS(2152), + [anon_sym_u64] = ACTIONS(2152), + [anon_sym_i64] = ACTIONS(2152), + [anon_sym_u128] = ACTIONS(2152), + [anon_sym_i128] = ACTIONS(2152), + [anon_sym_isize] = ACTIONS(2152), + [anon_sym_usize] = ACTIONS(2152), + [anon_sym_f32] = ACTIONS(2152), + [anon_sym_f64] = ACTIONS(2152), + [anon_sym_bool] = ACTIONS(2152), + [anon_sym_str] = ACTIONS(2152), + [anon_sym_char] = ACTIONS(2152), + [anon_sym_DASH] = ACTIONS(2150), + [anon_sym_BANG] = ACTIONS(2150), + [anon_sym_AMP] = ACTIONS(2150), + [anon_sym_PIPE] = ACTIONS(2150), + [anon_sym_LT] = ACTIONS(2150), + [anon_sym_DOT_DOT] = ACTIONS(2150), + [anon_sym_COLON_COLON] = ACTIONS(2150), + [anon_sym_POUND] = ACTIONS(2150), + [anon_sym_SQUOTE] = ACTIONS(2152), + [anon_sym_async] = ACTIONS(2152), + [anon_sym_break] = ACTIONS(2152), + [anon_sym_const] = ACTIONS(2152), + [anon_sym_continue] = ACTIONS(2152), + [anon_sym_default] = ACTIONS(2152), + [anon_sym_enum] = ACTIONS(2152), + [anon_sym_fn] = ACTIONS(2152), + [anon_sym_for] = ACTIONS(2152), + [anon_sym_gen] = ACTIONS(2152), + [anon_sym_if] = ACTIONS(2152), + [anon_sym_impl] = ACTIONS(2152), + [anon_sym_let] = ACTIONS(2152), + [anon_sym_loop] = ACTIONS(2152), + [anon_sym_match] = ACTIONS(2152), + [anon_sym_mod] = ACTIONS(2152), + [anon_sym_pub] = ACTIONS(2152), + [anon_sym_return] = ACTIONS(2152), + [anon_sym_static] = ACTIONS(2152), + [anon_sym_struct] = ACTIONS(2152), + [anon_sym_trait] = ACTIONS(2152), + [anon_sym_type] = ACTIONS(2152), + [anon_sym_union] = ACTIONS(2152), + [anon_sym_unsafe] = ACTIONS(2152), + [anon_sym_use] = ACTIONS(2152), + [anon_sym_while] = ACTIONS(2152), + [anon_sym_extern] = ACTIONS(2152), + [anon_sym_yield] = ACTIONS(2152), + [anon_sym_move] = ACTIONS(2152), + [anon_sym_try] = ACTIONS(2152), + [sym_integer_literal] = ACTIONS(2150), + [aux_sym_string_literal_token1] = ACTIONS(2150), + [sym_char_literal] = ACTIONS(2150), + [anon_sym_true] = ACTIONS(2152), + [anon_sym_false] = ACTIONS(2152), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2152), + [sym_super] = ACTIONS(2152), + [sym_crate] = ACTIONS(2152), + [sym_metavariable] = ACTIONS(2150), + [sym__raw_string_literal_start] = ACTIONS(2150), + [sym_float_literal] = ACTIONS(2150), + }, + [STATE(582)] = { + [sym_line_comment] = STATE(582), + [sym_block_comment] = STATE(582), + [ts_builtin_sym_end] = ACTIONS(2154), + [sym_identifier] = ACTIONS(2156), + [anon_sym_SEMI] = ACTIONS(2154), + [anon_sym_macro_rules_BANG] = ACTIONS(2154), + [anon_sym_LPAREN] = ACTIONS(2154), + [anon_sym_LBRACK] = ACTIONS(2154), + [anon_sym_LBRACE] = ACTIONS(2154), + [anon_sym_RBRACE] = ACTIONS(2154), + [anon_sym_STAR] = ACTIONS(2154), + [anon_sym_u8] = ACTIONS(2156), + [anon_sym_i8] = ACTIONS(2156), + [anon_sym_u16] = ACTIONS(2156), + [anon_sym_i16] = ACTIONS(2156), + [anon_sym_u32] = ACTIONS(2156), + [anon_sym_i32] = ACTIONS(2156), + [anon_sym_u64] = ACTIONS(2156), + [anon_sym_i64] = ACTIONS(2156), + [anon_sym_u128] = ACTIONS(2156), + [anon_sym_i128] = ACTIONS(2156), + [anon_sym_isize] = ACTIONS(2156), + [anon_sym_usize] = ACTIONS(2156), + [anon_sym_f32] = ACTIONS(2156), + [anon_sym_f64] = ACTIONS(2156), + [anon_sym_bool] = ACTIONS(2156), + [anon_sym_str] = ACTIONS(2156), + [anon_sym_char] = ACTIONS(2156), + [anon_sym_DASH] = ACTIONS(2154), + [anon_sym_BANG] = ACTIONS(2154), + [anon_sym_AMP] = ACTIONS(2154), + [anon_sym_PIPE] = ACTIONS(2154), + [anon_sym_LT] = ACTIONS(2154), + [anon_sym_DOT_DOT] = ACTIONS(2154), + [anon_sym_COLON_COLON] = ACTIONS(2154), + [anon_sym_POUND] = ACTIONS(2154), + [anon_sym_SQUOTE] = ACTIONS(2156), + [anon_sym_async] = ACTIONS(2156), + [anon_sym_break] = ACTIONS(2156), + [anon_sym_const] = ACTIONS(2156), + [anon_sym_continue] = ACTIONS(2156), + [anon_sym_default] = ACTIONS(2156), + [anon_sym_enum] = ACTIONS(2156), + [anon_sym_fn] = ACTIONS(2156), + [anon_sym_for] = ACTIONS(2156), + [anon_sym_gen] = ACTIONS(2156), + [anon_sym_if] = ACTIONS(2156), + [anon_sym_impl] = ACTIONS(2156), + [anon_sym_let] = ACTIONS(2156), + [anon_sym_loop] = ACTIONS(2156), + [anon_sym_match] = ACTIONS(2156), + [anon_sym_mod] = ACTIONS(2156), + [anon_sym_pub] = ACTIONS(2156), + [anon_sym_return] = ACTIONS(2156), + [anon_sym_static] = ACTIONS(2156), + [anon_sym_struct] = ACTIONS(2156), + [anon_sym_trait] = ACTIONS(2156), + [anon_sym_type] = ACTIONS(2156), + [anon_sym_union] = ACTIONS(2156), + [anon_sym_unsafe] = ACTIONS(2156), + [anon_sym_use] = ACTIONS(2156), + [anon_sym_while] = ACTIONS(2156), + [anon_sym_extern] = ACTIONS(2156), + [anon_sym_yield] = ACTIONS(2156), + [anon_sym_move] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2156), + [sym_integer_literal] = ACTIONS(2154), + [aux_sym_string_literal_token1] = ACTIONS(2154), + [sym_char_literal] = ACTIONS(2154), + [anon_sym_true] = ACTIONS(2156), + [anon_sym_false] = ACTIONS(2156), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2156), + [sym_super] = ACTIONS(2156), + [sym_crate] = ACTIONS(2156), + [sym_metavariable] = ACTIONS(2154), + [sym__raw_string_literal_start] = ACTIONS(2154), + [sym_float_literal] = ACTIONS(2154), + }, + [STATE(583)] = { + [sym_line_comment] = STATE(583), + [sym_block_comment] = STATE(583), [ts_builtin_sym_end] = ACTIONS(2158), [sym_identifier] = ACTIONS(2160), [anon_sym_SEMI] = ACTIONS(2158), @@ -76533,9 +79122,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2158), [sym_float_literal] = ACTIONS(2158), }, - [STATE(552)] = { - [sym_line_comment] = STATE(552), - [sym_block_comment] = STATE(552), + [STATE(584)] = { + [sym_line_comment] = STATE(584), + [sym_block_comment] = STATE(584), [ts_builtin_sym_end] = ACTIONS(2162), [sym_identifier] = ACTIONS(2164), [anon_sym_SEMI] = ACTIONS(2162), @@ -76614,9 +79203,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), }, - [STATE(553)] = { - [sym_line_comment] = STATE(553), - [sym_block_comment] = STATE(553), + [STATE(585)] = { + [sym_line_comment] = STATE(585), + [sym_block_comment] = STATE(585), [ts_builtin_sym_end] = ACTIONS(2166), [sym_identifier] = ACTIONS(2168), [anon_sym_SEMI] = ACTIONS(2166), @@ -76695,9 +79284,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2166), [sym_float_literal] = ACTIONS(2166), }, - [STATE(554)] = { - [sym_line_comment] = STATE(554), - [sym_block_comment] = STATE(554), + [STATE(586)] = { + [sym_line_comment] = STATE(586), + [sym_block_comment] = STATE(586), [ts_builtin_sym_end] = ACTIONS(2170), [sym_identifier] = ACTIONS(2172), [anon_sym_SEMI] = ACTIONS(2170), @@ -76776,9 +79365,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2170), [sym_float_literal] = ACTIONS(2170), }, - [STATE(555)] = { - [sym_line_comment] = STATE(555), - [sym_block_comment] = STATE(555), + [STATE(587)] = { + [sym_line_comment] = STATE(587), + [sym_block_comment] = STATE(587), [ts_builtin_sym_end] = ACTIONS(2174), [sym_identifier] = ACTIONS(2176), [anon_sym_SEMI] = ACTIONS(2174), @@ -76857,9 +79446,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2174), [sym_float_literal] = ACTIONS(2174), }, - [STATE(556)] = { - [sym_line_comment] = STATE(556), - [sym_block_comment] = STATE(556), + [STATE(588)] = { + [sym_line_comment] = STATE(588), + [sym_block_comment] = STATE(588), [ts_builtin_sym_end] = ACTIONS(2178), [sym_identifier] = ACTIONS(2180), [anon_sym_SEMI] = ACTIONS(2178), @@ -76938,9 +79527,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2178), [sym_float_literal] = ACTIONS(2178), }, - [STATE(557)] = { - [sym_line_comment] = STATE(557), - [sym_block_comment] = STATE(557), + [STATE(589)] = { + [sym_line_comment] = STATE(589), + [sym_block_comment] = STATE(589), [ts_builtin_sym_end] = ACTIONS(2182), [sym_identifier] = ACTIONS(2184), [anon_sym_SEMI] = ACTIONS(2182), @@ -77019,9 +79608,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2182), [sym_float_literal] = ACTIONS(2182), }, - [STATE(558)] = { - [sym_line_comment] = STATE(558), - [sym_block_comment] = STATE(558), + [STATE(590)] = { + [sym_line_comment] = STATE(590), + [sym_block_comment] = STATE(590), [ts_builtin_sym_end] = ACTIONS(2186), [sym_identifier] = ACTIONS(2188), [anon_sym_SEMI] = ACTIONS(2186), @@ -77100,9 +79689,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2186), [sym_float_literal] = ACTIONS(2186), }, - [STATE(559)] = { - [sym_line_comment] = STATE(559), - [sym_block_comment] = STATE(559), + [STATE(591)] = { + [sym_line_comment] = STATE(591), + [sym_block_comment] = STATE(591), [ts_builtin_sym_end] = ACTIONS(2190), [sym_identifier] = ACTIONS(2192), [anon_sym_SEMI] = ACTIONS(2190), @@ -77181,9 +79770,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2190), [sym_float_literal] = ACTIONS(2190), }, - [STATE(560)] = { - [sym_line_comment] = STATE(560), - [sym_block_comment] = STATE(560), + [STATE(592)] = { + [sym_line_comment] = STATE(592), + [sym_block_comment] = STATE(592), [ts_builtin_sym_end] = ACTIONS(2194), [sym_identifier] = ACTIONS(2196), [anon_sym_SEMI] = ACTIONS(2194), @@ -77262,9 +79851,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2194), [sym_float_literal] = ACTIONS(2194), }, - [STATE(561)] = { - [sym_line_comment] = STATE(561), - [sym_block_comment] = STATE(561), + [STATE(593)] = { + [sym_line_comment] = STATE(593), + [sym_block_comment] = STATE(593), [ts_builtin_sym_end] = ACTIONS(2198), [sym_identifier] = ACTIONS(2200), [anon_sym_SEMI] = ACTIONS(2198), @@ -77343,9 +79932,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2198), [sym_float_literal] = ACTIONS(2198), }, - [STATE(562)] = { - [sym_line_comment] = STATE(562), - [sym_block_comment] = STATE(562), + [STATE(594)] = { + [sym_line_comment] = STATE(594), + [sym_block_comment] = STATE(594), [ts_builtin_sym_end] = ACTIONS(2202), [sym_identifier] = ACTIONS(2204), [anon_sym_SEMI] = ACTIONS(2202), @@ -77424,9 +80013,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2202), [sym_float_literal] = ACTIONS(2202), }, - [STATE(563)] = { - [sym_line_comment] = STATE(563), - [sym_block_comment] = STATE(563), + [STATE(595)] = { + [sym_line_comment] = STATE(595), + [sym_block_comment] = STATE(595), [ts_builtin_sym_end] = ACTIONS(2206), [sym_identifier] = ACTIONS(2208), [anon_sym_SEMI] = ACTIONS(2206), @@ -77505,9 +80094,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2206), [sym_float_literal] = ACTIONS(2206), }, - [STATE(564)] = { - [sym_line_comment] = STATE(564), - [sym_block_comment] = STATE(564), + [STATE(596)] = { + [sym_line_comment] = STATE(596), + [sym_block_comment] = STATE(596), [ts_builtin_sym_end] = ACTIONS(2210), [sym_identifier] = ACTIONS(2212), [anon_sym_SEMI] = ACTIONS(2210), @@ -77586,9 +80175,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2210), [sym_float_literal] = ACTIONS(2210), }, - [STATE(565)] = { - [sym_line_comment] = STATE(565), - [sym_block_comment] = STATE(565), + [STATE(597)] = { + [sym_line_comment] = STATE(597), + [sym_block_comment] = STATE(597), [ts_builtin_sym_end] = ACTIONS(2214), [sym_identifier] = ACTIONS(2216), [anon_sym_SEMI] = ACTIONS(2214), @@ -77667,9 +80256,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2214), [sym_float_literal] = ACTIONS(2214), }, - [STATE(566)] = { - [sym_line_comment] = STATE(566), - [sym_block_comment] = STATE(566), + [STATE(598)] = { + [sym_line_comment] = STATE(598), + [sym_block_comment] = STATE(598), [ts_builtin_sym_end] = ACTIONS(2218), [sym_identifier] = ACTIONS(2220), [anon_sym_SEMI] = ACTIONS(2218), @@ -77748,9 +80337,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2218), [sym_float_literal] = ACTIONS(2218), }, - [STATE(567)] = { - [sym_line_comment] = STATE(567), - [sym_block_comment] = STATE(567), + [STATE(599)] = { + [sym_line_comment] = STATE(599), + [sym_block_comment] = STATE(599), [ts_builtin_sym_end] = ACTIONS(2222), [sym_identifier] = ACTIONS(2224), [anon_sym_SEMI] = ACTIONS(2222), @@ -77829,9 +80418,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2222), [sym_float_literal] = ACTIONS(2222), }, - [STATE(568)] = { - [sym_line_comment] = STATE(568), - [sym_block_comment] = STATE(568), + [STATE(600)] = { + [sym_line_comment] = STATE(600), + [sym_block_comment] = STATE(600), [ts_builtin_sym_end] = ACTIONS(2226), [sym_identifier] = ACTIONS(2228), [anon_sym_SEMI] = ACTIONS(2226), @@ -77910,9 +80499,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2226), [sym_float_literal] = ACTIONS(2226), }, - [STATE(569)] = { - [sym_line_comment] = STATE(569), - [sym_block_comment] = STATE(569), + [STATE(601)] = { + [sym_line_comment] = STATE(601), + [sym_block_comment] = STATE(601), [ts_builtin_sym_end] = ACTIONS(2230), [sym_identifier] = ACTIONS(2232), [anon_sym_SEMI] = ACTIONS(2230), @@ -77991,9 +80580,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2230), [sym_float_literal] = ACTIONS(2230), }, - [STATE(570)] = { - [sym_line_comment] = STATE(570), - [sym_block_comment] = STATE(570), + [STATE(602)] = { + [sym_line_comment] = STATE(602), + [sym_block_comment] = STATE(602), [ts_builtin_sym_end] = ACTIONS(2234), [sym_identifier] = ACTIONS(2236), [anon_sym_SEMI] = ACTIONS(2234), @@ -78072,9 +80661,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2234), [sym_float_literal] = ACTIONS(2234), }, - [STATE(571)] = { - [sym_line_comment] = STATE(571), - [sym_block_comment] = STATE(571), + [STATE(603)] = { + [sym_line_comment] = STATE(603), + [sym_block_comment] = STATE(603), [ts_builtin_sym_end] = ACTIONS(2238), [sym_identifier] = ACTIONS(2240), [anon_sym_SEMI] = ACTIONS(2238), @@ -78153,9 +80742,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2238), [sym_float_literal] = ACTIONS(2238), }, - [STATE(572)] = { - [sym_line_comment] = STATE(572), - [sym_block_comment] = STATE(572), + [STATE(604)] = { + [sym_line_comment] = STATE(604), + [sym_block_comment] = STATE(604), [ts_builtin_sym_end] = ACTIONS(2242), [sym_identifier] = ACTIONS(2244), [anon_sym_SEMI] = ACTIONS(2242), @@ -78234,9 +80823,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2242), [sym_float_literal] = ACTIONS(2242), }, - [STATE(573)] = { - [sym_line_comment] = STATE(573), - [sym_block_comment] = STATE(573), + [STATE(605)] = { + [sym_line_comment] = STATE(605), + [sym_block_comment] = STATE(605), [ts_builtin_sym_end] = ACTIONS(2246), [sym_identifier] = ACTIONS(2248), [anon_sym_SEMI] = ACTIONS(2246), @@ -78315,9 +80904,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2246), [sym_float_literal] = ACTIONS(2246), }, - [STATE(574)] = { - [sym_line_comment] = STATE(574), - [sym_block_comment] = STATE(574), + [STATE(606)] = { + [sym_line_comment] = STATE(606), + [sym_block_comment] = STATE(606), [ts_builtin_sym_end] = ACTIONS(2250), [sym_identifier] = ACTIONS(2252), [anon_sym_SEMI] = ACTIONS(2250), @@ -78396,9 +80985,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2250), [sym_float_literal] = ACTIONS(2250), }, - [STATE(575)] = { - [sym_line_comment] = STATE(575), - [sym_block_comment] = STATE(575), + [STATE(607)] = { + [sym_line_comment] = STATE(607), + [sym_block_comment] = STATE(607), [ts_builtin_sym_end] = ACTIONS(2254), [sym_identifier] = ACTIONS(2256), [anon_sym_SEMI] = ACTIONS(2254), @@ -78477,9 +81066,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2254), [sym_float_literal] = ACTIONS(2254), }, - [STATE(576)] = { - [sym_line_comment] = STATE(576), - [sym_block_comment] = STATE(576), + [STATE(608)] = { + [sym_line_comment] = STATE(608), + [sym_block_comment] = STATE(608), [ts_builtin_sym_end] = ACTIONS(2258), [sym_identifier] = ACTIONS(2260), [anon_sym_SEMI] = ACTIONS(2258), @@ -78558,9 +81147,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2258), [sym_float_literal] = ACTIONS(2258), }, - [STATE(577)] = { - [sym_line_comment] = STATE(577), - [sym_block_comment] = STATE(577), + [STATE(609)] = { + [sym_line_comment] = STATE(609), + [sym_block_comment] = STATE(609), [ts_builtin_sym_end] = ACTIONS(2262), [sym_identifier] = ACTIONS(2264), [anon_sym_SEMI] = ACTIONS(2262), @@ -78639,9 +81228,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2262), [sym_float_literal] = ACTIONS(2262), }, - [STATE(578)] = { - [sym_line_comment] = STATE(578), - [sym_block_comment] = STATE(578), + [STATE(610)] = { + [sym_line_comment] = STATE(610), + [sym_block_comment] = STATE(610), [ts_builtin_sym_end] = ACTIONS(2266), [sym_identifier] = ACTIONS(2268), [anon_sym_SEMI] = ACTIONS(2266), @@ -78720,9 +81309,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2266), [sym_float_literal] = ACTIONS(2266), }, - [STATE(579)] = { - [sym_line_comment] = STATE(579), - [sym_block_comment] = STATE(579), + [STATE(611)] = { + [sym_line_comment] = STATE(611), + [sym_block_comment] = STATE(611), [ts_builtin_sym_end] = ACTIONS(2270), [sym_identifier] = ACTIONS(2272), [anon_sym_SEMI] = ACTIONS(2270), @@ -78801,9 +81390,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2270), [sym_float_literal] = ACTIONS(2270), }, - [STATE(580)] = { - [sym_line_comment] = STATE(580), - [sym_block_comment] = STATE(580), + [STATE(612)] = { + [sym_line_comment] = STATE(612), + [sym_block_comment] = STATE(612), [ts_builtin_sym_end] = ACTIONS(2274), [sym_identifier] = ACTIONS(2276), [anon_sym_SEMI] = ACTIONS(2274), @@ -78882,9 +81471,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2274), [sym_float_literal] = ACTIONS(2274), }, - [STATE(581)] = { - [sym_line_comment] = STATE(581), - [sym_block_comment] = STATE(581), + [STATE(613)] = { + [sym_line_comment] = STATE(613), + [sym_block_comment] = STATE(613), [ts_builtin_sym_end] = ACTIONS(2278), [sym_identifier] = ACTIONS(2280), [anon_sym_SEMI] = ACTIONS(2278), @@ -78963,9 +81552,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2278), [sym_float_literal] = ACTIONS(2278), }, - [STATE(582)] = { - [sym_line_comment] = STATE(582), - [sym_block_comment] = STATE(582), + [STATE(614)] = { + [sym_line_comment] = STATE(614), + [sym_block_comment] = STATE(614), [ts_builtin_sym_end] = ACTIONS(2282), [sym_identifier] = ACTIONS(2284), [anon_sym_SEMI] = ACTIONS(2282), @@ -79044,9 +81633,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2282), [sym_float_literal] = ACTIONS(2282), }, - [STATE(583)] = { - [sym_line_comment] = STATE(583), - [sym_block_comment] = STATE(583), + [STATE(615)] = { + [sym_line_comment] = STATE(615), + [sym_block_comment] = STATE(615), [ts_builtin_sym_end] = ACTIONS(2286), [sym_identifier] = ACTIONS(2288), [anon_sym_SEMI] = ACTIONS(2286), @@ -79125,9 +81714,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2286), [sym_float_literal] = ACTIONS(2286), }, - [STATE(584)] = { - [sym_line_comment] = STATE(584), - [sym_block_comment] = STATE(584), + [STATE(616)] = { + [sym_line_comment] = STATE(616), + [sym_block_comment] = STATE(616), [ts_builtin_sym_end] = ACTIONS(2290), [sym_identifier] = ACTIONS(2292), [anon_sym_SEMI] = ACTIONS(2290), @@ -79206,9 +81795,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2290), [sym_float_literal] = ACTIONS(2290), }, - [STATE(585)] = { - [sym_line_comment] = STATE(585), - [sym_block_comment] = STATE(585), + [STATE(617)] = { + [sym_line_comment] = STATE(617), + [sym_block_comment] = STATE(617), [ts_builtin_sym_end] = ACTIONS(2294), [sym_identifier] = ACTIONS(2296), [anon_sym_SEMI] = ACTIONS(2294), @@ -79287,9 +81876,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2294), [sym_float_literal] = ACTIONS(2294), }, - [STATE(586)] = { - [sym_line_comment] = STATE(586), - [sym_block_comment] = STATE(586), + [STATE(618)] = { + [sym_line_comment] = STATE(618), + [sym_block_comment] = STATE(618), [ts_builtin_sym_end] = ACTIONS(2298), [sym_identifier] = ACTIONS(2300), [anon_sym_SEMI] = ACTIONS(2298), @@ -79368,9 +81957,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2298), [sym_float_literal] = ACTIONS(2298), }, - [STATE(587)] = { - [sym_line_comment] = STATE(587), - [sym_block_comment] = STATE(587), + [STATE(619)] = { + [sym_line_comment] = STATE(619), + [sym_block_comment] = STATE(619), [ts_builtin_sym_end] = ACTIONS(2302), [sym_identifier] = ACTIONS(2304), [anon_sym_SEMI] = ACTIONS(2302), @@ -79449,9 +82038,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2302), [sym_float_literal] = ACTIONS(2302), }, - [STATE(588)] = { - [sym_line_comment] = STATE(588), - [sym_block_comment] = STATE(588), + [STATE(620)] = { + [sym_line_comment] = STATE(620), + [sym_block_comment] = STATE(620), [ts_builtin_sym_end] = ACTIONS(2306), [sym_identifier] = ACTIONS(2308), [anon_sym_SEMI] = ACTIONS(2306), @@ -79530,9 +82119,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2306), [sym_float_literal] = ACTIONS(2306), }, - [STATE(589)] = { - [sym_line_comment] = STATE(589), - [sym_block_comment] = STATE(589), + [STATE(621)] = { + [sym_line_comment] = STATE(621), + [sym_block_comment] = STATE(621), [ts_builtin_sym_end] = ACTIONS(2310), [sym_identifier] = ACTIONS(2312), [anon_sym_SEMI] = ACTIONS(2310), @@ -79611,9 +82200,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2310), [sym_float_literal] = ACTIONS(2310), }, - [STATE(590)] = { - [sym_line_comment] = STATE(590), - [sym_block_comment] = STATE(590), + [STATE(622)] = { + [sym_line_comment] = STATE(622), + [sym_block_comment] = STATE(622), [ts_builtin_sym_end] = ACTIONS(2314), [sym_identifier] = ACTIONS(2316), [anon_sym_SEMI] = ACTIONS(2314), @@ -79692,9 +82281,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2314), [sym_float_literal] = ACTIONS(2314), }, - [STATE(591)] = { - [sym_line_comment] = STATE(591), - [sym_block_comment] = STATE(591), + [STATE(623)] = { + [sym_line_comment] = STATE(623), + [sym_block_comment] = STATE(623), [ts_builtin_sym_end] = ACTIONS(2318), [sym_identifier] = ACTIONS(2320), [anon_sym_SEMI] = ACTIONS(2318), @@ -79773,9 +82362,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2318), [sym_float_literal] = ACTIONS(2318), }, - [STATE(592)] = { - [sym_line_comment] = STATE(592), - [sym_block_comment] = STATE(592), + [STATE(624)] = { + [sym_line_comment] = STATE(624), + [sym_block_comment] = STATE(624), [ts_builtin_sym_end] = ACTIONS(2322), [sym_identifier] = ACTIONS(2324), [anon_sym_SEMI] = ACTIONS(2322), @@ -79854,90 +82443,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2322), [sym_float_literal] = ACTIONS(2322), }, - [STATE(593)] = { - [sym_line_comment] = STATE(593), - [sym_block_comment] = STATE(593), - [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_STAR] = 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(1453), - [anon_sym_BANG] = ACTIONS(1453), - [anon_sym_AMP] = ACTIONS(1453), - [anon_sym_PIPE] = ACTIONS(1453), - [anon_sym_LT] = ACTIONS(1453), - [anon_sym_DOT_DOT] = ACTIONS(1453), - [anon_sym_COLON_COLON] = ACTIONS(1453), - [anon_sym_POUND] = ACTIONS(1453), - [anon_sym_SQUOTE] = 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(594)] = { - [sym_line_comment] = STATE(594), - [sym_block_comment] = STATE(594), + [STATE(625)] = { + [sym_line_comment] = STATE(625), + [sym_block_comment] = STATE(625), [ts_builtin_sym_end] = ACTIONS(2326), [sym_identifier] = ACTIONS(2328), [anon_sym_SEMI] = ACTIONS(2326), @@ -80016,9 +82524,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2326), [sym_float_literal] = ACTIONS(2326), }, - [STATE(595)] = { - [sym_line_comment] = STATE(595), - [sym_block_comment] = STATE(595), + [STATE(626)] = { + [sym_line_comment] = STATE(626), + [sym_block_comment] = STATE(626), [ts_builtin_sym_end] = ACTIONS(2330), [sym_identifier] = ACTIONS(2332), [anon_sym_SEMI] = ACTIONS(2330), @@ -80097,9 +82605,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2330), [sym_float_literal] = ACTIONS(2330), }, - [STATE(596)] = { - [sym_line_comment] = STATE(596), - [sym_block_comment] = STATE(596), + [STATE(627)] = { + [sym_line_comment] = STATE(627), + [sym_block_comment] = STATE(627), [ts_builtin_sym_end] = ACTIONS(2334), [sym_identifier] = ACTIONS(2336), [anon_sym_SEMI] = ACTIONS(2334), @@ -80178,9 +82686,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2334), [sym_float_literal] = ACTIONS(2334), }, - [STATE(597)] = { - [sym_line_comment] = STATE(597), - [sym_block_comment] = STATE(597), + [STATE(628)] = { + [sym_line_comment] = STATE(628), + [sym_block_comment] = STATE(628), [ts_builtin_sym_end] = ACTIONS(2338), [sym_identifier] = ACTIONS(2340), [anon_sym_SEMI] = ACTIONS(2338), @@ -80259,9 +82767,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2338), [sym_float_literal] = ACTIONS(2338), }, - [STATE(598)] = { - [sym_line_comment] = STATE(598), - [sym_block_comment] = STATE(598), + [STATE(629)] = { + [sym_line_comment] = STATE(629), + [sym_block_comment] = STATE(629), [ts_builtin_sym_end] = ACTIONS(2342), [sym_identifier] = ACTIONS(2344), [anon_sym_SEMI] = ACTIONS(2342), @@ -80340,9 +82848,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2342), [sym_float_literal] = ACTIONS(2342), }, - [STATE(599)] = { - [sym_line_comment] = STATE(599), - [sym_block_comment] = STATE(599), + [STATE(630)] = { + [sym_line_comment] = STATE(630), + [sym_block_comment] = STATE(630), [ts_builtin_sym_end] = ACTIONS(2346), [sym_identifier] = ACTIONS(2348), [anon_sym_SEMI] = ACTIONS(2346), @@ -80421,90 +82929,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2346), [sym_float_literal] = ACTIONS(2346), }, - [STATE(600)] = { - [sym_line_comment] = STATE(600), - [sym_block_comment] = STATE(600), - [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_STAR] = 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(1437), - [anon_sym_BANG] = ACTIONS(1437), - [anon_sym_AMP] = ACTIONS(1437), - [anon_sym_PIPE] = ACTIONS(1437), - [anon_sym_LT] = ACTIONS(1437), - [anon_sym_DOT_DOT] = ACTIONS(1437), - [anon_sym_COLON_COLON] = ACTIONS(1437), - [anon_sym_POUND] = ACTIONS(1437), - [anon_sym_SQUOTE] = ACTIONS(1439), - [anon_sym_async] = ACTIONS(1439), - [anon_sym_break] = ACTIONS(1439), - [anon_sym_const] = ACTIONS(1439), - [anon_sym_continue] = ACTIONS(1439), - [anon_sym_default] = ACTIONS(1439), - [anon_sym_enum] = ACTIONS(1439), - [anon_sym_fn] = ACTIONS(1439), - [anon_sym_for] = ACTIONS(1439), - [anon_sym_gen] = ACTIONS(1439), - [anon_sym_if] = ACTIONS(1439), - [anon_sym_impl] = ACTIONS(1439), - [anon_sym_let] = ACTIONS(1439), - [anon_sym_loop] = ACTIONS(1439), - [anon_sym_match] = ACTIONS(1439), - [anon_sym_mod] = ACTIONS(1439), - [anon_sym_pub] = ACTIONS(1439), - [anon_sym_return] = ACTIONS(1439), - [anon_sym_static] = ACTIONS(1439), - [anon_sym_struct] = ACTIONS(1439), - [anon_sym_trait] = ACTIONS(1439), - [anon_sym_type] = ACTIONS(1439), - [anon_sym_union] = ACTIONS(1439), - [anon_sym_unsafe] = ACTIONS(1439), - [anon_sym_use] = ACTIONS(1439), - [anon_sym_while] = ACTIONS(1439), - [anon_sym_extern] = ACTIONS(1439), - [anon_sym_yield] = ACTIONS(1439), - [anon_sym_move] = ACTIONS(1439), - [anon_sym_try] = ACTIONS(1439), - [sym_integer_literal] = ACTIONS(1437), - [aux_sym_string_literal_token1] = ACTIONS(1437), - [sym_char_literal] = ACTIONS(1437), - [anon_sym_true] = ACTIONS(1439), - [anon_sym_false] = ACTIONS(1439), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1439), - [sym_super] = ACTIONS(1439), - [sym_crate] = ACTIONS(1439), - [sym_metavariable] = ACTIONS(1437), - [sym__raw_string_literal_start] = ACTIONS(1437), - [sym_float_literal] = ACTIONS(1437), - }, - [STATE(601)] = { - [sym_line_comment] = STATE(601), - [sym_block_comment] = STATE(601), + [STATE(631)] = { + [sym_line_comment] = STATE(631), + [sym_block_comment] = STATE(631), [ts_builtin_sym_end] = ACTIONS(2350), [sym_identifier] = ACTIONS(2352), [anon_sym_SEMI] = ACTIONS(2350), @@ -80583,9 +83010,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2350), [sym_float_literal] = ACTIONS(2350), }, - [STATE(602)] = { - [sym_line_comment] = STATE(602), - [sym_block_comment] = STATE(602), + [STATE(632)] = { + [sym_line_comment] = STATE(632), + [sym_block_comment] = STATE(632), [ts_builtin_sym_end] = ACTIONS(2354), [sym_identifier] = ACTIONS(2356), [anon_sym_SEMI] = ACTIONS(2354), @@ -80664,9 +83091,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2354), [sym_float_literal] = ACTIONS(2354), }, - [STATE(603)] = { - [sym_line_comment] = STATE(603), - [sym_block_comment] = STATE(603), + [STATE(633)] = { + [sym_line_comment] = STATE(633), + [sym_block_comment] = STATE(633), [ts_builtin_sym_end] = ACTIONS(2358), [sym_identifier] = ACTIONS(2360), [anon_sym_SEMI] = ACTIONS(2358), @@ -80745,9 +83172,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2358), [sym_float_literal] = ACTIONS(2358), }, - [STATE(604)] = { - [sym_line_comment] = STATE(604), - [sym_block_comment] = STATE(604), + [STATE(634)] = { + [sym_line_comment] = STATE(634), + [sym_block_comment] = STATE(634), [ts_builtin_sym_end] = ACTIONS(2362), [sym_identifier] = ACTIONS(2364), [anon_sym_SEMI] = ACTIONS(2362), @@ -80826,9 +83253,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2362), [sym_float_literal] = ACTIONS(2362), }, - [STATE(605)] = { - [sym_line_comment] = STATE(605), - [sym_block_comment] = STATE(605), + [STATE(635)] = { + [sym_line_comment] = STATE(635), + [sym_block_comment] = STATE(635), [ts_builtin_sym_end] = ACTIONS(2366), [sym_identifier] = ACTIONS(2368), [anon_sym_SEMI] = ACTIONS(2366), @@ -80907,9 +83334,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2366), [sym_float_literal] = ACTIONS(2366), }, - [STATE(606)] = { - [sym_line_comment] = STATE(606), - [sym_block_comment] = STATE(606), + [STATE(636)] = { + [sym_line_comment] = STATE(636), + [sym_block_comment] = STATE(636), [ts_builtin_sym_end] = ACTIONS(2370), [sym_identifier] = ACTIONS(2372), [anon_sym_SEMI] = ACTIONS(2370), @@ -80988,9 +83415,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2370), [sym_float_literal] = ACTIONS(2370), }, - [STATE(607)] = { - [sym_line_comment] = STATE(607), - [sym_block_comment] = STATE(607), + [STATE(637)] = { + [sym_line_comment] = STATE(637), + [sym_block_comment] = STATE(637), [ts_builtin_sym_end] = ACTIONS(2374), [sym_identifier] = ACTIONS(2376), [anon_sym_SEMI] = ACTIONS(2374), @@ -81069,9 +83496,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2374), [sym_float_literal] = ACTIONS(2374), }, - [STATE(608)] = { - [sym_line_comment] = STATE(608), - [sym_block_comment] = STATE(608), + [STATE(638)] = { + [sym_line_comment] = STATE(638), + [sym_block_comment] = STATE(638), [ts_builtin_sym_end] = ACTIONS(2378), [sym_identifier] = ACTIONS(2380), [anon_sym_SEMI] = ACTIONS(2378), @@ -81150,9 +83577,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2378), [sym_float_literal] = ACTIONS(2378), }, - [STATE(609)] = { - [sym_line_comment] = STATE(609), - [sym_block_comment] = STATE(609), + [STATE(639)] = { + [sym_line_comment] = STATE(639), + [sym_block_comment] = STATE(639), [ts_builtin_sym_end] = ACTIONS(2382), [sym_identifier] = ACTIONS(2384), [anon_sym_SEMI] = ACTIONS(2382), @@ -81231,9 +83658,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2382), [sym_float_literal] = ACTIONS(2382), }, - [STATE(610)] = { - [sym_line_comment] = STATE(610), - [sym_block_comment] = STATE(610), + [STATE(640)] = { + [sym_line_comment] = STATE(640), + [sym_block_comment] = STATE(640), [ts_builtin_sym_end] = ACTIONS(2386), [sym_identifier] = ACTIONS(2388), [anon_sym_SEMI] = ACTIONS(2386), @@ -81312,171 +83739,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2386), [sym_float_literal] = ACTIONS(2386), }, - [STATE(611)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym_closure_expression] = STATE(3249), - [sym_closure_parameters] = STATE(217), - [sym__pattern] = STATE(2952), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(611), - [sym_block_comment] = STATE(611), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1415), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_async] = ACTIONS(1741), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_static] = ACTIONS(1423), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [anon_sym_move] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(612)] = { - [sym_line_comment] = STATE(612), - [sym_block_comment] = STATE(612), - [ts_builtin_sym_end] = ACTIONS(1445), - [sym_identifier] = ACTIONS(1447), - [anon_sym_SEMI] = ACTIONS(1445), - [anon_sym_macro_rules_BANG] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1445), - [anon_sym_LBRACK] = ACTIONS(1445), - [anon_sym_LBRACE] = ACTIONS(1445), - [anon_sym_RBRACE] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_u8] = ACTIONS(1447), - [anon_sym_i8] = ACTIONS(1447), - [anon_sym_u16] = ACTIONS(1447), - [anon_sym_i16] = ACTIONS(1447), - [anon_sym_u32] = ACTIONS(1447), - [anon_sym_i32] = ACTIONS(1447), - [anon_sym_u64] = ACTIONS(1447), - [anon_sym_i64] = ACTIONS(1447), - [anon_sym_u128] = ACTIONS(1447), - [anon_sym_i128] = ACTIONS(1447), - [anon_sym_isize] = ACTIONS(1447), - [anon_sym_usize] = ACTIONS(1447), - [anon_sym_f32] = ACTIONS(1447), - [anon_sym_f64] = ACTIONS(1447), - [anon_sym_bool] = ACTIONS(1447), - [anon_sym_str] = ACTIONS(1447), - [anon_sym_char] = ACTIONS(1447), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_BANG] = ACTIONS(1445), - [anon_sym_AMP] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1445), - [anon_sym_DOT_DOT] = ACTIONS(1445), - [anon_sym_COLON_COLON] = ACTIONS(1445), - [anon_sym_POUND] = ACTIONS(1445), - [anon_sym_SQUOTE] = ACTIONS(1447), - [anon_sym_async] = ACTIONS(1447), - [anon_sym_break] = ACTIONS(1447), - [anon_sym_const] = ACTIONS(1447), - [anon_sym_continue] = ACTIONS(1447), - [anon_sym_default] = ACTIONS(1447), - [anon_sym_enum] = ACTIONS(1447), - [anon_sym_fn] = ACTIONS(1447), - [anon_sym_for] = ACTIONS(1447), - [anon_sym_gen] = ACTIONS(1447), - [anon_sym_if] = ACTIONS(1447), - [anon_sym_impl] = ACTIONS(1447), - [anon_sym_let] = ACTIONS(1447), - [anon_sym_loop] = ACTIONS(1447), - [anon_sym_match] = ACTIONS(1447), - [anon_sym_mod] = ACTIONS(1447), - [anon_sym_pub] = ACTIONS(1447), - [anon_sym_return] = ACTIONS(1447), - [anon_sym_static] = ACTIONS(1447), - [anon_sym_struct] = ACTIONS(1447), - [anon_sym_trait] = ACTIONS(1447), - [anon_sym_type] = ACTIONS(1447), - [anon_sym_union] = ACTIONS(1447), - [anon_sym_unsafe] = ACTIONS(1447), - [anon_sym_use] = ACTIONS(1447), - [anon_sym_while] = ACTIONS(1447), - [anon_sym_extern] = ACTIONS(1447), - [anon_sym_yield] = ACTIONS(1447), - [anon_sym_move] = ACTIONS(1447), - [anon_sym_try] = ACTIONS(1447), - [sym_integer_literal] = ACTIONS(1445), - [aux_sym_string_literal_token1] = ACTIONS(1445), - [sym_char_literal] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(1447), - [anon_sym_false] = ACTIONS(1447), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1447), - [sym_super] = ACTIONS(1447), - [sym_crate] = ACTIONS(1447), - [sym_metavariable] = ACTIONS(1445), - [sym__raw_string_literal_start] = ACTIONS(1445), - [sym_float_literal] = ACTIONS(1445), - }, - [STATE(613)] = { - [sym_line_comment] = STATE(613), - [sym_block_comment] = STATE(613), + [STATE(641)] = { + [sym_line_comment] = STATE(641), + [sym_block_comment] = STATE(641), [ts_builtin_sym_end] = ACTIONS(2390), [sym_identifier] = ACTIONS(2392), [anon_sym_SEMI] = ACTIONS(2390), @@ -81555,90 +83820,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2390), [sym_float_literal] = ACTIONS(2390), }, - [STATE(614)] = { - [sym_line_comment] = STATE(614), - [sym_block_comment] = STATE(614), - [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_STAR] = 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(1449), - [anon_sym_BANG] = ACTIONS(1449), - [anon_sym_AMP] = ACTIONS(1449), - [anon_sym_PIPE] = ACTIONS(1449), - [anon_sym_LT] = ACTIONS(1449), - [anon_sym_DOT_DOT] = ACTIONS(1449), - [anon_sym_COLON_COLON] = ACTIONS(1449), - [anon_sym_POUND] = ACTIONS(1449), - [anon_sym_SQUOTE] = 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(615)] = { - [sym_line_comment] = STATE(615), - [sym_block_comment] = STATE(615), + [STATE(642)] = { + [sym_line_comment] = STATE(642), + [sym_block_comment] = STATE(642), [ts_builtin_sym_end] = ACTIONS(2394), [sym_identifier] = ACTIONS(2396), [anon_sym_SEMI] = ACTIONS(2394), @@ -81717,171 +83901,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2394), [sym_float_literal] = ACTIONS(2394), }, - [STATE(616)] = { - [sym_line_comment] = STATE(616), - [sym_block_comment] = STATE(616), - [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_STAR] = 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(1433), - [anon_sym_BANG] = ACTIONS(1433), - [anon_sym_AMP] = ACTIONS(1433), - [anon_sym_PIPE] = ACTIONS(1433), - [anon_sym_LT] = ACTIONS(1433), - [anon_sym_DOT_DOT] = ACTIONS(1433), - [anon_sym_COLON_COLON] = ACTIONS(1433), - [anon_sym_POUND] = ACTIONS(1433), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_async] = ACTIONS(1435), - [anon_sym_break] = ACTIONS(1435), - [anon_sym_const] = ACTIONS(1435), - [anon_sym_continue] = ACTIONS(1435), - [anon_sym_default] = ACTIONS(1435), - [anon_sym_enum] = ACTIONS(1435), - [anon_sym_fn] = ACTIONS(1435), - [anon_sym_for] = ACTIONS(1435), - [anon_sym_gen] = ACTIONS(1435), - [anon_sym_if] = ACTIONS(1435), - [anon_sym_impl] = ACTIONS(1435), - [anon_sym_let] = ACTIONS(1435), - [anon_sym_loop] = ACTIONS(1435), - [anon_sym_match] = ACTIONS(1435), - [anon_sym_mod] = ACTIONS(1435), - [anon_sym_pub] = ACTIONS(1435), - [anon_sym_return] = ACTIONS(1435), - [anon_sym_static] = ACTIONS(1435), - [anon_sym_struct] = ACTIONS(1435), - [anon_sym_trait] = ACTIONS(1435), - [anon_sym_type] = ACTIONS(1435), - [anon_sym_union] = ACTIONS(1435), - [anon_sym_unsafe] = ACTIONS(1435), - [anon_sym_use] = ACTIONS(1435), - [anon_sym_while] = ACTIONS(1435), - [anon_sym_extern] = ACTIONS(1435), - [anon_sym_yield] = ACTIONS(1435), - [anon_sym_move] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1435), - [sym_integer_literal] = ACTIONS(1433), - [aux_sym_string_literal_token1] = ACTIONS(1433), - [sym_char_literal] = ACTIONS(1433), - [anon_sym_true] = ACTIONS(1435), - [anon_sym_false] = ACTIONS(1435), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1435), - [sym_super] = ACTIONS(1435), - [sym_crate] = ACTIONS(1435), - [sym_metavariable] = ACTIONS(1433), - [sym__raw_string_literal_start] = ACTIONS(1433), - [sym_float_literal] = ACTIONS(1433), - }, - [STATE(617)] = { - [sym_line_comment] = STATE(617), - [sym_block_comment] = STATE(617), - [ts_builtin_sym_end] = ACTIONS(1441), - [sym_identifier] = ACTIONS(1443), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_macro_rules_BANG] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_RBRACE] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_u8] = ACTIONS(1443), - [anon_sym_i8] = ACTIONS(1443), - [anon_sym_u16] = ACTIONS(1443), - [anon_sym_i16] = ACTIONS(1443), - [anon_sym_u32] = ACTIONS(1443), - [anon_sym_i32] = ACTIONS(1443), - [anon_sym_u64] = ACTIONS(1443), - [anon_sym_i64] = ACTIONS(1443), - [anon_sym_u128] = ACTIONS(1443), - [anon_sym_i128] = ACTIONS(1443), - [anon_sym_isize] = ACTIONS(1443), - [anon_sym_usize] = ACTIONS(1443), - [anon_sym_f32] = ACTIONS(1443), - [anon_sym_f64] = ACTIONS(1443), - [anon_sym_bool] = ACTIONS(1443), - [anon_sym_str] = ACTIONS(1443), - [anon_sym_char] = ACTIONS(1443), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_BANG] = ACTIONS(1441), - [anon_sym_AMP] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1441), - [anon_sym_DOT_DOT] = ACTIONS(1441), - [anon_sym_COLON_COLON] = ACTIONS(1441), - [anon_sym_POUND] = ACTIONS(1441), - [anon_sym_SQUOTE] = ACTIONS(1443), - [anon_sym_async] = ACTIONS(1443), - [anon_sym_break] = ACTIONS(1443), - [anon_sym_const] = ACTIONS(1443), - [anon_sym_continue] = ACTIONS(1443), - [anon_sym_default] = ACTIONS(1443), - [anon_sym_enum] = ACTIONS(1443), - [anon_sym_fn] = ACTIONS(1443), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_gen] = ACTIONS(1443), - [anon_sym_if] = ACTIONS(1443), - [anon_sym_impl] = ACTIONS(1443), - [anon_sym_let] = ACTIONS(1443), - [anon_sym_loop] = ACTIONS(1443), - [anon_sym_match] = ACTIONS(1443), - [anon_sym_mod] = ACTIONS(1443), - [anon_sym_pub] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1443), - [anon_sym_static] = ACTIONS(1443), - [anon_sym_struct] = ACTIONS(1443), - [anon_sym_trait] = ACTIONS(1443), - [anon_sym_type] = ACTIONS(1443), - [anon_sym_union] = ACTIONS(1443), - [anon_sym_unsafe] = ACTIONS(1443), - [anon_sym_use] = ACTIONS(1443), - [anon_sym_while] = ACTIONS(1443), - [anon_sym_extern] = ACTIONS(1443), - [anon_sym_yield] = ACTIONS(1443), - [anon_sym_move] = ACTIONS(1443), - [anon_sym_try] = ACTIONS(1443), - [sym_integer_literal] = ACTIONS(1441), - [aux_sym_string_literal_token1] = ACTIONS(1441), - [sym_char_literal] = ACTIONS(1441), - [anon_sym_true] = ACTIONS(1443), - [anon_sym_false] = ACTIONS(1443), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1443), - [sym_super] = ACTIONS(1443), - [sym_crate] = ACTIONS(1443), - [sym_metavariable] = ACTIONS(1441), - [sym__raw_string_literal_start] = ACTIONS(1441), - [sym_float_literal] = ACTIONS(1441), - }, - [STATE(618)] = { - [sym_line_comment] = STATE(618), - [sym_block_comment] = STATE(618), + [STATE(643)] = { + [sym_line_comment] = STATE(643), + [sym_block_comment] = STATE(643), [ts_builtin_sym_end] = ACTIONS(2398), [sym_identifier] = ACTIONS(2400), [anon_sym_SEMI] = ACTIONS(2398), @@ -81960,9 +83982,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2398), [sym_float_literal] = ACTIONS(2398), }, - [STATE(619)] = { - [sym_line_comment] = STATE(619), - [sym_block_comment] = STATE(619), + [STATE(644)] = { + [sym_line_comment] = STATE(644), + [sym_block_comment] = STATE(644), [ts_builtin_sym_end] = ACTIONS(2402), [sym_identifier] = ACTIONS(2404), [anon_sym_SEMI] = ACTIONS(2402), @@ -82041,9 +84063,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2402), [sym_float_literal] = ACTIONS(2402), }, - [STATE(620)] = { - [sym_line_comment] = STATE(620), - [sym_block_comment] = STATE(620), + [STATE(645)] = { + [sym_line_comment] = STATE(645), + [sym_block_comment] = STATE(645), [ts_builtin_sym_end] = ACTIONS(2406), [sym_identifier] = ACTIONS(2408), [anon_sym_SEMI] = ACTIONS(2406), @@ -82122,9 +84144,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2406), [sym_float_literal] = ACTIONS(2406), }, - [STATE(621)] = { - [sym_line_comment] = STATE(621), - [sym_block_comment] = STATE(621), + [STATE(646)] = { + [sym_line_comment] = STATE(646), + [sym_block_comment] = STATE(646), [ts_builtin_sym_end] = ACTIONS(2410), [sym_identifier] = ACTIONS(2412), [anon_sym_SEMI] = ACTIONS(2410), @@ -82203,9 +84225,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2410), [sym_float_literal] = ACTIONS(2410), }, - [STATE(622)] = { - [sym_line_comment] = STATE(622), - [sym_block_comment] = STATE(622), + [STATE(647)] = { + [sym_line_comment] = STATE(647), + [sym_block_comment] = STATE(647), [ts_builtin_sym_end] = ACTIONS(2414), [sym_identifier] = ACTIONS(2416), [anon_sym_SEMI] = ACTIONS(2414), @@ -82284,9 +84306,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2414), [sym_float_literal] = ACTIONS(2414), }, - [STATE(623)] = { - [sym_line_comment] = STATE(623), - [sym_block_comment] = STATE(623), + [STATE(648)] = { + [sym_line_comment] = STATE(648), + [sym_block_comment] = STATE(648), [ts_builtin_sym_end] = ACTIONS(2418), [sym_identifier] = ACTIONS(2420), [anon_sym_SEMI] = ACTIONS(2418), @@ -82365,9 +84387,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2418), [sym_float_literal] = ACTIONS(2418), }, - [STATE(624)] = { - [sym_line_comment] = STATE(624), - [sym_block_comment] = STATE(624), + [STATE(649)] = { + [sym_line_comment] = STATE(649), + [sym_block_comment] = STATE(649), [ts_builtin_sym_end] = ACTIONS(2422), [sym_identifier] = ACTIONS(2424), [anon_sym_SEMI] = ACTIONS(2422), @@ -82446,9 +84468,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2422), [sym_float_literal] = ACTIONS(2422), }, - [STATE(625)] = { - [sym_line_comment] = STATE(625), - [sym_block_comment] = STATE(625), + [STATE(650)] = { + [sym_line_comment] = STATE(650), + [sym_block_comment] = STATE(650), [ts_builtin_sym_end] = ACTIONS(2426), [sym_identifier] = ACTIONS(2428), [anon_sym_SEMI] = ACTIONS(2426), @@ -82527,9 +84549,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2426), [sym_float_literal] = ACTIONS(2426), }, - [STATE(626)] = { - [sym_line_comment] = STATE(626), - [sym_block_comment] = STATE(626), + [STATE(651)] = { + [sym_line_comment] = STATE(651), + [sym_block_comment] = STATE(651), [ts_builtin_sym_end] = ACTIONS(2430), [sym_identifier] = ACTIONS(2432), [anon_sym_SEMI] = ACTIONS(2430), @@ -82608,9 +84630,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2430), [sym_float_literal] = ACTIONS(2430), }, - [STATE(627)] = { - [sym_line_comment] = STATE(627), - [sym_block_comment] = STATE(627), + [STATE(652)] = { + [sym_line_comment] = STATE(652), + [sym_block_comment] = STATE(652), [ts_builtin_sym_end] = ACTIONS(2434), [sym_identifier] = ACTIONS(2436), [anon_sym_SEMI] = ACTIONS(2434), @@ -82689,9 +84711,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2434), [sym_float_literal] = ACTIONS(2434), }, - [STATE(628)] = { - [sym_line_comment] = STATE(628), - [sym_block_comment] = STATE(628), + [STATE(653)] = { + [sym_line_comment] = STATE(653), + [sym_block_comment] = STATE(653), [ts_builtin_sym_end] = ACTIONS(2438), [sym_identifier] = ACTIONS(2440), [anon_sym_SEMI] = ACTIONS(2438), @@ -82770,9 +84792,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2438), [sym_float_literal] = ACTIONS(2438), }, - [STATE(629)] = { - [sym_line_comment] = STATE(629), - [sym_block_comment] = STATE(629), + [STATE(654)] = { + [sym_line_comment] = STATE(654), + [sym_block_comment] = STATE(654), [ts_builtin_sym_end] = ACTIONS(2442), [sym_identifier] = ACTIONS(2444), [anon_sym_SEMI] = ACTIONS(2442), @@ -82851,9 +84873,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2442), [sym_float_literal] = ACTIONS(2442), }, - [STATE(630)] = { - [sym_line_comment] = STATE(630), - [sym_block_comment] = STATE(630), + [STATE(655)] = { + [sym_line_comment] = STATE(655), + [sym_block_comment] = STATE(655), [ts_builtin_sym_end] = ACTIONS(2446), [sym_identifier] = ACTIONS(2448), [anon_sym_SEMI] = ACTIONS(2446), @@ -82932,9 +84954,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2446), [sym_float_literal] = ACTIONS(2446), }, - [STATE(631)] = { - [sym_line_comment] = STATE(631), - [sym_block_comment] = STATE(631), + [STATE(656)] = { + [sym_line_comment] = STATE(656), + [sym_block_comment] = STATE(656), [ts_builtin_sym_end] = ACTIONS(2450), [sym_identifier] = ACTIONS(2452), [anon_sym_SEMI] = ACTIONS(2450), @@ -83013,9 +85035,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2450), [sym_float_literal] = ACTIONS(2450), }, - [STATE(632)] = { - [sym_line_comment] = STATE(632), - [sym_block_comment] = STATE(632), + [STATE(657)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym_closure_expression] = STATE(3274), + [sym_closure_parameters] = STATE(241), + [sym__pattern] = STATE(3050), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(657), + [sym_block_comment] = STATE(657), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1415), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_async] = ACTIONS(1739), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_static] = ACTIONS(1423), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [anon_sym_move] = ACTIONS(1427), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(658)] = { + [sym_line_comment] = STATE(658), + [sym_block_comment] = STATE(658), [ts_builtin_sym_end] = ACTIONS(2454), [sym_identifier] = ACTIONS(2456), [anon_sym_SEMI] = ACTIONS(2454), @@ -83094,9 +85197,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2454), [sym_float_literal] = ACTIONS(2454), }, - [STATE(633)] = { - [sym_line_comment] = STATE(633), - [sym_block_comment] = STATE(633), + [STATE(659)] = { + [sym_line_comment] = STATE(659), + [sym_block_comment] = STATE(659), + [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_STAR] = 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(1449), + [anon_sym_BANG] = ACTIONS(1449), + [anon_sym_AMP] = ACTIONS(1449), + [anon_sym_PIPE] = ACTIONS(1449), + [anon_sym_LT] = ACTIONS(1449), + [anon_sym_DOT_DOT] = ACTIONS(1449), + [anon_sym_COLON_COLON] = ACTIONS(1449), + [anon_sym_POUND] = ACTIONS(1449), + [anon_sym_SQUOTE] = 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(660)] = { + [sym_line_comment] = STATE(660), + [sym_block_comment] = STATE(660), [ts_builtin_sym_end] = ACTIONS(2458), [sym_identifier] = ACTIONS(2460), [anon_sym_SEMI] = ACTIONS(2458), @@ -83175,9 +85359,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2458), [sym_float_literal] = ACTIONS(2458), }, - [STATE(634)] = { - [sym_line_comment] = STATE(634), - [sym_block_comment] = STATE(634), + [STATE(661)] = { + [sym_line_comment] = STATE(661), + [sym_block_comment] = STATE(661), [ts_builtin_sym_end] = ACTIONS(2462), [sym_identifier] = ACTIONS(2464), [anon_sym_SEMI] = ACTIONS(2462), @@ -83256,9 +85440,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2462), [sym_float_literal] = ACTIONS(2462), }, - [STATE(635)] = { - [sym_line_comment] = STATE(635), - [sym_block_comment] = STATE(635), + [STATE(662)] = { + [sym_line_comment] = STATE(662), + [sym_block_comment] = STATE(662), [ts_builtin_sym_end] = ACTIONS(2466), [sym_identifier] = ACTIONS(2468), [anon_sym_SEMI] = ACTIONS(2466), @@ -83337,9 +85521,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2466), [sym_float_literal] = ACTIONS(2466), }, - [STATE(636)] = { - [sym_line_comment] = STATE(636), - [sym_block_comment] = STATE(636), + [STATE(663)] = { + [sym_line_comment] = STATE(663), + [sym_block_comment] = STATE(663), [ts_builtin_sym_end] = ACTIONS(2470), [sym_identifier] = ACTIONS(2472), [anon_sym_SEMI] = ACTIONS(2470), @@ -83418,9 +85602,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2470), [sym_float_literal] = ACTIONS(2470), }, - [STATE(637)] = { - [sym_line_comment] = STATE(637), - [sym_block_comment] = STATE(637), + [STATE(664)] = { + [sym_line_comment] = STATE(664), + [sym_block_comment] = STATE(664), [ts_builtin_sym_end] = ACTIONS(2474), [sym_identifier] = ACTIONS(2476), [anon_sym_SEMI] = ACTIONS(2474), @@ -83499,9 +85683,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2474), [sym_float_literal] = ACTIONS(2474), }, - [STATE(638)] = { - [sym_line_comment] = STATE(638), - [sym_block_comment] = STATE(638), + [STATE(665)] = { + [sym_line_comment] = STATE(665), + [sym_block_comment] = STATE(665), [ts_builtin_sym_end] = ACTIONS(2478), [sym_identifier] = ACTIONS(2480), [anon_sym_SEMI] = ACTIONS(2478), @@ -83573,16 +85757,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(2480), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2480), - [sym_super] = ACTIONS(2480), - [sym_crate] = ACTIONS(2480), - [sym_metavariable] = ACTIONS(2478), - [sym__raw_string_literal_start] = ACTIONS(2478), - [sym_float_literal] = ACTIONS(2478), + [sym_self] = ACTIONS(2480), + [sym_super] = ACTIONS(2480), + [sym_crate] = ACTIONS(2480), + [sym_metavariable] = ACTIONS(2478), + [sym__raw_string_literal_start] = ACTIONS(2478), + [sym_float_literal] = ACTIONS(2478), + }, + [STATE(666)] = { + [sym_line_comment] = STATE(666), + [sym_block_comment] = STATE(666), + [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_STAR] = 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(1433), + [anon_sym_BANG] = ACTIONS(1433), + [anon_sym_AMP] = ACTIONS(1433), + [anon_sym_PIPE] = ACTIONS(1433), + [anon_sym_LT] = ACTIONS(1433), + [anon_sym_DOT_DOT] = ACTIONS(1433), + [anon_sym_COLON_COLON] = ACTIONS(1433), + [anon_sym_POUND] = ACTIONS(1433), + [anon_sym_SQUOTE] = ACTIONS(1435), + [anon_sym_async] = ACTIONS(1435), + [anon_sym_break] = ACTIONS(1435), + [anon_sym_const] = ACTIONS(1435), + [anon_sym_continue] = ACTIONS(1435), + [anon_sym_default] = ACTIONS(1435), + [anon_sym_enum] = ACTIONS(1435), + [anon_sym_fn] = ACTIONS(1435), + [anon_sym_for] = ACTIONS(1435), + [anon_sym_gen] = ACTIONS(1435), + [anon_sym_if] = ACTIONS(1435), + [anon_sym_impl] = ACTIONS(1435), + [anon_sym_let] = ACTIONS(1435), + [anon_sym_loop] = ACTIONS(1435), + [anon_sym_match] = ACTIONS(1435), + [anon_sym_mod] = ACTIONS(1435), + [anon_sym_pub] = ACTIONS(1435), + [anon_sym_return] = ACTIONS(1435), + [anon_sym_static] = ACTIONS(1435), + [anon_sym_struct] = ACTIONS(1435), + [anon_sym_trait] = ACTIONS(1435), + [anon_sym_type] = ACTIONS(1435), + [anon_sym_union] = ACTIONS(1435), + [anon_sym_unsafe] = ACTIONS(1435), + [anon_sym_use] = ACTIONS(1435), + [anon_sym_while] = ACTIONS(1435), + [anon_sym_extern] = ACTIONS(1435), + [anon_sym_yield] = ACTIONS(1435), + [anon_sym_move] = ACTIONS(1435), + [anon_sym_try] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1433), + [aux_sym_string_literal_token1] = ACTIONS(1433), + [sym_char_literal] = ACTIONS(1433), + [anon_sym_true] = ACTIONS(1435), + [anon_sym_false] = ACTIONS(1435), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1435), + [sym_super] = ACTIONS(1435), + [sym_crate] = ACTIONS(1435), + [sym_metavariable] = ACTIONS(1433), + [sym__raw_string_literal_start] = ACTIONS(1433), + [sym_float_literal] = ACTIONS(1433), }, - [STATE(639)] = { - [sym_line_comment] = STATE(639), - [sym_block_comment] = STATE(639), + [STATE(667)] = { + [sym_line_comment] = STATE(667), + [sym_block_comment] = STATE(667), [ts_builtin_sym_end] = ACTIONS(2482), [sym_identifier] = ACTIONS(2484), [anon_sym_SEMI] = ACTIONS(2482), @@ -83661,9 +85926,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2482), [sym_float_literal] = ACTIONS(2482), }, - [STATE(640)] = { - [sym_line_comment] = STATE(640), - [sym_block_comment] = STATE(640), + [STATE(668)] = { + [sym_line_comment] = STATE(668), + [sym_block_comment] = STATE(668), [ts_builtin_sym_end] = ACTIONS(2486), [sym_identifier] = ACTIONS(2488), [anon_sym_SEMI] = ACTIONS(2486), @@ -83742,9 +86007,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2486), [sym_float_literal] = ACTIONS(2486), }, - [STATE(641)] = { - [sym_line_comment] = STATE(641), - [sym_block_comment] = STATE(641), + [STATE(669)] = { + [sym_line_comment] = STATE(669), + [sym_block_comment] = STATE(669), + [ts_builtin_sym_end] = ACTIONS(1445), + [sym_identifier] = ACTIONS(1447), + [anon_sym_SEMI] = ACTIONS(1445), + [anon_sym_macro_rules_BANG] = ACTIONS(1445), + [anon_sym_LPAREN] = ACTIONS(1445), + [anon_sym_LBRACK] = ACTIONS(1445), + [anon_sym_LBRACE] = ACTIONS(1445), + [anon_sym_RBRACE] = ACTIONS(1445), + [anon_sym_STAR] = ACTIONS(1445), + [anon_sym_u8] = ACTIONS(1447), + [anon_sym_i8] = ACTIONS(1447), + [anon_sym_u16] = ACTIONS(1447), + [anon_sym_i16] = ACTIONS(1447), + [anon_sym_u32] = ACTIONS(1447), + [anon_sym_i32] = ACTIONS(1447), + [anon_sym_u64] = ACTIONS(1447), + [anon_sym_i64] = ACTIONS(1447), + [anon_sym_u128] = ACTIONS(1447), + [anon_sym_i128] = ACTIONS(1447), + [anon_sym_isize] = ACTIONS(1447), + [anon_sym_usize] = ACTIONS(1447), + [anon_sym_f32] = ACTIONS(1447), + [anon_sym_f64] = ACTIONS(1447), + [anon_sym_bool] = ACTIONS(1447), + [anon_sym_str] = ACTIONS(1447), + [anon_sym_char] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1445), + [anon_sym_BANG] = ACTIONS(1445), + [anon_sym_AMP] = ACTIONS(1445), + [anon_sym_PIPE] = ACTIONS(1445), + [anon_sym_LT] = ACTIONS(1445), + [anon_sym_DOT_DOT] = ACTIONS(1445), + [anon_sym_COLON_COLON] = ACTIONS(1445), + [anon_sym_POUND] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1447), + [anon_sym_async] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_enum] = ACTIONS(1447), + [anon_sym_fn] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_gen] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_impl] = ACTIONS(1447), + [anon_sym_let] = ACTIONS(1447), + [anon_sym_loop] = ACTIONS(1447), + [anon_sym_match] = ACTIONS(1447), + [anon_sym_mod] = ACTIONS(1447), + [anon_sym_pub] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_static] = ACTIONS(1447), + [anon_sym_struct] = ACTIONS(1447), + [anon_sym_trait] = ACTIONS(1447), + [anon_sym_type] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_unsafe] = ACTIONS(1447), + [anon_sym_use] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym_yield] = ACTIONS(1447), + [anon_sym_move] = ACTIONS(1447), + [anon_sym_try] = ACTIONS(1447), + [sym_integer_literal] = ACTIONS(1445), + [aux_sym_string_literal_token1] = ACTIONS(1445), + [sym_char_literal] = ACTIONS(1445), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1447), + [sym_super] = ACTIONS(1447), + [sym_crate] = ACTIONS(1447), + [sym_metavariable] = ACTIONS(1445), + [sym__raw_string_literal_start] = ACTIONS(1445), + [sym_float_literal] = ACTIONS(1445), + }, + [STATE(670)] = { + [sym_line_comment] = STATE(670), + [sym_block_comment] = STATE(670), [ts_builtin_sym_end] = ACTIONS(2490), [sym_identifier] = ACTIONS(2492), [anon_sym_SEMI] = ACTIONS(2490), @@ -83823,9 +86169,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2490), [sym_float_literal] = ACTIONS(2490), }, - [STATE(642)] = { - [sym_line_comment] = STATE(642), - [sym_block_comment] = STATE(642), + [STATE(671)] = { + [sym_line_comment] = STATE(671), + [sym_block_comment] = STATE(671), [ts_builtin_sym_end] = ACTIONS(2494), [sym_identifier] = ACTIONS(2496), [anon_sym_SEMI] = ACTIONS(2494), @@ -83904,9 +86250,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2494), [sym_float_literal] = ACTIONS(2494), }, - [STATE(643)] = { - [sym_line_comment] = STATE(643), - [sym_block_comment] = STATE(643), + [STATE(672)] = { + [sym_line_comment] = STATE(672), + [sym_block_comment] = STATE(672), + [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_STAR] = 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(1437), + [anon_sym_BANG] = ACTIONS(1437), + [anon_sym_AMP] = ACTIONS(1437), + [anon_sym_PIPE] = ACTIONS(1437), + [anon_sym_LT] = ACTIONS(1437), + [anon_sym_DOT_DOT] = ACTIONS(1437), + [anon_sym_COLON_COLON] = ACTIONS(1437), + [anon_sym_POUND] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1439), + [anon_sym_async] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_fn] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_gen] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_impl] = ACTIONS(1439), + [anon_sym_let] = ACTIONS(1439), + [anon_sym_loop] = ACTIONS(1439), + [anon_sym_match] = ACTIONS(1439), + [anon_sym_mod] = ACTIONS(1439), + [anon_sym_pub] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_trait] = ACTIONS(1439), + [anon_sym_type] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_unsafe] = ACTIONS(1439), + [anon_sym_use] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym_yield] = ACTIONS(1439), + [anon_sym_move] = ACTIONS(1439), + [anon_sym_try] = ACTIONS(1439), + [sym_integer_literal] = ACTIONS(1437), + [aux_sym_string_literal_token1] = ACTIONS(1437), + [sym_char_literal] = ACTIONS(1437), + [anon_sym_true] = ACTIONS(1439), + [anon_sym_false] = ACTIONS(1439), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1439), + [sym_super] = ACTIONS(1439), + [sym_crate] = ACTIONS(1439), + [sym_metavariable] = ACTIONS(1437), + [sym__raw_string_literal_start] = ACTIONS(1437), + [sym_float_literal] = ACTIONS(1437), + }, + [STATE(673)] = { + [sym_line_comment] = STATE(673), + [sym_block_comment] = STATE(673), + [ts_builtin_sym_end] = ACTIONS(1441), + [sym_identifier] = ACTIONS(1443), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_macro_rules_BANG] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1441), + [anon_sym_LBRACK] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_RBRACE] = ACTIONS(1441), + [anon_sym_STAR] = ACTIONS(1441), + [anon_sym_u8] = ACTIONS(1443), + [anon_sym_i8] = ACTIONS(1443), + [anon_sym_u16] = ACTIONS(1443), + [anon_sym_i16] = ACTIONS(1443), + [anon_sym_u32] = ACTIONS(1443), + [anon_sym_i32] = ACTIONS(1443), + [anon_sym_u64] = ACTIONS(1443), + [anon_sym_i64] = ACTIONS(1443), + [anon_sym_u128] = ACTIONS(1443), + [anon_sym_i128] = ACTIONS(1443), + [anon_sym_isize] = ACTIONS(1443), + [anon_sym_usize] = ACTIONS(1443), + [anon_sym_f32] = ACTIONS(1443), + [anon_sym_f64] = ACTIONS(1443), + [anon_sym_bool] = ACTIONS(1443), + [anon_sym_str] = ACTIONS(1443), + [anon_sym_char] = ACTIONS(1443), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_BANG] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1441), + [anon_sym_PIPE] = ACTIONS(1441), + [anon_sym_LT] = ACTIONS(1441), + [anon_sym_DOT_DOT] = ACTIONS(1441), + [anon_sym_COLON_COLON] = ACTIONS(1441), + [anon_sym_POUND] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1443), + [anon_sym_async] = ACTIONS(1443), + [anon_sym_break] = ACTIONS(1443), + [anon_sym_const] = ACTIONS(1443), + [anon_sym_continue] = ACTIONS(1443), + [anon_sym_default] = ACTIONS(1443), + [anon_sym_enum] = ACTIONS(1443), + [anon_sym_fn] = ACTIONS(1443), + [anon_sym_for] = ACTIONS(1443), + [anon_sym_gen] = ACTIONS(1443), + [anon_sym_if] = ACTIONS(1443), + [anon_sym_impl] = ACTIONS(1443), + [anon_sym_let] = ACTIONS(1443), + [anon_sym_loop] = ACTIONS(1443), + [anon_sym_match] = ACTIONS(1443), + [anon_sym_mod] = ACTIONS(1443), + [anon_sym_pub] = ACTIONS(1443), + [anon_sym_return] = ACTIONS(1443), + [anon_sym_static] = ACTIONS(1443), + [anon_sym_struct] = ACTIONS(1443), + [anon_sym_trait] = ACTIONS(1443), + [anon_sym_type] = ACTIONS(1443), + [anon_sym_union] = ACTIONS(1443), + [anon_sym_unsafe] = ACTIONS(1443), + [anon_sym_use] = ACTIONS(1443), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1443), + [anon_sym_yield] = ACTIONS(1443), + [anon_sym_move] = ACTIONS(1443), + [anon_sym_try] = ACTIONS(1443), + [sym_integer_literal] = ACTIONS(1441), + [aux_sym_string_literal_token1] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [anon_sym_true] = ACTIONS(1443), + [anon_sym_false] = ACTIONS(1443), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1443), + [sym_super] = ACTIONS(1443), + [sym_crate] = ACTIONS(1443), + [sym_metavariable] = ACTIONS(1441), + [sym__raw_string_literal_start] = ACTIONS(1441), + [sym_float_literal] = ACTIONS(1441), + }, + [STATE(674)] = { + [sym_line_comment] = STATE(674), + [sym_block_comment] = STATE(674), [ts_builtin_sym_end] = ACTIONS(2498), [sym_identifier] = ACTIONS(2500), [anon_sym_SEMI] = ACTIONS(2498), @@ -83985,657 +86493,495 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2498), [sym_float_literal] = ACTIONS(2498), }, - [STATE(644)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_pattern] = STATE(3708), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(644), - [sym_block_comment] = STATE(644), - [aux_sym_match_arm_repeat1] = STATE(1077), - [sym_identifier] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1673), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_u8] = ACTIONS(1679), - [anon_sym_i8] = ACTIONS(1679), - [anon_sym_u16] = ACTIONS(1679), - [anon_sym_i16] = ACTIONS(1679), - [anon_sym_u32] = ACTIONS(1679), - [anon_sym_i32] = ACTIONS(1679), - [anon_sym_u64] = ACTIONS(1679), - [anon_sym_i64] = ACTIONS(1679), - [anon_sym_u128] = ACTIONS(1679), - [anon_sym_i128] = ACTIONS(1679), - [anon_sym_isize] = ACTIONS(1679), - [anon_sym_usize] = ACTIONS(1679), - [anon_sym_f32] = ACTIONS(1679), - [anon_sym_f64] = ACTIONS(1679), - [anon_sym_bool] = ACTIONS(1679), - [anon_sym_str] = ACTIONS(1679), - [anon_sym_char] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_PIPE] = ACTIONS(1685), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1687), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_POUND] = ACTIONS(1695), - [anon_sym_const] = ACTIONS(1697), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_gen] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(1703), - [sym_integer_literal] = ACTIONS(1705), - [aux_sym_string_literal_token1] = ACTIONS(1707), - [sym_char_literal] = ACTIONS(1705), - [anon_sym_true] = ACTIONS(1709), - [anon_sym_false] = ACTIONS(1709), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1711), - [sym_super] = ACTIONS(1711), - [sym_crate] = ACTIONS(1711), - [sym_metavariable] = ACTIONS(1713), - [sym__raw_string_literal_start] = ACTIONS(1715), - [sym_float_literal] = ACTIONS(1705), - }, - [STATE(645)] = { - [sym_empty_statement] = STATE(1170), - [sym_macro_definition] = STATE(1170), - [sym_attribute_item] = STATE(1170), - [sym_inner_attribute_item] = STATE(1170), - [sym_mod_item] = STATE(1170), - [sym_foreign_mod_item] = STATE(1170), - [sym_struct_item] = STATE(1170), - [sym_union_item] = STATE(1170), - [sym_enum_item] = STATE(1170), - [sym_extern_crate_declaration] = STATE(1170), - [sym_const_item] = STATE(1170), - [sym_static_item] = STATE(1170), - [sym_type_item] = STATE(1170), - [sym_function_item] = STATE(1170), - [sym_function_signature_item] = STATE(1170), - [sym_function_modifiers] = STATE(3781), - [sym_impl_item] = STATE(1170), - [sym_trait_item] = STATE(1170), - [sym_associated_type] = STATE(1170), - [sym_let_declaration] = STATE(1170), - [sym_use_declaration] = STATE(1170), - [sym_extern_modifier] = STATE(2235), - [sym_visibility_modifier] = STATE(2021), - [sym_bracketed_type] = STATE(3732), - [sym_generic_type_with_turbofish] = STATE(3800), - [sym_macro_invocation] = STATE(1170), - [sym_scoped_identifier] = STATE(3326), - [sym_line_comment] = STATE(645), - [sym_block_comment] = STATE(645), - [aux_sym_declaration_list_repeat1] = STATE(651), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(2088), - [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_macro_rules_BANG] = ACTIONS(2092), + [STATE(675)] = { + [sym_line_comment] = STATE(675), + [sym_block_comment] = STATE(675), + [ts_builtin_sym_end] = ACTIONS(2502), + [sym_identifier] = ACTIONS(2504), + [anon_sym_SEMI] = ACTIONS(2502), + [anon_sym_macro_rules_BANG] = ACTIONS(2502), + [anon_sym_LPAREN] = ACTIONS(2502), + [anon_sym_LBRACK] = ACTIONS(2502), + [anon_sym_LBRACE] = ACTIONS(2502), [anon_sym_RBRACE] = ACTIONS(2502), - [anon_sym_u8] = ACTIONS(2096), - [anon_sym_i8] = ACTIONS(2096), - [anon_sym_u16] = ACTIONS(2096), - [anon_sym_i16] = ACTIONS(2096), - [anon_sym_u32] = ACTIONS(2096), - [anon_sym_i32] = ACTIONS(2096), - [anon_sym_u64] = ACTIONS(2096), - [anon_sym_i64] = ACTIONS(2096), - [anon_sym_u128] = ACTIONS(2096), - [anon_sym_i128] = ACTIONS(2096), - [anon_sym_isize] = ACTIONS(2096), - [anon_sym_usize] = ACTIONS(2096), - [anon_sym_f32] = ACTIONS(2096), - [anon_sym_f64] = ACTIONS(2096), - [anon_sym_bool] = ACTIONS(2096), - [anon_sym_str] = ACTIONS(2096), - [anon_sym_char] = ACTIONS(2096), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_POUND] = ACTIONS(2100), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(2102), - [anon_sym_default] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2106), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_gen] = ACTIONS(2110), - [anon_sym_impl] = ACTIONS(2112), - [anon_sym_let] = ACTIONS(2114), - [anon_sym_mod] = ACTIONS(2116), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2118), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_trait] = ACTIONS(2122), - [anon_sym_type] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2126), - [anon_sym_unsafe] = ACTIONS(2128), - [anon_sym_use] = ACTIONS(2130), - [anon_sym_extern] = ACTIONS(2132), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2134), - [sym_super] = ACTIONS(2134), - [sym_crate] = ACTIONS(2136), - [sym_metavariable] = ACTIONS(2138), - }, - [STATE(646)] = { - [sym_line_comment] = STATE(646), - [sym_block_comment] = STATE(646), - [ts_builtin_sym_end] = ACTIONS(2504), - [sym_identifier] = ACTIONS(2506), - [anon_sym_SEMI] = ACTIONS(2504), - [anon_sym_macro_rules_BANG] = ACTIONS(2504), - [anon_sym_LPAREN] = ACTIONS(2504), - [anon_sym_LBRACK] = ACTIONS(2504), - [anon_sym_LBRACE] = ACTIONS(2504), - [anon_sym_RBRACE] = ACTIONS(2504), - [anon_sym_STAR] = ACTIONS(2504), - [anon_sym_u8] = ACTIONS(2506), - [anon_sym_i8] = ACTIONS(2506), - [anon_sym_u16] = ACTIONS(2506), - [anon_sym_i16] = ACTIONS(2506), - [anon_sym_u32] = ACTIONS(2506), - [anon_sym_i32] = ACTIONS(2506), - [anon_sym_u64] = ACTIONS(2506), - [anon_sym_i64] = ACTIONS(2506), - [anon_sym_u128] = ACTIONS(2506), - [anon_sym_i128] = ACTIONS(2506), - [anon_sym_isize] = ACTIONS(2506), - [anon_sym_usize] = ACTIONS(2506), - [anon_sym_f32] = ACTIONS(2506), - [anon_sym_f64] = ACTIONS(2506), - [anon_sym_bool] = ACTIONS(2506), - [anon_sym_str] = ACTIONS(2506), - [anon_sym_char] = ACTIONS(2506), - [anon_sym_DASH] = ACTIONS(2504), - [anon_sym_BANG] = ACTIONS(2504), - [anon_sym_AMP] = ACTIONS(2504), - [anon_sym_PIPE] = ACTIONS(2504), - [anon_sym_LT] = ACTIONS(2504), - [anon_sym_DOT_DOT] = ACTIONS(2504), - [anon_sym_COLON_COLON] = ACTIONS(2504), - [anon_sym_POUND] = ACTIONS(2504), - [anon_sym_SQUOTE] = ACTIONS(2506), - [anon_sym_async] = ACTIONS(2506), - [anon_sym_break] = ACTIONS(2506), - [anon_sym_const] = ACTIONS(2506), - [anon_sym_continue] = ACTIONS(2506), - [anon_sym_default] = ACTIONS(2506), - [anon_sym_enum] = ACTIONS(2506), - [anon_sym_fn] = ACTIONS(2506), - [anon_sym_for] = ACTIONS(2506), - [anon_sym_gen] = ACTIONS(2506), - [anon_sym_if] = ACTIONS(2506), - [anon_sym_impl] = ACTIONS(2506), - [anon_sym_let] = ACTIONS(2506), - [anon_sym_loop] = ACTIONS(2506), - [anon_sym_match] = ACTIONS(2506), - [anon_sym_mod] = ACTIONS(2506), - [anon_sym_pub] = ACTIONS(2506), - [anon_sym_return] = ACTIONS(2506), - [anon_sym_static] = ACTIONS(2506), - [anon_sym_struct] = ACTIONS(2506), - [anon_sym_trait] = ACTIONS(2506), - [anon_sym_type] = ACTIONS(2506), - [anon_sym_union] = ACTIONS(2506), - [anon_sym_unsafe] = ACTIONS(2506), - [anon_sym_use] = ACTIONS(2506), - [anon_sym_while] = ACTIONS(2506), - [anon_sym_extern] = ACTIONS(2506), - [anon_sym_yield] = ACTIONS(2506), - [anon_sym_move] = ACTIONS(2506), - [anon_sym_try] = ACTIONS(2506), - [sym_integer_literal] = ACTIONS(2504), - [aux_sym_string_literal_token1] = ACTIONS(2504), - [sym_char_literal] = ACTIONS(2504), - [anon_sym_true] = ACTIONS(2506), - [anon_sym_false] = ACTIONS(2506), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2506), - [sym_super] = ACTIONS(2506), - [sym_crate] = ACTIONS(2506), - [sym_metavariable] = ACTIONS(2504), - [sym__raw_string_literal_start] = ACTIONS(2504), - [sym_float_literal] = ACTIONS(2504), + [anon_sym_STAR] = ACTIONS(2502), + [anon_sym_u8] = ACTIONS(2504), + [anon_sym_i8] = ACTIONS(2504), + [anon_sym_u16] = ACTIONS(2504), + [anon_sym_i16] = ACTIONS(2504), + [anon_sym_u32] = ACTIONS(2504), + [anon_sym_i32] = ACTIONS(2504), + [anon_sym_u64] = ACTIONS(2504), + [anon_sym_i64] = ACTIONS(2504), + [anon_sym_u128] = ACTIONS(2504), + [anon_sym_i128] = ACTIONS(2504), + [anon_sym_isize] = ACTIONS(2504), + [anon_sym_usize] = ACTIONS(2504), + [anon_sym_f32] = ACTIONS(2504), + [anon_sym_f64] = ACTIONS(2504), + [anon_sym_bool] = ACTIONS(2504), + [anon_sym_str] = ACTIONS(2504), + [anon_sym_char] = ACTIONS(2504), + [anon_sym_DASH] = ACTIONS(2502), + [anon_sym_BANG] = ACTIONS(2502), + [anon_sym_AMP] = ACTIONS(2502), + [anon_sym_PIPE] = ACTIONS(2502), + [anon_sym_LT] = ACTIONS(2502), + [anon_sym_DOT_DOT] = ACTIONS(2502), + [anon_sym_COLON_COLON] = ACTIONS(2502), + [anon_sym_POUND] = ACTIONS(2502), + [anon_sym_SQUOTE] = ACTIONS(2504), + [anon_sym_async] = ACTIONS(2504), + [anon_sym_break] = ACTIONS(2504), + [anon_sym_const] = ACTIONS(2504), + [anon_sym_continue] = ACTIONS(2504), + [anon_sym_default] = ACTIONS(2504), + [anon_sym_enum] = ACTIONS(2504), + [anon_sym_fn] = ACTIONS(2504), + [anon_sym_for] = ACTIONS(2504), + [anon_sym_gen] = ACTIONS(2504), + [anon_sym_if] = ACTIONS(2504), + [anon_sym_impl] = ACTIONS(2504), + [anon_sym_let] = ACTIONS(2504), + [anon_sym_loop] = ACTIONS(2504), + [anon_sym_match] = ACTIONS(2504), + [anon_sym_mod] = ACTIONS(2504), + [anon_sym_pub] = ACTIONS(2504), + [anon_sym_return] = ACTIONS(2504), + [anon_sym_static] = ACTIONS(2504), + [anon_sym_struct] = ACTIONS(2504), + [anon_sym_trait] = ACTIONS(2504), + [anon_sym_type] = ACTIONS(2504), + [anon_sym_union] = ACTIONS(2504), + [anon_sym_unsafe] = ACTIONS(2504), + [anon_sym_use] = ACTIONS(2504), + [anon_sym_while] = ACTIONS(2504), + [anon_sym_extern] = ACTIONS(2504), + [anon_sym_yield] = ACTIONS(2504), + [anon_sym_move] = ACTIONS(2504), + [anon_sym_try] = ACTIONS(2504), + [sym_integer_literal] = ACTIONS(2502), + [aux_sym_string_literal_token1] = ACTIONS(2502), + [sym_char_literal] = ACTIONS(2502), + [anon_sym_true] = ACTIONS(2504), + [anon_sym_false] = ACTIONS(2504), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2504), + [sym_super] = ACTIONS(2504), + [sym_crate] = ACTIONS(2504), + [sym_metavariable] = ACTIONS(2502), + [sym__raw_string_literal_start] = ACTIONS(2502), + [sym_float_literal] = ACTIONS(2502), }, - [STATE(647)] = { - [sym_line_comment] = STATE(647), - [sym_block_comment] = STATE(647), - [ts_builtin_sym_end] = ACTIONS(2508), - [sym_identifier] = ACTIONS(2510), - [anon_sym_SEMI] = ACTIONS(2508), - [anon_sym_macro_rules_BANG] = ACTIONS(2508), - [anon_sym_LPAREN] = ACTIONS(2508), - [anon_sym_LBRACK] = ACTIONS(2508), - [anon_sym_LBRACE] = ACTIONS(2508), - [anon_sym_RBRACE] = ACTIONS(2508), - [anon_sym_STAR] = ACTIONS(2508), - [anon_sym_u8] = ACTIONS(2510), - [anon_sym_i8] = ACTIONS(2510), - [anon_sym_u16] = ACTIONS(2510), - [anon_sym_i16] = ACTIONS(2510), - [anon_sym_u32] = ACTIONS(2510), - [anon_sym_i32] = ACTIONS(2510), - [anon_sym_u64] = ACTIONS(2510), - [anon_sym_i64] = ACTIONS(2510), - [anon_sym_u128] = ACTIONS(2510), - [anon_sym_i128] = ACTIONS(2510), - [anon_sym_isize] = ACTIONS(2510), - [anon_sym_usize] = ACTIONS(2510), - [anon_sym_f32] = ACTIONS(2510), - [anon_sym_f64] = ACTIONS(2510), - [anon_sym_bool] = ACTIONS(2510), - [anon_sym_str] = ACTIONS(2510), - [anon_sym_char] = ACTIONS(2510), - [anon_sym_DASH] = ACTIONS(2508), - [anon_sym_BANG] = ACTIONS(2508), - [anon_sym_AMP] = ACTIONS(2508), - [anon_sym_PIPE] = ACTIONS(2508), - [anon_sym_LT] = ACTIONS(2508), - [anon_sym_DOT_DOT] = ACTIONS(2508), - [anon_sym_COLON_COLON] = ACTIONS(2508), - [anon_sym_POUND] = ACTIONS(2508), - [anon_sym_SQUOTE] = ACTIONS(2510), - [anon_sym_async] = ACTIONS(2510), - [anon_sym_break] = ACTIONS(2510), - [anon_sym_const] = ACTIONS(2510), - [anon_sym_continue] = ACTIONS(2510), - [anon_sym_default] = ACTIONS(2510), - [anon_sym_enum] = ACTIONS(2510), - [anon_sym_fn] = ACTIONS(2510), - [anon_sym_for] = ACTIONS(2510), - [anon_sym_gen] = ACTIONS(2510), - [anon_sym_if] = ACTIONS(2510), - [anon_sym_impl] = ACTIONS(2510), - [anon_sym_let] = ACTIONS(2510), - [anon_sym_loop] = ACTIONS(2510), - [anon_sym_match] = ACTIONS(2510), - [anon_sym_mod] = ACTIONS(2510), - [anon_sym_pub] = ACTIONS(2510), - [anon_sym_return] = ACTIONS(2510), - [anon_sym_static] = ACTIONS(2510), - [anon_sym_struct] = ACTIONS(2510), - [anon_sym_trait] = ACTIONS(2510), - [anon_sym_type] = ACTIONS(2510), - [anon_sym_union] = ACTIONS(2510), - [anon_sym_unsafe] = ACTIONS(2510), - [anon_sym_use] = ACTIONS(2510), - [anon_sym_while] = ACTIONS(2510), - [anon_sym_extern] = ACTIONS(2510), - [anon_sym_yield] = ACTIONS(2510), - [anon_sym_move] = ACTIONS(2510), - [anon_sym_try] = ACTIONS(2510), - [sym_integer_literal] = ACTIONS(2508), - [aux_sym_string_literal_token1] = ACTIONS(2508), - [sym_char_literal] = ACTIONS(2508), - [anon_sym_true] = ACTIONS(2510), - [anon_sym_false] = ACTIONS(2510), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2510), - [sym_super] = ACTIONS(2510), - [sym_crate] = ACTIONS(2510), - [sym_metavariable] = ACTIONS(2508), - [sym__raw_string_literal_start] = ACTIONS(2508), - [sym_float_literal] = ACTIONS(2508), + [STATE(676)] = { + [sym_line_comment] = STATE(676), + [sym_block_comment] = STATE(676), + [ts_builtin_sym_end] = ACTIONS(2506), + [sym_identifier] = ACTIONS(2508), + [anon_sym_SEMI] = ACTIONS(2506), + [anon_sym_macro_rules_BANG] = ACTIONS(2506), + [anon_sym_LPAREN] = ACTIONS(2506), + [anon_sym_LBRACK] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_RBRACE] = ACTIONS(2506), + [anon_sym_STAR] = ACTIONS(2506), + [anon_sym_u8] = ACTIONS(2508), + [anon_sym_i8] = ACTIONS(2508), + [anon_sym_u16] = ACTIONS(2508), + [anon_sym_i16] = ACTIONS(2508), + [anon_sym_u32] = ACTIONS(2508), + [anon_sym_i32] = ACTIONS(2508), + [anon_sym_u64] = ACTIONS(2508), + [anon_sym_i64] = ACTIONS(2508), + [anon_sym_u128] = ACTIONS(2508), + [anon_sym_i128] = ACTIONS(2508), + [anon_sym_isize] = ACTIONS(2508), + [anon_sym_usize] = ACTIONS(2508), + [anon_sym_f32] = ACTIONS(2508), + [anon_sym_f64] = ACTIONS(2508), + [anon_sym_bool] = ACTIONS(2508), + [anon_sym_str] = ACTIONS(2508), + [anon_sym_char] = ACTIONS(2508), + [anon_sym_DASH] = ACTIONS(2506), + [anon_sym_BANG] = ACTIONS(2506), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_PIPE] = ACTIONS(2506), + [anon_sym_LT] = ACTIONS(2506), + [anon_sym_DOT_DOT] = ACTIONS(2506), + [anon_sym_COLON_COLON] = ACTIONS(2506), + [anon_sym_POUND] = ACTIONS(2506), + [anon_sym_SQUOTE] = ACTIONS(2508), + [anon_sym_async] = ACTIONS(2508), + [anon_sym_break] = ACTIONS(2508), + [anon_sym_const] = ACTIONS(2508), + [anon_sym_continue] = ACTIONS(2508), + [anon_sym_default] = ACTIONS(2508), + [anon_sym_enum] = ACTIONS(2508), + [anon_sym_fn] = ACTIONS(2508), + [anon_sym_for] = ACTIONS(2508), + [anon_sym_gen] = ACTIONS(2508), + [anon_sym_if] = ACTIONS(2508), + [anon_sym_impl] = ACTIONS(2508), + [anon_sym_let] = ACTIONS(2508), + [anon_sym_loop] = ACTIONS(2508), + [anon_sym_match] = ACTIONS(2508), + [anon_sym_mod] = ACTIONS(2508), + [anon_sym_pub] = ACTIONS(2508), + [anon_sym_return] = ACTIONS(2508), + [anon_sym_static] = ACTIONS(2508), + [anon_sym_struct] = ACTIONS(2508), + [anon_sym_trait] = ACTIONS(2508), + [anon_sym_type] = ACTIONS(2508), + [anon_sym_union] = ACTIONS(2508), + [anon_sym_unsafe] = ACTIONS(2508), + [anon_sym_use] = ACTIONS(2508), + [anon_sym_while] = ACTIONS(2508), + [anon_sym_extern] = ACTIONS(2508), + [anon_sym_yield] = ACTIONS(2508), + [anon_sym_move] = ACTIONS(2508), + [anon_sym_try] = ACTIONS(2508), + [sym_integer_literal] = ACTIONS(2506), + [aux_sym_string_literal_token1] = ACTIONS(2506), + [sym_char_literal] = ACTIONS(2506), + [anon_sym_true] = ACTIONS(2508), + [anon_sym_false] = ACTIONS(2508), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2508), + [sym_super] = ACTIONS(2508), + [sym_crate] = ACTIONS(2508), + [sym_metavariable] = ACTIONS(2506), + [sym__raw_string_literal_start] = ACTIONS(2506), + [sym_float_literal] = ACTIONS(2506), }, - [STATE(648)] = { - [sym_line_comment] = STATE(648), - [sym_block_comment] = STATE(648), - [ts_builtin_sym_end] = ACTIONS(2512), - [sym_identifier] = ACTIONS(2514), - [anon_sym_SEMI] = ACTIONS(2512), - [anon_sym_macro_rules_BANG] = ACTIONS(2512), - [anon_sym_LPAREN] = ACTIONS(2512), - [anon_sym_LBRACK] = ACTIONS(2512), - [anon_sym_LBRACE] = ACTIONS(2512), - [anon_sym_RBRACE] = ACTIONS(2512), - [anon_sym_STAR] = ACTIONS(2512), - [anon_sym_u8] = ACTIONS(2514), - [anon_sym_i8] = ACTIONS(2514), - [anon_sym_u16] = ACTIONS(2514), - [anon_sym_i16] = ACTIONS(2514), - [anon_sym_u32] = ACTIONS(2514), - [anon_sym_i32] = ACTIONS(2514), - [anon_sym_u64] = ACTIONS(2514), - [anon_sym_i64] = ACTIONS(2514), - [anon_sym_u128] = ACTIONS(2514), - [anon_sym_i128] = ACTIONS(2514), - [anon_sym_isize] = ACTIONS(2514), - [anon_sym_usize] = ACTIONS(2514), - [anon_sym_f32] = ACTIONS(2514), - [anon_sym_f64] = ACTIONS(2514), - [anon_sym_bool] = ACTIONS(2514), - [anon_sym_str] = ACTIONS(2514), - [anon_sym_char] = ACTIONS(2514), - [anon_sym_DASH] = ACTIONS(2512), - [anon_sym_BANG] = ACTIONS(2512), - [anon_sym_AMP] = ACTIONS(2512), - [anon_sym_PIPE] = ACTIONS(2512), - [anon_sym_LT] = ACTIONS(2512), - [anon_sym_DOT_DOT] = ACTIONS(2512), - [anon_sym_COLON_COLON] = ACTIONS(2512), - [anon_sym_POUND] = ACTIONS(2512), - [anon_sym_SQUOTE] = ACTIONS(2514), - [anon_sym_async] = ACTIONS(2514), - [anon_sym_break] = ACTIONS(2514), - [anon_sym_const] = ACTIONS(2514), - [anon_sym_continue] = ACTIONS(2514), - [anon_sym_default] = ACTIONS(2514), - [anon_sym_enum] = ACTIONS(2514), - [anon_sym_fn] = ACTIONS(2514), - [anon_sym_for] = ACTIONS(2514), - [anon_sym_gen] = ACTIONS(2514), - [anon_sym_if] = ACTIONS(2514), - [anon_sym_impl] = ACTIONS(2514), - [anon_sym_let] = ACTIONS(2514), - [anon_sym_loop] = ACTIONS(2514), - [anon_sym_match] = ACTIONS(2514), - [anon_sym_mod] = ACTIONS(2514), - [anon_sym_pub] = ACTIONS(2514), - [anon_sym_return] = ACTIONS(2514), - [anon_sym_static] = ACTIONS(2514), - [anon_sym_struct] = ACTIONS(2514), - [anon_sym_trait] = ACTIONS(2514), - [anon_sym_type] = ACTIONS(2514), - [anon_sym_union] = ACTIONS(2514), - [anon_sym_unsafe] = ACTIONS(2514), - [anon_sym_use] = ACTIONS(2514), - [anon_sym_while] = ACTIONS(2514), - [anon_sym_extern] = ACTIONS(2514), - [anon_sym_yield] = ACTIONS(2514), - [anon_sym_move] = ACTIONS(2514), - [anon_sym_try] = ACTIONS(2514), - [sym_integer_literal] = ACTIONS(2512), - [aux_sym_string_literal_token1] = ACTIONS(2512), - [sym_char_literal] = ACTIONS(2512), - [anon_sym_true] = ACTIONS(2514), - [anon_sym_false] = ACTIONS(2514), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2514), - [sym_super] = ACTIONS(2514), - [sym_crate] = ACTIONS(2514), - [sym_metavariable] = ACTIONS(2512), - [sym__raw_string_literal_start] = ACTIONS(2512), - [sym_float_literal] = ACTIONS(2512), + [STATE(677)] = { + [sym_line_comment] = STATE(677), + [sym_block_comment] = STATE(677), + [ts_builtin_sym_end] = ACTIONS(2510), + [sym_identifier] = ACTIONS(2512), + [anon_sym_SEMI] = ACTIONS(2510), + [anon_sym_macro_rules_BANG] = ACTIONS(2510), + [anon_sym_LPAREN] = ACTIONS(2510), + [anon_sym_LBRACK] = ACTIONS(2510), + [anon_sym_LBRACE] = ACTIONS(2510), + [anon_sym_RBRACE] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(2510), + [anon_sym_u8] = ACTIONS(2512), + [anon_sym_i8] = ACTIONS(2512), + [anon_sym_u16] = ACTIONS(2512), + [anon_sym_i16] = ACTIONS(2512), + [anon_sym_u32] = ACTIONS(2512), + [anon_sym_i32] = ACTIONS(2512), + [anon_sym_u64] = ACTIONS(2512), + [anon_sym_i64] = ACTIONS(2512), + [anon_sym_u128] = ACTIONS(2512), + [anon_sym_i128] = ACTIONS(2512), + [anon_sym_isize] = ACTIONS(2512), + [anon_sym_usize] = ACTIONS(2512), + [anon_sym_f32] = ACTIONS(2512), + [anon_sym_f64] = ACTIONS(2512), + [anon_sym_bool] = ACTIONS(2512), + [anon_sym_str] = ACTIONS(2512), + [anon_sym_char] = ACTIONS(2512), + [anon_sym_DASH] = ACTIONS(2510), + [anon_sym_BANG] = ACTIONS(2510), + [anon_sym_AMP] = ACTIONS(2510), + [anon_sym_PIPE] = ACTIONS(2510), + [anon_sym_LT] = ACTIONS(2510), + [anon_sym_DOT_DOT] = ACTIONS(2510), + [anon_sym_COLON_COLON] = ACTIONS(2510), + [anon_sym_POUND] = ACTIONS(2510), + [anon_sym_SQUOTE] = ACTIONS(2512), + [anon_sym_async] = ACTIONS(2512), + [anon_sym_break] = ACTIONS(2512), + [anon_sym_const] = ACTIONS(2512), + [anon_sym_continue] = ACTIONS(2512), + [anon_sym_default] = ACTIONS(2512), + [anon_sym_enum] = ACTIONS(2512), + [anon_sym_fn] = ACTIONS(2512), + [anon_sym_for] = ACTIONS(2512), + [anon_sym_gen] = ACTIONS(2512), + [anon_sym_if] = ACTIONS(2512), + [anon_sym_impl] = ACTIONS(2512), + [anon_sym_let] = ACTIONS(2512), + [anon_sym_loop] = ACTIONS(2512), + [anon_sym_match] = ACTIONS(2512), + [anon_sym_mod] = ACTIONS(2512), + [anon_sym_pub] = ACTIONS(2512), + [anon_sym_return] = ACTIONS(2512), + [anon_sym_static] = ACTIONS(2512), + [anon_sym_struct] = ACTIONS(2512), + [anon_sym_trait] = ACTIONS(2512), + [anon_sym_type] = ACTIONS(2512), + [anon_sym_union] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(2512), + [anon_sym_use] = ACTIONS(2512), + [anon_sym_while] = ACTIONS(2512), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym_yield] = ACTIONS(2512), + [anon_sym_move] = ACTIONS(2512), + [anon_sym_try] = ACTIONS(2512), + [sym_integer_literal] = ACTIONS(2510), + [aux_sym_string_literal_token1] = ACTIONS(2510), + [sym_char_literal] = ACTIONS(2510), + [anon_sym_true] = ACTIONS(2512), + [anon_sym_false] = ACTIONS(2512), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2512), + [sym_super] = ACTIONS(2512), + [sym_crate] = ACTIONS(2512), + [sym_metavariable] = ACTIONS(2510), + [sym__raw_string_literal_start] = ACTIONS(2510), + [sym_float_literal] = ACTIONS(2510), }, - [STATE(649)] = { - [sym_line_comment] = STATE(649), - [sym_block_comment] = STATE(649), - [ts_builtin_sym_end] = ACTIONS(2516), - [sym_identifier] = ACTIONS(2518), - [anon_sym_SEMI] = ACTIONS(2516), - [anon_sym_macro_rules_BANG] = ACTIONS(2516), - [anon_sym_LPAREN] = ACTIONS(2516), - [anon_sym_LBRACK] = ACTIONS(2516), - [anon_sym_LBRACE] = ACTIONS(2516), - [anon_sym_RBRACE] = ACTIONS(2516), - [anon_sym_STAR] = ACTIONS(2516), - [anon_sym_u8] = ACTIONS(2518), - [anon_sym_i8] = ACTIONS(2518), - [anon_sym_u16] = ACTIONS(2518), - [anon_sym_i16] = ACTIONS(2518), - [anon_sym_u32] = ACTIONS(2518), - [anon_sym_i32] = ACTIONS(2518), - [anon_sym_u64] = ACTIONS(2518), - [anon_sym_i64] = ACTIONS(2518), - [anon_sym_u128] = ACTIONS(2518), - [anon_sym_i128] = ACTIONS(2518), - [anon_sym_isize] = ACTIONS(2518), - [anon_sym_usize] = ACTIONS(2518), - [anon_sym_f32] = ACTIONS(2518), - [anon_sym_f64] = ACTIONS(2518), - [anon_sym_bool] = ACTIONS(2518), - [anon_sym_str] = ACTIONS(2518), - [anon_sym_char] = ACTIONS(2518), - [anon_sym_DASH] = ACTIONS(2516), - [anon_sym_BANG] = ACTIONS(2516), - [anon_sym_AMP] = ACTIONS(2516), - [anon_sym_PIPE] = ACTIONS(2516), - [anon_sym_LT] = ACTIONS(2516), - [anon_sym_DOT_DOT] = ACTIONS(2516), - [anon_sym_COLON_COLON] = ACTIONS(2516), - [anon_sym_POUND] = ACTIONS(2516), - [anon_sym_SQUOTE] = ACTIONS(2518), - [anon_sym_async] = ACTIONS(2518), - [anon_sym_break] = ACTIONS(2518), - [anon_sym_const] = ACTIONS(2518), - [anon_sym_continue] = ACTIONS(2518), - [anon_sym_default] = ACTIONS(2518), - [anon_sym_enum] = ACTIONS(2518), - [anon_sym_fn] = ACTIONS(2518), - [anon_sym_for] = ACTIONS(2518), - [anon_sym_gen] = ACTIONS(2518), - [anon_sym_if] = ACTIONS(2518), - [anon_sym_impl] = ACTIONS(2518), - [anon_sym_let] = ACTIONS(2518), - [anon_sym_loop] = ACTIONS(2518), - [anon_sym_match] = ACTIONS(2518), - [anon_sym_mod] = ACTIONS(2518), - [anon_sym_pub] = ACTIONS(2518), - [anon_sym_return] = ACTIONS(2518), - [anon_sym_static] = ACTIONS(2518), - [anon_sym_struct] = ACTIONS(2518), - [anon_sym_trait] = ACTIONS(2518), - [anon_sym_type] = ACTIONS(2518), - [anon_sym_union] = ACTIONS(2518), - [anon_sym_unsafe] = ACTIONS(2518), - [anon_sym_use] = ACTIONS(2518), - [anon_sym_while] = ACTIONS(2518), - [anon_sym_extern] = ACTIONS(2518), - [anon_sym_yield] = ACTIONS(2518), - [anon_sym_move] = ACTIONS(2518), - [anon_sym_try] = ACTIONS(2518), - [sym_integer_literal] = ACTIONS(2516), - [aux_sym_string_literal_token1] = ACTIONS(2516), - [sym_char_literal] = ACTIONS(2516), - [anon_sym_true] = ACTIONS(2518), - [anon_sym_false] = ACTIONS(2518), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2518), - [sym_super] = ACTIONS(2518), - [sym_crate] = ACTIONS(2518), - [sym_metavariable] = ACTIONS(2516), - [sym__raw_string_literal_start] = ACTIONS(2516), - [sym_float_literal] = ACTIONS(2516), + [STATE(678)] = { + [sym_line_comment] = STATE(678), + [sym_block_comment] = STATE(678), + [ts_builtin_sym_end] = ACTIONS(2514), + [sym_identifier] = ACTIONS(2516), + [anon_sym_SEMI] = ACTIONS(2514), + [anon_sym_macro_rules_BANG] = ACTIONS(2514), + [anon_sym_LPAREN] = ACTIONS(2514), + [anon_sym_LBRACK] = ACTIONS(2514), + [anon_sym_LBRACE] = ACTIONS(2514), + [anon_sym_RBRACE] = ACTIONS(2514), + [anon_sym_STAR] = ACTIONS(2514), + [anon_sym_u8] = ACTIONS(2516), + [anon_sym_i8] = ACTIONS(2516), + [anon_sym_u16] = ACTIONS(2516), + [anon_sym_i16] = ACTIONS(2516), + [anon_sym_u32] = ACTIONS(2516), + [anon_sym_i32] = ACTIONS(2516), + [anon_sym_u64] = ACTIONS(2516), + [anon_sym_i64] = ACTIONS(2516), + [anon_sym_u128] = ACTIONS(2516), + [anon_sym_i128] = ACTIONS(2516), + [anon_sym_isize] = ACTIONS(2516), + [anon_sym_usize] = ACTIONS(2516), + [anon_sym_f32] = ACTIONS(2516), + [anon_sym_f64] = ACTIONS(2516), + [anon_sym_bool] = ACTIONS(2516), + [anon_sym_str] = ACTIONS(2516), + [anon_sym_char] = ACTIONS(2516), + [anon_sym_DASH] = ACTIONS(2514), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_AMP] = ACTIONS(2514), + [anon_sym_PIPE] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2514), + [anon_sym_DOT_DOT] = ACTIONS(2514), + [anon_sym_COLON_COLON] = ACTIONS(2514), + [anon_sym_POUND] = ACTIONS(2514), + [anon_sym_SQUOTE] = ACTIONS(2516), + [anon_sym_async] = ACTIONS(2516), + [anon_sym_break] = ACTIONS(2516), + [anon_sym_const] = ACTIONS(2516), + [anon_sym_continue] = ACTIONS(2516), + [anon_sym_default] = ACTIONS(2516), + [anon_sym_enum] = ACTIONS(2516), + [anon_sym_fn] = ACTIONS(2516), + [anon_sym_for] = ACTIONS(2516), + [anon_sym_gen] = ACTIONS(2516), + [anon_sym_if] = ACTIONS(2516), + [anon_sym_impl] = ACTIONS(2516), + [anon_sym_let] = ACTIONS(2516), + [anon_sym_loop] = ACTIONS(2516), + [anon_sym_match] = ACTIONS(2516), + [anon_sym_mod] = ACTIONS(2516), + [anon_sym_pub] = ACTIONS(2516), + [anon_sym_return] = ACTIONS(2516), + [anon_sym_static] = ACTIONS(2516), + [anon_sym_struct] = ACTIONS(2516), + [anon_sym_trait] = ACTIONS(2516), + [anon_sym_type] = ACTIONS(2516), + [anon_sym_union] = ACTIONS(2516), + [anon_sym_unsafe] = ACTIONS(2516), + [anon_sym_use] = ACTIONS(2516), + [anon_sym_while] = ACTIONS(2516), + [anon_sym_extern] = ACTIONS(2516), + [anon_sym_yield] = ACTIONS(2516), + [anon_sym_move] = ACTIONS(2516), + [anon_sym_try] = ACTIONS(2516), + [sym_integer_literal] = ACTIONS(2514), + [aux_sym_string_literal_token1] = ACTIONS(2514), + [sym_char_literal] = ACTIONS(2514), + [anon_sym_true] = ACTIONS(2516), + [anon_sym_false] = ACTIONS(2516), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2516), + [sym_super] = ACTIONS(2516), + [sym_crate] = ACTIONS(2516), + [sym_metavariable] = ACTIONS(2514), + [sym__raw_string_literal_start] = ACTIONS(2514), + [sym_float_literal] = ACTIONS(2514), }, - [STATE(650)] = { - [sym_line_comment] = STATE(650), - [sym_block_comment] = STATE(650), - [ts_builtin_sym_end] = ACTIONS(2520), - [sym_identifier] = ACTIONS(2522), - [anon_sym_SEMI] = ACTIONS(2520), - [anon_sym_macro_rules_BANG] = ACTIONS(2520), - [anon_sym_LPAREN] = ACTIONS(2520), - [anon_sym_LBRACK] = ACTIONS(2520), - [anon_sym_LBRACE] = ACTIONS(2520), - [anon_sym_RBRACE] = ACTIONS(2520), - [anon_sym_STAR] = ACTIONS(2520), - [anon_sym_u8] = ACTIONS(2522), - [anon_sym_i8] = ACTIONS(2522), - [anon_sym_u16] = ACTIONS(2522), - [anon_sym_i16] = ACTIONS(2522), - [anon_sym_u32] = ACTIONS(2522), - [anon_sym_i32] = ACTIONS(2522), - [anon_sym_u64] = ACTIONS(2522), - [anon_sym_i64] = ACTIONS(2522), - [anon_sym_u128] = ACTIONS(2522), - [anon_sym_i128] = ACTIONS(2522), - [anon_sym_isize] = ACTIONS(2522), - [anon_sym_usize] = ACTIONS(2522), - [anon_sym_f32] = ACTIONS(2522), - [anon_sym_f64] = ACTIONS(2522), - [anon_sym_bool] = ACTIONS(2522), - [anon_sym_str] = ACTIONS(2522), - [anon_sym_char] = ACTIONS(2522), - [anon_sym_DASH] = ACTIONS(2520), - [anon_sym_BANG] = ACTIONS(2520), - [anon_sym_AMP] = ACTIONS(2520), - [anon_sym_PIPE] = ACTIONS(2520), - [anon_sym_LT] = ACTIONS(2520), - [anon_sym_DOT_DOT] = ACTIONS(2520), - [anon_sym_COLON_COLON] = ACTIONS(2520), - [anon_sym_POUND] = ACTIONS(2520), - [anon_sym_SQUOTE] = ACTIONS(2522), - [anon_sym_async] = ACTIONS(2522), - [anon_sym_break] = ACTIONS(2522), - [anon_sym_const] = ACTIONS(2522), - [anon_sym_continue] = ACTIONS(2522), - [anon_sym_default] = ACTIONS(2522), - [anon_sym_enum] = ACTIONS(2522), - [anon_sym_fn] = ACTIONS(2522), - [anon_sym_for] = ACTIONS(2522), - [anon_sym_gen] = ACTIONS(2522), - [anon_sym_if] = ACTIONS(2522), - [anon_sym_impl] = ACTIONS(2522), - [anon_sym_let] = ACTIONS(2522), - [anon_sym_loop] = ACTIONS(2522), - [anon_sym_match] = ACTIONS(2522), - [anon_sym_mod] = ACTIONS(2522), - [anon_sym_pub] = ACTIONS(2522), - [anon_sym_return] = ACTIONS(2522), - [anon_sym_static] = ACTIONS(2522), - [anon_sym_struct] = ACTIONS(2522), - [anon_sym_trait] = ACTIONS(2522), - [anon_sym_type] = ACTIONS(2522), - [anon_sym_union] = ACTIONS(2522), - [anon_sym_unsafe] = ACTIONS(2522), - [anon_sym_use] = ACTIONS(2522), - [anon_sym_while] = ACTIONS(2522), - [anon_sym_extern] = ACTIONS(2522), - [anon_sym_yield] = ACTIONS(2522), - [anon_sym_move] = ACTIONS(2522), - [anon_sym_try] = ACTIONS(2522), - [sym_integer_literal] = ACTIONS(2520), - [aux_sym_string_literal_token1] = ACTIONS(2520), - [sym_char_literal] = ACTIONS(2520), - [anon_sym_true] = ACTIONS(2522), - [anon_sym_false] = ACTIONS(2522), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2522), - [sym_super] = ACTIONS(2522), - [sym_crate] = ACTIONS(2522), - [sym_metavariable] = ACTIONS(2520), - [sym__raw_string_literal_start] = ACTIONS(2520), - [sym_float_literal] = ACTIONS(2520), + [STATE(679)] = { + [sym_line_comment] = STATE(679), + [sym_block_comment] = STATE(679), + [ts_builtin_sym_end] = ACTIONS(2518), + [sym_identifier] = ACTIONS(2520), + [anon_sym_SEMI] = ACTIONS(2518), + [anon_sym_macro_rules_BANG] = ACTIONS(2518), + [anon_sym_LPAREN] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(2518), + [anon_sym_LBRACE] = ACTIONS(2518), + [anon_sym_RBRACE] = ACTIONS(2518), + [anon_sym_STAR] = ACTIONS(2518), + [anon_sym_u8] = ACTIONS(2520), + [anon_sym_i8] = ACTIONS(2520), + [anon_sym_u16] = ACTIONS(2520), + [anon_sym_i16] = ACTIONS(2520), + [anon_sym_u32] = ACTIONS(2520), + [anon_sym_i32] = ACTIONS(2520), + [anon_sym_u64] = ACTIONS(2520), + [anon_sym_i64] = ACTIONS(2520), + [anon_sym_u128] = ACTIONS(2520), + [anon_sym_i128] = ACTIONS(2520), + [anon_sym_isize] = ACTIONS(2520), + [anon_sym_usize] = ACTIONS(2520), + [anon_sym_f32] = ACTIONS(2520), + [anon_sym_f64] = ACTIONS(2520), + [anon_sym_bool] = ACTIONS(2520), + [anon_sym_str] = ACTIONS(2520), + [anon_sym_char] = ACTIONS(2520), + [anon_sym_DASH] = ACTIONS(2518), + [anon_sym_BANG] = ACTIONS(2518), + [anon_sym_AMP] = ACTIONS(2518), + [anon_sym_PIPE] = ACTIONS(2518), + [anon_sym_LT] = ACTIONS(2518), + [anon_sym_DOT_DOT] = ACTIONS(2518), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_POUND] = ACTIONS(2518), + [anon_sym_SQUOTE] = ACTIONS(2520), + [anon_sym_async] = ACTIONS(2520), + [anon_sym_break] = ACTIONS(2520), + [anon_sym_const] = ACTIONS(2520), + [anon_sym_continue] = ACTIONS(2520), + [anon_sym_default] = ACTIONS(2520), + [anon_sym_enum] = ACTIONS(2520), + [anon_sym_fn] = ACTIONS(2520), + [anon_sym_for] = ACTIONS(2520), + [anon_sym_gen] = ACTIONS(2520), + [anon_sym_if] = ACTIONS(2520), + [anon_sym_impl] = ACTIONS(2520), + [anon_sym_let] = ACTIONS(2520), + [anon_sym_loop] = ACTIONS(2520), + [anon_sym_match] = ACTIONS(2520), + [anon_sym_mod] = ACTIONS(2520), + [anon_sym_pub] = ACTIONS(2520), + [anon_sym_return] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2520), + [anon_sym_struct] = ACTIONS(2520), + [anon_sym_trait] = ACTIONS(2520), + [anon_sym_type] = ACTIONS(2520), + [anon_sym_union] = ACTIONS(2520), + [anon_sym_unsafe] = ACTIONS(2520), + [anon_sym_use] = ACTIONS(2520), + [anon_sym_while] = ACTIONS(2520), + [anon_sym_extern] = ACTIONS(2520), + [anon_sym_yield] = ACTIONS(2520), + [anon_sym_move] = ACTIONS(2520), + [anon_sym_try] = ACTIONS(2520), + [sym_integer_literal] = ACTIONS(2518), + [aux_sym_string_literal_token1] = ACTIONS(2518), + [sym_char_literal] = ACTIONS(2518), + [anon_sym_true] = ACTIONS(2520), + [anon_sym_false] = ACTIONS(2520), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2520), + [sym_super] = ACTIONS(2520), + [sym_crate] = ACTIONS(2520), + [sym_metavariable] = ACTIONS(2518), + [sym__raw_string_literal_start] = ACTIONS(2518), + [sym_float_literal] = ACTIONS(2518), }, - [STATE(651)] = { - [sym_empty_statement] = STATE(1170), - [sym_macro_definition] = STATE(1170), - [sym_attribute_item] = STATE(1170), - [sym_inner_attribute_item] = STATE(1170), - [sym_mod_item] = STATE(1170), - [sym_foreign_mod_item] = STATE(1170), - [sym_struct_item] = STATE(1170), - [sym_union_item] = STATE(1170), - [sym_enum_item] = STATE(1170), - [sym_extern_crate_declaration] = STATE(1170), - [sym_const_item] = STATE(1170), - [sym_static_item] = STATE(1170), - [sym_type_item] = STATE(1170), - [sym_function_item] = STATE(1170), - [sym_function_signature_item] = STATE(1170), - [sym_function_modifiers] = STATE(3781), - [sym_impl_item] = STATE(1170), - [sym_trait_item] = STATE(1170), - [sym_associated_type] = STATE(1170), - [sym_let_declaration] = STATE(1170), - [sym_use_declaration] = STATE(1170), - [sym_extern_modifier] = STATE(2235), - [sym_visibility_modifier] = STATE(2021), - [sym_bracketed_type] = STATE(3732), - [sym_generic_type_with_turbofish] = STATE(3800), - [sym_macro_invocation] = STATE(1170), - [sym_scoped_identifier] = STATE(3326), - [sym_line_comment] = STATE(651), - [sym_block_comment] = STATE(651), - [aux_sym_declaration_list_repeat1] = STATE(531), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(2088), - [anon_sym_SEMI] = ACTIONS(2090), - [anon_sym_macro_rules_BANG] = ACTIONS(2092), - [anon_sym_RBRACE] = ACTIONS(2524), - [anon_sym_u8] = ACTIONS(2096), - [anon_sym_i8] = ACTIONS(2096), - [anon_sym_u16] = ACTIONS(2096), - [anon_sym_i16] = ACTIONS(2096), - [anon_sym_u32] = ACTIONS(2096), - [anon_sym_i32] = ACTIONS(2096), - [anon_sym_u64] = ACTIONS(2096), - [anon_sym_i64] = ACTIONS(2096), - [anon_sym_u128] = ACTIONS(2096), - [anon_sym_i128] = ACTIONS(2096), - [anon_sym_isize] = ACTIONS(2096), - [anon_sym_usize] = ACTIONS(2096), - [anon_sym_f32] = ACTIONS(2096), - [anon_sym_f64] = ACTIONS(2096), - [anon_sym_bool] = ACTIONS(2096), - [anon_sym_str] = ACTIONS(2096), - [anon_sym_char] = ACTIONS(2096), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2098), - [anon_sym_POUND] = ACTIONS(2100), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(2102), - [anon_sym_default] = ACTIONS(2104), - [anon_sym_enum] = ACTIONS(2106), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_gen] = ACTIONS(2110), - [anon_sym_impl] = ACTIONS(2112), - [anon_sym_let] = ACTIONS(2114), - [anon_sym_mod] = ACTIONS(2116), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2118), - [anon_sym_struct] = ACTIONS(2120), - [anon_sym_trait] = ACTIONS(2122), - [anon_sym_type] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2126), - [anon_sym_unsafe] = ACTIONS(2128), - [anon_sym_use] = ACTIONS(2130), - [anon_sym_extern] = ACTIONS(2132), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2134), - [sym_super] = ACTIONS(2134), - [sym_crate] = ACTIONS(2136), - [sym_metavariable] = ACTIONS(2138), + [STATE(680)] = { + [sym_line_comment] = STATE(680), + [sym_block_comment] = STATE(680), + [ts_builtin_sym_end] = ACTIONS(2522), + [sym_identifier] = ACTIONS(2524), + [anon_sym_SEMI] = ACTIONS(2522), + [anon_sym_macro_rules_BANG] = ACTIONS(2522), + [anon_sym_LPAREN] = ACTIONS(2522), + [anon_sym_LBRACK] = ACTIONS(2522), + [anon_sym_LBRACE] = ACTIONS(2522), + [anon_sym_RBRACE] = ACTIONS(2522), + [anon_sym_STAR] = ACTIONS(2522), + [anon_sym_u8] = ACTIONS(2524), + [anon_sym_i8] = ACTIONS(2524), + [anon_sym_u16] = ACTIONS(2524), + [anon_sym_i16] = ACTIONS(2524), + [anon_sym_u32] = ACTIONS(2524), + [anon_sym_i32] = ACTIONS(2524), + [anon_sym_u64] = ACTIONS(2524), + [anon_sym_i64] = ACTIONS(2524), + [anon_sym_u128] = ACTIONS(2524), + [anon_sym_i128] = ACTIONS(2524), + [anon_sym_isize] = ACTIONS(2524), + [anon_sym_usize] = ACTIONS(2524), + [anon_sym_f32] = ACTIONS(2524), + [anon_sym_f64] = ACTIONS(2524), + [anon_sym_bool] = ACTIONS(2524), + [anon_sym_str] = ACTIONS(2524), + [anon_sym_char] = ACTIONS(2524), + [anon_sym_DASH] = ACTIONS(2522), + [anon_sym_BANG] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2522), + [anon_sym_PIPE] = ACTIONS(2522), + [anon_sym_LT] = ACTIONS(2522), + [anon_sym_DOT_DOT] = ACTIONS(2522), + [anon_sym_COLON_COLON] = ACTIONS(2522), + [anon_sym_POUND] = ACTIONS(2522), + [anon_sym_SQUOTE] = ACTIONS(2524), + [anon_sym_async] = ACTIONS(2524), + [anon_sym_break] = ACTIONS(2524), + [anon_sym_const] = ACTIONS(2524), + [anon_sym_continue] = ACTIONS(2524), + [anon_sym_default] = ACTIONS(2524), + [anon_sym_enum] = ACTIONS(2524), + [anon_sym_fn] = ACTIONS(2524), + [anon_sym_for] = ACTIONS(2524), + [anon_sym_gen] = ACTIONS(2524), + [anon_sym_if] = ACTIONS(2524), + [anon_sym_impl] = ACTIONS(2524), + [anon_sym_let] = ACTIONS(2524), + [anon_sym_loop] = ACTIONS(2524), + [anon_sym_match] = ACTIONS(2524), + [anon_sym_mod] = ACTIONS(2524), + [anon_sym_pub] = ACTIONS(2524), + [anon_sym_return] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2524), + [anon_sym_struct] = ACTIONS(2524), + [anon_sym_trait] = ACTIONS(2524), + [anon_sym_type] = ACTIONS(2524), + [anon_sym_union] = ACTIONS(2524), + [anon_sym_unsafe] = ACTIONS(2524), + [anon_sym_use] = ACTIONS(2524), + [anon_sym_while] = ACTIONS(2524), + [anon_sym_extern] = ACTIONS(2524), + [anon_sym_yield] = ACTIONS(2524), + [anon_sym_move] = ACTIONS(2524), + [anon_sym_try] = ACTIONS(2524), + [sym_integer_literal] = ACTIONS(2522), + [aux_sym_string_literal_token1] = ACTIONS(2522), + [sym_char_literal] = ACTIONS(2522), + [anon_sym_true] = ACTIONS(2524), + [anon_sym_false] = ACTIONS(2524), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2524), + [sym_super] = ACTIONS(2524), + [sym_crate] = ACTIONS(2524), + [sym_metavariable] = ACTIONS(2522), + [sym__raw_string_literal_start] = ACTIONS(2522), + [sym_float_literal] = ACTIONS(2522), }, - [STATE(652)] = { - [sym_line_comment] = STATE(652), - [sym_block_comment] = STATE(652), + [STATE(681)] = { + [sym_line_comment] = STATE(681), + [sym_block_comment] = STATE(681), [ts_builtin_sym_end] = ACTIONS(2526), [sym_identifier] = ACTIONS(2528), [anon_sym_SEMI] = ACTIONS(2526), @@ -84714,9 +87060,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2526), [sym_float_literal] = ACTIONS(2526), }, - [STATE(653)] = { - [sym_line_comment] = STATE(653), - [sym_block_comment] = STATE(653), + [STATE(682)] = { + [sym_line_comment] = STATE(682), + [sym_block_comment] = STATE(682), [ts_builtin_sym_end] = ACTIONS(2530), [sym_identifier] = ACTIONS(2532), [anon_sym_SEMI] = ACTIONS(2530), @@ -84795,9 +87141,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2530), [sym_float_literal] = ACTIONS(2530), }, - [STATE(654)] = { - [sym_line_comment] = STATE(654), - [sym_block_comment] = STATE(654), + [STATE(683)] = { + [sym_line_comment] = STATE(683), + [sym_block_comment] = STATE(683), [ts_builtin_sym_end] = ACTIONS(2534), [sym_identifier] = ACTIONS(2536), [anon_sym_SEMI] = ACTIONS(2534), @@ -84876,1791 +87222,900 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2534), [sym_float_literal] = ACTIONS(2534), }, - [STATE(655)] = { - [sym_line_comment] = STATE(655), - [sym_block_comment] = STATE(655), - [ts_builtin_sym_end] = ACTIONS(2538), - [sym_identifier] = ACTIONS(2540), - [anon_sym_SEMI] = ACTIONS(2538), - [anon_sym_macro_rules_BANG] = ACTIONS(2538), - [anon_sym_LPAREN] = ACTIONS(2538), - [anon_sym_LBRACK] = ACTIONS(2538), - [anon_sym_LBRACE] = ACTIONS(2538), - [anon_sym_RBRACE] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(2538), - [anon_sym_u8] = ACTIONS(2540), - [anon_sym_i8] = ACTIONS(2540), - [anon_sym_u16] = ACTIONS(2540), - [anon_sym_i16] = ACTIONS(2540), - [anon_sym_u32] = ACTIONS(2540), - [anon_sym_i32] = ACTIONS(2540), - [anon_sym_u64] = ACTIONS(2540), - [anon_sym_i64] = ACTIONS(2540), - [anon_sym_u128] = ACTIONS(2540), - [anon_sym_i128] = ACTIONS(2540), - [anon_sym_isize] = ACTIONS(2540), - [anon_sym_usize] = ACTIONS(2540), - [anon_sym_f32] = ACTIONS(2540), - [anon_sym_f64] = ACTIONS(2540), - [anon_sym_bool] = ACTIONS(2540), - [anon_sym_str] = ACTIONS(2540), - [anon_sym_char] = ACTIONS(2540), - [anon_sym_DASH] = ACTIONS(2538), - [anon_sym_BANG] = ACTIONS(2538), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_PIPE] = ACTIONS(2538), - [anon_sym_LT] = ACTIONS(2538), - [anon_sym_DOT_DOT] = ACTIONS(2538), - [anon_sym_COLON_COLON] = ACTIONS(2538), - [anon_sym_POUND] = ACTIONS(2538), - [anon_sym_SQUOTE] = ACTIONS(2540), - [anon_sym_async] = ACTIONS(2540), - [anon_sym_break] = ACTIONS(2540), - [anon_sym_const] = ACTIONS(2540), - [anon_sym_continue] = ACTIONS(2540), - [anon_sym_default] = ACTIONS(2540), - [anon_sym_enum] = ACTIONS(2540), - [anon_sym_fn] = ACTIONS(2540), - [anon_sym_for] = ACTIONS(2540), - [anon_sym_gen] = ACTIONS(2540), - [anon_sym_if] = ACTIONS(2540), - [anon_sym_impl] = ACTIONS(2540), - [anon_sym_let] = ACTIONS(2540), - [anon_sym_loop] = ACTIONS(2540), - [anon_sym_match] = ACTIONS(2540), - [anon_sym_mod] = ACTIONS(2540), - [anon_sym_pub] = ACTIONS(2540), - [anon_sym_return] = ACTIONS(2540), - [anon_sym_static] = ACTIONS(2540), - [anon_sym_struct] = ACTIONS(2540), - [anon_sym_trait] = ACTIONS(2540), - [anon_sym_type] = ACTIONS(2540), - [anon_sym_union] = ACTIONS(2540), - [anon_sym_unsafe] = ACTIONS(2540), - [anon_sym_use] = ACTIONS(2540), - [anon_sym_while] = ACTIONS(2540), - [anon_sym_extern] = ACTIONS(2540), - [anon_sym_yield] = ACTIONS(2540), - [anon_sym_move] = ACTIONS(2540), - [anon_sym_try] = ACTIONS(2540), - [sym_integer_literal] = ACTIONS(2538), - [aux_sym_string_literal_token1] = ACTIONS(2538), - [sym_char_literal] = ACTIONS(2538), - [anon_sym_true] = ACTIONS(2540), - [anon_sym_false] = ACTIONS(2540), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2540), - [sym_super] = ACTIONS(2540), - [sym_crate] = ACTIONS(2540), - [sym_metavariable] = ACTIONS(2538), - [sym__raw_string_literal_start] = ACTIONS(2538), - [sym_float_literal] = ACTIONS(2538), - }, - [STATE(656)] = { - [sym_line_comment] = STATE(656), - [sym_block_comment] = STATE(656), - [ts_builtin_sym_end] = ACTIONS(2542), - [sym_identifier] = ACTIONS(2544), - [anon_sym_SEMI] = ACTIONS(2542), + [STATE(684)] = { + [sym_empty_statement] = STATE(1117), + [sym_macro_definition] = STATE(1117), + [sym_attribute_item] = STATE(1117), + [sym_inner_attribute_item] = STATE(1117), + [sym_mod_item] = STATE(1117), + [sym_foreign_mod_item] = STATE(1117), + [sym_struct_item] = STATE(1117), + [sym_union_item] = STATE(1117), + [sym_enum_item] = STATE(1117), + [sym_extern_crate_declaration] = STATE(1117), + [sym_const_item] = STATE(1117), + [sym_static_item] = STATE(1117), + [sym_type_item] = STATE(1117), + [sym_function_item] = STATE(1117), + [sym_function_signature_item] = STATE(1117), + [sym_function_modifiers] = STATE(3780), + [sym_impl_item] = STATE(1117), + [sym_trait_item] = STATE(1117), + [sym_associated_type] = STATE(1117), + [sym_let_declaration] = STATE(1117), + [sym_use_declaration] = STATE(1117), + [sym_extern_modifier] = STATE(2190), + [sym_visibility_modifier] = STATE(2023), + [sym_bracketed_type] = STATE(3737), + [sym_generic_type_with_turbofish] = STATE(3801), + [sym_macro_invocation] = STATE(1117), + [sym_scoped_identifier] = STATE(3458), + [sym_line_comment] = STATE(684), + [sym_block_comment] = STATE(684), + [aux_sym_declaration_list_repeat1] = STATE(757), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2538), + [anon_sym_SEMI] = ACTIONS(2540), [anon_sym_macro_rules_BANG] = ACTIONS(2542), - [anon_sym_LPAREN] = ACTIONS(2542), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_LBRACE] = ACTIONS(2542), - [anon_sym_RBRACE] = ACTIONS(2542), - [anon_sym_STAR] = ACTIONS(2542), - [anon_sym_u8] = ACTIONS(2544), - [anon_sym_i8] = ACTIONS(2544), - [anon_sym_u16] = ACTIONS(2544), - [anon_sym_i16] = ACTIONS(2544), - [anon_sym_u32] = ACTIONS(2544), - [anon_sym_i32] = ACTIONS(2544), - [anon_sym_u64] = ACTIONS(2544), - [anon_sym_i64] = ACTIONS(2544), - [anon_sym_u128] = ACTIONS(2544), - [anon_sym_i128] = ACTIONS(2544), - [anon_sym_isize] = ACTIONS(2544), - [anon_sym_usize] = ACTIONS(2544), - [anon_sym_f32] = ACTIONS(2544), - [anon_sym_f64] = ACTIONS(2544), - [anon_sym_bool] = ACTIONS(2544), - [anon_sym_str] = ACTIONS(2544), - [anon_sym_char] = ACTIONS(2544), - [anon_sym_DASH] = ACTIONS(2542), - [anon_sym_BANG] = ACTIONS(2542), - [anon_sym_AMP] = ACTIONS(2542), - [anon_sym_PIPE] = ACTIONS(2542), - [anon_sym_LT] = ACTIONS(2542), - [anon_sym_DOT_DOT] = ACTIONS(2542), - [anon_sym_COLON_COLON] = ACTIONS(2542), - [anon_sym_POUND] = ACTIONS(2542), - [anon_sym_SQUOTE] = ACTIONS(2544), - [anon_sym_async] = ACTIONS(2544), - [anon_sym_break] = ACTIONS(2544), - [anon_sym_const] = ACTIONS(2544), - [anon_sym_continue] = ACTIONS(2544), - [anon_sym_default] = ACTIONS(2544), - [anon_sym_enum] = ACTIONS(2544), - [anon_sym_fn] = ACTIONS(2544), - [anon_sym_for] = ACTIONS(2544), - [anon_sym_gen] = ACTIONS(2544), - [anon_sym_if] = ACTIONS(2544), - [anon_sym_impl] = ACTIONS(2544), - [anon_sym_let] = ACTIONS(2544), - [anon_sym_loop] = ACTIONS(2544), - [anon_sym_match] = ACTIONS(2544), - [anon_sym_mod] = ACTIONS(2544), - [anon_sym_pub] = ACTIONS(2544), - [anon_sym_return] = ACTIONS(2544), - [anon_sym_static] = ACTIONS(2544), - [anon_sym_struct] = ACTIONS(2544), - [anon_sym_trait] = ACTIONS(2544), - [anon_sym_type] = ACTIONS(2544), - [anon_sym_union] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(2544), - [anon_sym_use] = ACTIONS(2544), - [anon_sym_while] = ACTIONS(2544), - [anon_sym_extern] = ACTIONS(2544), - [anon_sym_yield] = ACTIONS(2544), - [anon_sym_move] = ACTIONS(2544), - [anon_sym_try] = ACTIONS(2544), - [sym_integer_literal] = ACTIONS(2542), - [aux_sym_string_literal_token1] = ACTIONS(2542), - [sym_char_literal] = ACTIONS(2542), - [anon_sym_true] = ACTIONS(2544), - [anon_sym_false] = ACTIONS(2544), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2544), - [sym_super] = ACTIONS(2544), - [sym_crate] = ACTIONS(2544), - [sym_metavariable] = ACTIONS(2542), - [sym__raw_string_literal_start] = ACTIONS(2542), - [sym_float_literal] = ACTIONS(2542), - }, - [STATE(657)] = { - [sym_line_comment] = STATE(657), - [sym_block_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(2546), - [sym_identifier] = ACTIONS(2548), - [anon_sym_SEMI] = ACTIONS(2546), - [anon_sym_macro_rules_BANG] = ACTIONS(2546), - [anon_sym_LPAREN] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(2546), - [anon_sym_LBRACE] = ACTIONS(2546), - [anon_sym_RBRACE] = ACTIONS(2546), - [anon_sym_STAR] = ACTIONS(2546), - [anon_sym_u8] = ACTIONS(2548), - [anon_sym_i8] = ACTIONS(2548), - [anon_sym_u16] = ACTIONS(2548), - [anon_sym_i16] = ACTIONS(2548), - [anon_sym_u32] = ACTIONS(2548), - [anon_sym_i32] = ACTIONS(2548), - [anon_sym_u64] = ACTIONS(2548), - [anon_sym_i64] = ACTIONS(2548), - [anon_sym_u128] = ACTIONS(2548), - [anon_sym_i128] = ACTIONS(2548), - [anon_sym_isize] = ACTIONS(2548), - [anon_sym_usize] = ACTIONS(2548), - [anon_sym_f32] = ACTIONS(2548), - [anon_sym_f64] = ACTIONS(2548), - [anon_sym_bool] = ACTIONS(2548), - [anon_sym_str] = ACTIONS(2548), - [anon_sym_char] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2546), - [anon_sym_BANG] = ACTIONS(2546), - [anon_sym_AMP] = ACTIONS(2546), - [anon_sym_PIPE] = ACTIONS(2546), - [anon_sym_LT] = ACTIONS(2546), - [anon_sym_DOT_DOT] = ACTIONS(2546), - [anon_sym_COLON_COLON] = ACTIONS(2546), - [anon_sym_POUND] = ACTIONS(2546), - [anon_sym_SQUOTE] = ACTIONS(2548), - [anon_sym_async] = ACTIONS(2548), - [anon_sym_break] = ACTIONS(2548), - [anon_sym_const] = ACTIONS(2548), - [anon_sym_continue] = ACTIONS(2548), - [anon_sym_default] = ACTIONS(2548), - [anon_sym_enum] = ACTIONS(2548), - [anon_sym_fn] = ACTIONS(2548), - [anon_sym_for] = ACTIONS(2548), - [anon_sym_gen] = ACTIONS(2548), - [anon_sym_if] = ACTIONS(2548), - [anon_sym_impl] = ACTIONS(2548), - [anon_sym_let] = ACTIONS(2548), - [anon_sym_loop] = ACTIONS(2548), - [anon_sym_match] = ACTIONS(2548), - [anon_sym_mod] = ACTIONS(2548), - [anon_sym_pub] = ACTIONS(2548), - [anon_sym_return] = ACTIONS(2548), - [anon_sym_static] = ACTIONS(2548), - [anon_sym_struct] = ACTIONS(2548), - [anon_sym_trait] = ACTIONS(2548), - [anon_sym_type] = ACTIONS(2548), - [anon_sym_union] = ACTIONS(2548), - [anon_sym_unsafe] = ACTIONS(2548), - [anon_sym_use] = ACTIONS(2548), - [anon_sym_while] = ACTIONS(2548), - [anon_sym_extern] = ACTIONS(2548), - [anon_sym_yield] = ACTIONS(2548), - [anon_sym_move] = ACTIONS(2548), - [anon_sym_try] = ACTIONS(2548), - [sym_integer_literal] = ACTIONS(2546), - [aux_sym_string_literal_token1] = ACTIONS(2546), - [sym_char_literal] = ACTIONS(2546), - [anon_sym_true] = ACTIONS(2548), - [anon_sym_false] = ACTIONS(2548), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2548), - [sym_super] = ACTIONS(2548), - [sym_crate] = ACTIONS(2548), - [sym_metavariable] = ACTIONS(2546), - [sym__raw_string_literal_start] = ACTIONS(2546), - [sym_float_literal] = ACTIONS(2546), - }, - [STATE(658)] = { - [sym_line_comment] = STATE(658), - [sym_block_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(2550), - [sym_identifier] = ACTIONS(2552), - [anon_sym_SEMI] = ACTIONS(2550), - [anon_sym_macro_rules_BANG] = ACTIONS(2550), - [anon_sym_LPAREN] = ACTIONS(2550), - [anon_sym_LBRACK] = ACTIONS(2550), - [anon_sym_LBRACE] = ACTIONS(2550), - [anon_sym_RBRACE] = ACTIONS(2550), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_u8] = ACTIONS(2552), - [anon_sym_i8] = ACTIONS(2552), - [anon_sym_u16] = ACTIONS(2552), - [anon_sym_i16] = ACTIONS(2552), - [anon_sym_u32] = ACTIONS(2552), - [anon_sym_i32] = ACTIONS(2552), - [anon_sym_u64] = ACTIONS(2552), - [anon_sym_i64] = ACTIONS(2552), - [anon_sym_u128] = ACTIONS(2552), - [anon_sym_i128] = ACTIONS(2552), - [anon_sym_isize] = ACTIONS(2552), - [anon_sym_usize] = ACTIONS(2552), - [anon_sym_f32] = ACTIONS(2552), - [anon_sym_f64] = ACTIONS(2552), - [anon_sym_bool] = ACTIONS(2552), - [anon_sym_str] = ACTIONS(2552), - [anon_sym_char] = ACTIONS(2552), - [anon_sym_DASH] = ACTIONS(2550), - [anon_sym_BANG] = ACTIONS(2550), - [anon_sym_AMP] = ACTIONS(2550), - [anon_sym_PIPE] = ACTIONS(2550), - [anon_sym_LT] = ACTIONS(2550), - [anon_sym_DOT_DOT] = ACTIONS(2550), - [anon_sym_COLON_COLON] = ACTIONS(2550), + [anon_sym_RBRACE] = ACTIONS(2544), + [anon_sym_u8] = ACTIONS(2546), + [anon_sym_i8] = ACTIONS(2546), + [anon_sym_u16] = ACTIONS(2546), + [anon_sym_i16] = ACTIONS(2546), + [anon_sym_u32] = ACTIONS(2546), + [anon_sym_i32] = ACTIONS(2546), + [anon_sym_u64] = ACTIONS(2546), + [anon_sym_i64] = ACTIONS(2546), + [anon_sym_u128] = ACTIONS(2546), + [anon_sym_i128] = ACTIONS(2546), + [anon_sym_isize] = ACTIONS(2546), + [anon_sym_usize] = ACTIONS(2546), + [anon_sym_f32] = ACTIONS(2546), + [anon_sym_f64] = ACTIONS(2546), + [anon_sym_bool] = ACTIONS(2546), + [anon_sym_str] = ACTIONS(2546), + [anon_sym_char] = ACTIONS(2546), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2548), [anon_sym_POUND] = ACTIONS(2550), - [anon_sym_SQUOTE] = ACTIONS(2552), - [anon_sym_async] = ACTIONS(2552), - [anon_sym_break] = ACTIONS(2552), + [anon_sym_async] = ACTIONS(1103), [anon_sym_const] = ACTIONS(2552), - [anon_sym_continue] = ACTIONS(2552), - [anon_sym_default] = ACTIONS(2552), - [anon_sym_enum] = ACTIONS(2552), - [anon_sym_fn] = ACTIONS(2552), - [anon_sym_for] = ACTIONS(2552), - [anon_sym_gen] = ACTIONS(2552), - [anon_sym_if] = ACTIONS(2552), - [anon_sym_impl] = ACTIONS(2552), - [anon_sym_let] = ACTIONS(2552), - [anon_sym_loop] = ACTIONS(2552), - [anon_sym_match] = ACTIONS(2552), - [anon_sym_mod] = ACTIONS(2552), - [anon_sym_pub] = ACTIONS(2552), - [anon_sym_return] = ACTIONS(2552), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_struct] = ACTIONS(2552), - [anon_sym_trait] = ACTIONS(2552), - [anon_sym_type] = ACTIONS(2552), - [anon_sym_union] = ACTIONS(2552), - [anon_sym_unsafe] = ACTIONS(2552), - [anon_sym_use] = ACTIONS(2552), - [anon_sym_while] = ACTIONS(2552), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym_yield] = ACTIONS(2552), - [anon_sym_move] = ACTIONS(2552), - [anon_sym_try] = ACTIONS(2552), - [sym_integer_literal] = ACTIONS(2550), - [aux_sym_string_literal_token1] = ACTIONS(2550), - [sym_char_literal] = ACTIONS(2550), - [anon_sym_true] = ACTIONS(2552), - [anon_sym_false] = ACTIONS(2552), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2552), - [sym_super] = ACTIONS(2552), - [sym_crate] = ACTIONS(2552), - [sym_metavariable] = ACTIONS(2550), - [sym__raw_string_literal_start] = ACTIONS(2550), - [sym_float_literal] = ACTIONS(2550), - }, - [STATE(659)] = { - [sym_line_comment] = STATE(659), - [sym_block_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(2554), - [sym_identifier] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2554), - [anon_sym_macro_rules_BANG] = ACTIONS(2554), - [anon_sym_LPAREN] = ACTIONS(2554), - [anon_sym_LBRACK] = ACTIONS(2554), - [anon_sym_LBRACE] = ACTIONS(2554), - [anon_sym_RBRACE] = ACTIONS(2554), - [anon_sym_STAR] = ACTIONS(2554), - [anon_sym_u8] = ACTIONS(2556), - [anon_sym_i8] = ACTIONS(2556), - [anon_sym_u16] = ACTIONS(2556), - [anon_sym_i16] = ACTIONS(2556), - [anon_sym_u32] = ACTIONS(2556), - [anon_sym_i32] = ACTIONS(2556), - [anon_sym_u64] = ACTIONS(2556), - [anon_sym_i64] = ACTIONS(2556), - [anon_sym_u128] = ACTIONS(2556), - [anon_sym_i128] = ACTIONS(2556), - [anon_sym_isize] = ACTIONS(2556), - [anon_sym_usize] = ACTIONS(2556), - [anon_sym_f32] = ACTIONS(2556), - [anon_sym_f64] = ACTIONS(2556), - [anon_sym_bool] = ACTIONS(2556), - [anon_sym_str] = ACTIONS(2556), - [anon_sym_char] = ACTIONS(2556), - [anon_sym_DASH] = ACTIONS(2554), - [anon_sym_BANG] = ACTIONS(2554), - [anon_sym_AMP] = ACTIONS(2554), - [anon_sym_PIPE] = ACTIONS(2554), - [anon_sym_LT] = ACTIONS(2554), - [anon_sym_DOT_DOT] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2554), - [anon_sym_POUND] = ACTIONS(2554), - [anon_sym_SQUOTE] = ACTIONS(2556), - [anon_sym_async] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), + [anon_sym_default] = ACTIONS(2554), [anon_sym_enum] = ACTIONS(2556), - [anon_sym_fn] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_gen] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_impl] = ACTIONS(2556), - [anon_sym_let] = ACTIONS(2556), - [anon_sym_loop] = ACTIONS(2556), - [anon_sym_match] = ACTIONS(2556), - [anon_sym_mod] = ACTIONS(2556), - [anon_sym_pub] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_trait] = ACTIONS(2556), - [anon_sym_type] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_unsafe] = ACTIONS(2556), - [anon_sym_use] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym_yield] = ACTIONS(2556), - [anon_sym_move] = ACTIONS(2556), - [anon_sym_try] = ACTIONS(2556), - [sym_integer_literal] = ACTIONS(2554), - [aux_sym_string_literal_token1] = ACTIONS(2554), - [sym_char_literal] = ACTIONS(2554), - [anon_sym_true] = ACTIONS(2556), - [anon_sym_false] = ACTIONS(2556), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2556), - [sym_super] = ACTIONS(2556), - [sym_crate] = ACTIONS(2556), - [sym_metavariable] = ACTIONS(2554), - [sym__raw_string_literal_start] = ACTIONS(2554), - [sym_float_literal] = ACTIONS(2554), - }, - [STATE(660)] = { - [sym_line_comment] = STATE(660), - [sym_block_comment] = STATE(660), - [ts_builtin_sym_end] = ACTIONS(2558), - [sym_identifier] = ACTIONS(2560), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_macro_rules_BANG] = ACTIONS(2558), - [anon_sym_LPAREN] = ACTIONS(2558), - [anon_sym_LBRACK] = ACTIONS(2558), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_RBRACE] = ACTIONS(2558), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_u8] = ACTIONS(2560), - [anon_sym_i8] = ACTIONS(2560), - [anon_sym_u16] = ACTIONS(2560), - [anon_sym_i16] = ACTIONS(2560), - [anon_sym_u32] = ACTIONS(2560), - [anon_sym_i32] = ACTIONS(2560), - [anon_sym_u64] = ACTIONS(2560), - [anon_sym_i64] = ACTIONS(2560), - [anon_sym_u128] = ACTIONS(2560), - [anon_sym_i128] = ACTIONS(2560), - [anon_sym_isize] = ACTIONS(2560), - [anon_sym_usize] = ACTIONS(2560), - [anon_sym_f32] = ACTIONS(2560), - [anon_sym_f64] = ACTIONS(2560), - [anon_sym_bool] = ACTIONS(2560), - [anon_sym_str] = ACTIONS(2560), - [anon_sym_char] = ACTIONS(2560), - [anon_sym_DASH] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_AMP] = ACTIONS(2558), - [anon_sym_PIPE] = ACTIONS(2558), - [anon_sym_LT] = ACTIONS(2558), - [anon_sym_DOT_DOT] = ACTIONS(2558), - [anon_sym_COLON_COLON] = ACTIONS(2558), - [anon_sym_POUND] = ACTIONS(2558), - [anon_sym_SQUOTE] = ACTIONS(2560), - [anon_sym_async] = ACTIONS(2560), - [anon_sym_break] = ACTIONS(2560), - [anon_sym_const] = ACTIONS(2560), - [anon_sym_continue] = ACTIONS(2560), - [anon_sym_default] = ACTIONS(2560), - [anon_sym_enum] = ACTIONS(2560), - [anon_sym_fn] = ACTIONS(2560), - [anon_sym_for] = ACTIONS(2560), - [anon_sym_gen] = ACTIONS(2560), - [anon_sym_if] = ACTIONS(2560), + [anon_sym_fn] = ACTIONS(2558), + [anon_sym_gen] = ACTIONS(2554), [anon_sym_impl] = ACTIONS(2560), - [anon_sym_let] = ACTIONS(2560), - [anon_sym_loop] = ACTIONS(2560), - [anon_sym_match] = ACTIONS(2560), - [anon_sym_mod] = ACTIONS(2560), - [anon_sym_pub] = ACTIONS(2560), - [anon_sym_return] = ACTIONS(2560), - [anon_sym_static] = ACTIONS(2560), - [anon_sym_struct] = ACTIONS(2560), - [anon_sym_trait] = ACTIONS(2560), - [anon_sym_type] = ACTIONS(2560), - [anon_sym_union] = ACTIONS(2560), - [anon_sym_unsafe] = ACTIONS(2560), - [anon_sym_use] = ACTIONS(2560), - [anon_sym_while] = ACTIONS(2560), - [anon_sym_extern] = ACTIONS(2560), - [anon_sym_yield] = ACTIONS(2560), - [anon_sym_move] = ACTIONS(2560), - [anon_sym_try] = ACTIONS(2560), - [sym_integer_literal] = ACTIONS(2558), - [aux_sym_string_literal_token1] = ACTIONS(2558), - [sym_char_literal] = ACTIONS(2558), - [anon_sym_true] = ACTIONS(2560), - [anon_sym_false] = ACTIONS(2560), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2560), - [sym_super] = ACTIONS(2560), - [sym_crate] = ACTIONS(2560), - [sym_metavariable] = ACTIONS(2558), - [sym__raw_string_literal_start] = ACTIONS(2558), - [sym_float_literal] = ACTIONS(2558), - }, - [STATE(661)] = { - [sym_line_comment] = STATE(661), - [sym_block_comment] = STATE(661), - [ts_builtin_sym_end] = ACTIONS(2562), - [sym_identifier] = ACTIONS(2564), - [anon_sym_SEMI] = ACTIONS(2562), - [anon_sym_macro_rules_BANG] = ACTIONS(2562), - [anon_sym_LPAREN] = ACTIONS(2562), - [anon_sym_LBRACK] = ACTIONS(2562), - [anon_sym_LBRACE] = ACTIONS(2562), - [anon_sym_RBRACE] = ACTIONS(2562), - [anon_sym_STAR] = ACTIONS(2562), - [anon_sym_u8] = ACTIONS(2564), - [anon_sym_i8] = ACTIONS(2564), - [anon_sym_u16] = ACTIONS(2564), - [anon_sym_i16] = ACTIONS(2564), - [anon_sym_u32] = ACTIONS(2564), - [anon_sym_i32] = ACTIONS(2564), - [anon_sym_u64] = ACTIONS(2564), - [anon_sym_i64] = ACTIONS(2564), - [anon_sym_u128] = ACTIONS(2564), - [anon_sym_i128] = ACTIONS(2564), - [anon_sym_isize] = ACTIONS(2564), - [anon_sym_usize] = ACTIONS(2564), - [anon_sym_f32] = ACTIONS(2564), - [anon_sym_f64] = ACTIONS(2564), - [anon_sym_bool] = ACTIONS(2564), - [anon_sym_str] = ACTIONS(2564), - [anon_sym_char] = ACTIONS(2564), - [anon_sym_DASH] = ACTIONS(2562), - [anon_sym_BANG] = ACTIONS(2562), - [anon_sym_AMP] = ACTIONS(2562), - [anon_sym_PIPE] = ACTIONS(2562), - [anon_sym_LT] = ACTIONS(2562), - [anon_sym_DOT_DOT] = ACTIONS(2562), - [anon_sym_COLON_COLON] = ACTIONS(2562), - [anon_sym_POUND] = ACTIONS(2562), - [anon_sym_SQUOTE] = ACTIONS(2564), - [anon_sym_async] = ACTIONS(2564), - [anon_sym_break] = ACTIONS(2564), - [anon_sym_const] = ACTIONS(2564), - [anon_sym_continue] = ACTIONS(2564), - [anon_sym_default] = ACTIONS(2564), - [anon_sym_enum] = ACTIONS(2564), - [anon_sym_fn] = ACTIONS(2564), - [anon_sym_for] = ACTIONS(2564), - [anon_sym_gen] = ACTIONS(2564), - [anon_sym_if] = ACTIONS(2564), - [anon_sym_impl] = ACTIONS(2564), - [anon_sym_let] = ACTIONS(2564), - [anon_sym_loop] = ACTIONS(2564), - [anon_sym_match] = ACTIONS(2564), + [anon_sym_let] = ACTIONS(2562), [anon_sym_mod] = ACTIONS(2564), - [anon_sym_pub] = ACTIONS(2564), - [anon_sym_return] = ACTIONS(2564), - [anon_sym_static] = ACTIONS(2564), - [anon_sym_struct] = ACTIONS(2564), - [anon_sym_trait] = ACTIONS(2564), - [anon_sym_type] = ACTIONS(2564), - [anon_sym_union] = ACTIONS(2564), - [anon_sym_unsafe] = ACTIONS(2564), - [anon_sym_use] = ACTIONS(2564), - [anon_sym_while] = ACTIONS(2564), - [anon_sym_extern] = ACTIONS(2564), - [anon_sym_yield] = ACTIONS(2564), - [anon_sym_move] = ACTIONS(2564), - [anon_sym_try] = ACTIONS(2564), - [sym_integer_literal] = ACTIONS(2562), - [aux_sym_string_literal_token1] = ACTIONS(2562), - [sym_char_literal] = ACTIONS(2562), - [anon_sym_true] = ACTIONS(2564), - [anon_sym_false] = ACTIONS(2564), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2564), - [sym_super] = ACTIONS(2564), - [sym_crate] = ACTIONS(2564), - [sym_metavariable] = ACTIONS(2562), - [sym__raw_string_literal_start] = ACTIONS(2562), - [sym_float_literal] = ACTIONS(2562), - }, - [STATE(662)] = { - [sym_line_comment] = STATE(662), - [sym_block_comment] = STATE(662), - [ts_builtin_sym_end] = ACTIONS(2566), - [sym_identifier] = ACTIONS(2568), - [anon_sym_SEMI] = ACTIONS(2566), - [anon_sym_macro_rules_BANG] = ACTIONS(2566), - [anon_sym_LPAREN] = ACTIONS(2566), - [anon_sym_LBRACK] = ACTIONS(2566), - [anon_sym_LBRACE] = ACTIONS(2566), - [anon_sym_RBRACE] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2566), - [anon_sym_u8] = ACTIONS(2568), - [anon_sym_i8] = ACTIONS(2568), - [anon_sym_u16] = ACTIONS(2568), - [anon_sym_i16] = ACTIONS(2568), - [anon_sym_u32] = ACTIONS(2568), - [anon_sym_i32] = ACTIONS(2568), - [anon_sym_u64] = ACTIONS(2568), - [anon_sym_i64] = ACTIONS(2568), - [anon_sym_u128] = ACTIONS(2568), - [anon_sym_i128] = ACTIONS(2568), - [anon_sym_isize] = ACTIONS(2568), - [anon_sym_usize] = ACTIONS(2568), - [anon_sym_f32] = ACTIONS(2568), - [anon_sym_f64] = ACTIONS(2568), - [anon_sym_bool] = ACTIONS(2568), - [anon_sym_str] = ACTIONS(2568), - [anon_sym_char] = ACTIONS(2568), - [anon_sym_DASH] = ACTIONS(2566), - [anon_sym_BANG] = ACTIONS(2566), - [anon_sym_AMP] = ACTIONS(2566), - [anon_sym_PIPE] = ACTIONS(2566), - [anon_sym_LT] = ACTIONS(2566), - [anon_sym_DOT_DOT] = ACTIONS(2566), - [anon_sym_COLON_COLON] = ACTIONS(2566), - [anon_sym_POUND] = ACTIONS(2566), - [anon_sym_SQUOTE] = ACTIONS(2568), - [anon_sym_async] = ACTIONS(2568), - [anon_sym_break] = ACTIONS(2568), - [anon_sym_const] = ACTIONS(2568), - [anon_sym_continue] = ACTIONS(2568), - [anon_sym_default] = ACTIONS(2568), - [anon_sym_enum] = ACTIONS(2568), - [anon_sym_fn] = ACTIONS(2568), - [anon_sym_for] = ACTIONS(2568), - [anon_sym_gen] = ACTIONS(2568), - [anon_sym_if] = ACTIONS(2568), - [anon_sym_impl] = ACTIONS(2568), - [anon_sym_let] = ACTIONS(2568), - [anon_sym_loop] = ACTIONS(2568), - [anon_sym_match] = ACTIONS(2568), - [anon_sym_mod] = ACTIONS(2568), - [anon_sym_pub] = ACTIONS(2568), - [anon_sym_return] = ACTIONS(2568), - [anon_sym_static] = ACTIONS(2568), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2566), [anon_sym_struct] = ACTIONS(2568), - [anon_sym_trait] = ACTIONS(2568), - [anon_sym_type] = ACTIONS(2568), - [anon_sym_union] = ACTIONS(2568), - [anon_sym_unsafe] = ACTIONS(2568), - [anon_sym_use] = ACTIONS(2568), - [anon_sym_while] = ACTIONS(2568), - [anon_sym_extern] = ACTIONS(2568), - [anon_sym_yield] = ACTIONS(2568), - [anon_sym_move] = ACTIONS(2568), - [anon_sym_try] = ACTIONS(2568), - [sym_integer_literal] = ACTIONS(2566), - [aux_sym_string_literal_token1] = ACTIONS(2566), - [sym_char_literal] = ACTIONS(2566), - [anon_sym_true] = ACTIONS(2568), - [anon_sym_false] = ACTIONS(2568), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2568), - [sym_super] = ACTIONS(2568), - [sym_crate] = ACTIONS(2568), - [sym_metavariable] = ACTIONS(2566), - [sym__raw_string_literal_start] = ACTIONS(2566), - [sym_float_literal] = ACTIONS(2566), - }, - [STATE(663)] = { - [sym_line_comment] = STATE(663), - [sym_block_comment] = STATE(663), - [ts_builtin_sym_end] = ACTIONS(2570), - [sym_identifier] = ACTIONS(2572), - [anon_sym_SEMI] = ACTIONS(2570), - [anon_sym_macro_rules_BANG] = ACTIONS(2570), - [anon_sym_LPAREN] = ACTIONS(2570), - [anon_sym_LBRACK] = ACTIONS(2570), - [anon_sym_LBRACE] = ACTIONS(2570), - [anon_sym_RBRACE] = ACTIONS(2570), - [anon_sym_STAR] = ACTIONS(2570), - [anon_sym_u8] = ACTIONS(2572), - [anon_sym_i8] = ACTIONS(2572), - [anon_sym_u16] = ACTIONS(2572), - [anon_sym_i16] = ACTIONS(2572), - [anon_sym_u32] = ACTIONS(2572), - [anon_sym_i32] = ACTIONS(2572), - [anon_sym_u64] = ACTIONS(2572), - [anon_sym_i64] = ACTIONS(2572), - [anon_sym_u128] = ACTIONS(2572), - [anon_sym_i128] = ACTIONS(2572), - [anon_sym_isize] = ACTIONS(2572), - [anon_sym_usize] = ACTIONS(2572), - [anon_sym_f32] = ACTIONS(2572), - [anon_sym_f64] = ACTIONS(2572), - [anon_sym_bool] = ACTIONS(2572), - [anon_sym_str] = ACTIONS(2572), - [anon_sym_char] = ACTIONS(2572), - [anon_sym_DASH] = ACTIONS(2570), - [anon_sym_BANG] = ACTIONS(2570), - [anon_sym_AMP] = ACTIONS(2570), - [anon_sym_PIPE] = ACTIONS(2570), - [anon_sym_LT] = ACTIONS(2570), - [anon_sym_DOT_DOT] = ACTIONS(2570), - [anon_sym_COLON_COLON] = ACTIONS(2570), - [anon_sym_POUND] = ACTIONS(2570), - [anon_sym_SQUOTE] = ACTIONS(2572), - [anon_sym_async] = ACTIONS(2572), - [anon_sym_break] = ACTIONS(2572), - [anon_sym_const] = ACTIONS(2572), - [anon_sym_continue] = ACTIONS(2572), - [anon_sym_default] = ACTIONS(2572), - [anon_sym_enum] = ACTIONS(2572), - [anon_sym_fn] = ACTIONS(2572), - [anon_sym_for] = ACTIONS(2572), - [anon_sym_gen] = ACTIONS(2572), - [anon_sym_if] = ACTIONS(2572), - [anon_sym_impl] = ACTIONS(2572), - [anon_sym_let] = ACTIONS(2572), - [anon_sym_loop] = ACTIONS(2572), - [anon_sym_match] = ACTIONS(2572), - [anon_sym_mod] = ACTIONS(2572), - [anon_sym_pub] = ACTIONS(2572), - [anon_sym_return] = ACTIONS(2572), - [anon_sym_static] = ACTIONS(2572), - [anon_sym_struct] = ACTIONS(2572), - [anon_sym_trait] = ACTIONS(2572), + [anon_sym_trait] = ACTIONS(2570), [anon_sym_type] = ACTIONS(2572), - [anon_sym_union] = ACTIONS(2572), - [anon_sym_unsafe] = ACTIONS(2572), - [anon_sym_use] = ACTIONS(2572), - [anon_sym_while] = ACTIONS(2572), - [anon_sym_extern] = ACTIONS(2572), - [anon_sym_yield] = ACTIONS(2572), - [anon_sym_move] = ACTIONS(2572), - [anon_sym_try] = ACTIONS(2572), - [sym_integer_literal] = ACTIONS(2570), - [aux_sym_string_literal_token1] = ACTIONS(2570), - [sym_char_literal] = ACTIONS(2570), - [anon_sym_true] = ACTIONS(2572), - [anon_sym_false] = ACTIONS(2572), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2572), - [sym_super] = ACTIONS(2572), - [sym_crate] = ACTIONS(2572), - [sym_metavariable] = ACTIONS(2570), - [sym__raw_string_literal_start] = ACTIONS(2570), - [sym_float_literal] = ACTIONS(2570), - }, - [STATE(664)] = { - [sym_line_comment] = STATE(664), - [sym_block_comment] = STATE(664), - [ts_builtin_sym_end] = ACTIONS(2574), - [sym_identifier] = ACTIONS(2576), - [anon_sym_SEMI] = ACTIONS(2574), - [anon_sym_macro_rules_BANG] = ACTIONS(2574), - [anon_sym_LPAREN] = ACTIONS(2574), - [anon_sym_LBRACK] = ACTIONS(2574), - [anon_sym_LBRACE] = ACTIONS(2574), - [anon_sym_RBRACE] = ACTIONS(2574), - [anon_sym_STAR] = ACTIONS(2574), - [anon_sym_u8] = ACTIONS(2576), - [anon_sym_i8] = ACTIONS(2576), - [anon_sym_u16] = ACTIONS(2576), - [anon_sym_i16] = ACTIONS(2576), - [anon_sym_u32] = ACTIONS(2576), - [anon_sym_i32] = ACTIONS(2576), - [anon_sym_u64] = ACTIONS(2576), - [anon_sym_i64] = ACTIONS(2576), - [anon_sym_u128] = ACTIONS(2576), - [anon_sym_i128] = ACTIONS(2576), - [anon_sym_isize] = ACTIONS(2576), - [anon_sym_usize] = ACTIONS(2576), - [anon_sym_f32] = ACTIONS(2576), - [anon_sym_f64] = ACTIONS(2576), - [anon_sym_bool] = ACTIONS(2576), - [anon_sym_str] = ACTIONS(2576), - [anon_sym_char] = ACTIONS(2576), - [anon_sym_DASH] = ACTIONS(2574), - [anon_sym_BANG] = ACTIONS(2574), - [anon_sym_AMP] = ACTIONS(2574), - [anon_sym_PIPE] = ACTIONS(2574), - [anon_sym_LT] = ACTIONS(2574), - [anon_sym_DOT_DOT] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2574), - [anon_sym_POUND] = ACTIONS(2574), - [anon_sym_SQUOTE] = ACTIONS(2576), - [anon_sym_async] = ACTIONS(2576), - [anon_sym_break] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_continue] = ACTIONS(2576), - [anon_sym_default] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_fn] = ACTIONS(2576), - [anon_sym_for] = ACTIONS(2576), - [anon_sym_gen] = ACTIONS(2576), - [anon_sym_if] = ACTIONS(2576), - [anon_sym_impl] = ACTIONS(2576), - [anon_sym_let] = ACTIONS(2576), - [anon_sym_loop] = ACTIONS(2576), - [anon_sym_match] = ACTIONS(2576), - [anon_sym_mod] = ACTIONS(2576), - [anon_sym_pub] = ACTIONS(2576), - [anon_sym_return] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_trait] = ACTIONS(2576), - [anon_sym_type] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), + [anon_sym_union] = ACTIONS(2574), [anon_sym_unsafe] = ACTIONS(2576), - [anon_sym_use] = ACTIONS(2576), - [anon_sym_while] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym_yield] = ACTIONS(2576), - [anon_sym_move] = ACTIONS(2576), - [anon_sym_try] = ACTIONS(2576), - [sym_integer_literal] = ACTIONS(2574), - [aux_sym_string_literal_token1] = ACTIONS(2574), - [sym_char_literal] = ACTIONS(2574), - [anon_sym_true] = ACTIONS(2576), - [anon_sym_false] = ACTIONS(2576), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2576), - [sym_super] = ACTIONS(2576), - [sym_crate] = ACTIONS(2576), - [sym_metavariable] = ACTIONS(2574), - [sym__raw_string_literal_start] = ACTIONS(2574), - [sym_float_literal] = ACTIONS(2574), - }, - [STATE(665)] = { - [sym_line_comment] = STATE(665), - [sym_block_comment] = STATE(665), - [ts_builtin_sym_end] = ACTIONS(2578), - [sym_identifier] = ACTIONS(2580), - [anon_sym_SEMI] = ACTIONS(2578), - [anon_sym_macro_rules_BANG] = ACTIONS(2578), - [anon_sym_LPAREN] = ACTIONS(2578), - [anon_sym_LBRACK] = ACTIONS(2578), - [anon_sym_LBRACE] = ACTIONS(2578), - [anon_sym_RBRACE] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_u8] = ACTIONS(2580), - [anon_sym_i8] = ACTIONS(2580), - [anon_sym_u16] = ACTIONS(2580), - [anon_sym_i16] = ACTIONS(2580), - [anon_sym_u32] = ACTIONS(2580), - [anon_sym_i32] = ACTIONS(2580), - [anon_sym_u64] = ACTIONS(2580), - [anon_sym_i64] = ACTIONS(2580), - [anon_sym_u128] = ACTIONS(2580), - [anon_sym_i128] = ACTIONS(2580), - [anon_sym_isize] = ACTIONS(2580), - [anon_sym_usize] = ACTIONS(2580), - [anon_sym_f32] = ACTIONS(2580), - [anon_sym_f64] = ACTIONS(2580), - [anon_sym_bool] = ACTIONS(2580), - [anon_sym_str] = ACTIONS(2580), - [anon_sym_char] = ACTIONS(2580), - [anon_sym_DASH] = ACTIONS(2578), - [anon_sym_BANG] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2578), - [anon_sym_PIPE] = ACTIONS(2578), - [anon_sym_LT] = ACTIONS(2578), - [anon_sym_DOT_DOT] = ACTIONS(2578), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_POUND] = ACTIONS(2578), - [anon_sym_SQUOTE] = ACTIONS(2580), - [anon_sym_async] = ACTIONS(2580), - [anon_sym_break] = ACTIONS(2580), - [anon_sym_const] = ACTIONS(2580), - [anon_sym_continue] = ACTIONS(2580), - [anon_sym_default] = ACTIONS(2580), - [anon_sym_enum] = ACTIONS(2580), - [anon_sym_fn] = ACTIONS(2580), - [anon_sym_for] = ACTIONS(2580), - [anon_sym_gen] = ACTIONS(2580), - [anon_sym_if] = ACTIONS(2580), - [anon_sym_impl] = ACTIONS(2580), - [anon_sym_let] = ACTIONS(2580), - [anon_sym_loop] = ACTIONS(2580), - [anon_sym_match] = ACTIONS(2580), - [anon_sym_mod] = ACTIONS(2580), - [anon_sym_pub] = ACTIONS(2580), - [anon_sym_return] = ACTIONS(2580), - [anon_sym_static] = ACTIONS(2580), - [anon_sym_struct] = ACTIONS(2580), - [anon_sym_trait] = ACTIONS(2580), - [anon_sym_type] = ACTIONS(2580), - [anon_sym_union] = ACTIONS(2580), - [anon_sym_unsafe] = ACTIONS(2580), - [anon_sym_use] = ACTIONS(2580), - [anon_sym_while] = ACTIONS(2580), + [anon_sym_use] = ACTIONS(2578), [anon_sym_extern] = ACTIONS(2580), - [anon_sym_yield] = ACTIONS(2580), - [anon_sym_move] = ACTIONS(2580), - [anon_sym_try] = ACTIONS(2580), - [sym_integer_literal] = ACTIONS(2578), - [aux_sym_string_literal_token1] = ACTIONS(2578), - [sym_char_literal] = ACTIONS(2578), - [anon_sym_true] = ACTIONS(2580), - [anon_sym_false] = ACTIONS(2580), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2580), - [sym_super] = ACTIONS(2580), - [sym_crate] = ACTIONS(2580), - [sym_metavariable] = ACTIONS(2578), - [sym__raw_string_literal_start] = ACTIONS(2578), - [sym_float_literal] = ACTIONS(2578), - }, - [STATE(666)] = { - [sym_line_comment] = STATE(666), - [sym_block_comment] = STATE(666), - [ts_builtin_sym_end] = ACTIONS(2582), - [sym_identifier] = ACTIONS(2584), - [anon_sym_SEMI] = ACTIONS(2582), - [anon_sym_macro_rules_BANG] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(2582), - [anon_sym_LBRACK] = ACTIONS(2582), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_RBRACE] = ACTIONS(2582), - [anon_sym_STAR] = ACTIONS(2582), - [anon_sym_u8] = ACTIONS(2584), - [anon_sym_i8] = ACTIONS(2584), - [anon_sym_u16] = ACTIONS(2584), - [anon_sym_i16] = ACTIONS(2584), - [anon_sym_u32] = ACTIONS(2584), - [anon_sym_i32] = ACTIONS(2584), - [anon_sym_u64] = ACTIONS(2584), - [anon_sym_i64] = ACTIONS(2584), - [anon_sym_u128] = ACTIONS(2584), - [anon_sym_i128] = ACTIONS(2584), - [anon_sym_isize] = ACTIONS(2584), - [anon_sym_usize] = ACTIONS(2584), - [anon_sym_f32] = ACTIONS(2584), - [anon_sym_f64] = ACTIONS(2584), - [anon_sym_bool] = ACTIONS(2584), - [anon_sym_str] = ACTIONS(2584), - [anon_sym_char] = ACTIONS(2584), - [anon_sym_DASH] = ACTIONS(2582), - [anon_sym_BANG] = ACTIONS(2582), - [anon_sym_AMP] = ACTIONS(2582), - [anon_sym_PIPE] = ACTIONS(2582), - [anon_sym_LT] = ACTIONS(2582), - [anon_sym_DOT_DOT] = ACTIONS(2582), - [anon_sym_COLON_COLON] = ACTIONS(2582), - [anon_sym_POUND] = ACTIONS(2582), - [anon_sym_SQUOTE] = ACTIONS(2584), - [anon_sym_async] = ACTIONS(2584), - [anon_sym_break] = ACTIONS(2584), - [anon_sym_const] = ACTIONS(2584), - [anon_sym_continue] = ACTIONS(2584), - [anon_sym_default] = ACTIONS(2584), - [anon_sym_enum] = ACTIONS(2584), - [anon_sym_fn] = ACTIONS(2584), - [anon_sym_for] = ACTIONS(2584), - [anon_sym_gen] = ACTIONS(2584), - [anon_sym_if] = ACTIONS(2584), - [anon_sym_impl] = ACTIONS(2584), - [anon_sym_let] = ACTIONS(2584), - [anon_sym_loop] = ACTIONS(2584), - [anon_sym_match] = ACTIONS(2584), - [anon_sym_mod] = ACTIONS(2584), - [anon_sym_pub] = ACTIONS(2584), - [anon_sym_return] = ACTIONS(2584), - [anon_sym_static] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(2584), - [anon_sym_trait] = ACTIONS(2584), - [anon_sym_type] = ACTIONS(2584), - [anon_sym_union] = ACTIONS(2584), - [anon_sym_unsafe] = ACTIONS(2584), - [anon_sym_use] = ACTIONS(2584), - [anon_sym_while] = ACTIONS(2584), - [anon_sym_extern] = ACTIONS(2584), - [anon_sym_yield] = ACTIONS(2584), - [anon_sym_move] = ACTIONS(2584), - [anon_sym_try] = ACTIONS(2584), - [sym_integer_literal] = ACTIONS(2582), - [aux_sym_string_literal_token1] = ACTIONS(2582), - [sym_char_literal] = ACTIONS(2582), - [anon_sym_true] = ACTIONS(2584), - [anon_sym_false] = ACTIONS(2584), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2584), - [sym_super] = ACTIONS(2584), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2582), + [sym_super] = ACTIONS(2582), [sym_crate] = ACTIONS(2584), - [sym_metavariable] = ACTIONS(2582), - [sym__raw_string_literal_start] = ACTIONS(2582), - [sym_float_literal] = ACTIONS(2582), - }, - [STATE(667)] = { - [sym_line_comment] = STATE(667), - [sym_block_comment] = STATE(667), - [ts_builtin_sym_end] = ACTIONS(2586), - [sym_identifier] = ACTIONS(2588), - [anon_sym_SEMI] = ACTIONS(2586), - [anon_sym_macro_rules_BANG] = ACTIONS(2586), - [anon_sym_LPAREN] = ACTIONS(2586), - [anon_sym_LBRACK] = ACTIONS(2586), - [anon_sym_LBRACE] = ACTIONS(2586), - [anon_sym_RBRACE] = ACTIONS(2586), - [anon_sym_STAR] = ACTIONS(2586), - [anon_sym_u8] = ACTIONS(2588), - [anon_sym_i8] = ACTIONS(2588), - [anon_sym_u16] = ACTIONS(2588), - [anon_sym_i16] = ACTIONS(2588), - [anon_sym_u32] = ACTIONS(2588), - [anon_sym_i32] = ACTIONS(2588), - [anon_sym_u64] = ACTIONS(2588), - [anon_sym_i64] = ACTIONS(2588), - [anon_sym_u128] = ACTIONS(2588), - [anon_sym_i128] = ACTIONS(2588), - [anon_sym_isize] = ACTIONS(2588), - [anon_sym_usize] = ACTIONS(2588), - [anon_sym_f32] = ACTIONS(2588), - [anon_sym_f64] = ACTIONS(2588), - [anon_sym_bool] = ACTIONS(2588), - [anon_sym_str] = ACTIONS(2588), - [anon_sym_char] = ACTIONS(2588), - [anon_sym_DASH] = ACTIONS(2586), - [anon_sym_BANG] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2586), - [anon_sym_PIPE] = ACTIONS(2586), - [anon_sym_LT] = ACTIONS(2586), - [anon_sym_DOT_DOT] = ACTIONS(2586), - [anon_sym_COLON_COLON] = ACTIONS(2586), - [anon_sym_POUND] = ACTIONS(2586), - [anon_sym_SQUOTE] = ACTIONS(2588), - [anon_sym_async] = ACTIONS(2588), - [anon_sym_break] = ACTIONS(2588), - [anon_sym_const] = ACTIONS(2588), - [anon_sym_continue] = ACTIONS(2588), - [anon_sym_default] = ACTIONS(2588), - [anon_sym_enum] = ACTIONS(2588), - [anon_sym_fn] = ACTIONS(2588), - [anon_sym_for] = ACTIONS(2588), - [anon_sym_gen] = ACTIONS(2588), - [anon_sym_if] = ACTIONS(2588), - [anon_sym_impl] = ACTIONS(2588), - [anon_sym_let] = ACTIONS(2588), - [anon_sym_loop] = ACTIONS(2588), - [anon_sym_match] = ACTIONS(2588), - [anon_sym_mod] = ACTIONS(2588), - [anon_sym_pub] = ACTIONS(2588), - [anon_sym_return] = ACTIONS(2588), - [anon_sym_static] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(2588), - [anon_sym_trait] = ACTIONS(2588), - [anon_sym_type] = ACTIONS(2588), - [anon_sym_union] = ACTIONS(2588), - [anon_sym_unsafe] = ACTIONS(2588), - [anon_sym_use] = ACTIONS(2588), - [anon_sym_while] = ACTIONS(2588), - [anon_sym_extern] = ACTIONS(2588), - [anon_sym_yield] = ACTIONS(2588), - [anon_sym_move] = ACTIONS(2588), - [anon_sym_try] = ACTIONS(2588), - [sym_integer_literal] = ACTIONS(2586), - [aux_sym_string_literal_token1] = ACTIONS(2586), - [sym_char_literal] = ACTIONS(2586), - [anon_sym_true] = ACTIONS(2588), - [anon_sym_false] = ACTIONS(2588), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2588), - [sym_super] = ACTIONS(2588), - [sym_crate] = ACTIONS(2588), [sym_metavariable] = ACTIONS(2586), - [sym__raw_string_literal_start] = ACTIONS(2586), - [sym_float_literal] = ACTIONS(2586), }, - [STATE(668)] = { - [sym_line_comment] = STATE(668), - [sym_block_comment] = STATE(668), - [ts_builtin_sym_end] = ACTIONS(2590), - [sym_identifier] = ACTIONS(2592), - [anon_sym_SEMI] = ACTIONS(2590), - [anon_sym_macro_rules_BANG] = ACTIONS(2590), - [anon_sym_LPAREN] = ACTIONS(2590), - [anon_sym_LBRACK] = ACTIONS(2590), - [anon_sym_LBRACE] = ACTIONS(2590), - [anon_sym_RBRACE] = ACTIONS(2590), - [anon_sym_STAR] = ACTIONS(2590), - [anon_sym_u8] = ACTIONS(2592), - [anon_sym_i8] = ACTIONS(2592), - [anon_sym_u16] = ACTIONS(2592), - [anon_sym_i16] = ACTIONS(2592), - [anon_sym_u32] = ACTIONS(2592), - [anon_sym_i32] = ACTIONS(2592), - [anon_sym_u64] = ACTIONS(2592), - [anon_sym_i64] = ACTIONS(2592), - [anon_sym_u128] = ACTIONS(2592), - [anon_sym_i128] = ACTIONS(2592), - [anon_sym_isize] = ACTIONS(2592), - [anon_sym_usize] = ACTIONS(2592), - [anon_sym_f32] = ACTIONS(2592), - [anon_sym_f64] = ACTIONS(2592), - [anon_sym_bool] = ACTIONS(2592), - [anon_sym_str] = ACTIONS(2592), - [anon_sym_char] = ACTIONS(2592), - [anon_sym_DASH] = ACTIONS(2590), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_AMP] = ACTIONS(2590), - [anon_sym_PIPE] = ACTIONS(2590), - [anon_sym_LT] = ACTIONS(2590), - [anon_sym_DOT_DOT] = ACTIONS(2590), - [anon_sym_COLON_COLON] = ACTIONS(2590), - [anon_sym_POUND] = ACTIONS(2590), - [anon_sym_SQUOTE] = ACTIONS(2592), - [anon_sym_async] = ACTIONS(2592), - [anon_sym_break] = ACTIONS(2592), - [anon_sym_const] = ACTIONS(2592), - [anon_sym_continue] = ACTIONS(2592), - [anon_sym_default] = ACTIONS(2592), - [anon_sym_enum] = ACTIONS(2592), - [anon_sym_fn] = ACTIONS(2592), - [anon_sym_for] = ACTIONS(2592), - [anon_sym_gen] = ACTIONS(2592), - [anon_sym_if] = ACTIONS(2592), - [anon_sym_impl] = ACTIONS(2592), - [anon_sym_let] = ACTIONS(2592), - [anon_sym_loop] = ACTIONS(2592), - [anon_sym_match] = ACTIONS(2592), - [anon_sym_mod] = ACTIONS(2592), - [anon_sym_pub] = ACTIONS(2592), - [anon_sym_return] = ACTIONS(2592), - [anon_sym_static] = ACTIONS(2592), - [anon_sym_struct] = ACTIONS(2592), - [anon_sym_trait] = ACTIONS(2592), - [anon_sym_type] = ACTIONS(2592), - [anon_sym_union] = ACTIONS(2592), - [anon_sym_unsafe] = ACTIONS(2592), - [anon_sym_use] = ACTIONS(2592), - [anon_sym_while] = ACTIONS(2592), - [anon_sym_extern] = ACTIONS(2592), - [anon_sym_yield] = ACTIONS(2592), - [anon_sym_move] = ACTIONS(2592), - [anon_sym_try] = ACTIONS(2592), - [sym_integer_literal] = ACTIONS(2590), - [aux_sym_string_literal_token1] = ACTIONS(2590), - [sym_char_literal] = ACTIONS(2590), - [anon_sym_true] = ACTIONS(2592), - [anon_sym_false] = ACTIONS(2592), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2592), - [sym_super] = ACTIONS(2592), - [sym_crate] = ACTIONS(2592), - [sym_metavariable] = ACTIONS(2590), - [sym__raw_string_literal_start] = ACTIONS(2590), - [sym_float_literal] = ACTIONS(2590), + [STATE(685)] = { + [sym_line_comment] = STATE(685), + [sym_block_comment] = STATE(685), + [ts_builtin_sym_end] = ACTIONS(2588), + [sym_identifier] = ACTIONS(2590), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_macro_rules_BANG] = ACTIONS(2588), + [anon_sym_LPAREN] = ACTIONS(2588), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LBRACE] = ACTIONS(2588), + [anon_sym_RBRACE] = ACTIONS(2588), + [anon_sym_STAR] = ACTIONS(2588), + [anon_sym_u8] = ACTIONS(2590), + [anon_sym_i8] = ACTIONS(2590), + [anon_sym_u16] = ACTIONS(2590), + [anon_sym_i16] = ACTIONS(2590), + [anon_sym_u32] = ACTIONS(2590), + [anon_sym_i32] = ACTIONS(2590), + [anon_sym_u64] = ACTIONS(2590), + [anon_sym_i64] = ACTIONS(2590), + [anon_sym_u128] = ACTIONS(2590), + [anon_sym_i128] = ACTIONS(2590), + [anon_sym_isize] = ACTIONS(2590), + [anon_sym_usize] = ACTIONS(2590), + [anon_sym_f32] = ACTIONS(2590), + [anon_sym_f64] = ACTIONS(2590), + [anon_sym_bool] = ACTIONS(2590), + [anon_sym_str] = ACTIONS(2590), + [anon_sym_char] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2588), + [anon_sym_BANG] = ACTIONS(2588), + [anon_sym_AMP] = ACTIONS(2588), + [anon_sym_PIPE] = ACTIONS(2588), + [anon_sym_LT] = ACTIONS(2588), + [anon_sym_DOT_DOT] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(2588), + [anon_sym_POUND] = ACTIONS(2588), + [anon_sym_SQUOTE] = ACTIONS(2590), + [anon_sym_async] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_default] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_gen] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_impl] = ACTIONS(2590), + [anon_sym_let] = ACTIONS(2590), + [anon_sym_loop] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_mod] = ACTIONS(2590), + [anon_sym_pub] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_static] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_trait] = ACTIONS(2590), + [anon_sym_type] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_use] = ACTIONS(2590), + [anon_sym_while] = ACTIONS(2590), + [anon_sym_extern] = ACTIONS(2590), + [anon_sym_yield] = ACTIONS(2590), + [anon_sym_move] = ACTIONS(2590), + [anon_sym_try] = ACTIONS(2590), + [sym_integer_literal] = ACTIONS(2588), + [aux_sym_string_literal_token1] = ACTIONS(2588), + [sym_char_literal] = ACTIONS(2588), + [anon_sym_true] = ACTIONS(2590), + [anon_sym_false] = ACTIONS(2590), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2590), + [sym_super] = ACTIONS(2590), + [sym_crate] = ACTIONS(2590), + [sym_metavariable] = ACTIONS(2588), + [sym__raw_string_literal_start] = ACTIONS(2588), + [sym_float_literal] = ACTIONS(2588), }, - [STATE(669)] = { - [sym_line_comment] = STATE(669), - [sym_block_comment] = STATE(669), - [ts_builtin_sym_end] = ACTIONS(2594), - [sym_identifier] = ACTIONS(2596), - [anon_sym_SEMI] = ACTIONS(2594), - [anon_sym_macro_rules_BANG] = ACTIONS(2594), - [anon_sym_LPAREN] = ACTIONS(2594), - [anon_sym_LBRACK] = ACTIONS(2594), - [anon_sym_LBRACE] = ACTIONS(2594), - [anon_sym_RBRACE] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2594), - [anon_sym_u8] = ACTIONS(2596), - [anon_sym_i8] = ACTIONS(2596), - [anon_sym_u16] = ACTIONS(2596), - [anon_sym_i16] = ACTIONS(2596), - [anon_sym_u32] = ACTIONS(2596), - [anon_sym_i32] = ACTIONS(2596), - [anon_sym_u64] = ACTIONS(2596), - [anon_sym_i64] = ACTIONS(2596), - [anon_sym_u128] = ACTIONS(2596), - [anon_sym_i128] = ACTIONS(2596), - [anon_sym_isize] = ACTIONS(2596), - [anon_sym_usize] = ACTIONS(2596), - [anon_sym_f32] = ACTIONS(2596), - [anon_sym_f64] = ACTIONS(2596), - [anon_sym_bool] = ACTIONS(2596), - [anon_sym_str] = ACTIONS(2596), - [anon_sym_char] = ACTIONS(2596), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_BANG] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2594), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_LT] = ACTIONS(2594), - [anon_sym_DOT_DOT] = ACTIONS(2594), - [anon_sym_COLON_COLON] = ACTIONS(2594), - [anon_sym_POUND] = ACTIONS(2594), - [anon_sym_SQUOTE] = ACTIONS(2596), - [anon_sym_async] = ACTIONS(2596), - [anon_sym_break] = ACTIONS(2596), - [anon_sym_const] = ACTIONS(2596), - [anon_sym_continue] = ACTIONS(2596), - [anon_sym_default] = ACTIONS(2596), - [anon_sym_enum] = ACTIONS(2596), - [anon_sym_fn] = ACTIONS(2596), - [anon_sym_for] = ACTIONS(2596), - [anon_sym_gen] = ACTIONS(2596), - [anon_sym_if] = ACTIONS(2596), - [anon_sym_impl] = ACTIONS(2596), - [anon_sym_let] = ACTIONS(2596), - [anon_sym_loop] = ACTIONS(2596), - [anon_sym_match] = ACTIONS(2596), - [anon_sym_mod] = ACTIONS(2596), - [anon_sym_pub] = ACTIONS(2596), - [anon_sym_return] = ACTIONS(2596), - [anon_sym_static] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(2596), - [anon_sym_trait] = ACTIONS(2596), - [anon_sym_type] = ACTIONS(2596), - [anon_sym_union] = ACTIONS(2596), - [anon_sym_unsafe] = ACTIONS(2596), - [anon_sym_use] = ACTIONS(2596), - [anon_sym_while] = ACTIONS(2596), - [anon_sym_extern] = ACTIONS(2596), - [anon_sym_yield] = ACTIONS(2596), - [anon_sym_move] = ACTIONS(2596), - [anon_sym_try] = ACTIONS(2596), - [sym_integer_literal] = ACTIONS(2594), - [aux_sym_string_literal_token1] = ACTIONS(2594), - [sym_char_literal] = ACTIONS(2594), - [anon_sym_true] = ACTIONS(2596), - [anon_sym_false] = ACTIONS(2596), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2596), - [sym_super] = ACTIONS(2596), - [sym_crate] = ACTIONS(2596), - [sym_metavariable] = ACTIONS(2594), - [sym__raw_string_literal_start] = ACTIONS(2594), - [sym_float_literal] = ACTIONS(2594), + [STATE(686)] = { + [sym_line_comment] = STATE(686), + [sym_block_comment] = STATE(686), + [ts_builtin_sym_end] = ACTIONS(2592), + [sym_identifier] = ACTIONS(2594), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_macro_rules_BANG] = ACTIONS(2592), + [anon_sym_LPAREN] = ACTIONS(2592), + [anon_sym_LBRACK] = ACTIONS(2592), + [anon_sym_LBRACE] = ACTIONS(2592), + [anon_sym_RBRACE] = ACTIONS(2592), + [anon_sym_STAR] = ACTIONS(2592), + [anon_sym_u8] = ACTIONS(2594), + [anon_sym_i8] = ACTIONS(2594), + [anon_sym_u16] = ACTIONS(2594), + [anon_sym_i16] = ACTIONS(2594), + [anon_sym_u32] = ACTIONS(2594), + [anon_sym_i32] = ACTIONS(2594), + [anon_sym_u64] = ACTIONS(2594), + [anon_sym_i64] = ACTIONS(2594), + [anon_sym_u128] = ACTIONS(2594), + [anon_sym_i128] = ACTIONS(2594), + [anon_sym_isize] = ACTIONS(2594), + [anon_sym_usize] = ACTIONS(2594), + [anon_sym_f32] = ACTIONS(2594), + [anon_sym_f64] = ACTIONS(2594), + [anon_sym_bool] = ACTIONS(2594), + [anon_sym_str] = ACTIONS(2594), + [anon_sym_char] = ACTIONS(2594), + [anon_sym_DASH] = ACTIONS(2592), + [anon_sym_BANG] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2592), + [anon_sym_PIPE] = ACTIONS(2592), + [anon_sym_LT] = ACTIONS(2592), + [anon_sym_DOT_DOT] = ACTIONS(2592), + [anon_sym_COLON_COLON] = ACTIONS(2592), + [anon_sym_POUND] = ACTIONS(2592), + [anon_sym_SQUOTE] = ACTIONS(2594), + [anon_sym_async] = ACTIONS(2594), + [anon_sym_break] = ACTIONS(2594), + [anon_sym_const] = ACTIONS(2594), + [anon_sym_continue] = ACTIONS(2594), + [anon_sym_default] = ACTIONS(2594), + [anon_sym_enum] = ACTIONS(2594), + [anon_sym_fn] = ACTIONS(2594), + [anon_sym_for] = ACTIONS(2594), + [anon_sym_gen] = ACTIONS(2594), + [anon_sym_if] = ACTIONS(2594), + [anon_sym_impl] = ACTIONS(2594), + [anon_sym_let] = ACTIONS(2594), + [anon_sym_loop] = ACTIONS(2594), + [anon_sym_match] = ACTIONS(2594), + [anon_sym_mod] = ACTIONS(2594), + [anon_sym_pub] = ACTIONS(2594), + [anon_sym_return] = ACTIONS(2594), + [anon_sym_static] = ACTIONS(2594), + [anon_sym_struct] = ACTIONS(2594), + [anon_sym_trait] = ACTIONS(2594), + [anon_sym_type] = ACTIONS(2594), + [anon_sym_union] = ACTIONS(2594), + [anon_sym_unsafe] = ACTIONS(2594), + [anon_sym_use] = ACTIONS(2594), + [anon_sym_while] = ACTIONS(2594), + [anon_sym_extern] = ACTIONS(2594), + [anon_sym_yield] = ACTIONS(2594), + [anon_sym_move] = ACTIONS(2594), + [anon_sym_try] = ACTIONS(2594), + [sym_integer_literal] = ACTIONS(2592), + [aux_sym_string_literal_token1] = ACTIONS(2592), + [sym_char_literal] = ACTIONS(2592), + [anon_sym_true] = ACTIONS(2594), + [anon_sym_false] = ACTIONS(2594), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2594), + [sym_super] = ACTIONS(2594), + [sym_crate] = ACTIONS(2594), + [sym_metavariable] = ACTIONS(2592), + [sym__raw_string_literal_start] = ACTIONS(2592), + [sym_float_literal] = ACTIONS(2592), }, - [STATE(670)] = { - [sym_line_comment] = STATE(670), - [sym_block_comment] = STATE(670), - [ts_builtin_sym_end] = ACTIONS(2598), - [sym_identifier] = ACTIONS(2600), - [anon_sym_SEMI] = ACTIONS(2598), - [anon_sym_macro_rules_BANG] = ACTIONS(2598), - [anon_sym_LPAREN] = ACTIONS(2598), - [anon_sym_LBRACK] = ACTIONS(2598), - [anon_sym_LBRACE] = ACTIONS(2598), - [anon_sym_RBRACE] = ACTIONS(2598), - [anon_sym_STAR] = ACTIONS(2598), - [anon_sym_u8] = ACTIONS(2600), - [anon_sym_i8] = ACTIONS(2600), - [anon_sym_u16] = ACTIONS(2600), - [anon_sym_i16] = ACTIONS(2600), - [anon_sym_u32] = ACTIONS(2600), - [anon_sym_i32] = ACTIONS(2600), - [anon_sym_u64] = ACTIONS(2600), - [anon_sym_i64] = ACTIONS(2600), - [anon_sym_u128] = ACTIONS(2600), - [anon_sym_i128] = ACTIONS(2600), - [anon_sym_isize] = ACTIONS(2600), - [anon_sym_usize] = ACTIONS(2600), - [anon_sym_f32] = ACTIONS(2600), - [anon_sym_f64] = ACTIONS(2600), - [anon_sym_bool] = ACTIONS(2600), - [anon_sym_str] = ACTIONS(2600), - [anon_sym_char] = ACTIONS(2600), - [anon_sym_DASH] = ACTIONS(2598), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_AMP] = ACTIONS(2598), - [anon_sym_PIPE] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2598), - [anon_sym_DOT_DOT] = ACTIONS(2598), - [anon_sym_COLON_COLON] = ACTIONS(2598), - [anon_sym_POUND] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2600), - [anon_sym_async] = ACTIONS(2600), - [anon_sym_break] = ACTIONS(2600), - [anon_sym_const] = ACTIONS(2600), - [anon_sym_continue] = ACTIONS(2600), - [anon_sym_default] = ACTIONS(2600), - [anon_sym_enum] = ACTIONS(2600), - [anon_sym_fn] = ACTIONS(2600), - [anon_sym_for] = ACTIONS(2600), - [anon_sym_gen] = ACTIONS(2600), - [anon_sym_if] = ACTIONS(2600), - [anon_sym_impl] = ACTIONS(2600), - [anon_sym_let] = ACTIONS(2600), - [anon_sym_loop] = ACTIONS(2600), - [anon_sym_match] = ACTIONS(2600), - [anon_sym_mod] = ACTIONS(2600), - [anon_sym_pub] = ACTIONS(2600), - [anon_sym_return] = ACTIONS(2600), - [anon_sym_static] = ACTIONS(2600), - [anon_sym_struct] = ACTIONS(2600), - [anon_sym_trait] = ACTIONS(2600), - [anon_sym_type] = ACTIONS(2600), - [anon_sym_union] = ACTIONS(2600), - [anon_sym_unsafe] = ACTIONS(2600), - [anon_sym_use] = ACTIONS(2600), - [anon_sym_while] = ACTIONS(2600), - [anon_sym_extern] = ACTIONS(2600), - [anon_sym_yield] = ACTIONS(2600), - [anon_sym_move] = ACTIONS(2600), - [anon_sym_try] = ACTIONS(2600), - [sym_integer_literal] = ACTIONS(2598), - [aux_sym_string_literal_token1] = ACTIONS(2598), - [sym_char_literal] = ACTIONS(2598), - [anon_sym_true] = ACTIONS(2600), - [anon_sym_false] = ACTIONS(2600), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2600), - [sym_super] = ACTIONS(2600), - [sym_crate] = ACTIONS(2600), - [sym_metavariable] = ACTIONS(2598), - [sym__raw_string_literal_start] = ACTIONS(2598), - [sym_float_literal] = ACTIONS(2598), + [STATE(687)] = { + [sym_line_comment] = STATE(687), + [sym_block_comment] = STATE(687), + [ts_builtin_sym_end] = ACTIONS(2596), + [sym_identifier] = ACTIONS(2598), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_macro_rules_BANG] = ACTIONS(2596), + [anon_sym_LPAREN] = ACTIONS(2596), + [anon_sym_LBRACK] = ACTIONS(2596), + [anon_sym_LBRACE] = ACTIONS(2596), + [anon_sym_RBRACE] = ACTIONS(2596), + [anon_sym_STAR] = ACTIONS(2596), + [anon_sym_u8] = ACTIONS(2598), + [anon_sym_i8] = ACTIONS(2598), + [anon_sym_u16] = ACTIONS(2598), + [anon_sym_i16] = ACTIONS(2598), + [anon_sym_u32] = ACTIONS(2598), + [anon_sym_i32] = ACTIONS(2598), + [anon_sym_u64] = ACTIONS(2598), + [anon_sym_i64] = ACTIONS(2598), + [anon_sym_u128] = ACTIONS(2598), + [anon_sym_i128] = ACTIONS(2598), + [anon_sym_isize] = ACTIONS(2598), + [anon_sym_usize] = ACTIONS(2598), + [anon_sym_f32] = ACTIONS(2598), + [anon_sym_f64] = ACTIONS(2598), + [anon_sym_bool] = ACTIONS(2598), + [anon_sym_str] = ACTIONS(2598), + [anon_sym_char] = ACTIONS(2598), + [anon_sym_DASH] = ACTIONS(2596), + [anon_sym_BANG] = ACTIONS(2596), + [anon_sym_AMP] = ACTIONS(2596), + [anon_sym_PIPE] = ACTIONS(2596), + [anon_sym_LT] = ACTIONS(2596), + [anon_sym_DOT_DOT] = ACTIONS(2596), + [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_POUND] = ACTIONS(2596), + [anon_sym_SQUOTE] = ACTIONS(2598), + [anon_sym_async] = ACTIONS(2598), + [anon_sym_break] = ACTIONS(2598), + [anon_sym_const] = ACTIONS(2598), + [anon_sym_continue] = ACTIONS(2598), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_enum] = ACTIONS(2598), + [anon_sym_fn] = ACTIONS(2598), + [anon_sym_for] = ACTIONS(2598), + [anon_sym_gen] = ACTIONS(2598), + [anon_sym_if] = ACTIONS(2598), + [anon_sym_impl] = ACTIONS(2598), + [anon_sym_let] = ACTIONS(2598), + [anon_sym_loop] = ACTIONS(2598), + [anon_sym_match] = ACTIONS(2598), + [anon_sym_mod] = ACTIONS(2598), + [anon_sym_pub] = ACTIONS(2598), + [anon_sym_return] = ACTIONS(2598), + [anon_sym_static] = ACTIONS(2598), + [anon_sym_struct] = ACTIONS(2598), + [anon_sym_trait] = ACTIONS(2598), + [anon_sym_type] = ACTIONS(2598), + [anon_sym_union] = ACTIONS(2598), + [anon_sym_unsafe] = ACTIONS(2598), + [anon_sym_use] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2598), + [anon_sym_extern] = ACTIONS(2598), + [anon_sym_yield] = ACTIONS(2598), + [anon_sym_move] = ACTIONS(2598), + [anon_sym_try] = ACTIONS(2598), + [sym_integer_literal] = ACTIONS(2596), + [aux_sym_string_literal_token1] = ACTIONS(2596), + [sym_char_literal] = ACTIONS(2596), + [anon_sym_true] = ACTIONS(2598), + [anon_sym_false] = ACTIONS(2598), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2598), + [sym_super] = ACTIONS(2598), + [sym_crate] = ACTIONS(2598), + [sym_metavariable] = ACTIONS(2596), + [sym__raw_string_literal_start] = ACTIONS(2596), + [sym_float_literal] = ACTIONS(2596), }, - [STATE(671)] = { - [sym_line_comment] = STATE(671), - [sym_block_comment] = STATE(671), - [ts_builtin_sym_end] = ACTIONS(2602), - [sym_identifier] = ACTIONS(2604), - [anon_sym_SEMI] = ACTIONS(2602), - [anon_sym_macro_rules_BANG] = ACTIONS(2602), - [anon_sym_LPAREN] = ACTIONS(2602), - [anon_sym_LBRACK] = ACTIONS(2602), - [anon_sym_LBRACE] = ACTIONS(2602), - [anon_sym_RBRACE] = ACTIONS(2602), - [anon_sym_STAR] = ACTIONS(2602), - [anon_sym_u8] = ACTIONS(2604), - [anon_sym_i8] = ACTIONS(2604), - [anon_sym_u16] = ACTIONS(2604), - [anon_sym_i16] = ACTIONS(2604), - [anon_sym_u32] = ACTIONS(2604), - [anon_sym_i32] = ACTIONS(2604), - [anon_sym_u64] = ACTIONS(2604), - [anon_sym_i64] = ACTIONS(2604), - [anon_sym_u128] = ACTIONS(2604), - [anon_sym_i128] = ACTIONS(2604), - [anon_sym_isize] = ACTIONS(2604), - [anon_sym_usize] = ACTIONS(2604), - [anon_sym_f32] = ACTIONS(2604), - [anon_sym_f64] = ACTIONS(2604), - [anon_sym_bool] = ACTIONS(2604), - [anon_sym_str] = ACTIONS(2604), - [anon_sym_char] = ACTIONS(2604), - [anon_sym_DASH] = ACTIONS(2602), - [anon_sym_BANG] = ACTIONS(2602), - [anon_sym_AMP] = ACTIONS(2602), - [anon_sym_PIPE] = ACTIONS(2602), - [anon_sym_LT] = ACTIONS(2602), - [anon_sym_DOT_DOT] = ACTIONS(2602), - [anon_sym_COLON_COLON] = ACTIONS(2602), - [anon_sym_POUND] = ACTIONS(2602), - [anon_sym_SQUOTE] = ACTIONS(2604), - [anon_sym_async] = ACTIONS(2604), - [anon_sym_break] = ACTIONS(2604), - [anon_sym_const] = ACTIONS(2604), - [anon_sym_continue] = ACTIONS(2604), - [anon_sym_default] = ACTIONS(2604), - [anon_sym_enum] = ACTIONS(2604), - [anon_sym_fn] = ACTIONS(2604), - [anon_sym_for] = ACTIONS(2604), - [anon_sym_gen] = ACTIONS(2604), - [anon_sym_if] = ACTIONS(2604), - [anon_sym_impl] = ACTIONS(2604), - [anon_sym_let] = ACTIONS(2604), - [anon_sym_loop] = ACTIONS(2604), - [anon_sym_match] = ACTIONS(2604), - [anon_sym_mod] = ACTIONS(2604), - [anon_sym_pub] = ACTIONS(2604), - [anon_sym_return] = ACTIONS(2604), - [anon_sym_static] = ACTIONS(2604), - [anon_sym_struct] = ACTIONS(2604), - [anon_sym_trait] = ACTIONS(2604), - [anon_sym_type] = ACTIONS(2604), - [anon_sym_union] = ACTIONS(2604), - [anon_sym_unsafe] = ACTIONS(2604), - [anon_sym_use] = ACTIONS(2604), - [anon_sym_while] = ACTIONS(2604), - [anon_sym_extern] = ACTIONS(2604), - [anon_sym_yield] = ACTIONS(2604), - [anon_sym_move] = ACTIONS(2604), - [anon_sym_try] = ACTIONS(2604), - [sym_integer_literal] = ACTIONS(2602), - [aux_sym_string_literal_token1] = ACTIONS(2602), - [sym_char_literal] = ACTIONS(2602), - [anon_sym_true] = ACTIONS(2604), - [anon_sym_false] = ACTIONS(2604), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2604), - [sym_super] = ACTIONS(2604), - [sym_crate] = ACTIONS(2604), - [sym_metavariable] = ACTIONS(2602), - [sym__raw_string_literal_start] = ACTIONS(2602), - [sym_float_literal] = ACTIONS(2602), + [STATE(688)] = { + [sym_line_comment] = STATE(688), + [sym_block_comment] = STATE(688), + [ts_builtin_sym_end] = ACTIONS(2600), + [sym_identifier] = ACTIONS(2602), + [anon_sym_SEMI] = ACTIONS(2600), + [anon_sym_macro_rules_BANG] = ACTIONS(2600), + [anon_sym_LPAREN] = ACTIONS(2600), + [anon_sym_LBRACK] = ACTIONS(2600), + [anon_sym_LBRACE] = ACTIONS(2600), + [anon_sym_RBRACE] = ACTIONS(2600), + [anon_sym_STAR] = ACTIONS(2600), + [anon_sym_u8] = ACTIONS(2602), + [anon_sym_i8] = ACTIONS(2602), + [anon_sym_u16] = ACTIONS(2602), + [anon_sym_i16] = ACTIONS(2602), + [anon_sym_u32] = ACTIONS(2602), + [anon_sym_i32] = ACTIONS(2602), + [anon_sym_u64] = ACTIONS(2602), + [anon_sym_i64] = ACTIONS(2602), + [anon_sym_u128] = ACTIONS(2602), + [anon_sym_i128] = ACTIONS(2602), + [anon_sym_isize] = ACTIONS(2602), + [anon_sym_usize] = ACTIONS(2602), + [anon_sym_f32] = ACTIONS(2602), + [anon_sym_f64] = ACTIONS(2602), + [anon_sym_bool] = ACTIONS(2602), + [anon_sym_str] = ACTIONS(2602), + [anon_sym_char] = ACTIONS(2602), + [anon_sym_DASH] = ACTIONS(2600), + [anon_sym_BANG] = ACTIONS(2600), + [anon_sym_AMP] = ACTIONS(2600), + [anon_sym_PIPE] = ACTIONS(2600), + [anon_sym_LT] = ACTIONS(2600), + [anon_sym_DOT_DOT] = ACTIONS(2600), + [anon_sym_COLON_COLON] = ACTIONS(2600), + [anon_sym_POUND] = ACTIONS(2600), + [anon_sym_SQUOTE] = ACTIONS(2602), + [anon_sym_async] = ACTIONS(2602), + [anon_sym_break] = ACTIONS(2602), + [anon_sym_const] = ACTIONS(2602), + [anon_sym_continue] = ACTIONS(2602), + [anon_sym_default] = ACTIONS(2602), + [anon_sym_enum] = ACTIONS(2602), + [anon_sym_fn] = ACTIONS(2602), + [anon_sym_for] = ACTIONS(2602), + [anon_sym_gen] = ACTIONS(2602), + [anon_sym_if] = ACTIONS(2602), + [anon_sym_impl] = ACTIONS(2602), + [anon_sym_let] = ACTIONS(2602), + [anon_sym_loop] = ACTIONS(2602), + [anon_sym_match] = ACTIONS(2602), + [anon_sym_mod] = ACTIONS(2602), + [anon_sym_pub] = ACTIONS(2602), + [anon_sym_return] = ACTIONS(2602), + [anon_sym_static] = ACTIONS(2602), + [anon_sym_struct] = ACTIONS(2602), + [anon_sym_trait] = ACTIONS(2602), + [anon_sym_type] = ACTIONS(2602), + [anon_sym_union] = ACTIONS(2602), + [anon_sym_unsafe] = ACTIONS(2602), + [anon_sym_use] = ACTIONS(2602), + [anon_sym_while] = ACTIONS(2602), + [anon_sym_extern] = ACTIONS(2602), + [anon_sym_yield] = ACTIONS(2602), + [anon_sym_move] = ACTIONS(2602), + [anon_sym_try] = ACTIONS(2602), + [sym_integer_literal] = ACTIONS(2600), + [aux_sym_string_literal_token1] = ACTIONS(2600), + [sym_char_literal] = ACTIONS(2600), + [anon_sym_true] = ACTIONS(2602), + [anon_sym_false] = ACTIONS(2602), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2602), + [sym_super] = ACTIONS(2602), + [sym_crate] = ACTIONS(2602), + [sym_metavariable] = ACTIONS(2600), + [sym__raw_string_literal_start] = ACTIONS(2600), + [sym_float_literal] = ACTIONS(2600), }, - [STATE(672)] = { - [sym_line_comment] = STATE(672), - [sym_block_comment] = STATE(672), - [ts_builtin_sym_end] = ACTIONS(2606), - [sym_identifier] = ACTIONS(2608), - [anon_sym_SEMI] = ACTIONS(2606), - [anon_sym_macro_rules_BANG] = ACTIONS(2606), - [anon_sym_LPAREN] = ACTIONS(2606), - [anon_sym_LBRACK] = ACTIONS(2606), - [anon_sym_LBRACE] = ACTIONS(2606), - [anon_sym_RBRACE] = ACTIONS(2606), - [anon_sym_STAR] = ACTIONS(2606), - [anon_sym_u8] = ACTIONS(2608), - [anon_sym_i8] = ACTIONS(2608), - [anon_sym_u16] = ACTIONS(2608), - [anon_sym_i16] = ACTIONS(2608), - [anon_sym_u32] = ACTIONS(2608), - [anon_sym_i32] = ACTIONS(2608), - [anon_sym_u64] = ACTIONS(2608), - [anon_sym_i64] = ACTIONS(2608), - [anon_sym_u128] = ACTIONS(2608), - [anon_sym_i128] = ACTIONS(2608), - [anon_sym_isize] = ACTIONS(2608), - [anon_sym_usize] = ACTIONS(2608), - [anon_sym_f32] = ACTIONS(2608), - [anon_sym_f64] = ACTIONS(2608), - [anon_sym_bool] = ACTIONS(2608), - [anon_sym_str] = ACTIONS(2608), - [anon_sym_char] = ACTIONS(2608), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_BANG] = ACTIONS(2606), - [anon_sym_AMP] = ACTIONS(2606), - [anon_sym_PIPE] = ACTIONS(2606), - [anon_sym_LT] = ACTIONS(2606), - [anon_sym_DOT_DOT] = ACTIONS(2606), - [anon_sym_COLON_COLON] = ACTIONS(2606), - [anon_sym_POUND] = ACTIONS(2606), - [anon_sym_SQUOTE] = ACTIONS(2608), - [anon_sym_async] = ACTIONS(2608), - [anon_sym_break] = ACTIONS(2608), - [anon_sym_const] = ACTIONS(2608), - [anon_sym_continue] = ACTIONS(2608), - [anon_sym_default] = ACTIONS(2608), - [anon_sym_enum] = ACTIONS(2608), - [anon_sym_fn] = ACTIONS(2608), - [anon_sym_for] = ACTIONS(2608), - [anon_sym_gen] = ACTIONS(2608), - [anon_sym_if] = ACTIONS(2608), - [anon_sym_impl] = ACTIONS(2608), - [anon_sym_let] = ACTIONS(2608), - [anon_sym_loop] = ACTIONS(2608), - [anon_sym_match] = ACTIONS(2608), - [anon_sym_mod] = ACTIONS(2608), - [anon_sym_pub] = ACTIONS(2608), - [anon_sym_return] = ACTIONS(2608), - [anon_sym_static] = ACTIONS(2608), - [anon_sym_struct] = ACTIONS(2608), - [anon_sym_trait] = ACTIONS(2608), - [anon_sym_type] = ACTIONS(2608), - [anon_sym_union] = ACTIONS(2608), - [anon_sym_unsafe] = ACTIONS(2608), - [anon_sym_use] = ACTIONS(2608), - [anon_sym_while] = ACTIONS(2608), - [anon_sym_extern] = ACTIONS(2608), - [anon_sym_yield] = ACTIONS(2608), - [anon_sym_move] = ACTIONS(2608), - [anon_sym_try] = ACTIONS(2608), - [sym_integer_literal] = ACTIONS(2606), - [aux_sym_string_literal_token1] = ACTIONS(2606), - [sym_char_literal] = ACTIONS(2606), - [anon_sym_true] = ACTIONS(2608), - [anon_sym_false] = ACTIONS(2608), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2608), - [sym_super] = ACTIONS(2608), - [sym_crate] = ACTIONS(2608), - [sym_metavariable] = ACTIONS(2606), - [sym__raw_string_literal_start] = ACTIONS(2606), - [sym_float_literal] = ACTIONS(2606), + [STATE(689)] = { + [sym_line_comment] = STATE(689), + [sym_block_comment] = STATE(689), + [ts_builtin_sym_end] = ACTIONS(2604), + [sym_identifier] = ACTIONS(2606), + [anon_sym_SEMI] = ACTIONS(2604), + [anon_sym_macro_rules_BANG] = ACTIONS(2604), + [anon_sym_LPAREN] = ACTIONS(2604), + [anon_sym_LBRACK] = ACTIONS(2604), + [anon_sym_LBRACE] = ACTIONS(2604), + [anon_sym_RBRACE] = ACTIONS(2604), + [anon_sym_STAR] = ACTIONS(2604), + [anon_sym_u8] = ACTIONS(2606), + [anon_sym_i8] = ACTIONS(2606), + [anon_sym_u16] = ACTIONS(2606), + [anon_sym_i16] = ACTIONS(2606), + [anon_sym_u32] = ACTIONS(2606), + [anon_sym_i32] = ACTIONS(2606), + [anon_sym_u64] = ACTIONS(2606), + [anon_sym_i64] = ACTIONS(2606), + [anon_sym_u128] = ACTIONS(2606), + [anon_sym_i128] = ACTIONS(2606), + [anon_sym_isize] = ACTIONS(2606), + [anon_sym_usize] = ACTIONS(2606), + [anon_sym_f32] = ACTIONS(2606), + [anon_sym_f64] = ACTIONS(2606), + [anon_sym_bool] = ACTIONS(2606), + [anon_sym_str] = ACTIONS(2606), + [anon_sym_char] = ACTIONS(2606), + [anon_sym_DASH] = ACTIONS(2604), + [anon_sym_BANG] = ACTIONS(2604), + [anon_sym_AMP] = ACTIONS(2604), + [anon_sym_PIPE] = ACTIONS(2604), + [anon_sym_LT] = ACTIONS(2604), + [anon_sym_DOT_DOT] = ACTIONS(2604), + [anon_sym_COLON_COLON] = ACTIONS(2604), + [anon_sym_POUND] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2606), + [anon_sym_async] = ACTIONS(2606), + [anon_sym_break] = ACTIONS(2606), + [anon_sym_const] = ACTIONS(2606), + [anon_sym_continue] = ACTIONS(2606), + [anon_sym_default] = ACTIONS(2606), + [anon_sym_enum] = ACTIONS(2606), + [anon_sym_fn] = ACTIONS(2606), + [anon_sym_for] = ACTIONS(2606), + [anon_sym_gen] = ACTIONS(2606), + [anon_sym_if] = ACTIONS(2606), + [anon_sym_impl] = ACTIONS(2606), + [anon_sym_let] = ACTIONS(2606), + [anon_sym_loop] = ACTIONS(2606), + [anon_sym_match] = ACTIONS(2606), + [anon_sym_mod] = ACTIONS(2606), + [anon_sym_pub] = ACTIONS(2606), + [anon_sym_return] = ACTIONS(2606), + [anon_sym_static] = ACTIONS(2606), + [anon_sym_struct] = ACTIONS(2606), + [anon_sym_trait] = ACTIONS(2606), + [anon_sym_type] = ACTIONS(2606), + [anon_sym_union] = ACTIONS(2606), + [anon_sym_unsafe] = ACTIONS(2606), + [anon_sym_use] = ACTIONS(2606), + [anon_sym_while] = ACTIONS(2606), + [anon_sym_extern] = ACTIONS(2606), + [anon_sym_yield] = ACTIONS(2606), + [anon_sym_move] = ACTIONS(2606), + [anon_sym_try] = ACTIONS(2606), + [sym_integer_literal] = ACTIONS(2604), + [aux_sym_string_literal_token1] = ACTIONS(2604), + [sym_char_literal] = ACTIONS(2604), + [anon_sym_true] = ACTIONS(2606), + [anon_sym_false] = ACTIONS(2606), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2606), + [sym_super] = ACTIONS(2606), + [sym_crate] = ACTIONS(2606), + [sym_metavariable] = ACTIONS(2604), + [sym__raw_string_literal_start] = ACTIONS(2604), + [sym_float_literal] = ACTIONS(2604), }, - [STATE(673)] = { - [sym_line_comment] = STATE(673), - [sym_block_comment] = STATE(673), - [ts_builtin_sym_end] = ACTIONS(2610), - [sym_identifier] = ACTIONS(2612), - [anon_sym_SEMI] = ACTIONS(2610), - [anon_sym_macro_rules_BANG] = ACTIONS(2610), - [anon_sym_LPAREN] = ACTIONS(2610), - [anon_sym_LBRACK] = ACTIONS(2610), - [anon_sym_LBRACE] = ACTIONS(2610), - [anon_sym_RBRACE] = ACTIONS(2610), - [anon_sym_STAR] = ACTIONS(2610), - [anon_sym_u8] = ACTIONS(2612), - [anon_sym_i8] = ACTIONS(2612), - [anon_sym_u16] = ACTIONS(2612), - [anon_sym_i16] = ACTIONS(2612), - [anon_sym_u32] = ACTIONS(2612), - [anon_sym_i32] = ACTIONS(2612), - [anon_sym_u64] = ACTIONS(2612), - [anon_sym_i64] = ACTIONS(2612), - [anon_sym_u128] = ACTIONS(2612), - [anon_sym_i128] = ACTIONS(2612), - [anon_sym_isize] = ACTIONS(2612), - [anon_sym_usize] = ACTIONS(2612), - [anon_sym_f32] = ACTIONS(2612), - [anon_sym_f64] = ACTIONS(2612), - [anon_sym_bool] = ACTIONS(2612), - [anon_sym_str] = ACTIONS(2612), - [anon_sym_char] = ACTIONS(2612), - [anon_sym_DASH] = ACTIONS(2610), - [anon_sym_BANG] = ACTIONS(2610), - [anon_sym_AMP] = ACTIONS(2610), - [anon_sym_PIPE] = ACTIONS(2610), - [anon_sym_LT] = ACTIONS(2610), - [anon_sym_DOT_DOT] = ACTIONS(2610), - [anon_sym_COLON_COLON] = ACTIONS(2610), - [anon_sym_POUND] = ACTIONS(2610), - [anon_sym_SQUOTE] = ACTIONS(2612), - [anon_sym_async] = ACTIONS(2612), - [anon_sym_break] = ACTIONS(2612), - [anon_sym_const] = ACTIONS(2612), - [anon_sym_continue] = ACTIONS(2612), - [anon_sym_default] = ACTIONS(2612), - [anon_sym_enum] = ACTIONS(2612), - [anon_sym_fn] = ACTIONS(2612), - [anon_sym_for] = ACTIONS(2612), - [anon_sym_gen] = ACTIONS(2612), - [anon_sym_if] = ACTIONS(2612), - [anon_sym_impl] = ACTIONS(2612), - [anon_sym_let] = ACTIONS(2612), - [anon_sym_loop] = ACTIONS(2612), - [anon_sym_match] = ACTIONS(2612), - [anon_sym_mod] = ACTIONS(2612), - [anon_sym_pub] = ACTIONS(2612), - [anon_sym_return] = ACTIONS(2612), - [anon_sym_static] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(2612), - [anon_sym_trait] = ACTIONS(2612), - [anon_sym_type] = ACTIONS(2612), - [anon_sym_union] = ACTIONS(2612), - [anon_sym_unsafe] = ACTIONS(2612), - [anon_sym_use] = ACTIONS(2612), - [anon_sym_while] = ACTIONS(2612), - [anon_sym_extern] = ACTIONS(2612), - [anon_sym_yield] = ACTIONS(2612), - [anon_sym_move] = ACTIONS(2612), - [anon_sym_try] = ACTIONS(2612), - [sym_integer_literal] = ACTIONS(2610), - [aux_sym_string_literal_token1] = ACTIONS(2610), - [sym_char_literal] = ACTIONS(2610), - [anon_sym_true] = ACTIONS(2612), - [anon_sym_false] = ACTIONS(2612), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2612), - [sym_super] = ACTIONS(2612), - [sym_crate] = ACTIONS(2612), - [sym_metavariable] = ACTIONS(2610), - [sym__raw_string_literal_start] = ACTIONS(2610), - [sym_float_literal] = ACTIONS(2610), + [STATE(690)] = { + [sym_line_comment] = STATE(690), + [sym_block_comment] = STATE(690), + [ts_builtin_sym_end] = ACTIONS(2608), + [sym_identifier] = ACTIONS(2610), + [anon_sym_SEMI] = ACTIONS(2608), + [anon_sym_macro_rules_BANG] = ACTIONS(2608), + [anon_sym_LPAREN] = ACTIONS(2608), + [anon_sym_LBRACK] = ACTIONS(2608), + [anon_sym_LBRACE] = ACTIONS(2608), + [anon_sym_RBRACE] = ACTIONS(2608), + [anon_sym_STAR] = ACTIONS(2608), + [anon_sym_u8] = ACTIONS(2610), + [anon_sym_i8] = ACTIONS(2610), + [anon_sym_u16] = ACTIONS(2610), + [anon_sym_i16] = ACTIONS(2610), + [anon_sym_u32] = ACTIONS(2610), + [anon_sym_i32] = ACTIONS(2610), + [anon_sym_u64] = ACTIONS(2610), + [anon_sym_i64] = ACTIONS(2610), + [anon_sym_u128] = ACTIONS(2610), + [anon_sym_i128] = ACTIONS(2610), + [anon_sym_isize] = ACTIONS(2610), + [anon_sym_usize] = ACTIONS(2610), + [anon_sym_f32] = ACTIONS(2610), + [anon_sym_f64] = ACTIONS(2610), + [anon_sym_bool] = ACTIONS(2610), + [anon_sym_str] = ACTIONS(2610), + [anon_sym_char] = ACTIONS(2610), + [anon_sym_DASH] = ACTIONS(2608), + [anon_sym_BANG] = ACTIONS(2608), + [anon_sym_AMP] = ACTIONS(2608), + [anon_sym_PIPE] = ACTIONS(2608), + [anon_sym_LT] = ACTIONS(2608), + [anon_sym_DOT_DOT] = ACTIONS(2608), + [anon_sym_COLON_COLON] = ACTIONS(2608), + [anon_sym_POUND] = ACTIONS(2608), + [anon_sym_SQUOTE] = ACTIONS(2610), + [anon_sym_async] = ACTIONS(2610), + [anon_sym_break] = ACTIONS(2610), + [anon_sym_const] = ACTIONS(2610), + [anon_sym_continue] = ACTIONS(2610), + [anon_sym_default] = ACTIONS(2610), + [anon_sym_enum] = ACTIONS(2610), + [anon_sym_fn] = ACTIONS(2610), + [anon_sym_for] = ACTIONS(2610), + [anon_sym_gen] = ACTIONS(2610), + [anon_sym_if] = ACTIONS(2610), + [anon_sym_impl] = ACTIONS(2610), + [anon_sym_let] = ACTIONS(2610), + [anon_sym_loop] = ACTIONS(2610), + [anon_sym_match] = ACTIONS(2610), + [anon_sym_mod] = ACTIONS(2610), + [anon_sym_pub] = ACTIONS(2610), + [anon_sym_return] = ACTIONS(2610), + [anon_sym_static] = ACTIONS(2610), + [anon_sym_struct] = ACTIONS(2610), + [anon_sym_trait] = ACTIONS(2610), + [anon_sym_type] = ACTIONS(2610), + [anon_sym_union] = ACTIONS(2610), + [anon_sym_unsafe] = ACTIONS(2610), + [anon_sym_use] = ACTIONS(2610), + [anon_sym_while] = ACTIONS(2610), + [anon_sym_extern] = ACTIONS(2610), + [anon_sym_yield] = ACTIONS(2610), + [anon_sym_move] = ACTIONS(2610), + [anon_sym_try] = ACTIONS(2610), + [sym_integer_literal] = ACTIONS(2608), + [aux_sym_string_literal_token1] = ACTIONS(2608), + [sym_char_literal] = ACTIONS(2608), + [anon_sym_true] = ACTIONS(2610), + [anon_sym_false] = ACTIONS(2610), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2610), + [sym_super] = ACTIONS(2610), + [sym_crate] = ACTIONS(2610), + [sym_metavariable] = ACTIONS(2608), + [sym__raw_string_literal_start] = ACTIONS(2608), + [sym_float_literal] = ACTIONS(2608), }, - [STATE(674)] = { - [sym_line_comment] = STATE(674), - [sym_block_comment] = STATE(674), - [ts_builtin_sym_end] = ACTIONS(2614), - [sym_identifier] = ACTIONS(2616), - [anon_sym_SEMI] = ACTIONS(2614), - [anon_sym_macro_rules_BANG] = ACTIONS(2614), - [anon_sym_LPAREN] = ACTIONS(2614), - [anon_sym_LBRACK] = ACTIONS(2614), - [anon_sym_LBRACE] = ACTIONS(2614), - [anon_sym_RBRACE] = ACTIONS(2614), - [anon_sym_STAR] = ACTIONS(2614), - [anon_sym_u8] = ACTIONS(2616), - [anon_sym_i8] = ACTIONS(2616), - [anon_sym_u16] = ACTIONS(2616), - [anon_sym_i16] = ACTIONS(2616), - [anon_sym_u32] = ACTIONS(2616), - [anon_sym_i32] = ACTIONS(2616), - [anon_sym_u64] = ACTIONS(2616), - [anon_sym_i64] = ACTIONS(2616), - [anon_sym_u128] = ACTIONS(2616), - [anon_sym_i128] = ACTIONS(2616), - [anon_sym_isize] = ACTIONS(2616), - [anon_sym_usize] = ACTIONS(2616), - [anon_sym_f32] = ACTIONS(2616), - [anon_sym_f64] = ACTIONS(2616), - [anon_sym_bool] = ACTIONS(2616), - [anon_sym_str] = ACTIONS(2616), - [anon_sym_char] = ACTIONS(2616), - [anon_sym_DASH] = ACTIONS(2614), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_AMP] = ACTIONS(2614), - [anon_sym_PIPE] = ACTIONS(2614), - [anon_sym_LT] = ACTIONS(2614), - [anon_sym_DOT_DOT] = ACTIONS(2614), - [anon_sym_COLON_COLON] = ACTIONS(2614), - [anon_sym_POUND] = ACTIONS(2614), - [anon_sym_SQUOTE] = ACTIONS(2616), - [anon_sym_async] = ACTIONS(2616), - [anon_sym_break] = ACTIONS(2616), - [anon_sym_const] = ACTIONS(2616), - [anon_sym_continue] = ACTIONS(2616), - [anon_sym_default] = ACTIONS(2616), - [anon_sym_enum] = ACTIONS(2616), - [anon_sym_fn] = ACTIONS(2616), - [anon_sym_for] = ACTIONS(2616), - [anon_sym_gen] = ACTIONS(2616), - [anon_sym_if] = ACTIONS(2616), - [anon_sym_impl] = ACTIONS(2616), - [anon_sym_let] = ACTIONS(2616), - [anon_sym_loop] = ACTIONS(2616), - [anon_sym_match] = ACTIONS(2616), - [anon_sym_mod] = ACTIONS(2616), - [anon_sym_pub] = ACTIONS(2616), - [anon_sym_return] = ACTIONS(2616), - [anon_sym_static] = ACTIONS(2616), - [anon_sym_struct] = ACTIONS(2616), - [anon_sym_trait] = ACTIONS(2616), - [anon_sym_type] = ACTIONS(2616), - [anon_sym_union] = ACTIONS(2616), - [anon_sym_unsafe] = ACTIONS(2616), - [anon_sym_use] = ACTIONS(2616), - [anon_sym_while] = ACTIONS(2616), - [anon_sym_extern] = ACTIONS(2616), - [anon_sym_yield] = ACTIONS(2616), - [anon_sym_move] = ACTIONS(2616), - [anon_sym_try] = ACTIONS(2616), - [sym_integer_literal] = ACTIONS(2614), - [aux_sym_string_literal_token1] = ACTIONS(2614), - [sym_char_literal] = ACTIONS(2614), - [anon_sym_true] = ACTIONS(2616), - [anon_sym_false] = ACTIONS(2616), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2616), - [sym_super] = ACTIONS(2616), - [sym_crate] = ACTIONS(2616), - [sym_metavariable] = ACTIONS(2614), - [sym__raw_string_literal_start] = ACTIONS(2614), - [sym_float_literal] = ACTIONS(2614), + [STATE(691)] = { + [sym_line_comment] = STATE(691), + [sym_block_comment] = STATE(691), + [ts_builtin_sym_end] = ACTIONS(2612), + [sym_identifier] = ACTIONS(2614), + [anon_sym_SEMI] = ACTIONS(2612), + [anon_sym_macro_rules_BANG] = ACTIONS(2612), + [anon_sym_LPAREN] = ACTIONS(2612), + [anon_sym_LBRACK] = ACTIONS(2612), + [anon_sym_LBRACE] = ACTIONS(2612), + [anon_sym_RBRACE] = ACTIONS(2612), + [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_u8] = ACTIONS(2614), + [anon_sym_i8] = ACTIONS(2614), + [anon_sym_u16] = ACTIONS(2614), + [anon_sym_i16] = ACTIONS(2614), + [anon_sym_u32] = ACTIONS(2614), + [anon_sym_i32] = ACTIONS(2614), + [anon_sym_u64] = ACTIONS(2614), + [anon_sym_i64] = ACTIONS(2614), + [anon_sym_u128] = ACTIONS(2614), + [anon_sym_i128] = ACTIONS(2614), + [anon_sym_isize] = ACTIONS(2614), + [anon_sym_usize] = ACTIONS(2614), + [anon_sym_f32] = ACTIONS(2614), + [anon_sym_f64] = ACTIONS(2614), + [anon_sym_bool] = ACTIONS(2614), + [anon_sym_str] = ACTIONS(2614), + [anon_sym_char] = ACTIONS(2614), + [anon_sym_DASH] = ACTIONS(2612), + [anon_sym_BANG] = ACTIONS(2612), + [anon_sym_AMP] = ACTIONS(2612), + [anon_sym_PIPE] = ACTIONS(2612), + [anon_sym_LT] = ACTIONS(2612), + [anon_sym_DOT_DOT] = ACTIONS(2612), + [anon_sym_COLON_COLON] = ACTIONS(2612), + [anon_sym_POUND] = ACTIONS(2612), + [anon_sym_SQUOTE] = ACTIONS(2614), + [anon_sym_async] = ACTIONS(2614), + [anon_sym_break] = ACTIONS(2614), + [anon_sym_const] = ACTIONS(2614), + [anon_sym_continue] = ACTIONS(2614), + [anon_sym_default] = ACTIONS(2614), + [anon_sym_enum] = ACTIONS(2614), + [anon_sym_fn] = ACTIONS(2614), + [anon_sym_for] = ACTIONS(2614), + [anon_sym_gen] = ACTIONS(2614), + [anon_sym_if] = ACTIONS(2614), + [anon_sym_impl] = ACTIONS(2614), + [anon_sym_let] = ACTIONS(2614), + [anon_sym_loop] = ACTIONS(2614), + [anon_sym_match] = ACTIONS(2614), + [anon_sym_mod] = ACTIONS(2614), + [anon_sym_pub] = ACTIONS(2614), + [anon_sym_return] = ACTIONS(2614), + [anon_sym_static] = ACTIONS(2614), + [anon_sym_struct] = ACTIONS(2614), + [anon_sym_trait] = ACTIONS(2614), + [anon_sym_type] = ACTIONS(2614), + [anon_sym_union] = ACTIONS(2614), + [anon_sym_unsafe] = ACTIONS(2614), + [anon_sym_use] = ACTIONS(2614), + [anon_sym_while] = ACTIONS(2614), + [anon_sym_extern] = ACTIONS(2614), + [anon_sym_yield] = ACTIONS(2614), + [anon_sym_move] = ACTIONS(2614), + [anon_sym_try] = ACTIONS(2614), + [sym_integer_literal] = ACTIONS(2612), + [aux_sym_string_literal_token1] = ACTIONS(2612), + [sym_char_literal] = ACTIONS(2612), + [anon_sym_true] = ACTIONS(2614), + [anon_sym_false] = ACTIONS(2614), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2614), + [sym_super] = ACTIONS(2614), + [sym_crate] = ACTIONS(2614), + [sym_metavariable] = ACTIONS(2612), + [sym__raw_string_literal_start] = ACTIONS(2612), + [sym_float_literal] = ACTIONS(2612), }, - [STATE(675)] = { - [sym_line_comment] = STATE(675), - [sym_block_comment] = STATE(675), - [ts_builtin_sym_end] = ACTIONS(2618), - [sym_identifier] = ACTIONS(2620), - [anon_sym_SEMI] = ACTIONS(2618), - [anon_sym_macro_rules_BANG] = ACTIONS(2618), - [anon_sym_LPAREN] = ACTIONS(2618), - [anon_sym_LBRACK] = ACTIONS(2618), - [anon_sym_LBRACE] = ACTIONS(2618), - [anon_sym_RBRACE] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2618), - [anon_sym_u8] = ACTIONS(2620), - [anon_sym_i8] = ACTIONS(2620), - [anon_sym_u16] = ACTIONS(2620), - [anon_sym_i16] = ACTIONS(2620), - [anon_sym_u32] = ACTIONS(2620), - [anon_sym_i32] = ACTIONS(2620), - [anon_sym_u64] = ACTIONS(2620), - [anon_sym_i64] = ACTIONS(2620), - [anon_sym_u128] = ACTIONS(2620), - [anon_sym_i128] = ACTIONS(2620), - [anon_sym_isize] = ACTIONS(2620), - [anon_sym_usize] = ACTIONS(2620), - [anon_sym_f32] = ACTIONS(2620), - [anon_sym_f64] = ACTIONS(2620), - [anon_sym_bool] = ACTIONS(2620), - [anon_sym_str] = ACTIONS(2620), - [anon_sym_char] = ACTIONS(2620), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_BANG] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2618), - [anon_sym_PIPE] = ACTIONS(2618), - [anon_sym_LT] = ACTIONS(2618), - [anon_sym_DOT_DOT] = ACTIONS(2618), - [anon_sym_COLON_COLON] = ACTIONS(2618), - [anon_sym_POUND] = ACTIONS(2618), - [anon_sym_SQUOTE] = ACTIONS(2620), - [anon_sym_async] = ACTIONS(2620), - [anon_sym_break] = ACTIONS(2620), - [anon_sym_const] = ACTIONS(2620), - [anon_sym_continue] = ACTIONS(2620), - [anon_sym_default] = ACTIONS(2620), - [anon_sym_enum] = ACTIONS(2620), - [anon_sym_fn] = ACTIONS(2620), - [anon_sym_for] = ACTIONS(2620), - [anon_sym_gen] = ACTIONS(2620), - [anon_sym_if] = ACTIONS(2620), - [anon_sym_impl] = ACTIONS(2620), - [anon_sym_let] = ACTIONS(2620), - [anon_sym_loop] = ACTIONS(2620), - [anon_sym_match] = ACTIONS(2620), - [anon_sym_mod] = ACTIONS(2620), - [anon_sym_pub] = ACTIONS(2620), - [anon_sym_return] = ACTIONS(2620), - [anon_sym_static] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(2620), - [anon_sym_trait] = ACTIONS(2620), - [anon_sym_type] = ACTIONS(2620), - [anon_sym_union] = ACTIONS(2620), - [anon_sym_unsafe] = ACTIONS(2620), - [anon_sym_use] = ACTIONS(2620), - [anon_sym_while] = ACTIONS(2620), - [anon_sym_extern] = ACTIONS(2620), - [anon_sym_yield] = ACTIONS(2620), - [anon_sym_move] = ACTIONS(2620), - [anon_sym_try] = ACTIONS(2620), - [sym_integer_literal] = ACTIONS(2618), - [aux_sym_string_literal_token1] = ACTIONS(2618), - [sym_char_literal] = ACTIONS(2618), - [anon_sym_true] = ACTIONS(2620), - [anon_sym_false] = ACTIONS(2620), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2620), - [sym_super] = ACTIONS(2620), - [sym_crate] = ACTIONS(2620), - [sym_metavariable] = ACTIONS(2618), - [sym__raw_string_literal_start] = ACTIONS(2618), - [sym_float_literal] = ACTIONS(2618), + [STATE(692)] = { + [sym_line_comment] = STATE(692), + [sym_block_comment] = STATE(692), + [ts_builtin_sym_end] = ACTIONS(2616), + [sym_identifier] = ACTIONS(2618), + [anon_sym_SEMI] = ACTIONS(2616), + [anon_sym_macro_rules_BANG] = ACTIONS(2616), + [anon_sym_LPAREN] = ACTIONS(2616), + [anon_sym_LBRACK] = ACTIONS(2616), + [anon_sym_LBRACE] = ACTIONS(2616), + [anon_sym_RBRACE] = ACTIONS(2616), + [anon_sym_STAR] = ACTIONS(2616), + [anon_sym_u8] = ACTIONS(2618), + [anon_sym_i8] = ACTIONS(2618), + [anon_sym_u16] = ACTIONS(2618), + [anon_sym_i16] = ACTIONS(2618), + [anon_sym_u32] = ACTIONS(2618), + [anon_sym_i32] = ACTIONS(2618), + [anon_sym_u64] = ACTIONS(2618), + [anon_sym_i64] = ACTIONS(2618), + [anon_sym_u128] = ACTIONS(2618), + [anon_sym_i128] = ACTIONS(2618), + [anon_sym_isize] = ACTIONS(2618), + [anon_sym_usize] = ACTIONS(2618), + [anon_sym_f32] = ACTIONS(2618), + [anon_sym_f64] = ACTIONS(2618), + [anon_sym_bool] = ACTIONS(2618), + [anon_sym_str] = ACTIONS(2618), + [anon_sym_char] = ACTIONS(2618), + [anon_sym_DASH] = ACTIONS(2616), + [anon_sym_BANG] = ACTIONS(2616), + [anon_sym_AMP] = ACTIONS(2616), + [anon_sym_PIPE] = ACTIONS(2616), + [anon_sym_LT] = ACTIONS(2616), + [anon_sym_DOT_DOT] = ACTIONS(2616), + [anon_sym_COLON_COLON] = ACTIONS(2616), + [anon_sym_POUND] = ACTIONS(2616), + [anon_sym_SQUOTE] = ACTIONS(2618), + [anon_sym_async] = ACTIONS(2618), + [anon_sym_break] = ACTIONS(2618), + [anon_sym_const] = ACTIONS(2618), + [anon_sym_continue] = ACTIONS(2618), + [anon_sym_default] = ACTIONS(2618), + [anon_sym_enum] = ACTIONS(2618), + [anon_sym_fn] = ACTIONS(2618), + [anon_sym_for] = ACTIONS(2618), + [anon_sym_gen] = ACTIONS(2618), + [anon_sym_if] = ACTIONS(2618), + [anon_sym_impl] = ACTIONS(2618), + [anon_sym_let] = ACTIONS(2618), + [anon_sym_loop] = ACTIONS(2618), + [anon_sym_match] = ACTIONS(2618), + [anon_sym_mod] = ACTIONS(2618), + [anon_sym_pub] = ACTIONS(2618), + [anon_sym_return] = ACTIONS(2618), + [anon_sym_static] = ACTIONS(2618), + [anon_sym_struct] = ACTIONS(2618), + [anon_sym_trait] = ACTIONS(2618), + [anon_sym_type] = ACTIONS(2618), + [anon_sym_union] = ACTIONS(2618), + [anon_sym_unsafe] = ACTIONS(2618), + [anon_sym_use] = ACTIONS(2618), + [anon_sym_while] = ACTIONS(2618), + [anon_sym_extern] = ACTIONS(2618), + [anon_sym_yield] = ACTIONS(2618), + [anon_sym_move] = ACTIONS(2618), + [anon_sym_try] = ACTIONS(2618), + [sym_integer_literal] = ACTIONS(2616), + [aux_sym_string_literal_token1] = ACTIONS(2616), + [sym_char_literal] = ACTIONS(2616), + [anon_sym_true] = ACTIONS(2618), + [anon_sym_false] = ACTIONS(2618), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2618), + [sym_super] = ACTIONS(2618), + [sym_crate] = ACTIONS(2618), + [sym_metavariable] = ACTIONS(2616), + [sym__raw_string_literal_start] = ACTIONS(2616), + [sym_float_literal] = ACTIONS(2616), }, - [STATE(676)] = { - [sym_line_comment] = STATE(676), - [sym_block_comment] = STATE(676), - [ts_builtin_sym_end] = ACTIONS(2622), - [sym_identifier] = ACTIONS(2624), - [anon_sym_SEMI] = ACTIONS(2622), - [anon_sym_macro_rules_BANG] = ACTIONS(2622), - [anon_sym_LPAREN] = ACTIONS(2622), - [anon_sym_LBRACK] = ACTIONS(2622), - [anon_sym_LBRACE] = ACTIONS(2622), - [anon_sym_RBRACE] = ACTIONS(2622), - [anon_sym_STAR] = ACTIONS(2622), - [anon_sym_u8] = ACTIONS(2624), - [anon_sym_i8] = ACTIONS(2624), - [anon_sym_u16] = ACTIONS(2624), - [anon_sym_i16] = ACTIONS(2624), - [anon_sym_u32] = ACTIONS(2624), - [anon_sym_i32] = ACTIONS(2624), - [anon_sym_u64] = ACTIONS(2624), - [anon_sym_i64] = ACTIONS(2624), - [anon_sym_u128] = ACTIONS(2624), - [anon_sym_i128] = ACTIONS(2624), - [anon_sym_isize] = ACTIONS(2624), - [anon_sym_usize] = ACTIONS(2624), - [anon_sym_f32] = ACTIONS(2624), - [anon_sym_f64] = ACTIONS(2624), - [anon_sym_bool] = ACTIONS(2624), - [anon_sym_str] = ACTIONS(2624), - [anon_sym_char] = ACTIONS(2624), - [anon_sym_DASH] = ACTIONS(2622), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_AMP] = ACTIONS(2622), - [anon_sym_PIPE] = ACTIONS(2622), - [anon_sym_LT] = ACTIONS(2622), - [anon_sym_DOT_DOT] = ACTIONS(2622), - [anon_sym_COLON_COLON] = ACTIONS(2622), - [anon_sym_POUND] = ACTIONS(2622), - [anon_sym_SQUOTE] = ACTIONS(2624), - [anon_sym_async] = ACTIONS(2624), - [anon_sym_break] = ACTIONS(2624), - [anon_sym_const] = ACTIONS(2624), - [anon_sym_continue] = ACTIONS(2624), - [anon_sym_default] = ACTIONS(2624), - [anon_sym_enum] = ACTIONS(2624), - [anon_sym_fn] = ACTIONS(2624), - [anon_sym_for] = ACTIONS(2624), - [anon_sym_gen] = ACTIONS(2624), - [anon_sym_if] = ACTIONS(2624), - [anon_sym_impl] = ACTIONS(2624), - [anon_sym_let] = ACTIONS(2624), - [anon_sym_loop] = ACTIONS(2624), - [anon_sym_match] = ACTIONS(2624), - [anon_sym_mod] = ACTIONS(2624), - [anon_sym_pub] = ACTIONS(2624), - [anon_sym_return] = ACTIONS(2624), - [anon_sym_static] = ACTIONS(2624), - [anon_sym_struct] = ACTIONS(2624), - [anon_sym_trait] = ACTIONS(2624), - [anon_sym_type] = ACTIONS(2624), - [anon_sym_union] = ACTIONS(2624), - [anon_sym_unsafe] = ACTIONS(2624), - [anon_sym_use] = ACTIONS(2624), - [anon_sym_while] = ACTIONS(2624), - [anon_sym_extern] = ACTIONS(2624), - [anon_sym_yield] = ACTIONS(2624), - [anon_sym_move] = ACTIONS(2624), - [anon_sym_try] = ACTIONS(2624), - [sym_integer_literal] = ACTIONS(2622), - [aux_sym_string_literal_token1] = ACTIONS(2622), - [sym_char_literal] = ACTIONS(2622), - [anon_sym_true] = ACTIONS(2624), - [anon_sym_false] = ACTIONS(2624), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2624), - [sym_super] = ACTIONS(2624), - [sym_crate] = ACTIONS(2624), - [sym_metavariable] = ACTIONS(2622), - [sym__raw_string_literal_start] = ACTIONS(2622), - [sym_float_literal] = ACTIONS(2622), + [STATE(693)] = { + [sym_line_comment] = STATE(693), + [sym_block_comment] = STATE(693), + [ts_builtin_sym_end] = ACTIONS(2620), + [sym_identifier] = ACTIONS(2622), + [anon_sym_SEMI] = ACTIONS(2620), + [anon_sym_macro_rules_BANG] = ACTIONS(2620), + [anon_sym_LPAREN] = ACTIONS(2620), + [anon_sym_LBRACK] = ACTIONS(2620), + [anon_sym_LBRACE] = ACTIONS(2620), + [anon_sym_RBRACE] = ACTIONS(2620), + [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_u8] = ACTIONS(2622), + [anon_sym_i8] = ACTIONS(2622), + [anon_sym_u16] = ACTIONS(2622), + [anon_sym_i16] = ACTIONS(2622), + [anon_sym_u32] = ACTIONS(2622), + [anon_sym_i32] = ACTIONS(2622), + [anon_sym_u64] = ACTIONS(2622), + [anon_sym_i64] = ACTIONS(2622), + [anon_sym_u128] = ACTIONS(2622), + [anon_sym_i128] = ACTIONS(2622), + [anon_sym_isize] = ACTIONS(2622), + [anon_sym_usize] = ACTIONS(2622), + [anon_sym_f32] = ACTIONS(2622), + [anon_sym_f64] = ACTIONS(2622), + [anon_sym_bool] = ACTIONS(2622), + [anon_sym_str] = ACTIONS(2622), + [anon_sym_char] = ACTIONS(2622), + [anon_sym_DASH] = ACTIONS(2620), + [anon_sym_BANG] = ACTIONS(2620), + [anon_sym_AMP] = ACTIONS(2620), + [anon_sym_PIPE] = ACTIONS(2620), + [anon_sym_LT] = ACTIONS(2620), + [anon_sym_DOT_DOT] = ACTIONS(2620), + [anon_sym_COLON_COLON] = ACTIONS(2620), + [anon_sym_POUND] = ACTIONS(2620), + [anon_sym_SQUOTE] = ACTIONS(2622), + [anon_sym_async] = ACTIONS(2622), + [anon_sym_break] = ACTIONS(2622), + [anon_sym_const] = ACTIONS(2622), + [anon_sym_continue] = ACTIONS(2622), + [anon_sym_default] = ACTIONS(2622), + [anon_sym_enum] = ACTIONS(2622), + [anon_sym_fn] = ACTIONS(2622), + [anon_sym_for] = ACTIONS(2622), + [anon_sym_gen] = ACTIONS(2622), + [anon_sym_if] = ACTIONS(2622), + [anon_sym_impl] = ACTIONS(2622), + [anon_sym_let] = ACTIONS(2622), + [anon_sym_loop] = ACTIONS(2622), + [anon_sym_match] = ACTIONS(2622), + [anon_sym_mod] = ACTIONS(2622), + [anon_sym_pub] = ACTIONS(2622), + [anon_sym_return] = ACTIONS(2622), + [anon_sym_static] = ACTIONS(2622), + [anon_sym_struct] = ACTIONS(2622), + [anon_sym_trait] = ACTIONS(2622), + [anon_sym_type] = ACTIONS(2622), + [anon_sym_union] = ACTIONS(2622), + [anon_sym_unsafe] = ACTIONS(2622), + [anon_sym_use] = ACTIONS(2622), + [anon_sym_while] = ACTIONS(2622), + [anon_sym_extern] = ACTIONS(2622), + [anon_sym_yield] = ACTIONS(2622), + [anon_sym_move] = ACTIONS(2622), + [anon_sym_try] = ACTIONS(2622), + [sym_integer_literal] = ACTIONS(2620), + [aux_sym_string_literal_token1] = ACTIONS(2620), + [sym_char_literal] = ACTIONS(2620), + [anon_sym_true] = ACTIONS(2622), + [anon_sym_false] = ACTIONS(2622), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2622), + [sym_super] = ACTIONS(2622), + [sym_crate] = ACTIONS(2622), + [sym_metavariable] = ACTIONS(2620), + [sym__raw_string_literal_start] = ACTIONS(2620), + [sym_float_literal] = ACTIONS(2620), }, - [STATE(677)] = { - [sym_line_comment] = STATE(677), - [sym_block_comment] = STATE(677), + [STATE(694)] = { + [sym_empty_statement] = STATE(1117), + [sym_macro_definition] = STATE(1117), + [sym_attribute_item] = STATE(1117), + [sym_inner_attribute_item] = STATE(1117), + [sym_mod_item] = STATE(1117), + [sym_foreign_mod_item] = STATE(1117), + [sym_struct_item] = STATE(1117), + [sym_union_item] = STATE(1117), + [sym_enum_item] = STATE(1117), + [sym_extern_crate_declaration] = STATE(1117), + [sym_const_item] = STATE(1117), + [sym_static_item] = STATE(1117), + [sym_type_item] = STATE(1117), + [sym_function_item] = STATE(1117), + [sym_function_signature_item] = STATE(1117), + [sym_function_modifiers] = STATE(3780), + [sym_impl_item] = STATE(1117), + [sym_trait_item] = STATE(1117), + [sym_associated_type] = STATE(1117), + [sym_let_declaration] = STATE(1117), + [sym_use_declaration] = STATE(1117), + [sym_extern_modifier] = STATE(2190), + [sym_visibility_modifier] = STATE(2023), + [sym_bracketed_type] = STATE(3737), + [sym_generic_type_with_turbofish] = STATE(3801), + [sym_macro_invocation] = STATE(1117), + [sym_scoped_identifier] = STATE(3458), + [sym_line_comment] = STATE(694), + [sym_block_comment] = STATE(694), + [aux_sym_declaration_list_repeat1] = STATE(700), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2538), + [anon_sym_SEMI] = ACTIONS(2540), + [anon_sym_macro_rules_BANG] = ACTIONS(2542), + [anon_sym_RBRACE] = ACTIONS(2624), + [anon_sym_u8] = ACTIONS(2546), + [anon_sym_i8] = ACTIONS(2546), + [anon_sym_u16] = ACTIONS(2546), + [anon_sym_i16] = ACTIONS(2546), + [anon_sym_u32] = ACTIONS(2546), + [anon_sym_i32] = ACTIONS(2546), + [anon_sym_u64] = ACTIONS(2546), + [anon_sym_i64] = ACTIONS(2546), + [anon_sym_u128] = ACTIONS(2546), + [anon_sym_i128] = ACTIONS(2546), + [anon_sym_isize] = ACTIONS(2546), + [anon_sym_usize] = ACTIONS(2546), + [anon_sym_f32] = ACTIONS(2546), + [anon_sym_f64] = ACTIONS(2546), + [anon_sym_bool] = ACTIONS(2546), + [anon_sym_str] = ACTIONS(2546), + [anon_sym_char] = ACTIONS(2546), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2548), + [anon_sym_POUND] = ACTIONS(2550), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(2552), + [anon_sym_default] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_fn] = ACTIONS(2558), + [anon_sym_gen] = ACTIONS(2554), + [anon_sym_impl] = ACTIONS(2560), + [anon_sym_let] = ACTIONS(2562), + [anon_sym_mod] = ACTIONS(2564), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2566), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_trait] = ACTIONS(2570), + [anon_sym_type] = ACTIONS(2572), + [anon_sym_union] = ACTIONS(2574), + [anon_sym_unsafe] = ACTIONS(2576), + [anon_sym_use] = ACTIONS(2578), + [anon_sym_extern] = ACTIONS(2580), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2582), + [sym_super] = ACTIONS(2582), + [sym_crate] = ACTIONS(2584), + [sym_metavariable] = ACTIONS(2586), + }, + [STATE(695)] = { + [sym_line_comment] = STATE(695), + [sym_block_comment] = STATE(695), [ts_builtin_sym_end] = ACTIONS(2626), [sym_identifier] = ACTIONS(2628), [anon_sym_SEMI] = ACTIONS(2626), @@ -86739,9 +88194,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2626), [sym_float_literal] = ACTIONS(2626), }, - [STATE(678)] = { - [sym_line_comment] = STATE(678), - [sym_block_comment] = STATE(678), + [STATE(696)] = { + [sym_line_comment] = STATE(696), + [sym_block_comment] = STATE(696), [ts_builtin_sym_end] = ACTIONS(2630), [sym_identifier] = ACTIONS(2632), [anon_sym_SEMI] = ACTIONS(2630), @@ -86820,9 +88275,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2630), [sym_float_literal] = ACTIONS(2630), }, - [STATE(679)] = { - [sym_line_comment] = STATE(679), - [sym_block_comment] = STATE(679), + [STATE(697)] = { + [sym_line_comment] = STATE(697), + [sym_block_comment] = STATE(697), [ts_builtin_sym_end] = ACTIONS(2634), [sym_identifier] = ACTIONS(2636), [anon_sym_SEMI] = ACTIONS(2634), @@ -86901,9 +88356,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2634), [sym_float_literal] = ACTIONS(2634), }, - [STATE(680)] = { - [sym_line_comment] = STATE(680), - [sym_block_comment] = STATE(680), + [STATE(698)] = { + [sym_line_comment] = STATE(698), + [sym_block_comment] = STATE(698), [ts_builtin_sym_end] = ACTIONS(2638), [sym_identifier] = ACTIONS(2640), [anon_sym_SEMI] = ACTIONS(2638), @@ -86982,9 +88437,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2638), [sym_float_literal] = ACTIONS(2638), }, - [STATE(681)] = { - [sym_line_comment] = STATE(681), - [sym_block_comment] = STATE(681), + [STATE(699)] = { + [sym_line_comment] = STATE(699), + [sym_block_comment] = STATE(699), [ts_builtin_sym_end] = ACTIONS(2642), [sym_identifier] = ACTIONS(2644), [anon_sym_SEMI] = ACTIONS(2642), @@ -87063,200 +88518,362 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(2642), [sym_float_literal] = ACTIONS(2642), }, - [STATE(682)] = { - [sym_line_comment] = STATE(682), - [sym_block_comment] = STATE(682), - [ts_builtin_sym_end] = ACTIONS(2646), - [sym_identifier] = ACTIONS(2648), - [anon_sym_SEMI] = ACTIONS(2646), - [anon_sym_macro_rules_BANG] = ACTIONS(2646), - [anon_sym_LPAREN] = ACTIONS(2646), - [anon_sym_LBRACK] = ACTIONS(2646), - [anon_sym_LBRACE] = ACTIONS(2646), + [STATE(700)] = { + [sym_empty_statement] = STATE(1117), + [sym_macro_definition] = STATE(1117), + [sym_attribute_item] = STATE(1117), + [sym_inner_attribute_item] = STATE(1117), + [sym_mod_item] = STATE(1117), + [sym_foreign_mod_item] = STATE(1117), + [sym_struct_item] = STATE(1117), + [sym_union_item] = STATE(1117), + [sym_enum_item] = STATE(1117), + [sym_extern_crate_declaration] = STATE(1117), + [sym_const_item] = STATE(1117), + [sym_static_item] = STATE(1117), + [sym_type_item] = STATE(1117), + [sym_function_item] = STATE(1117), + [sym_function_signature_item] = STATE(1117), + [sym_function_modifiers] = STATE(3780), + [sym_impl_item] = STATE(1117), + [sym_trait_item] = STATE(1117), + [sym_associated_type] = STATE(1117), + [sym_let_declaration] = STATE(1117), + [sym_use_declaration] = STATE(1117), + [sym_extern_modifier] = STATE(2190), + [sym_visibility_modifier] = STATE(2023), + [sym_bracketed_type] = STATE(3737), + [sym_generic_type_with_turbofish] = STATE(3801), + [sym_macro_invocation] = STATE(1117), + [sym_scoped_identifier] = STATE(3458), + [sym_line_comment] = STATE(700), + [sym_block_comment] = STATE(700), + [aux_sym_declaration_list_repeat1] = STATE(757), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2538), + [anon_sym_SEMI] = ACTIONS(2540), + [anon_sym_macro_rules_BANG] = ACTIONS(2542), [anon_sym_RBRACE] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2646), - [anon_sym_u8] = ACTIONS(2648), - [anon_sym_i8] = ACTIONS(2648), - [anon_sym_u16] = ACTIONS(2648), - [anon_sym_i16] = ACTIONS(2648), - [anon_sym_u32] = ACTIONS(2648), - [anon_sym_i32] = ACTIONS(2648), - [anon_sym_u64] = ACTIONS(2648), - [anon_sym_i64] = ACTIONS(2648), - [anon_sym_u128] = ACTIONS(2648), - [anon_sym_i128] = ACTIONS(2648), - [anon_sym_isize] = ACTIONS(2648), - [anon_sym_usize] = ACTIONS(2648), - [anon_sym_f32] = ACTIONS(2648), - [anon_sym_f64] = ACTIONS(2648), - [anon_sym_bool] = ACTIONS(2648), - [anon_sym_str] = ACTIONS(2648), - [anon_sym_char] = ACTIONS(2648), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_BANG] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2646), - [anon_sym_PIPE] = ACTIONS(2646), - [anon_sym_LT] = ACTIONS(2646), - [anon_sym_DOT_DOT] = ACTIONS(2646), - [anon_sym_COLON_COLON] = ACTIONS(2646), - [anon_sym_POUND] = ACTIONS(2646), - [anon_sym_SQUOTE] = ACTIONS(2648), - [anon_sym_async] = ACTIONS(2648), - [anon_sym_break] = ACTIONS(2648), - [anon_sym_const] = ACTIONS(2648), - [anon_sym_continue] = ACTIONS(2648), - [anon_sym_default] = ACTIONS(2648), - [anon_sym_enum] = ACTIONS(2648), - [anon_sym_fn] = ACTIONS(2648), - [anon_sym_for] = ACTIONS(2648), - [anon_sym_gen] = ACTIONS(2648), - [anon_sym_if] = ACTIONS(2648), - [anon_sym_impl] = ACTIONS(2648), - [anon_sym_let] = ACTIONS(2648), - [anon_sym_loop] = ACTIONS(2648), - [anon_sym_match] = ACTIONS(2648), - [anon_sym_mod] = ACTIONS(2648), - [anon_sym_pub] = ACTIONS(2648), - [anon_sym_return] = ACTIONS(2648), - [anon_sym_static] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2648), - [anon_sym_trait] = ACTIONS(2648), - [anon_sym_type] = ACTIONS(2648), - [anon_sym_union] = ACTIONS(2648), - [anon_sym_unsafe] = ACTIONS(2648), - [anon_sym_use] = ACTIONS(2648), - [anon_sym_while] = ACTIONS(2648), - [anon_sym_extern] = ACTIONS(2648), - [anon_sym_yield] = ACTIONS(2648), - [anon_sym_move] = ACTIONS(2648), - [anon_sym_try] = ACTIONS(2648), - [sym_integer_literal] = ACTIONS(2646), - [aux_sym_string_literal_token1] = ACTIONS(2646), - [sym_char_literal] = ACTIONS(2646), - [anon_sym_true] = ACTIONS(2648), - [anon_sym_false] = ACTIONS(2648), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2648), - [sym_super] = ACTIONS(2648), - [sym_crate] = ACTIONS(2648), - [sym_metavariable] = ACTIONS(2646), - [sym__raw_string_literal_start] = ACTIONS(2646), - [sym_float_literal] = ACTIONS(2646), + [anon_sym_u8] = ACTIONS(2546), + [anon_sym_i8] = ACTIONS(2546), + [anon_sym_u16] = ACTIONS(2546), + [anon_sym_i16] = ACTIONS(2546), + [anon_sym_u32] = ACTIONS(2546), + [anon_sym_i32] = ACTIONS(2546), + [anon_sym_u64] = ACTIONS(2546), + [anon_sym_i64] = ACTIONS(2546), + [anon_sym_u128] = ACTIONS(2546), + [anon_sym_i128] = ACTIONS(2546), + [anon_sym_isize] = ACTIONS(2546), + [anon_sym_usize] = ACTIONS(2546), + [anon_sym_f32] = ACTIONS(2546), + [anon_sym_f64] = ACTIONS(2546), + [anon_sym_bool] = ACTIONS(2546), + [anon_sym_str] = ACTIONS(2546), + [anon_sym_char] = ACTIONS(2546), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2548), + [anon_sym_POUND] = ACTIONS(2550), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(2552), + [anon_sym_default] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_fn] = ACTIONS(2558), + [anon_sym_gen] = ACTIONS(2554), + [anon_sym_impl] = ACTIONS(2560), + [anon_sym_let] = ACTIONS(2562), + [anon_sym_mod] = ACTIONS(2564), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2566), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_trait] = ACTIONS(2570), + [anon_sym_type] = ACTIONS(2572), + [anon_sym_union] = ACTIONS(2574), + [anon_sym_unsafe] = ACTIONS(2576), + [anon_sym_use] = ACTIONS(2578), + [anon_sym_extern] = ACTIONS(2580), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2582), + [sym_super] = ACTIONS(2582), + [sym_crate] = ACTIONS(2584), + [sym_metavariable] = ACTIONS(2586), }, - [STATE(683)] = { - [sym_line_comment] = STATE(683), - [sym_block_comment] = STATE(683), - [ts_builtin_sym_end] = ACTIONS(2650), - [sym_identifier] = ACTIONS(2652), - [anon_sym_SEMI] = ACTIONS(2650), - [anon_sym_macro_rules_BANG] = ACTIONS(2650), - [anon_sym_LPAREN] = ACTIONS(2650), - [anon_sym_LBRACK] = ACTIONS(2650), - [anon_sym_LBRACE] = ACTIONS(2650), - [anon_sym_RBRACE] = ACTIONS(2650), - [anon_sym_STAR] = ACTIONS(2650), - [anon_sym_u8] = ACTIONS(2652), - [anon_sym_i8] = ACTIONS(2652), - [anon_sym_u16] = ACTIONS(2652), - [anon_sym_i16] = ACTIONS(2652), - [anon_sym_u32] = ACTIONS(2652), - [anon_sym_i32] = ACTIONS(2652), - [anon_sym_u64] = ACTIONS(2652), - [anon_sym_i64] = ACTIONS(2652), - [anon_sym_u128] = ACTIONS(2652), - [anon_sym_i128] = ACTIONS(2652), - [anon_sym_isize] = ACTIONS(2652), - [anon_sym_usize] = ACTIONS(2652), - [anon_sym_f32] = ACTIONS(2652), - [anon_sym_f64] = ACTIONS(2652), - [anon_sym_bool] = ACTIONS(2652), - [anon_sym_str] = ACTIONS(2652), - [anon_sym_char] = ACTIONS(2652), - [anon_sym_DASH] = ACTIONS(2650), - [anon_sym_BANG] = ACTIONS(2650), - [anon_sym_AMP] = ACTIONS(2650), - [anon_sym_PIPE] = ACTIONS(2650), - [anon_sym_LT] = ACTIONS(2650), - [anon_sym_DOT_DOT] = ACTIONS(2650), - [anon_sym_COLON_COLON] = ACTIONS(2650), - [anon_sym_POUND] = ACTIONS(2650), - [anon_sym_SQUOTE] = ACTIONS(2652), - [anon_sym_async] = ACTIONS(2652), - [anon_sym_break] = ACTIONS(2652), - [anon_sym_const] = ACTIONS(2652), - [anon_sym_continue] = ACTIONS(2652), - [anon_sym_default] = ACTIONS(2652), - [anon_sym_enum] = ACTIONS(2652), - [anon_sym_fn] = ACTIONS(2652), - [anon_sym_for] = ACTIONS(2652), - [anon_sym_gen] = ACTIONS(2652), - [anon_sym_if] = ACTIONS(2652), - [anon_sym_impl] = ACTIONS(2652), - [anon_sym_let] = ACTIONS(2652), - [anon_sym_loop] = ACTIONS(2652), - [anon_sym_match] = ACTIONS(2652), - [anon_sym_mod] = ACTIONS(2652), - [anon_sym_pub] = ACTIONS(2652), - [anon_sym_return] = ACTIONS(2652), - [anon_sym_static] = ACTIONS(2652), - [anon_sym_struct] = ACTIONS(2652), - [anon_sym_trait] = ACTIONS(2652), - [anon_sym_type] = ACTIONS(2652), - [anon_sym_union] = ACTIONS(2652), - [anon_sym_unsafe] = ACTIONS(2652), - [anon_sym_use] = ACTIONS(2652), - [anon_sym_while] = ACTIONS(2652), - [anon_sym_extern] = ACTIONS(2652), - [anon_sym_yield] = ACTIONS(2652), - [anon_sym_move] = ACTIONS(2652), - [anon_sym_try] = ACTIONS(2652), - [sym_integer_literal] = ACTIONS(2650), - [aux_sym_string_literal_token1] = ACTIONS(2650), - [sym_char_literal] = ACTIONS(2650), - [anon_sym_true] = ACTIONS(2652), - [anon_sym_false] = ACTIONS(2652), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2652), - [sym_super] = ACTIONS(2652), - [sym_crate] = ACTIONS(2652), - [sym_metavariable] = ACTIONS(2650), - [sym__raw_string_literal_start] = ACTIONS(2650), - [sym_float_literal] = ACTIONS(2650), + [STATE(701)] = { + [sym_line_comment] = STATE(701), + [sym_block_comment] = STATE(701), + [ts_builtin_sym_end] = ACTIONS(2648), + [sym_identifier] = ACTIONS(2650), + [anon_sym_SEMI] = ACTIONS(2648), + [anon_sym_macro_rules_BANG] = ACTIONS(2648), + [anon_sym_LPAREN] = ACTIONS(2648), + [anon_sym_LBRACK] = ACTIONS(2648), + [anon_sym_LBRACE] = ACTIONS(2648), + [anon_sym_RBRACE] = ACTIONS(2648), + [anon_sym_STAR] = ACTIONS(2648), + [anon_sym_u8] = ACTIONS(2650), + [anon_sym_i8] = ACTIONS(2650), + [anon_sym_u16] = ACTIONS(2650), + [anon_sym_i16] = ACTIONS(2650), + [anon_sym_u32] = ACTIONS(2650), + [anon_sym_i32] = ACTIONS(2650), + [anon_sym_u64] = ACTIONS(2650), + [anon_sym_i64] = ACTIONS(2650), + [anon_sym_u128] = ACTIONS(2650), + [anon_sym_i128] = ACTIONS(2650), + [anon_sym_isize] = ACTIONS(2650), + [anon_sym_usize] = ACTIONS(2650), + [anon_sym_f32] = ACTIONS(2650), + [anon_sym_f64] = ACTIONS(2650), + [anon_sym_bool] = ACTIONS(2650), + [anon_sym_str] = ACTIONS(2650), + [anon_sym_char] = ACTIONS(2650), + [anon_sym_DASH] = ACTIONS(2648), + [anon_sym_BANG] = ACTIONS(2648), + [anon_sym_AMP] = ACTIONS(2648), + [anon_sym_PIPE] = ACTIONS(2648), + [anon_sym_LT] = ACTIONS(2648), + [anon_sym_DOT_DOT] = ACTIONS(2648), + [anon_sym_COLON_COLON] = ACTIONS(2648), + [anon_sym_POUND] = ACTIONS(2648), + [anon_sym_SQUOTE] = ACTIONS(2650), + [anon_sym_async] = ACTIONS(2650), + [anon_sym_break] = ACTIONS(2650), + [anon_sym_const] = ACTIONS(2650), + [anon_sym_continue] = ACTIONS(2650), + [anon_sym_default] = ACTIONS(2650), + [anon_sym_enum] = ACTIONS(2650), + [anon_sym_fn] = ACTIONS(2650), + [anon_sym_for] = ACTIONS(2650), + [anon_sym_gen] = ACTIONS(2650), + [anon_sym_if] = ACTIONS(2650), + [anon_sym_impl] = ACTIONS(2650), + [anon_sym_let] = ACTIONS(2650), + [anon_sym_loop] = ACTIONS(2650), + [anon_sym_match] = ACTIONS(2650), + [anon_sym_mod] = ACTIONS(2650), + [anon_sym_pub] = ACTIONS(2650), + [anon_sym_return] = ACTIONS(2650), + [anon_sym_static] = ACTIONS(2650), + [anon_sym_struct] = ACTIONS(2650), + [anon_sym_trait] = ACTIONS(2650), + [anon_sym_type] = ACTIONS(2650), + [anon_sym_union] = ACTIONS(2650), + [anon_sym_unsafe] = ACTIONS(2650), + [anon_sym_use] = ACTIONS(2650), + [anon_sym_while] = ACTIONS(2650), + [anon_sym_extern] = ACTIONS(2650), + [anon_sym_yield] = ACTIONS(2650), + [anon_sym_move] = ACTIONS(2650), + [anon_sym_try] = ACTIONS(2650), + [sym_integer_literal] = ACTIONS(2648), + [aux_sym_string_literal_token1] = ACTIONS(2648), + [sym_char_literal] = ACTIONS(2648), + [anon_sym_true] = ACTIONS(2650), + [anon_sym_false] = ACTIONS(2650), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2650), + [sym_super] = ACTIONS(2650), + [sym_crate] = ACTIONS(2650), + [sym_metavariable] = ACTIONS(2648), + [sym__raw_string_literal_start] = ACTIONS(2648), + [sym_float_literal] = ACTIONS(2648), }, - [STATE(684)] = { - [sym_attribute_item] = STATE(1145), - [sym_inner_attribute_item] = STATE(1145), - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_match_pattern] = STATE(3647), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2909), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(684), - [sym_block_comment] = STATE(684), - [aux_sym_match_arm_repeat1] = STATE(1077), + [STATE(702)] = { + [sym_line_comment] = STATE(702), + [sym_block_comment] = STATE(702), + [ts_builtin_sym_end] = ACTIONS(2652), + [sym_identifier] = ACTIONS(2654), + [anon_sym_SEMI] = ACTIONS(2652), + [anon_sym_macro_rules_BANG] = ACTIONS(2652), + [anon_sym_LPAREN] = ACTIONS(2652), + [anon_sym_LBRACK] = ACTIONS(2652), + [anon_sym_LBRACE] = ACTIONS(2652), + [anon_sym_RBRACE] = ACTIONS(2652), + [anon_sym_STAR] = ACTIONS(2652), + [anon_sym_u8] = ACTIONS(2654), + [anon_sym_i8] = ACTIONS(2654), + [anon_sym_u16] = ACTIONS(2654), + [anon_sym_i16] = ACTIONS(2654), + [anon_sym_u32] = ACTIONS(2654), + [anon_sym_i32] = ACTIONS(2654), + [anon_sym_u64] = ACTIONS(2654), + [anon_sym_i64] = ACTIONS(2654), + [anon_sym_u128] = ACTIONS(2654), + [anon_sym_i128] = ACTIONS(2654), + [anon_sym_isize] = ACTIONS(2654), + [anon_sym_usize] = ACTIONS(2654), + [anon_sym_f32] = ACTIONS(2654), + [anon_sym_f64] = ACTIONS(2654), + [anon_sym_bool] = ACTIONS(2654), + [anon_sym_str] = ACTIONS(2654), + [anon_sym_char] = ACTIONS(2654), + [anon_sym_DASH] = ACTIONS(2652), + [anon_sym_BANG] = ACTIONS(2652), + [anon_sym_AMP] = ACTIONS(2652), + [anon_sym_PIPE] = ACTIONS(2652), + [anon_sym_LT] = ACTIONS(2652), + [anon_sym_DOT_DOT] = ACTIONS(2652), + [anon_sym_COLON_COLON] = ACTIONS(2652), + [anon_sym_POUND] = ACTIONS(2652), + [anon_sym_SQUOTE] = ACTIONS(2654), + [anon_sym_async] = ACTIONS(2654), + [anon_sym_break] = ACTIONS(2654), + [anon_sym_const] = ACTIONS(2654), + [anon_sym_continue] = ACTIONS(2654), + [anon_sym_default] = ACTIONS(2654), + [anon_sym_enum] = ACTIONS(2654), + [anon_sym_fn] = ACTIONS(2654), + [anon_sym_for] = ACTIONS(2654), + [anon_sym_gen] = ACTIONS(2654), + [anon_sym_if] = ACTIONS(2654), + [anon_sym_impl] = ACTIONS(2654), + [anon_sym_let] = ACTIONS(2654), + [anon_sym_loop] = ACTIONS(2654), + [anon_sym_match] = ACTIONS(2654), + [anon_sym_mod] = ACTIONS(2654), + [anon_sym_pub] = ACTIONS(2654), + [anon_sym_return] = ACTIONS(2654), + [anon_sym_static] = ACTIONS(2654), + [anon_sym_struct] = ACTIONS(2654), + [anon_sym_trait] = ACTIONS(2654), + [anon_sym_type] = ACTIONS(2654), + [anon_sym_union] = ACTIONS(2654), + [anon_sym_unsafe] = ACTIONS(2654), + [anon_sym_use] = ACTIONS(2654), + [anon_sym_while] = ACTIONS(2654), + [anon_sym_extern] = ACTIONS(2654), + [anon_sym_yield] = ACTIONS(2654), + [anon_sym_move] = ACTIONS(2654), + [anon_sym_try] = ACTIONS(2654), + [sym_integer_literal] = ACTIONS(2652), + [aux_sym_string_literal_token1] = ACTIONS(2652), + [sym_char_literal] = ACTIONS(2652), + [anon_sym_true] = ACTIONS(2654), + [anon_sym_false] = ACTIONS(2654), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2654), + [sym_super] = ACTIONS(2654), + [sym_crate] = ACTIONS(2654), + [sym_metavariable] = ACTIONS(2652), + [sym__raw_string_literal_start] = ACTIONS(2652), + [sym_float_literal] = ACTIONS(2652), + }, + [STATE(703)] = { + [sym_line_comment] = STATE(703), + [sym_block_comment] = STATE(703), + [ts_builtin_sym_end] = ACTIONS(2656), + [sym_identifier] = ACTIONS(2658), + [anon_sym_SEMI] = ACTIONS(2656), + [anon_sym_macro_rules_BANG] = ACTIONS(2656), + [anon_sym_LPAREN] = ACTIONS(2656), + [anon_sym_LBRACK] = ACTIONS(2656), + [anon_sym_LBRACE] = ACTIONS(2656), + [anon_sym_RBRACE] = ACTIONS(2656), + [anon_sym_STAR] = ACTIONS(2656), + [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(2656), + [anon_sym_BANG] = ACTIONS(2656), + [anon_sym_AMP] = ACTIONS(2656), + [anon_sym_PIPE] = ACTIONS(2656), + [anon_sym_LT] = ACTIONS(2656), + [anon_sym_DOT_DOT] = ACTIONS(2656), + [anon_sym_COLON_COLON] = ACTIONS(2656), + [anon_sym_POUND] = ACTIONS(2656), + [anon_sym_SQUOTE] = ACTIONS(2658), + [anon_sym_async] = ACTIONS(2658), + [anon_sym_break] = ACTIONS(2658), + [anon_sym_const] = ACTIONS(2658), + [anon_sym_continue] = ACTIONS(2658), + [anon_sym_default] = ACTIONS(2658), + [anon_sym_enum] = ACTIONS(2658), + [anon_sym_fn] = ACTIONS(2658), + [anon_sym_for] = ACTIONS(2658), + [anon_sym_gen] = ACTIONS(2658), + [anon_sym_if] = ACTIONS(2658), + [anon_sym_impl] = ACTIONS(2658), + [anon_sym_let] = ACTIONS(2658), + [anon_sym_loop] = ACTIONS(2658), + [anon_sym_match] = ACTIONS(2658), + [anon_sym_mod] = ACTIONS(2658), + [anon_sym_pub] = ACTIONS(2658), + [anon_sym_return] = ACTIONS(2658), + [anon_sym_static] = ACTIONS(2658), + [anon_sym_struct] = ACTIONS(2658), + [anon_sym_trait] = ACTIONS(2658), + [anon_sym_type] = ACTIONS(2658), + [anon_sym_union] = ACTIONS(2658), + [anon_sym_unsafe] = ACTIONS(2658), + [anon_sym_use] = ACTIONS(2658), + [anon_sym_while] = ACTIONS(2658), + [anon_sym_extern] = ACTIONS(2658), + [anon_sym_yield] = ACTIONS(2658), + [anon_sym_move] = ACTIONS(2658), + [anon_sym_try] = ACTIONS(2658), + [sym_integer_literal] = ACTIONS(2656), + [aux_sym_string_literal_token1] = ACTIONS(2656), + [sym_char_literal] = ACTIONS(2656), + [anon_sym_true] = ACTIONS(2658), + [anon_sym_false] = ACTIONS(2658), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2658), + [sym_super] = ACTIONS(2658), + [sym_crate] = ACTIONS(2658), + [sym_metavariable] = ACTIONS(2656), + [sym__raw_string_literal_start] = ACTIONS(2656), + [sym_float_literal] = ACTIONS(2656), + }, + [STATE(704)] = { + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_pattern] = STATE(3774), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(704), + [sym_block_comment] = STATE(704), + [aux_sym_match_arm_repeat1] = STATE(1082), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -87306,8383 +88923,6763 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, - [STATE(685)] = { - [sym_line_comment] = STATE(685), - [sym_block_comment] = STATE(685), - [ts_builtin_sym_end] = ACTIONS(2654), - [sym_identifier] = ACTIONS(2656), - [anon_sym_SEMI] = ACTIONS(2654), - [anon_sym_macro_rules_BANG] = ACTIONS(2654), - [anon_sym_LPAREN] = ACTIONS(2654), - [anon_sym_LBRACK] = ACTIONS(2654), - [anon_sym_LBRACE] = ACTIONS(2654), - [anon_sym_RBRACE] = ACTIONS(2654), - [anon_sym_STAR] = ACTIONS(2654), - [anon_sym_u8] = ACTIONS(2656), - [anon_sym_i8] = ACTIONS(2656), - [anon_sym_u16] = ACTIONS(2656), - [anon_sym_i16] = ACTIONS(2656), - [anon_sym_u32] = ACTIONS(2656), - [anon_sym_i32] = ACTIONS(2656), - [anon_sym_u64] = ACTIONS(2656), - [anon_sym_i64] = ACTIONS(2656), - [anon_sym_u128] = ACTIONS(2656), - [anon_sym_i128] = ACTIONS(2656), - [anon_sym_isize] = ACTIONS(2656), - [anon_sym_usize] = ACTIONS(2656), - [anon_sym_f32] = ACTIONS(2656), - [anon_sym_f64] = ACTIONS(2656), - [anon_sym_bool] = ACTIONS(2656), - [anon_sym_str] = ACTIONS(2656), - [anon_sym_char] = ACTIONS(2656), - [anon_sym_DASH] = ACTIONS(2654), - [anon_sym_BANG] = ACTIONS(2654), - [anon_sym_AMP] = ACTIONS(2654), - [anon_sym_PIPE] = ACTIONS(2654), - [anon_sym_LT] = ACTIONS(2654), - [anon_sym_DOT_DOT] = ACTIONS(2654), - [anon_sym_COLON_COLON] = ACTIONS(2654), - [anon_sym_POUND] = ACTIONS(2654), - [anon_sym_SQUOTE] = ACTIONS(2656), - [anon_sym_async] = ACTIONS(2656), - [anon_sym_break] = ACTIONS(2656), - [anon_sym_const] = ACTIONS(2656), - [anon_sym_continue] = ACTIONS(2656), - [anon_sym_default] = ACTIONS(2656), - [anon_sym_enum] = ACTIONS(2656), - [anon_sym_fn] = ACTIONS(2656), - [anon_sym_for] = ACTIONS(2656), - [anon_sym_gen] = ACTIONS(2656), - [anon_sym_if] = ACTIONS(2656), - [anon_sym_impl] = ACTIONS(2656), - [anon_sym_let] = ACTIONS(2656), - [anon_sym_loop] = ACTIONS(2656), - [anon_sym_match] = ACTIONS(2656), - [anon_sym_mod] = ACTIONS(2656), - [anon_sym_pub] = ACTIONS(2656), - [anon_sym_return] = ACTIONS(2656), - [anon_sym_static] = ACTIONS(2656), - [anon_sym_struct] = ACTIONS(2656), - [anon_sym_trait] = ACTIONS(2656), - [anon_sym_type] = ACTIONS(2656), - [anon_sym_union] = ACTIONS(2656), - [anon_sym_unsafe] = ACTIONS(2656), - [anon_sym_use] = ACTIONS(2656), - [anon_sym_while] = ACTIONS(2656), - [anon_sym_extern] = ACTIONS(2656), - [anon_sym_yield] = ACTIONS(2656), - [anon_sym_move] = ACTIONS(2656), - [anon_sym_try] = ACTIONS(2656), - [sym_integer_literal] = ACTIONS(2654), - [aux_sym_string_literal_token1] = ACTIONS(2654), - [sym_char_literal] = ACTIONS(2654), - [anon_sym_true] = ACTIONS(2656), - [anon_sym_false] = ACTIONS(2656), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2656), - [sym_super] = ACTIONS(2656), - [sym_crate] = ACTIONS(2656), - [sym_metavariable] = ACTIONS(2654), - [sym__raw_string_literal_start] = ACTIONS(2654), - [sym_float_literal] = ACTIONS(2654), - }, - [STATE(686)] = { - [sym_line_comment] = STATE(686), - [sym_block_comment] = STATE(686), - [ts_builtin_sym_end] = ACTIONS(2658), - [sym_identifier] = ACTIONS(2660), - [anon_sym_SEMI] = ACTIONS(2658), - [anon_sym_macro_rules_BANG] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2658), - [anon_sym_LBRACK] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2658), - [anon_sym_RBRACE] = ACTIONS(2658), - [anon_sym_STAR] = ACTIONS(2658), - [anon_sym_u8] = ACTIONS(2660), - [anon_sym_i8] = ACTIONS(2660), - [anon_sym_u16] = ACTIONS(2660), - [anon_sym_i16] = ACTIONS(2660), - [anon_sym_u32] = ACTIONS(2660), - [anon_sym_i32] = ACTIONS(2660), - [anon_sym_u64] = ACTIONS(2660), - [anon_sym_i64] = ACTIONS(2660), - [anon_sym_u128] = ACTIONS(2660), - [anon_sym_i128] = ACTIONS(2660), - [anon_sym_isize] = ACTIONS(2660), - [anon_sym_usize] = ACTIONS(2660), - [anon_sym_f32] = ACTIONS(2660), - [anon_sym_f64] = ACTIONS(2660), - [anon_sym_bool] = ACTIONS(2660), - [anon_sym_str] = ACTIONS(2660), - [anon_sym_char] = ACTIONS(2660), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_BANG] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2658), - [anon_sym_PIPE] = ACTIONS(2658), - [anon_sym_LT] = ACTIONS(2658), - [anon_sym_DOT_DOT] = ACTIONS(2658), - [anon_sym_COLON_COLON] = ACTIONS(2658), - [anon_sym_POUND] = ACTIONS(2658), - [anon_sym_SQUOTE] = ACTIONS(2660), - [anon_sym_async] = ACTIONS(2660), - [anon_sym_break] = ACTIONS(2660), - [anon_sym_const] = ACTIONS(2660), - [anon_sym_continue] = ACTIONS(2660), - [anon_sym_default] = ACTIONS(2660), - [anon_sym_enum] = ACTIONS(2660), - [anon_sym_fn] = ACTIONS(2660), - [anon_sym_for] = ACTIONS(2660), - [anon_sym_gen] = ACTIONS(2660), - [anon_sym_if] = ACTIONS(2660), - [anon_sym_impl] = ACTIONS(2660), - [anon_sym_let] = ACTIONS(2660), - [anon_sym_loop] = ACTIONS(2660), - [anon_sym_match] = ACTIONS(2660), - [anon_sym_mod] = ACTIONS(2660), - [anon_sym_pub] = ACTIONS(2660), - [anon_sym_return] = ACTIONS(2660), - [anon_sym_static] = ACTIONS(2660), - [anon_sym_struct] = ACTIONS(2660), - [anon_sym_trait] = ACTIONS(2660), - [anon_sym_type] = ACTIONS(2660), - [anon_sym_union] = ACTIONS(2660), - [anon_sym_unsafe] = ACTIONS(2660), - [anon_sym_use] = ACTIONS(2660), - [anon_sym_while] = ACTIONS(2660), - [anon_sym_extern] = ACTIONS(2660), - [anon_sym_yield] = ACTIONS(2660), - [anon_sym_move] = ACTIONS(2660), - [anon_sym_try] = ACTIONS(2660), - [sym_integer_literal] = ACTIONS(2658), - [aux_sym_string_literal_token1] = ACTIONS(2658), - [sym_char_literal] = ACTIONS(2658), - [anon_sym_true] = ACTIONS(2660), - [anon_sym_false] = ACTIONS(2660), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2660), - [sym_super] = ACTIONS(2660), - [sym_crate] = ACTIONS(2660), - [sym_metavariable] = ACTIONS(2658), - [sym__raw_string_literal_start] = ACTIONS(2658), - [sym_float_literal] = ACTIONS(2658), - }, - [STATE(687)] = { - [sym_line_comment] = STATE(687), - [sym_block_comment] = STATE(687), - [ts_builtin_sym_end] = ACTIONS(2662), - [sym_identifier] = ACTIONS(2664), - [anon_sym_SEMI] = ACTIONS(2662), - [anon_sym_macro_rules_BANG] = ACTIONS(2662), - [anon_sym_LPAREN] = ACTIONS(2662), - [anon_sym_LBRACK] = ACTIONS(2662), - [anon_sym_LBRACE] = ACTIONS(2662), - [anon_sym_RBRACE] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2662), - [anon_sym_u8] = ACTIONS(2664), - [anon_sym_i8] = ACTIONS(2664), - [anon_sym_u16] = ACTIONS(2664), - [anon_sym_i16] = ACTIONS(2664), - [anon_sym_u32] = ACTIONS(2664), - [anon_sym_i32] = ACTIONS(2664), - [anon_sym_u64] = ACTIONS(2664), - [anon_sym_i64] = ACTIONS(2664), - [anon_sym_u128] = ACTIONS(2664), - [anon_sym_i128] = ACTIONS(2664), - [anon_sym_isize] = ACTIONS(2664), - [anon_sym_usize] = ACTIONS(2664), - [anon_sym_f32] = ACTIONS(2664), - [anon_sym_f64] = ACTIONS(2664), - [anon_sym_bool] = ACTIONS(2664), - [anon_sym_str] = ACTIONS(2664), - [anon_sym_char] = ACTIONS(2664), - [anon_sym_DASH] = ACTIONS(2662), - [anon_sym_BANG] = ACTIONS(2662), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_PIPE] = ACTIONS(2662), - [anon_sym_LT] = ACTIONS(2662), - [anon_sym_DOT_DOT] = ACTIONS(2662), - [anon_sym_COLON_COLON] = ACTIONS(2662), - [anon_sym_POUND] = ACTIONS(2662), - [anon_sym_SQUOTE] = ACTIONS(2664), - [anon_sym_async] = ACTIONS(2664), - [anon_sym_break] = ACTIONS(2664), - [anon_sym_const] = ACTIONS(2664), - [anon_sym_continue] = ACTIONS(2664), - [anon_sym_default] = ACTIONS(2664), - [anon_sym_enum] = ACTIONS(2664), - [anon_sym_fn] = ACTIONS(2664), - [anon_sym_for] = ACTIONS(2664), - [anon_sym_gen] = ACTIONS(2664), - [anon_sym_if] = ACTIONS(2664), - [anon_sym_impl] = ACTIONS(2664), - [anon_sym_let] = ACTIONS(2664), - [anon_sym_loop] = ACTIONS(2664), - [anon_sym_match] = ACTIONS(2664), - [anon_sym_mod] = ACTIONS(2664), - [anon_sym_pub] = ACTIONS(2664), - [anon_sym_return] = ACTIONS(2664), - [anon_sym_static] = ACTIONS(2664), - [anon_sym_struct] = ACTIONS(2664), - [anon_sym_trait] = ACTIONS(2664), - [anon_sym_type] = ACTIONS(2664), - [anon_sym_union] = ACTIONS(2664), - [anon_sym_unsafe] = ACTIONS(2664), - [anon_sym_use] = ACTIONS(2664), - [anon_sym_while] = ACTIONS(2664), - [anon_sym_extern] = ACTIONS(2664), - [anon_sym_yield] = ACTIONS(2664), - [anon_sym_move] = ACTIONS(2664), - [anon_sym_try] = ACTIONS(2664), - [sym_integer_literal] = ACTIONS(2662), - [aux_sym_string_literal_token1] = ACTIONS(2662), - [sym_char_literal] = ACTIONS(2662), - [anon_sym_true] = ACTIONS(2664), - [anon_sym_false] = ACTIONS(2664), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2664), - [sym_super] = ACTIONS(2664), - [sym_crate] = ACTIONS(2664), - [sym_metavariable] = ACTIONS(2662), - [sym__raw_string_literal_start] = ACTIONS(2662), - [sym_float_literal] = ACTIONS(2662), - }, - [STATE(688)] = { - [sym_line_comment] = STATE(688), - [sym_block_comment] = STATE(688), - [ts_builtin_sym_end] = ACTIONS(2666), - [sym_identifier] = ACTIONS(2668), - [anon_sym_SEMI] = ACTIONS(2666), - [anon_sym_macro_rules_BANG] = ACTIONS(2666), - [anon_sym_LPAREN] = ACTIONS(2666), - [anon_sym_LBRACK] = ACTIONS(2666), - [anon_sym_LBRACE] = ACTIONS(2666), - [anon_sym_RBRACE] = ACTIONS(2666), - [anon_sym_STAR] = ACTIONS(2666), - [anon_sym_u8] = ACTIONS(2668), - [anon_sym_i8] = ACTIONS(2668), - [anon_sym_u16] = ACTIONS(2668), - [anon_sym_i16] = ACTIONS(2668), - [anon_sym_u32] = ACTIONS(2668), - [anon_sym_i32] = ACTIONS(2668), - [anon_sym_u64] = ACTIONS(2668), - [anon_sym_i64] = ACTIONS(2668), - [anon_sym_u128] = ACTIONS(2668), - [anon_sym_i128] = ACTIONS(2668), - [anon_sym_isize] = ACTIONS(2668), - [anon_sym_usize] = ACTIONS(2668), - [anon_sym_f32] = ACTIONS(2668), - [anon_sym_f64] = ACTIONS(2668), - [anon_sym_bool] = ACTIONS(2668), - [anon_sym_str] = ACTIONS(2668), - [anon_sym_char] = ACTIONS(2668), - [anon_sym_DASH] = ACTIONS(2666), - [anon_sym_BANG] = ACTIONS(2666), - [anon_sym_AMP] = ACTIONS(2666), - [anon_sym_PIPE] = ACTIONS(2666), - [anon_sym_LT] = ACTIONS(2666), - [anon_sym_DOT_DOT] = ACTIONS(2666), - [anon_sym_COLON_COLON] = ACTIONS(2666), - [anon_sym_POUND] = ACTIONS(2666), - [anon_sym_SQUOTE] = ACTIONS(2668), - [anon_sym_async] = ACTIONS(2668), - [anon_sym_break] = ACTIONS(2668), - [anon_sym_const] = ACTIONS(2668), - [anon_sym_continue] = ACTIONS(2668), - [anon_sym_default] = ACTIONS(2668), - [anon_sym_enum] = ACTIONS(2668), - [anon_sym_fn] = ACTIONS(2668), - [anon_sym_for] = ACTIONS(2668), - [anon_sym_gen] = ACTIONS(2668), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_impl] = ACTIONS(2668), - [anon_sym_let] = ACTIONS(2668), - [anon_sym_loop] = ACTIONS(2668), - [anon_sym_match] = ACTIONS(2668), - [anon_sym_mod] = ACTIONS(2668), - [anon_sym_pub] = ACTIONS(2668), - [anon_sym_return] = ACTIONS(2668), - [anon_sym_static] = ACTIONS(2668), - [anon_sym_struct] = ACTIONS(2668), - [anon_sym_trait] = ACTIONS(2668), - [anon_sym_type] = ACTIONS(2668), - [anon_sym_union] = ACTIONS(2668), - [anon_sym_unsafe] = ACTIONS(2668), - [anon_sym_use] = ACTIONS(2668), - [anon_sym_while] = ACTIONS(2668), - [anon_sym_extern] = ACTIONS(2668), - [anon_sym_yield] = ACTIONS(2668), - [anon_sym_move] = ACTIONS(2668), - [anon_sym_try] = ACTIONS(2668), - [sym_integer_literal] = ACTIONS(2666), - [aux_sym_string_literal_token1] = ACTIONS(2666), - [sym_char_literal] = ACTIONS(2666), - [anon_sym_true] = ACTIONS(2668), - [anon_sym_false] = ACTIONS(2668), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2668), - [sym_super] = ACTIONS(2668), - [sym_crate] = ACTIONS(2668), - [sym_metavariable] = ACTIONS(2666), - [sym__raw_string_literal_start] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2666), - }, - [STATE(689)] = { - [sym_line_comment] = STATE(689), - [sym_block_comment] = STATE(689), - [ts_builtin_sym_end] = ACTIONS(2670), - [sym_identifier] = ACTIONS(2672), - [anon_sym_SEMI] = ACTIONS(2670), - [anon_sym_macro_rules_BANG] = ACTIONS(2670), - [anon_sym_LPAREN] = ACTIONS(2670), - [anon_sym_LBRACK] = ACTIONS(2670), - [anon_sym_LBRACE] = ACTIONS(2670), - [anon_sym_RBRACE] = ACTIONS(2670), - [anon_sym_STAR] = ACTIONS(2670), - [anon_sym_u8] = ACTIONS(2672), - [anon_sym_i8] = ACTIONS(2672), - [anon_sym_u16] = ACTIONS(2672), - [anon_sym_i16] = ACTIONS(2672), - [anon_sym_u32] = ACTIONS(2672), - [anon_sym_i32] = ACTIONS(2672), - [anon_sym_u64] = ACTIONS(2672), - [anon_sym_i64] = ACTIONS(2672), - [anon_sym_u128] = ACTIONS(2672), - [anon_sym_i128] = ACTIONS(2672), - [anon_sym_isize] = ACTIONS(2672), - [anon_sym_usize] = ACTIONS(2672), - [anon_sym_f32] = ACTIONS(2672), - [anon_sym_f64] = ACTIONS(2672), - [anon_sym_bool] = ACTIONS(2672), - [anon_sym_str] = ACTIONS(2672), - [anon_sym_char] = ACTIONS(2672), - [anon_sym_DASH] = ACTIONS(2670), - [anon_sym_BANG] = ACTIONS(2670), - [anon_sym_AMP] = ACTIONS(2670), - [anon_sym_PIPE] = ACTIONS(2670), - [anon_sym_LT] = ACTIONS(2670), - [anon_sym_DOT_DOT] = ACTIONS(2670), - [anon_sym_COLON_COLON] = ACTIONS(2670), - [anon_sym_POUND] = ACTIONS(2670), - [anon_sym_SQUOTE] = ACTIONS(2672), - [anon_sym_async] = ACTIONS(2672), - [anon_sym_break] = ACTIONS(2672), - [anon_sym_const] = ACTIONS(2672), - [anon_sym_continue] = ACTIONS(2672), - [anon_sym_default] = ACTIONS(2672), - [anon_sym_enum] = ACTIONS(2672), - [anon_sym_fn] = ACTIONS(2672), - [anon_sym_for] = ACTIONS(2672), - [anon_sym_gen] = ACTIONS(2672), - [anon_sym_if] = ACTIONS(2672), - [anon_sym_impl] = ACTIONS(2672), - [anon_sym_let] = ACTIONS(2672), - [anon_sym_loop] = ACTIONS(2672), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_mod] = ACTIONS(2672), - [anon_sym_pub] = ACTIONS(2672), - [anon_sym_return] = ACTIONS(2672), - [anon_sym_static] = ACTIONS(2672), - [anon_sym_struct] = ACTIONS(2672), - [anon_sym_trait] = ACTIONS(2672), - [anon_sym_type] = ACTIONS(2672), - [anon_sym_union] = ACTIONS(2672), - [anon_sym_unsafe] = ACTIONS(2672), - [anon_sym_use] = ACTIONS(2672), - [anon_sym_while] = ACTIONS(2672), - [anon_sym_extern] = ACTIONS(2672), - [anon_sym_yield] = ACTIONS(2672), - [anon_sym_move] = ACTIONS(2672), - [anon_sym_try] = ACTIONS(2672), - [sym_integer_literal] = ACTIONS(2670), - [aux_sym_string_literal_token1] = ACTIONS(2670), - [sym_char_literal] = ACTIONS(2670), - [anon_sym_true] = ACTIONS(2672), - [anon_sym_false] = ACTIONS(2672), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2672), - [sym_super] = ACTIONS(2672), - [sym_crate] = ACTIONS(2672), - [sym_metavariable] = ACTIONS(2670), - [sym__raw_string_literal_start] = ACTIONS(2670), - [sym_float_literal] = ACTIONS(2670), - }, - [STATE(690)] = { - [sym_line_comment] = STATE(690), - [sym_block_comment] = STATE(690), - [ts_builtin_sym_end] = ACTIONS(2674), - [sym_identifier] = ACTIONS(2676), - [anon_sym_SEMI] = ACTIONS(2674), - [anon_sym_macro_rules_BANG] = ACTIONS(2674), - [anon_sym_LPAREN] = ACTIONS(2674), - [anon_sym_LBRACK] = ACTIONS(2674), - [anon_sym_LBRACE] = ACTIONS(2674), - [anon_sym_RBRACE] = ACTIONS(2674), - [anon_sym_STAR] = ACTIONS(2674), - [anon_sym_u8] = ACTIONS(2676), - [anon_sym_i8] = ACTIONS(2676), - [anon_sym_u16] = ACTIONS(2676), - [anon_sym_i16] = ACTIONS(2676), - [anon_sym_u32] = ACTIONS(2676), - [anon_sym_i32] = ACTIONS(2676), - [anon_sym_u64] = ACTIONS(2676), - [anon_sym_i64] = ACTIONS(2676), - [anon_sym_u128] = ACTIONS(2676), - [anon_sym_i128] = ACTIONS(2676), - [anon_sym_isize] = ACTIONS(2676), - [anon_sym_usize] = ACTIONS(2676), - [anon_sym_f32] = ACTIONS(2676), - [anon_sym_f64] = ACTIONS(2676), - [anon_sym_bool] = ACTIONS(2676), - [anon_sym_str] = ACTIONS(2676), - [anon_sym_char] = ACTIONS(2676), - [anon_sym_DASH] = ACTIONS(2674), - [anon_sym_BANG] = ACTIONS(2674), - [anon_sym_AMP] = ACTIONS(2674), - [anon_sym_PIPE] = ACTIONS(2674), - [anon_sym_LT] = ACTIONS(2674), - [anon_sym_DOT_DOT] = ACTIONS(2674), - [anon_sym_COLON_COLON] = ACTIONS(2674), - [anon_sym_POUND] = ACTIONS(2674), - [anon_sym_SQUOTE] = ACTIONS(2676), - [anon_sym_async] = ACTIONS(2676), - [anon_sym_break] = ACTIONS(2676), - [anon_sym_const] = ACTIONS(2676), - [anon_sym_continue] = ACTIONS(2676), - [anon_sym_default] = ACTIONS(2676), - [anon_sym_enum] = ACTIONS(2676), - [anon_sym_fn] = ACTIONS(2676), - [anon_sym_for] = ACTIONS(2676), - [anon_sym_gen] = ACTIONS(2676), - [anon_sym_if] = ACTIONS(2676), - [anon_sym_impl] = ACTIONS(2676), - [anon_sym_let] = ACTIONS(2676), - [anon_sym_loop] = ACTIONS(2676), - [anon_sym_match] = ACTIONS(2676), - [anon_sym_mod] = ACTIONS(2676), - [anon_sym_pub] = ACTIONS(2676), - [anon_sym_return] = ACTIONS(2676), - [anon_sym_static] = ACTIONS(2676), - [anon_sym_struct] = ACTIONS(2676), - [anon_sym_trait] = ACTIONS(2676), - [anon_sym_type] = ACTIONS(2676), - [anon_sym_union] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2676), - [anon_sym_use] = ACTIONS(2676), - [anon_sym_while] = ACTIONS(2676), - [anon_sym_extern] = ACTIONS(2676), - [anon_sym_yield] = ACTIONS(2676), - [anon_sym_move] = ACTIONS(2676), - [anon_sym_try] = ACTIONS(2676), - [sym_integer_literal] = ACTIONS(2674), - [aux_sym_string_literal_token1] = ACTIONS(2674), - [sym_char_literal] = ACTIONS(2674), - [anon_sym_true] = ACTIONS(2676), - [anon_sym_false] = ACTIONS(2676), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2676), - [sym_super] = ACTIONS(2676), - [sym_crate] = ACTIONS(2676), - [sym_metavariable] = ACTIONS(2674), - [sym__raw_string_literal_start] = ACTIONS(2674), - [sym_float_literal] = ACTIONS(2674), - }, - [STATE(691)] = { - [sym_line_comment] = STATE(691), - [sym_block_comment] = STATE(691), - [ts_builtin_sym_end] = ACTIONS(2678), - [sym_identifier] = ACTIONS(2680), - [anon_sym_SEMI] = ACTIONS(2678), - [anon_sym_macro_rules_BANG] = ACTIONS(2678), - [anon_sym_LPAREN] = ACTIONS(2678), - [anon_sym_LBRACK] = ACTIONS(2678), - [anon_sym_LBRACE] = ACTIONS(2678), - [anon_sym_RBRACE] = ACTIONS(2678), - [anon_sym_STAR] = ACTIONS(2678), - [anon_sym_u8] = ACTIONS(2680), - [anon_sym_i8] = ACTIONS(2680), - [anon_sym_u16] = ACTIONS(2680), - [anon_sym_i16] = ACTIONS(2680), - [anon_sym_u32] = ACTIONS(2680), - [anon_sym_i32] = ACTIONS(2680), - [anon_sym_u64] = ACTIONS(2680), - [anon_sym_i64] = ACTIONS(2680), - [anon_sym_u128] = ACTIONS(2680), - [anon_sym_i128] = ACTIONS(2680), - [anon_sym_isize] = ACTIONS(2680), - [anon_sym_usize] = ACTIONS(2680), - [anon_sym_f32] = ACTIONS(2680), - [anon_sym_f64] = ACTIONS(2680), - [anon_sym_bool] = ACTIONS(2680), - [anon_sym_str] = ACTIONS(2680), - [anon_sym_char] = ACTIONS(2680), - [anon_sym_DASH] = ACTIONS(2678), - [anon_sym_BANG] = ACTIONS(2678), - [anon_sym_AMP] = ACTIONS(2678), - [anon_sym_PIPE] = ACTIONS(2678), - [anon_sym_LT] = ACTIONS(2678), - [anon_sym_DOT_DOT] = ACTIONS(2678), - [anon_sym_COLON_COLON] = ACTIONS(2678), - [anon_sym_POUND] = ACTIONS(2678), - [anon_sym_SQUOTE] = ACTIONS(2680), - [anon_sym_async] = ACTIONS(2680), - [anon_sym_break] = ACTIONS(2680), - [anon_sym_const] = ACTIONS(2680), - [anon_sym_continue] = ACTIONS(2680), - [anon_sym_default] = ACTIONS(2680), - [anon_sym_enum] = ACTIONS(2680), - [anon_sym_fn] = ACTIONS(2680), - [anon_sym_for] = ACTIONS(2680), - [anon_sym_gen] = ACTIONS(2680), - [anon_sym_if] = ACTIONS(2680), - [anon_sym_impl] = ACTIONS(2680), - [anon_sym_let] = ACTIONS(2680), - [anon_sym_loop] = ACTIONS(2680), - [anon_sym_match] = ACTIONS(2680), - [anon_sym_mod] = ACTIONS(2680), - [anon_sym_pub] = ACTIONS(2680), - [anon_sym_return] = ACTIONS(2680), - [anon_sym_static] = ACTIONS(2680), - [anon_sym_struct] = ACTIONS(2680), - [anon_sym_trait] = ACTIONS(2680), - [anon_sym_type] = ACTIONS(2680), - [anon_sym_union] = ACTIONS(2680), - [anon_sym_unsafe] = ACTIONS(2680), - [anon_sym_use] = ACTIONS(2680), - [anon_sym_while] = ACTIONS(2680), - [anon_sym_extern] = ACTIONS(2680), - [anon_sym_yield] = ACTIONS(2680), - [anon_sym_move] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2680), - [sym_integer_literal] = ACTIONS(2678), - [aux_sym_string_literal_token1] = ACTIONS(2678), - [sym_char_literal] = ACTIONS(2678), - [anon_sym_true] = ACTIONS(2680), - [anon_sym_false] = ACTIONS(2680), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2680), - [sym_super] = ACTIONS(2680), - [sym_crate] = ACTIONS(2680), - [sym_metavariable] = ACTIONS(2678), - [sym__raw_string_literal_start] = ACTIONS(2678), - [sym_float_literal] = ACTIONS(2678), - }, - [STATE(692)] = { - [sym_line_comment] = STATE(692), - [sym_block_comment] = STATE(692), - [ts_builtin_sym_end] = ACTIONS(2682), - [sym_identifier] = ACTIONS(2684), - [anon_sym_SEMI] = ACTIONS(2682), - [anon_sym_macro_rules_BANG] = ACTIONS(2682), - [anon_sym_LPAREN] = ACTIONS(2682), - [anon_sym_LBRACK] = ACTIONS(2682), - [anon_sym_LBRACE] = ACTIONS(2682), - [anon_sym_RBRACE] = ACTIONS(2682), - [anon_sym_STAR] = ACTIONS(2682), - [anon_sym_u8] = ACTIONS(2684), - [anon_sym_i8] = ACTIONS(2684), - [anon_sym_u16] = ACTIONS(2684), - [anon_sym_i16] = ACTIONS(2684), - [anon_sym_u32] = ACTIONS(2684), - [anon_sym_i32] = ACTIONS(2684), - [anon_sym_u64] = ACTIONS(2684), - [anon_sym_i64] = ACTIONS(2684), - [anon_sym_u128] = ACTIONS(2684), - [anon_sym_i128] = ACTIONS(2684), - [anon_sym_isize] = ACTIONS(2684), - [anon_sym_usize] = ACTIONS(2684), - [anon_sym_f32] = ACTIONS(2684), - [anon_sym_f64] = ACTIONS(2684), - [anon_sym_bool] = ACTIONS(2684), - [anon_sym_str] = ACTIONS(2684), - [anon_sym_char] = ACTIONS(2684), - [anon_sym_DASH] = ACTIONS(2682), - [anon_sym_BANG] = ACTIONS(2682), - [anon_sym_AMP] = ACTIONS(2682), - [anon_sym_PIPE] = ACTIONS(2682), - [anon_sym_LT] = ACTIONS(2682), - [anon_sym_DOT_DOT] = ACTIONS(2682), - [anon_sym_COLON_COLON] = ACTIONS(2682), - [anon_sym_POUND] = ACTIONS(2682), - [anon_sym_SQUOTE] = ACTIONS(2684), - [anon_sym_async] = ACTIONS(2684), - [anon_sym_break] = ACTIONS(2684), - [anon_sym_const] = ACTIONS(2684), - [anon_sym_continue] = ACTIONS(2684), - [anon_sym_default] = ACTIONS(2684), - [anon_sym_enum] = ACTIONS(2684), - [anon_sym_fn] = ACTIONS(2684), - [anon_sym_for] = ACTIONS(2684), - [anon_sym_gen] = ACTIONS(2684), - [anon_sym_if] = ACTIONS(2684), - [anon_sym_impl] = ACTIONS(2684), - [anon_sym_let] = ACTIONS(2684), - [anon_sym_loop] = ACTIONS(2684), - [anon_sym_match] = ACTIONS(2684), - [anon_sym_mod] = ACTIONS(2684), - [anon_sym_pub] = ACTIONS(2684), - [anon_sym_return] = ACTIONS(2684), - [anon_sym_static] = ACTIONS(2684), - [anon_sym_struct] = ACTIONS(2684), - [anon_sym_trait] = ACTIONS(2684), - [anon_sym_type] = ACTIONS(2684), - [anon_sym_union] = ACTIONS(2684), - [anon_sym_unsafe] = ACTIONS(2684), - [anon_sym_use] = ACTIONS(2684), - [anon_sym_while] = ACTIONS(2684), - [anon_sym_extern] = ACTIONS(2684), - [anon_sym_yield] = ACTIONS(2684), - [anon_sym_move] = ACTIONS(2684), - [anon_sym_try] = ACTIONS(2684), - [sym_integer_literal] = ACTIONS(2682), - [aux_sym_string_literal_token1] = ACTIONS(2682), - [sym_char_literal] = ACTIONS(2682), - [anon_sym_true] = ACTIONS(2684), - [anon_sym_false] = ACTIONS(2684), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2684), - [sym_super] = ACTIONS(2684), - [sym_crate] = ACTIONS(2684), - [sym_metavariable] = ACTIONS(2682), - [sym__raw_string_literal_start] = ACTIONS(2682), - [sym_float_literal] = ACTIONS(2682), - }, - [STATE(693)] = { - [sym_line_comment] = STATE(693), - [sym_block_comment] = STATE(693), - [ts_builtin_sym_end] = ACTIONS(2686), - [sym_identifier] = ACTIONS(2688), - [anon_sym_SEMI] = ACTIONS(2686), - [anon_sym_macro_rules_BANG] = ACTIONS(2686), - [anon_sym_LPAREN] = ACTIONS(2686), - [anon_sym_LBRACK] = ACTIONS(2686), - [anon_sym_LBRACE] = ACTIONS(2686), - [anon_sym_RBRACE] = ACTIONS(2686), - [anon_sym_STAR] = ACTIONS(2686), - [anon_sym_u8] = ACTIONS(2688), - [anon_sym_i8] = ACTIONS(2688), - [anon_sym_u16] = ACTIONS(2688), - [anon_sym_i16] = ACTIONS(2688), - [anon_sym_u32] = ACTIONS(2688), - [anon_sym_i32] = ACTIONS(2688), - [anon_sym_u64] = ACTIONS(2688), - [anon_sym_i64] = ACTIONS(2688), - [anon_sym_u128] = ACTIONS(2688), - [anon_sym_i128] = ACTIONS(2688), - [anon_sym_isize] = ACTIONS(2688), - [anon_sym_usize] = ACTIONS(2688), - [anon_sym_f32] = ACTIONS(2688), - [anon_sym_f64] = ACTIONS(2688), - [anon_sym_bool] = ACTIONS(2688), - [anon_sym_str] = ACTIONS(2688), - [anon_sym_char] = ACTIONS(2688), - [anon_sym_DASH] = ACTIONS(2686), - [anon_sym_BANG] = ACTIONS(2686), - [anon_sym_AMP] = ACTIONS(2686), - [anon_sym_PIPE] = ACTIONS(2686), - [anon_sym_LT] = ACTIONS(2686), - [anon_sym_DOT_DOT] = ACTIONS(2686), - [anon_sym_COLON_COLON] = ACTIONS(2686), - [anon_sym_POUND] = ACTIONS(2686), - [anon_sym_SQUOTE] = ACTIONS(2688), - [anon_sym_async] = ACTIONS(2688), - [anon_sym_break] = ACTIONS(2688), - [anon_sym_const] = ACTIONS(2688), - [anon_sym_continue] = ACTIONS(2688), - [anon_sym_default] = ACTIONS(2688), - [anon_sym_enum] = ACTIONS(2688), - [anon_sym_fn] = ACTIONS(2688), - [anon_sym_for] = ACTIONS(2688), - [anon_sym_gen] = ACTIONS(2688), - [anon_sym_if] = ACTIONS(2688), - [anon_sym_impl] = ACTIONS(2688), - [anon_sym_let] = ACTIONS(2688), - [anon_sym_loop] = ACTIONS(2688), - [anon_sym_match] = ACTIONS(2688), - [anon_sym_mod] = ACTIONS(2688), - [anon_sym_pub] = ACTIONS(2688), - [anon_sym_return] = ACTIONS(2688), - [anon_sym_static] = ACTIONS(2688), - [anon_sym_struct] = ACTIONS(2688), - [anon_sym_trait] = ACTIONS(2688), - [anon_sym_type] = ACTIONS(2688), - [anon_sym_union] = ACTIONS(2688), - [anon_sym_unsafe] = ACTIONS(2688), - [anon_sym_use] = ACTIONS(2688), - [anon_sym_while] = ACTIONS(2688), - [anon_sym_extern] = ACTIONS(2688), - [anon_sym_yield] = ACTIONS(2688), - [anon_sym_move] = ACTIONS(2688), - [anon_sym_try] = ACTIONS(2688), - [sym_integer_literal] = ACTIONS(2686), - [aux_sym_string_literal_token1] = ACTIONS(2686), - [sym_char_literal] = ACTIONS(2686), - [anon_sym_true] = ACTIONS(2688), - [anon_sym_false] = ACTIONS(2688), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2688), - [sym_super] = ACTIONS(2688), - [sym_crate] = ACTIONS(2688), - [sym_metavariable] = ACTIONS(2686), - [sym__raw_string_literal_start] = ACTIONS(2686), - [sym_float_literal] = ACTIONS(2686), - }, - [STATE(694)] = { - [sym_line_comment] = STATE(694), - [sym_block_comment] = STATE(694), - [ts_builtin_sym_end] = ACTIONS(2690), - [sym_identifier] = ACTIONS(2692), - [anon_sym_SEMI] = ACTIONS(2690), - [anon_sym_macro_rules_BANG] = ACTIONS(2690), - [anon_sym_LPAREN] = ACTIONS(2690), - [anon_sym_LBRACK] = ACTIONS(2690), - [anon_sym_LBRACE] = ACTIONS(2690), - [anon_sym_RBRACE] = ACTIONS(2690), - [anon_sym_STAR] = ACTIONS(2690), - [anon_sym_u8] = ACTIONS(2692), - [anon_sym_i8] = ACTIONS(2692), - [anon_sym_u16] = ACTIONS(2692), - [anon_sym_i16] = ACTIONS(2692), - [anon_sym_u32] = ACTIONS(2692), - [anon_sym_i32] = ACTIONS(2692), - [anon_sym_u64] = ACTIONS(2692), - [anon_sym_i64] = ACTIONS(2692), - [anon_sym_u128] = ACTIONS(2692), - [anon_sym_i128] = ACTIONS(2692), - [anon_sym_isize] = ACTIONS(2692), - [anon_sym_usize] = ACTIONS(2692), - [anon_sym_f32] = ACTIONS(2692), - [anon_sym_f64] = ACTIONS(2692), - [anon_sym_bool] = ACTIONS(2692), - [anon_sym_str] = ACTIONS(2692), - [anon_sym_char] = ACTIONS(2692), - [anon_sym_DASH] = ACTIONS(2690), - [anon_sym_BANG] = ACTIONS(2690), - [anon_sym_AMP] = ACTIONS(2690), - [anon_sym_PIPE] = ACTIONS(2690), - [anon_sym_LT] = ACTIONS(2690), - [anon_sym_DOT_DOT] = ACTIONS(2690), - [anon_sym_COLON_COLON] = ACTIONS(2690), - [anon_sym_POUND] = ACTIONS(2690), - [anon_sym_SQUOTE] = ACTIONS(2692), - [anon_sym_async] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_const] = ACTIONS(2692), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_default] = ACTIONS(2692), - [anon_sym_enum] = ACTIONS(2692), - [anon_sym_fn] = ACTIONS(2692), - [anon_sym_for] = ACTIONS(2692), - [anon_sym_gen] = ACTIONS(2692), - [anon_sym_if] = ACTIONS(2692), - [anon_sym_impl] = ACTIONS(2692), - [anon_sym_let] = ACTIONS(2692), - [anon_sym_loop] = ACTIONS(2692), - [anon_sym_match] = ACTIONS(2692), - [anon_sym_mod] = ACTIONS(2692), - [anon_sym_pub] = ACTIONS(2692), - [anon_sym_return] = ACTIONS(2692), - [anon_sym_static] = ACTIONS(2692), - [anon_sym_struct] = ACTIONS(2692), - [anon_sym_trait] = ACTIONS(2692), - [anon_sym_type] = ACTIONS(2692), - [anon_sym_union] = ACTIONS(2692), - [anon_sym_unsafe] = ACTIONS(2692), - [anon_sym_use] = ACTIONS(2692), - [anon_sym_while] = ACTIONS(2692), - [anon_sym_extern] = ACTIONS(2692), - [anon_sym_yield] = ACTIONS(2692), - [anon_sym_move] = ACTIONS(2692), - [anon_sym_try] = ACTIONS(2692), - [sym_integer_literal] = ACTIONS(2690), - [aux_sym_string_literal_token1] = ACTIONS(2690), - [sym_char_literal] = ACTIONS(2690), - [anon_sym_true] = ACTIONS(2692), - [anon_sym_false] = ACTIONS(2692), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2692), - [sym_super] = ACTIONS(2692), - [sym_crate] = ACTIONS(2692), - [sym_metavariable] = ACTIONS(2690), - [sym__raw_string_literal_start] = ACTIONS(2690), - [sym_float_literal] = ACTIONS(2690), - }, - [STATE(695)] = { - [sym_line_comment] = STATE(695), - [sym_block_comment] = STATE(695), - [ts_builtin_sym_end] = ACTIONS(2694), - [sym_identifier] = ACTIONS(2696), - [anon_sym_SEMI] = ACTIONS(2694), - [anon_sym_macro_rules_BANG] = ACTIONS(2694), - [anon_sym_LPAREN] = ACTIONS(2694), - [anon_sym_LBRACK] = ACTIONS(2694), - [anon_sym_LBRACE] = ACTIONS(2694), - [anon_sym_RBRACE] = ACTIONS(2694), - [anon_sym_STAR] = ACTIONS(2694), - [anon_sym_u8] = ACTIONS(2696), - [anon_sym_i8] = ACTIONS(2696), - [anon_sym_u16] = ACTIONS(2696), - [anon_sym_i16] = ACTIONS(2696), - [anon_sym_u32] = ACTIONS(2696), - [anon_sym_i32] = ACTIONS(2696), - [anon_sym_u64] = ACTIONS(2696), - [anon_sym_i64] = ACTIONS(2696), - [anon_sym_u128] = ACTIONS(2696), - [anon_sym_i128] = ACTIONS(2696), - [anon_sym_isize] = ACTIONS(2696), - [anon_sym_usize] = ACTIONS(2696), - [anon_sym_f32] = ACTIONS(2696), - [anon_sym_f64] = ACTIONS(2696), - [anon_sym_bool] = ACTIONS(2696), - [anon_sym_str] = ACTIONS(2696), - [anon_sym_char] = ACTIONS(2696), - [anon_sym_DASH] = ACTIONS(2694), - [anon_sym_BANG] = ACTIONS(2694), - [anon_sym_AMP] = ACTIONS(2694), - [anon_sym_PIPE] = ACTIONS(2694), - [anon_sym_LT] = ACTIONS(2694), - [anon_sym_DOT_DOT] = ACTIONS(2694), - [anon_sym_COLON_COLON] = ACTIONS(2694), - [anon_sym_POUND] = ACTIONS(2694), - [anon_sym_SQUOTE] = ACTIONS(2696), - [anon_sym_async] = ACTIONS(2696), - [anon_sym_break] = ACTIONS(2696), - [anon_sym_const] = ACTIONS(2696), - [anon_sym_continue] = ACTIONS(2696), - [anon_sym_default] = ACTIONS(2696), - [anon_sym_enum] = ACTIONS(2696), - [anon_sym_fn] = ACTIONS(2696), - [anon_sym_for] = ACTIONS(2696), - [anon_sym_gen] = ACTIONS(2696), - [anon_sym_if] = ACTIONS(2696), - [anon_sym_impl] = ACTIONS(2696), - [anon_sym_let] = ACTIONS(2696), - [anon_sym_loop] = ACTIONS(2696), - [anon_sym_match] = ACTIONS(2696), - [anon_sym_mod] = ACTIONS(2696), - [anon_sym_pub] = ACTIONS(2696), - [anon_sym_return] = ACTIONS(2696), - [anon_sym_static] = ACTIONS(2696), - [anon_sym_struct] = ACTIONS(2696), - [anon_sym_trait] = ACTIONS(2696), - [anon_sym_type] = ACTIONS(2696), - [anon_sym_union] = ACTIONS(2696), - [anon_sym_unsafe] = ACTIONS(2696), - [anon_sym_use] = ACTIONS(2696), - [anon_sym_while] = ACTIONS(2696), - [anon_sym_extern] = ACTIONS(2696), - [anon_sym_yield] = ACTIONS(2696), - [anon_sym_move] = ACTIONS(2696), - [anon_sym_try] = ACTIONS(2696), - [sym_integer_literal] = ACTIONS(2694), - [aux_sym_string_literal_token1] = ACTIONS(2694), - [sym_char_literal] = ACTIONS(2694), - [anon_sym_true] = ACTIONS(2696), - [anon_sym_false] = ACTIONS(2696), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2696), - [sym_super] = ACTIONS(2696), - [sym_crate] = ACTIONS(2696), - [sym_metavariable] = ACTIONS(2694), - [sym__raw_string_literal_start] = ACTIONS(2694), - [sym_float_literal] = ACTIONS(2694), - }, - [STATE(696)] = { - [sym_line_comment] = STATE(696), - [sym_block_comment] = STATE(696), - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_SEMI] = ACTIONS(2698), - [anon_sym_macro_rules_BANG] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2698), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2698), - [anon_sym_RBRACE] = ACTIONS(2698), - [anon_sym_STAR] = ACTIONS(2698), - [anon_sym_u8] = ACTIONS(2700), - [anon_sym_i8] = ACTIONS(2700), - [anon_sym_u16] = ACTIONS(2700), - [anon_sym_i16] = ACTIONS(2700), - [anon_sym_u32] = ACTIONS(2700), - [anon_sym_i32] = ACTIONS(2700), - [anon_sym_u64] = ACTIONS(2700), - [anon_sym_i64] = ACTIONS(2700), - [anon_sym_u128] = ACTIONS(2700), - [anon_sym_i128] = ACTIONS(2700), - [anon_sym_isize] = ACTIONS(2700), - [anon_sym_usize] = ACTIONS(2700), - [anon_sym_f32] = ACTIONS(2700), - [anon_sym_f64] = ACTIONS(2700), - [anon_sym_bool] = ACTIONS(2700), - [anon_sym_str] = ACTIONS(2700), - [anon_sym_char] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_BANG] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2698), - [anon_sym_PIPE] = ACTIONS(2698), - [anon_sym_LT] = ACTIONS(2698), - [anon_sym_DOT_DOT] = ACTIONS(2698), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_POUND] = ACTIONS(2698), - [anon_sym_SQUOTE] = ACTIONS(2700), - [anon_sym_async] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_default] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_gen] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_impl] = ACTIONS(2700), - [anon_sym_let] = ACTIONS(2700), - [anon_sym_loop] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_mod] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_static] = ACTIONS(2700), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_trait] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_use] = ACTIONS(2700), - [anon_sym_while] = ACTIONS(2700), - [anon_sym_extern] = ACTIONS(2700), - [anon_sym_yield] = ACTIONS(2700), - [anon_sym_move] = ACTIONS(2700), - [anon_sym_try] = ACTIONS(2700), - [sym_integer_literal] = ACTIONS(2698), - [aux_sym_string_literal_token1] = ACTIONS(2698), - [sym_char_literal] = ACTIONS(2698), - [anon_sym_true] = ACTIONS(2700), - [anon_sym_false] = ACTIONS(2700), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2700), - [sym_super] = ACTIONS(2700), - [sym_crate] = ACTIONS(2700), - [sym_metavariable] = ACTIONS(2698), - [sym__raw_string_literal_start] = ACTIONS(2698), - [sym_float_literal] = ACTIONS(2698), - }, - [STATE(697)] = { - [sym_line_comment] = STATE(697), - [sym_block_comment] = STATE(697), - [ts_builtin_sym_end] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2704), - [anon_sym_SEMI] = ACTIONS(2702), - [anon_sym_macro_rules_BANG] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2702), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2702), - [anon_sym_RBRACE] = ACTIONS(2702), - [anon_sym_STAR] = ACTIONS(2702), - [anon_sym_u8] = ACTIONS(2704), - [anon_sym_i8] = ACTIONS(2704), - [anon_sym_u16] = ACTIONS(2704), - [anon_sym_i16] = ACTIONS(2704), - [anon_sym_u32] = ACTIONS(2704), - [anon_sym_i32] = ACTIONS(2704), - [anon_sym_u64] = ACTIONS(2704), - [anon_sym_i64] = ACTIONS(2704), - [anon_sym_u128] = ACTIONS(2704), - [anon_sym_i128] = ACTIONS(2704), - [anon_sym_isize] = ACTIONS(2704), - [anon_sym_usize] = ACTIONS(2704), - [anon_sym_f32] = ACTIONS(2704), - [anon_sym_f64] = ACTIONS(2704), - [anon_sym_bool] = ACTIONS(2704), - [anon_sym_str] = ACTIONS(2704), - [anon_sym_char] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_BANG] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2702), - [anon_sym_PIPE] = ACTIONS(2702), - [anon_sym_LT] = ACTIONS(2702), - [anon_sym_DOT_DOT] = ACTIONS(2702), - [anon_sym_COLON_COLON] = ACTIONS(2702), - [anon_sym_POUND] = ACTIONS(2702), - [anon_sym_SQUOTE] = ACTIONS(2704), - [anon_sym_async] = ACTIONS(2704), - [anon_sym_break] = ACTIONS(2704), - [anon_sym_const] = ACTIONS(2704), - [anon_sym_continue] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2704), - [anon_sym_enum] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_for] = ACTIONS(2704), - [anon_sym_gen] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_impl] = ACTIONS(2704), - [anon_sym_let] = ACTIONS(2704), - [anon_sym_loop] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_mod] = ACTIONS(2704), - [anon_sym_pub] = ACTIONS(2704), - [anon_sym_return] = ACTIONS(2704), - [anon_sym_static] = ACTIONS(2704), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_trait] = ACTIONS(2704), - [anon_sym_type] = ACTIONS(2704), - [anon_sym_union] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_use] = ACTIONS(2704), - [anon_sym_while] = ACTIONS(2704), - [anon_sym_extern] = ACTIONS(2704), - [anon_sym_yield] = ACTIONS(2704), - [anon_sym_move] = ACTIONS(2704), - [anon_sym_try] = ACTIONS(2704), - [sym_integer_literal] = ACTIONS(2702), - [aux_sym_string_literal_token1] = ACTIONS(2702), - [sym_char_literal] = ACTIONS(2702), - [anon_sym_true] = ACTIONS(2704), - [anon_sym_false] = ACTIONS(2704), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2704), - [sym_super] = ACTIONS(2704), - [sym_crate] = ACTIONS(2704), - [sym_metavariable] = ACTIONS(2702), - [sym__raw_string_literal_start] = ACTIONS(2702), - [sym_float_literal] = ACTIONS(2702), - }, - [STATE(698)] = { - [sym_line_comment] = STATE(698), - [sym_block_comment] = STATE(698), - [ts_builtin_sym_end] = ACTIONS(2706), - [sym_identifier] = ACTIONS(2708), - [anon_sym_SEMI] = ACTIONS(2706), - [anon_sym_macro_rules_BANG] = ACTIONS(2706), - [anon_sym_LPAREN] = ACTIONS(2706), - [anon_sym_LBRACK] = ACTIONS(2706), - [anon_sym_LBRACE] = ACTIONS(2706), - [anon_sym_RBRACE] = ACTIONS(2706), - [anon_sym_STAR] = ACTIONS(2706), - [anon_sym_u8] = ACTIONS(2708), - [anon_sym_i8] = ACTIONS(2708), - [anon_sym_u16] = ACTIONS(2708), - [anon_sym_i16] = ACTIONS(2708), - [anon_sym_u32] = ACTIONS(2708), - [anon_sym_i32] = ACTIONS(2708), - [anon_sym_u64] = ACTIONS(2708), - [anon_sym_i64] = ACTIONS(2708), - [anon_sym_u128] = ACTIONS(2708), - [anon_sym_i128] = ACTIONS(2708), - [anon_sym_isize] = ACTIONS(2708), - [anon_sym_usize] = ACTIONS(2708), - [anon_sym_f32] = ACTIONS(2708), - [anon_sym_f64] = ACTIONS(2708), - [anon_sym_bool] = ACTIONS(2708), - [anon_sym_str] = ACTIONS(2708), - [anon_sym_char] = ACTIONS(2708), - [anon_sym_DASH] = ACTIONS(2706), - [anon_sym_BANG] = ACTIONS(2706), - [anon_sym_AMP] = ACTIONS(2706), - [anon_sym_PIPE] = ACTIONS(2706), - [anon_sym_LT] = ACTIONS(2706), - [anon_sym_DOT_DOT] = ACTIONS(2706), - [anon_sym_COLON_COLON] = ACTIONS(2706), - [anon_sym_POUND] = ACTIONS(2706), - [anon_sym_SQUOTE] = ACTIONS(2708), - [anon_sym_async] = ACTIONS(2708), - [anon_sym_break] = ACTIONS(2708), - [anon_sym_const] = ACTIONS(2708), - [anon_sym_continue] = ACTIONS(2708), - [anon_sym_default] = ACTIONS(2708), - [anon_sym_enum] = ACTIONS(2708), - [anon_sym_fn] = ACTIONS(2708), - [anon_sym_for] = ACTIONS(2708), - [anon_sym_gen] = ACTIONS(2708), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_impl] = ACTIONS(2708), - [anon_sym_let] = ACTIONS(2708), - [anon_sym_loop] = ACTIONS(2708), - [anon_sym_match] = ACTIONS(2708), - [anon_sym_mod] = ACTIONS(2708), - [anon_sym_pub] = ACTIONS(2708), - [anon_sym_return] = ACTIONS(2708), - [anon_sym_static] = ACTIONS(2708), - [anon_sym_struct] = ACTIONS(2708), - [anon_sym_trait] = ACTIONS(2708), - [anon_sym_type] = ACTIONS(2708), - [anon_sym_union] = ACTIONS(2708), - [anon_sym_unsafe] = ACTIONS(2708), - [anon_sym_use] = ACTIONS(2708), - [anon_sym_while] = ACTIONS(2708), - [anon_sym_extern] = ACTIONS(2708), - [anon_sym_yield] = ACTIONS(2708), - [anon_sym_move] = ACTIONS(2708), - [anon_sym_try] = ACTIONS(2708), - [sym_integer_literal] = ACTIONS(2706), - [aux_sym_string_literal_token1] = ACTIONS(2706), - [sym_char_literal] = ACTIONS(2706), - [anon_sym_true] = ACTIONS(2708), - [anon_sym_false] = ACTIONS(2708), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2708), - [sym_super] = ACTIONS(2708), - [sym_crate] = ACTIONS(2708), - [sym_metavariable] = ACTIONS(2706), - [sym__raw_string_literal_start] = ACTIONS(2706), - [sym_float_literal] = ACTIONS(2706), - }, - [STATE(699)] = { - [sym_line_comment] = STATE(699), - [sym_block_comment] = STATE(699), - [ts_builtin_sym_end] = ACTIONS(2710), - [sym_identifier] = ACTIONS(2712), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_macro_rules_BANG] = ACTIONS(2710), - [anon_sym_LPAREN] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2710), - [anon_sym_LBRACE] = ACTIONS(2710), - [anon_sym_RBRACE] = ACTIONS(2710), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_u8] = ACTIONS(2712), - [anon_sym_i8] = ACTIONS(2712), - [anon_sym_u16] = ACTIONS(2712), - [anon_sym_i16] = ACTIONS(2712), - [anon_sym_u32] = ACTIONS(2712), - [anon_sym_i32] = ACTIONS(2712), - [anon_sym_u64] = ACTIONS(2712), - [anon_sym_i64] = ACTIONS(2712), - [anon_sym_u128] = ACTIONS(2712), - [anon_sym_i128] = ACTIONS(2712), - [anon_sym_isize] = ACTIONS(2712), - [anon_sym_usize] = ACTIONS(2712), - [anon_sym_f32] = ACTIONS(2712), - [anon_sym_f64] = ACTIONS(2712), - [anon_sym_bool] = ACTIONS(2712), - [anon_sym_str] = ACTIONS(2712), - [anon_sym_char] = ACTIONS(2712), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_BANG] = ACTIONS(2710), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_DOT_DOT] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(2710), - [anon_sym_POUND] = ACTIONS(2710), - [anon_sym_SQUOTE] = ACTIONS(2712), - [anon_sym_async] = ACTIONS(2712), - [anon_sym_break] = ACTIONS(2712), - [anon_sym_const] = ACTIONS(2712), - [anon_sym_continue] = ACTIONS(2712), - [anon_sym_default] = ACTIONS(2712), - [anon_sym_enum] = ACTIONS(2712), - [anon_sym_fn] = ACTIONS(2712), - [anon_sym_for] = ACTIONS(2712), - [anon_sym_gen] = ACTIONS(2712), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_impl] = ACTIONS(2712), - [anon_sym_let] = ACTIONS(2712), - [anon_sym_loop] = ACTIONS(2712), - [anon_sym_match] = ACTIONS(2712), - [anon_sym_mod] = ACTIONS(2712), - [anon_sym_pub] = ACTIONS(2712), - [anon_sym_return] = ACTIONS(2712), - [anon_sym_static] = ACTIONS(2712), - [anon_sym_struct] = ACTIONS(2712), - [anon_sym_trait] = ACTIONS(2712), - [anon_sym_type] = ACTIONS(2712), - [anon_sym_union] = ACTIONS(2712), - [anon_sym_unsafe] = ACTIONS(2712), - [anon_sym_use] = ACTIONS(2712), - [anon_sym_while] = ACTIONS(2712), - [anon_sym_extern] = ACTIONS(2712), - [anon_sym_yield] = ACTIONS(2712), - [anon_sym_move] = ACTIONS(2712), - [anon_sym_try] = ACTIONS(2712), - [sym_integer_literal] = ACTIONS(2710), - [aux_sym_string_literal_token1] = ACTIONS(2710), - [sym_char_literal] = ACTIONS(2710), - [anon_sym_true] = ACTIONS(2712), - [anon_sym_false] = ACTIONS(2712), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2712), - [sym_super] = ACTIONS(2712), - [sym_crate] = ACTIONS(2712), - [sym_metavariable] = ACTIONS(2710), - [sym__raw_string_literal_start] = ACTIONS(2710), - [sym_float_literal] = ACTIONS(2710), - }, - [STATE(700)] = { - [sym_line_comment] = STATE(700), - [sym_block_comment] = STATE(700), - [ts_builtin_sym_end] = ACTIONS(2714), - [sym_identifier] = ACTIONS(2716), - [anon_sym_SEMI] = ACTIONS(2714), - [anon_sym_macro_rules_BANG] = ACTIONS(2714), - [anon_sym_LPAREN] = ACTIONS(2714), - [anon_sym_LBRACK] = ACTIONS(2714), - [anon_sym_LBRACE] = ACTIONS(2714), - [anon_sym_RBRACE] = ACTIONS(2714), - [anon_sym_STAR] = ACTIONS(2714), - [anon_sym_u8] = ACTIONS(2716), - [anon_sym_i8] = ACTIONS(2716), - [anon_sym_u16] = ACTIONS(2716), - [anon_sym_i16] = ACTIONS(2716), - [anon_sym_u32] = ACTIONS(2716), - [anon_sym_i32] = ACTIONS(2716), - [anon_sym_u64] = ACTIONS(2716), - [anon_sym_i64] = ACTIONS(2716), - [anon_sym_u128] = ACTIONS(2716), - [anon_sym_i128] = ACTIONS(2716), - [anon_sym_isize] = ACTIONS(2716), - [anon_sym_usize] = ACTIONS(2716), - [anon_sym_f32] = ACTIONS(2716), - [anon_sym_f64] = ACTIONS(2716), - [anon_sym_bool] = ACTIONS(2716), - [anon_sym_str] = ACTIONS(2716), - [anon_sym_char] = ACTIONS(2716), - [anon_sym_DASH] = ACTIONS(2714), - [anon_sym_BANG] = ACTIONS(2714), - [anon_sym_AMP] = ACTIONS(2714), - [anon_sym_PIPE] = ACTIONS(2714), - [anon_sym_LT] = ACTIONS(2714), - [anon_sym_DOT_DOT] = ACTIONS(2714), - [anon_sym_COLON_COLON] = ACTIONS(2714), - [anon_sym_POUND] = ACTIONS(2714), - [anon_sym_SQUOTE] = ACTIONS(2716), - [anon_sym_async] = ACTIONS(2716), - [anon_sym_break] = ACTIONS(2716), - [anon_sym_const] = ACTIONS(2716), - [anon_sym_continue] = ACTIONS(2716), - [anon_sym_default] = ACTIONS(2716), - [anon_sym_enum] = ACTIONS(2716), - [anon_sym_fn] = ACTIONS(2716), - [anon_sym_for] = ACTIONS(2716), - [anon_sym_gen] = ACTIONS(2716), - [anon_sym_if] = ACTIONS(2716), - [anon_sym_impl] = ACTIONS(2716), - [anon_sym_let] = ACTIONS(2716), - [anon_sym_loop] = ACTIONS(2716), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_mod] = ACTIONS(2716), - [anon_sym_pub] = ACTIONS(2716), - [anon_sym_return] = ACTIONS(2716), - [anon_sym_static] = ACTIONS(2716), - [anon_sym_struct] = ACTIONS(2716), - [anon_sym_trait] = ACTIONS(2716), - [anon_sym_type] = ACTIONS(2716), - [anon_sym_union] = ACTIONS(2716), - [anon_sym_unsafe] = ACTIONS(2716), - [anon_sym_use] = ACTIONS(2716), - [anon_sym_while] = ACTIONS(2716), - [anon_sym_extern] = ACTIONS(2716), - [anon_sym_yield] = ACTIONS(2716), - [anon_sym_move] = ACTIONS(2716), - [anon_sym_try] = ACTIONS(2716), - [sym_integer_literal] = ACTIONS(2714), - [aux_sym_string_literal_token1] = ACTIONS(2714), - [sym_char_literal] = ACTIONS(2714), - [anon_sym_true] = ACTIONS(2716), - [anon_sym_false] = ACTIONS(2716), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2716), - [sym_super] = ACTIONS(2716), - [sym_crate] = ACTIONS(2716), - [sym_metavariable] = ACTIONS(2714), - [sym__raw_string_literal_start] = ACTIONS(2714), - [sym_float_literal] = ACTIONS(2714), - }, - [STATE(701)] = { - [sym_line_comment] = STATE(701), - [sym_block_comment] = STATE(701), - [ts_builtin_sym_end] = ACTIONS(2718), - [sym_identifier] = ACTIONS(2720), - [anon_sym_SEMI] = ACTIONS(2718), - [anon_sym_macro_rules_BANG] = ACTIONS(2718), - [anon_sym_LPAREN] = ACTIONS(2718), - [anon_sym_LBRACK] = ACTIONS(2718), - [anon_sym_LBRACE] = ACTIONS(2718), - [anon_sym_RBRACE] = ACTIONS(2718), - [anon_sym_STAR] = ACTIONS(2718), - [anon_sym_u8] = ACTIONS(2720), - [anon_sym_i8] = ACTIONS(2720), - [anon_sym_u16] = ACTIONS(2720), - [anon_sym_i16] = ACTIONS(2720), - [anon_sym_u32] = ACTIONS(2720), - [anon_sym_i32] = ACTIONS(2720), - [anon_sym_u64] = ACTIONS(2720), - [anon_sym_i64] = ACTIONS(2720), - [anon_sym_u128] = ACTIONS(2720), - [anon_sym_i128] = ACTIONS(2720), - [anon_sym_isize] = ACTIONS(2720), - [anon_sym_usize] = ACTIONS(2720), - [anon_sym_f32] = ACTIONS(2720), - [anon_sym_f64] = ACTIONS(2720), - [anon_sym_bool] = ACTIONS(2720), - [anon_sym_str] = ACTIONS(2720), - [anon_sym_char] = ACTIONS(2720), - [anon_sym_DASH] = ACTIONS(2718), - [anon_sym_BANG] = ACTIONS(2718), - [anon_sym_AMP] = ACTIONS(2718), - [anon_sym_PIPE] = ACTIONS(2718), - [anon_sym_LT] = ACTIONS(2718), - [anon_sym_DOT_DOT] = ACTIONS(2718), - [anon_sym_COLON_COLON] = ACTIONS(2718), - [anon_sym_POUND] = ACTIONS(2718), - [anon_sym_SQUOTE] = ACTIONS(2720), - [anon_sym_async] = ACTIONS(2720), - [anon_sym_break] = ACTIONS(2720), - [anon_sym_const] = ACTIONS(2720), - [anon_sym_continue] = ACTIONS(2720), - [anon_sym_default] = ACTIONS(2720), - [anon_sym_enum] = ACTIONS(2720), - [anon_sym_fn] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2720), - [anon_sym_gen] = ACTIONS(2720), - [anon_sym_if] = ACTIONS(2720), - [anon_sym_impl] = ACTIONS(2720), - [anon_sym_let] = ACTIONS(2720), - [anon_sym_loop] = ACTIONS(2720), - [anon_sym_match] = ACTIONS(2720), - [anon_sym_mod] = ACTIONS(2720), - [anon_sym_pub] = ACTIONS(2720), - [anon_sym_return] = ACTIONS(2720), - [anon_sym_static] = ACTIONS(2720), - [anon_sym_struct] = ACTIONS(2720), - [anon_sym_trait] = ACTIONS(2720), - [anon_sym_type] = ACTIONS(2720), - [anon_sym_union] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2720), - [anon_sym_use] = ACTIONS(2720), - [anon_sym_while] = ACTIONS(2720), - [anon_sym_extern] = ACTIONS(2720), - [anon_sym_yield] = ACTIONS(2720), - [anon_sym_move] = ACTIONS(2720), - [anon_sym_try] = ACTIONS(2720), - [sym_integer_literal] = ACTIONS(2718), - [aux_sym_string_literal_token1] = ACTIONS(2718), - [sym_char_literal] = ACTIONS(2718), - [anon_sym_true] = ACTIONS(2720), - [anon_sym_false] = ACTIONS(2720), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2720), - [sym_super] = ACTIONS(2720), - [sym_crate] = ACTIONS(2720), - [sym_metavariable] = ACTIONS(2718), - [sym__raw_string_literal_start] = ACTIONS(2718), - [sym_float_literal] = ACTIONS(2718), - }, - [STATE(702)] = { - [sym_line_comment] = STATE(702), - [sym_block_comment] = STATE(702), - [ts_builtin_sym_end] = ACTIONS(2722), - [sym_identifier] = ACTIONS(2724), - [anon_sym_SEMI] = ACTIONS(2722), - [anon_sym_macro_rules_BANG] = ACTIONS(2722), - [anon_sym_LPAREN] = ACTIONS(2722), - [anon_sym_LBRACK] = ACTIONS(2722), - [anon_sym_LBRACE] = ACTIONS(2722), - [anon_sym_RBRACE] = ACTIONS(2722), - [anon_sym_STAR] = ACTIONS(2722), - [anon_sym_u8] = ACTIONS(2724), - [anon_sym_i8] = ACTIONS(2724), - [anon_sym_u16] = ACTIONS(2724), - [anon_sym_i16] = ACTIONS(2724), - [anon_sym_u32] = ACTIONS(2724), - [anon_sym_i32] = ACTIONS(2724), - [anon_sym_u64] = ACTIONS(2724), - [anon_sym_i64] = ACTIONS(2724), - [anon_sym_u128] = ACTIONS(2724), - [anon_sym_i128] = ACTIONS(2724), - [anon_sym_isize] = ACTIONS(2724), - [anon_sym_usize] = ACTIONS(2724), - [anon_sym_f32] = ACTIONS(2724), - [anon_sym_f64] = ACTIONS(2724), - [anon_sym_bool] = ACTIONS(2724), - [anon_sym_str] = ACTIONS(2724), - [anon_sym_char] = ACTIONS(2724), - [anon_sym_DASH] = ACTIONS(2722), - [anon_sym_BANG] = ACTIONS(2722), - [anon_sym_AMP] = ACTIONS(2722), - [anon_sym_PIPE] = ACTIONS(2722), - [anon_sym_LT] = ACTIONS(2722), - [anon_sym_DOT_DOT] = ACTIONS(2722), - [anon_sym_COLON_COLON] = ACTIONS(2722), - [anon_sym_POUND] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2724), - [anon_sym_async] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2724), - [anon_sym_const] = ACTIONS(2724), - [anon_sym_continue] = ACTIONS(2724), - [anon_sym_default] = ACTIONS(2724), - [anon_sym_enum] = ACTIONS(2724), - [anon_sym_fn] = ACTIONS(2724), - [anon_sym_for] = ACTIONS(2724), - [anon_sym_gen] = ACTIONS(2724), - [anon_sym_if] = ACTIONS(2724), - [anon_sym_impl] = ACTIONS(2724), - [anon_sym_let] = ACTIONS(2724), - [anon_sym_loop] = ACTIONS(2724), - [anon_sym_match] = ACTIONS(2724), - [anon_sym_mod] = ACTIONS(2724), - [anon_sym_pub] = ACTIONS(2724), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_static] = ACTIONS(2724), - [anon_sym_struct] = ACTIONS(2724), - [anon_sym_trait] = ACTIONS(2724), - [anon_sym_type] = ACTIONS(2724), - [anon_sym_union] = ACTIONS(2724), - [anon_sym_unsafe] = ACTIONS(2724), - [anon_sym_use] = ACTIONS(2724), - [anon_sym_while] = ACTIONS(2724), - [anon_sym_extern] = ACTIONS(2724), - [anon_sym_yield] = ACTIONS(2724), - [anon_sym_move] = ACTIONS(2724), - [anon_sym_try] = ACTIONS(2724), - [sym_integer_literal] = ACTIONS(2722), - [aux_sym_string_literal_token1] = ACTIONS(2722), - [sym_char_literal] = ACTIONS(2722), - [anon_sym_true] = ACTIONS(2724), - [anon_sym_false] = ACTIONS(2724), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2724), - [sym_super] = ACTIONS(2724), - [sym_crate] = ACTIONS(2724), - [sym_metavariable] = ACTIONS(2722), - [sym__raw_string_literal_start] = ACTIONS(2722), - [sym_float_literal] = ACTIONS(2722), - }, - [STATE(703)] = { - [sym_line_comment] = STATE(703), - [sym_block_comment] = STATE(703), - [ts_builtin_sym_end] = ACTIONS(2726), - [sym_identifier] = ACTIONS(2728), - [anon_sym_SEMI] = ACTIONS(2726), - [anon_sym_macro_rules_BANG] = ACTIONS(2726), - [anon_sym_LPAREN] = ACTIONS(2726), - [anon_sym_LBRACK] = ACTIONS(2726), - [anon_sym_LBRACE] = ACTIONS(2726), - [anon_sym_RBRACE] = ACTIONS(2726), - [anon_sym_STAR] = ACTIONS(2726), - [anon_sym_u8] = ACTIONS(2728), - [anon_sym_i8] = ACTIONS(2728), - [anon_sym_u16] = ACTIONS(2728), - [anon_sym_i16] = ACTIONS(2728), - [anon_sym_u32] = ACTIONS(2728), - [anon_sym_i32] = ACTIONS(2728), - [anon_sym_u64] = ACTIONS(2728), - [anon_sym_i64] = ACTIONS(2728), - [anon_sym_u128] = ACTIONS(2728), - [anon_sym_i128] = ACTIONS(2728), - [anon_sym_isize] = ACTIONS(2728), - [anon_sym_usize] = ACTIONS(2728), - [anon_sym_f32] = ACTIONS(2728), - [anon_sym_f64] = ACTIONS(2728), - [anon_sym_bool] = ACTIONS(2728), - [anon_sym_str] = ACTIONS(2728), - [anon_sym_char] = ACTIONS(2728), - [anon_sym_DASH] = ACTIONS(2726), - [anon_sym_BANG] = ACTIONS(2726), - [anon_sym_AMP] = ACTIONS(2726), - [anon_sym_PIPE] = ACTIONS(2726), - [anon_sym_LT] = ACTIONS(2726), - [anon_sym_DOT_DOT] = ACTIONS(2726), - [anon_sym_COLON_COLON] = ACTIONS(2726), - [anon_sym_POUND] = ACTIONS(2726), - [anon_sym_SQUOTE] = ACTIONS(2728), - [anon_sym_async] = ACTIONS(2728), - [anon_sym_break] = ACTIONS(2728), - [anon_sym_const] = ACTIONS(2728), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_default] = ACTIONS(2728), - [anon_sym_enum] = ACTIONS(2728), - [anon_sym_fn] = ACTIONS(2728), - [anon_sym_for] = ACTIONS(2728), - [anon_sym_gen] = ACTIONS(2728), - [anon_sym_if] = ACTIONS(2728), - [anon_sym_impl] = ACTIONS(2728), - [anon_sym_let] = ACTIONS(2728), - [anon_sym_loop] = ACTIONS(2728), - [anon_sym_match] = ACTIONS(2728), - [anon_sym_mod] = ACTIONS(2728), - [anon_sym_pub] = ACTIONS(2728), - [anon_sym_return] = ACTIONS(2728), - [anon_sym_static] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2728), - [anon_sym_trait] = ACTIONS(2728), - [anon_sym_type] = ACTIONS(2728), - [anon_sym_union] = ACTIONS(2728), - [anon_sym_unsafe] = ACTIONS(2728), - [anon_sym_use] = ACTIONS(2728), - [anon_sym_while] = ACTIONS(2728), - [anon_sym_extern] = ACTIONS(2728), - [anon_sym_yield] = ACTIONS(2728), - [anon_sym_move] = ACTIONS(2728), - [anon_sym_try] = ACTIONS(2728), - [sym_integer_literal] = ACTIONS(2726), - [aux_sym_string_literal_token1] = ACTIONS(2726), - [sym_char_literal] = ACTIONS(2726), - [anon_sym_true] = ACTIONS(2728), - [anon_sym_false] = ACTIONS(2728), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2728), - [sym_super] = ACTIONS(2728), - [sym_crate] = ACTIONS(2728), - [sym_metavariable] = ACTIONS(2726), - [sym__raw_string_literal_start] = ACTIONS(2726), - [sym_float_literal] = ACTIONS(2726), - }, - [STATE(704)] = { - [sym_line_comment] = STATE(704), - [sym_block_comment] = STATE(704), - [ts_builtin_sym_end] = ACTIONS(2730), - [sym_identifier] = ACTIONS(2732), - [anon_sym_SEMI] = ACTIONS(2730), - [anon_sym_macro_rules_BANG] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_RBRACE] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_u8] = ACTIONS(2732), - [anon_sym_i8] = ACTIONS(2732), - [anon_sym_u16] = ACTIONS(2732), - [anon_sym_i16] = ACTIONS(2732), - [anon_sym_u32] = ACTIONS(2732), - [anon_sym_i32] = ACTIONS(2732), - [anon_sym_u64] = ACTIONS(2732), - [anon_sym_i64] = ACTIONS(2732), - [anon_sym_u128] = ACTIONS(2732), - [anon_sym_i128] = ACTIONS(2732), - [anon_sym_isize] = ACTIONS(2732), - [anon_sym_usize] = ACTIONS(2732), - [anon_sym_f32] = ACTIONS(2732), - [anon_sym_f64] = ACTIONS(2732), - [anon_sym_bool] = ACTIONS(2732), - [anon_sym_str] = ACTIONS(2732), - [anon_sym_char] = ACTIONS(2732), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_DOT_DOT] = ACTIONS(2730), - [anon_sym_COLON_COLON] = ACTIONS(2730), - [anon_sym_POUND] = ACTIONS(2730), - [anon_sym_SQUOTE] = ACTIONS(2732), - [anon_sym_async] = ACTIONS(2732), - [anon_sym_break] = ACTIONS(2732), - [anon_sym_const] = ACTIONS(2732), - [anon_sym_continue] = ACTIONS(2732), - [anon_sym_default] = ACTIONS(2732), - [anon_sym_enum] = ACTIONS(2732), - [anon_sym_fn] = ACTIONS(2732), - [anon_sym_for] = ACTIONS(2732), - [anon_sym_gen] = ACTIONS(2732), - [anon_sym_if] = ACTIONS(2732), - [anon_sym_impl] = ACTIONS(2732), - [anon_sym_let] = ACTIONS(2732), - [anon_sym_loop] = ACTIONS(2732), - [anon_sym_match] = ACTIONS(2732), - [anon_sym_mod] = ACTIONS(2732), - [anon_sym_pub] = ACTIONS(2732), - [anon_sym_return] = ACTIONS(2732), - [anon_sym_static] = ACTIONS(2732), - [anon_sym_struct] = ACTIONS(2732), - [anon_sym_trait] = ACTIONS(2732), - [anon_sym_type] = ACTIONS(2732), - [anon_sym_union] = ACTIONS(2732), - [anon_sym_unsafe] = ACTIONS(2732), - [anon_sym_use] = ACTIONS(2732), - [anon_sym_while] = ACTIONS(2732), - [anon_sym_extern] = ACTIONS(2732), - [anon_sym_yield] = ACTIONS(2732), - [anon_sym_move] = ACTIONS(2732), - [anon_sym_try] = ACTIONS(2732), - [sym_integer_literal] = ACTIONS(2730), - [aux_sym_string_literal_token1] = ACTIONS(2730), - [sym_char_literal] = ACTIONS(2730), - [anon_sym_true] = ACTIONS(2732), - [anon_sym_false] = ACTIONS(2732), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2732), - [sym_super] = ACTIONS(2732), - [sym_crate] = ACTIONS(2732), - [sym_metavariable] = ACTIONS(2730), - [sym__raw_string_literal_start] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - }, [STATE(705)] = { [sym_line_comment] = STATE(705), [sym_block_comment] = STATE(705), - [ts_builtin_sym_end] = ACTIONS(2734), - [sym_identifier] = ACTIONS(2736), - [anon_sym_SEMI] = ACTIONS(2734), - [anon_sym_macro_rules_BANG] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2734), - [anon_sym_u8] = ACTIONS(2736), - [anon_sym_i8] = ACTIONS(2736), - [anon_sym_u16] = ACTIONS(2736), - [anon_sym_i16] = ACTIONS(2736), - [anon_sym_u32] = ACTIONS(2736), - [anon_sym_i32] = ACTIONS(2736), - [anon_sym_u64] = ACTIONS(2736), - [anon_sym_i64] = ACTIONS(2736), - [anon_sym_u128] = ACTIONS(2736), - [anon_sym_i128] = ACTIONS(2736), - [anon_sym_isize] = ACTIONS(2736), - [anon_sym_usize] = ACTIONS(2736), - [anon_sym_f32] = ACTIONS(2736), - [anon_sym_f64] = ACTIONS(2736), - [anon_sym_bool] = ACTIONS(2736), - [anon_sym_str] = ACTIONS(2736), - [anon_sym_char] = ACTIONS(2736), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_BANG] = ACTIONS(2734), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_PIPE] = ACTIONS(2734), - [anon_sym_LT] = ACTIONS(2734), - [anon_sym_DOT_DOT] = ACTIONS(2734), - [anon_sym_COLON_COLON] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(2734), - [anon_sym_SQUOTE] = ACTIONS(2736), - [anon_sym_async] = ACTIONS(2736), - [anon_sym_break] = ACTIONS(2736), - [anon_sym_const] = ACTIONS(2736), - [anon_sym_continue] = ACTIONS(2736), - [anon_sym_default] = ACTIONS(2736), - [anon_sym_enum] = ACTIONS(2736), - [anon_sym_fn] = ACTIONS(2736), - [anon_sym_for] = ACTIONS(2736), - [anon_sym_gen] = ACTIONS(2736), - [anon_sym_if] = ACTIONS(2736), - [anon_sym_impl] = ACTIONS(2736), - [anon_sym_let] = ACTIONS(2736), - [anon_sym_loop] = ACTIONS(2736), - [anon_sym_match] = ACTIONS(2736), - [anon_sym_mod] = ACTIONS(2736), - [anon_sym_pub] = ACTIONS(2736), - [anon_sym_return] = ACTIONS(2736), - [anon_sym_static] = ACTIONS(2736), - [anon_sym_struct] = ACTIONS(2736), - [anon_sym_trait] = ACTIONS(2736), - [anon_sym_type] = ACTIONS(2736), - [anon_sym_union] = ACTIONS(2736), - [anon_sym_unsafe] = ACTIONS(2736), - [anon_sym_use] = ACTIONS(2736), - [anon_sym_while] = ACTIONS(2736), - [anon_sym_extern] = ACTIONS(2736), - [anon_sym_yield] = ACTIONS(2736), - [anon_sym_move] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2736), - [sym_integer_literal] = ACTIONS(2734), - [aux_sym_string_literal_token1] = ACTIONS(2734), - [sym_char_literal] = ACTIONS(2734), - [anon_sym_true] = ACTIONS(2736), - [anon_sym_false] = ACTIONS(2736), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2736), - [sym_super] = ACTIONS(2736), - [sym_crate] = ACTIONS(2736), - [sym_metavariable] = ACTIONS(2734), - [sym__raw_string_literal_start] = ACTIONS(2734), - [sym_float_literal] = ACTIONS(2734), + [ts_builtin_sym_end] = ACTIONS(2660), + [sym_identifier] = ACTIONS(2662), + [anon_sym_SEMI] = ACTIONS(2660), + [anon_sym_macro_rules_BANG] = ACTIONS(2660), + [anon_sym_LPAREN] = ACTIONS(2660), + [anon_sym_LBRACK] = ACTIONS(2660), + [anon_sym_LBRACE] = ACTIONS(2660), + [anon_sym_RBRACE] = ACTIONS(2660), + [anon_sym_STAR] = ACTIONS(2660), + [anon_sym_u8] = ACTIONS(2662), + [anon_sym_i8] = ACTIONS(2662), + [anon_sym_u16] = ACTIONS(2662), + [anon_sym_i16] = ACTIONS(2662), + [anon_sym_u32] = ACTIONS(2662), + [anon_sym_i32] = ACTIONS(2662), + [anon_sym_u64] = ACTIONS(2662), + [anon_sym_i64] = ACTIONS(2662), + [anon_sym_u128] = ACTIONS(2662), + [anon_sym_i128] = ACTIONS(2662), + [anon_sym_isize] = ACTIONS(2662), + [anon_sym_usize] = ACTIONS(2662), + [anon_sym_f32] = ACTIONS(2662), + [anon_sym_f64] = ACTIONS(2662), + [anon_sym_bool] = ACTIONS(2662), + [anon_sym_str] = ACTIONS(2662), + [anon_sym_char] = ACTIONS(2662), + [anon_sym_DASH] = ACTIONS(2660), + [anon_sym_BANG] = ACTIONS(2660), + [anon_sym_AMP] = ACTIONS(2660), + [anon_sym_PIPE] = ACTIONS(2660), + [anon_sym_LT] = ACTIONS(2660), + [anon_sym_DOT_DOT] = ACTIONS(2660), + [anon_sym_COLON_COLON] = ACTIONS(2660), + [anon_sym_POUND] = ACTIONS(2660), + [anon_sym_SQUOTE] = ACTIONS(2662), + [anon_sym_async] = ACTIONS(2662), + [anon_sym_break] = ACTIONS(2662), + [anon_sym_const] = ACTIONS(2662), + [anon_sym_continue] = ACTIONS(2662), + [anon_sym_default] = ACTIONS(2662), + [anon_sym_enum] = ACTIONS(2662), + [anon_sym_fn] = ACTIONS(2662), + [anon_sym_for] = ACTIONS(2662), + [anon_sym_gen] = ACTIONS(2662), + [anon_sym_if] = ACTIONS(2662), + [anon_sym_impl] = ACTIONS(2662), + [anon_sym_let] = ACTIONS(2662), + [anon_sym_loop] = ACTIONS(2662), + [anon_sym_match] = ACTIONS(2662), + [anon_sym_mod] = ACTIONS(2662), + [anon_sym_pub] = ACTIONS(2662), + [anon_sym_return] = ACTIONS(2662), + [anon_sym_static] = ACTIONS(2662), + [anon_sym_struct] = ACTIONS(2662), + [anon_sym_trait] = ACTIONS(2662), + [anon_sym_type] = ACTIONS(2662), + [anon_sym_union] = ACTIONS(2662), + [anon_sym_unsafe] = ACTIONS(2662), + [anon_sym_use] = ACTIONS(2662), + [anon_sym_while] = ACTIONS(2662), + [anon_sym_extern] = ACTIONS(2662), + [anon_sym_yield] = ACTIONS(2662), + [anon_sym_move] = ACTIONS(2662), + [anon_sym_try] = ACTIONS(2662), + [sym_integer_literal] = ACTIONS(2660), + [aux_sym_string_literal_token1] = ACTIONS(2660), + [sym_char_literal] = ACTIONS(2660), + [anon_sym_true] = ACTIONS(2662), + [anon_sym_false] = ACTIONS(2662), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2662), + [sym_super] = ACTIONS(2662), + [sym_crate] = ACTIONS(2662), + [sym_metavariable] = ACTIONS(2660), + [sym__raw_string_literal_start] = ACTIONS(2660), + [sym_float_literal] = ACTIONS(2660), }, [STATE(706)] = { [sym_line_comment] = STATE(706), [sym_block_comment] = STATE(706), - [ts_builtin_sym_end] = ACTIONS(2738), - [sym_identifier] = ACTIONS(2740), - [anon_sym_SEMI] = ACTIONS(2738), - [anon_sym_macro_rules_BANG] = ACTIONS(2738), - [anon_sym_LPAREN] = ACTIONS(2738), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_LBRACE] = ACTIONS(2738), - [anon_sym_RBRACE] = ACTIONS(2738), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_u8] = ACTIONS(2740), - [anon_sym_i8] = ACTIONS(2740), - [anon_sym_u16] = ACTIONS(2740), - [anon_sym_i16] = ACTIONS(2740), - [anon_sym_u32] = ACTIONS(2740), - [anon_sym_i32] = ACTIONS(2740), - [anon_sym_u64] = ACTIONS(2740), - [anon_sym_i64] = ACTIONS(2740), - [anon_sym_u128] = ACTIONS(2740), - [anon_sym_i128] = ACTIONS(2740), - [anon_sym_isize] = ACTIONS(2740), - [anon_sym_usize] = ACTIONS(2740), - [anon_sym_f32] = ACTIONS(2740), - [anon_sym_f64] = ACTIONS(2740), - [anon_sym_bool] = ACTIONS(2740), - [anon_sym_str] = ACTIONS(2740), - [anon_sym_char] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2738), - [anon_sym_BANG] = ACTIONS(2738), - [anon_sym_AMP] = ACTIONS(2738), - [anon_sym_PIPE] = ACTIONS(2738), - [anon_sym_LT] = ACTIONS(2738), - [anon_sym_DOT_DOT] = ACTIONS(2738), - [anon_sym_COLON_COLON] = ACTIONS(2738), - [anon_sym_POUND] = ACTIONS(2738), - [anon_sym_SQUOTE] = ACTIONS(2740), - [anon_sym_async] = ACTIONS(2740), - [anon_sym_break] = ACTIONS(2740), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_continue] = ACTIONS(2740), - [anon_sym_default] = ACTIONS(2740), - [anon_sym_enum] = ACTIONS(2740), - [anon_sym_fn] = ACTIONS(2740), - [anon_sym_for] = ACTIONS(2740), - [anon_sym_gen] = ACTIONS(2740), - [anon_sym_if] = ACTIONS(2740), - [anon_sym_impl] = ACTIONS(2740), - [anon_sym_let] = ACTIONS(2740), - [anon_sym_loop] = ACTIONS(2740), - [anon_sym_match] = ACTIONS(2740), - [anon_sym_mod] = ACTIONS(2740), - [anon_sym_pub] = ACTIONS(2740), - [anon_sym_return] = ACTIONS(2740), - [anon_sym_static] = ACTIONS(2740), - [anon_sym_struct] = ACTIONS(2740), - [anon_sym_trait] = ACTIONS(2740), - [anon_sym_type] = ACTIONS(2740), - [anon_sym_union] = ACTIONS(2740), - [anon_sym_unsafe] = ACTIONS(2740), - [anon_sym_use] = ACTIONS(2740), - [anon_sym_while] = ACTIONS(2740), - [anon_sym_extern] = ACTIONS(2740), - [anon_sym_yield] = ACTIONS(2740), - [anon_sym_move] = ACTIONS(2740), - [anon_sym_try] = ACTIONS(2740), - [sym_integer_literal] = ACTIONS(2738), - [aux_sym_string_literal_token1] = ACTIONS(2738), - [sym_char_literal] = ACTIONS(2738), - [anon_sym_true] = ACTIONS(2740), - [anon_sym_false] = ACTIONS(2740), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2740), - [sym_super] = ACTIONS(2740), - [sym_crate] = ACTIONS(2740), - [sym_metavariable] = ACTIONS(2738), - [sym__raw_string_literal_start] = ACTIONS(2738), - [sym_float_literal] = ACTIONS(2738), + [ts_builtin_sym_end] = ACTIONS(2664), + [sym_identifier] = ACTIONS(2666), + [anon_sym_SEMI] = ACTIONS(2664), + [anon_sym_macro_rules_BANG] = ACTIONS(2664), + [anon_sym_LPAREN] = ACTIONS(2664), + [anon_sym_LBRACK] = ACTIONS(2664), + [anon_sym_LBRACE] = ACTIONS(2664), + [anon_sym_RBRACE] = ACTIONS(2664), + [anon_sym_STAR] = ACTIONS(2664), + [anon_sym_u8] = ACTIONS(2666), + [anon_sym_i8] = ACTIONS(2666), + [anon_sym_u16] = ACTIONS(2666), + [anon_sym_i16] = ACTIONS(2666), + [anon_sym_u32] = ACTIONS(2666), + [anon_sym_i32] = ACTIONS(2666), + [anon_sym_u64] = ACTIONS(2666), + [anon_sym_i64] = ACTIONS(2666), + [anon_sym_u128] = ACTIONS(2666), + [anon_sym_i128] = ACTIONS(2666), + [anon_sym_isize] = ACTIONS(2666), + [anon_sym_usize] = ACTIONS(2666), + [anon_sym_f32] = ACTIONS(2666), + [anon_sym_f64] = ACTIONS(2666), + [anon_sym_bool] = ACTIONS(2666), + [anon_sym_str] = ACTIONS(2666), + [anon_sym_char] = ACTIONS(2666), + [anon_sym_DASH] = ACTIONS(2664), + [anon_sym_BANG] = ACTIONS(2664), + [anon_sym_AMP] = ACTIONS(2664), + [anon_sym_PIPE] = ACTIONS(2664), + [anon_sym_LT] = ACTIONS(2664), + [anon_sym_DOT_DOT] = ACTIONS(2664), + [anon_sym_COLON_COLON] = ACTIONS(2664), + [anon_sym_POUND] = ACTIONS(2664), + [anon_sym_SQUOTE] = ACTIONS(2666), + [anon_sym_async] = ACTIONS(2666), + [anon_sym_break] = ACTIONS(2666), + [anon_sym_const] = ACTIONS(2666), + [anon_sym_continue] = ACTIONS(2666), + [anon_sym_default] = ACTIONS(2666), + [anon_sym_enum] = ACTIONS(2666), + [anon_sym_fn] = ACTIONS(2666), + [anon_sym_for] = ACTIONS(2666), + [anon_sym_gen] = ACTIONS(2666), + [anon_sym_if] = ACTIONS(2666), + [anon_sym_impl] = ACTIONS(2666), + [anon_sym_let] = ACTIONS(2666), + [anon_sym_loop] = ACTIONS(2666), + [anon_sym_match] = ACTIONS(2666), + [anon_sym_mod] = ACTIONS(2666), + [anon_sym_pub] = ACTIONS(2666), + [anon_sym_return] = ACTIONS(2666), + [anon_sym_static] = ACTIONS(2666), + [anon_sym_struct] = ACTIONS(2666), + [anon_sym_trait] = ACTIONS(2666), + [anon_sym_type] = ACTIONS(2666), + [anon_sym_union] = ACTIONS(2666), + [anon_sym_unsafe] = ACTIONS(2666), + [anon_sym_use] = ACTIONS(2666), + [anon_sym_while] = ACTIONS(2666), + [anon_sym_extern] = ACTIONS(2666), + [anon_sym_yield] = ACTIONS(2666), + [anon_sym_move] = ACTIONS(2666), + [anon_sym_try] = ACTIONS(2666), + [sym_integer_literal] = ACTIONS(2664), + [aux_sym_string_literal_token1] = ACTIONS(2664), + [sym_char_literal] = ACTIONS(2664), + [anon_sym_true] = ACTIONS(2666), + [anon_sym_false] = ACTIONS(2666), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2666), + [sym_super] = ACTIONS(2666), + [sym_crate] = ACTIONS(2666), + [sym_metavariable] = ACTIONS(2664), + [sym__raw_string_literal_start] = ACTIONS(2664), + [sym_float_literal] = ACTIONS(2664), }, [STATE(707)] = { [sym_line_comment] = STATE(707), [sym_block_comment] = STATE(707), - [ts_builtin_sym_end] = ACTIONS(2742), - [sym_identifier] = ACTIONS(2744), - [anon_sym_SEMI] = ACTIONS(2742), - [anon_sym_macro_rules_BANG] = ACTIONS(2742), - [anon_sym_LPAREN] = ACTIONS(2742), - [anon_sym_LBRACK] = ACTIONS(2742), - [anon_sym_LBRACE] = ACTIONS(2742), - [anon_sym_RBRACE] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2742), - [anon_sym_u8] = ACTIONS(2744), - [anon_sym_i8] = ACTIONS(2744), - [anon_sym_u16] = ACTIONS(2744), - [anon_sym_i16] = ACTIONS(2744), - [anon_sym_u32] = ACTIONS(2744), - [anon_sym_i32] = ACTIONS(2744), - [anon_sym_u64] = ACTIONS(2744), - [anon_sym_i64] = ACTIONS(2744), - [anon_sym_u128] = ACTIONS(2744), - [anon_sym_i128] = ACTIONS(2744), - [anon_sym_isize] = ACTIONS(2744), - [anon_sym_usize] = ACTIONS(2744), - [anon_sym_f32] = ACTIONS(2744), - [anon_sym_f64] = ACTIONS(2744), - [anon_sym_bool] = ACTIONS(2744), - [anon_sym_str] = ACTIONS(2744), - [anon_sym_char] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2742), - [anon_sym_BANG] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(2742), - [anon_sym_PIPE] = ACTIONS(2742), - [anon_sym_LT] = ACTIONS(2742), - [anon_sym_DOT_DOT] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(2742), - [anon_sym_POUND] = ACTIONS(2742), - [anon_sym_SQUOTE] = ACTIONS(2744), - [anon_sym_async] = ACTIONS(2744), - [anon_sym_break] = ACTIONS(2744), - [anon_sym_const] = ACTIONS(2744), - [anon_sym_continue] = ACTIONS(2744), - [anon_sym_default] = ACTIONS(2744), - [anon_sym_enum] = ACTIONS(2744), - [anon_sym_fn] = ACTIONS(2744), - [anon_sym_for] = ACTIONS(2744), - [anon_sym_gen] = ACTIONS(2744), - [anon_sym_if] = ACTIONS(2744), - [anon_sym_impl] = ACTIONS(2744), - [anon_sym_let] = ACTIONS(2744), - [anon_sym_loop] = ACTIONS(2744), - [anon_sym_match] = ACTIONS(2744), - [anon_sym_mod] = ACTIONS(2744), - [anon_sym_pub] = ACTIONS(2744), - [anon_sym_return] = ACTIONS(2744), - [anon_sym_static] = ACTIONS(2744), - [anon_sym_struct] = ACTIONS(2744), - [anon_sym_trait] = ACTIONS(2744), - [anon_sym_type] = ACTIONS(2744), - [anon_sym_union] = ACTIONS(2744), - [anon_sym_unsafe] = ACTIONS(2744), - [anon_sym_use] = ACTIONS(2744), - [anon_sym_while] = ACTIONS(2744), - [anon_sym_extern] = ACTIONS(2744), - [anon_sym_yield] = ACTIONS(2744), - [anon_sym_move] = ACTIONS(2744), - [anon_sym_try] = ACTIONS(2744), - [sym_integer_literal] = ACTIONS(2742), - [aux_sym_string_literal_token1] = ACTIONS(2742), - [sym_char_literal] = ACTIONS(2742), - [anon_sym_true] = ACTIONS(2744), - [anon_sym_false] = ACTIONS(2744), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2744), - [sym_super] = ACTIONS(2744), - [sym_crate] = ACTIONS(2744), - [sym_metavariable] = ACTIONS(2742), - [sym__raw_string_literal_start] = ACTIONS(2742), - [sym_float_literal] = ACTIONS(2742), + [ts_builtin_sym_end] = ACTIONS(2668), + [sym_identifier] = ACTIONS(2670), + [anon_sym_SEMI] = ACTIONS(2668), + [anon_sym_macro_rules_BANG] = ACTIONS(2668), + [anon_sym_LPAREN] = ACTIONS(2668), + [anon_sym_LBRACK] = ACTIONS(2668), + [anon_sym_LBRACE] = ACTIONS(2668), + [anon_sym_RBRACE] = ACTIONS(2668), + [anon_sym_STAR] = ACTIONS(2668), + [anon_sym_u8] = ACTIONS(2670), + [anon_sym_i8] = ACTIONS(2670), + [anon_sym_u16] = ACTIONS(2670), + [anon_sym_i16] = ACTIONS(2670), + [anon_sym_u32] = ACTIONS(2670), + [anon_sym_i32] = ACTIONS(2670), + [anon_sym_u64] = ACTIONS(2670), + [anon_sym_i64] = ACTIONS(2670), + [anon_sym_u128] = ACTIONS(2670), + [anon_sym_i128] = ACTIONS(2670), + [anon_sym_isize] = ACTIONS(2670), + [anon_sym_usize] = ACTIONS(2670), + [anon_sym_f32] = ACTIONS(2670), + [anon_sym_f64] = ACTIONS(2670), + [anon_sym_bool] = ACTIONS(2670), + [anon_sym_str] = ACTIONS(2670), + [anon_sym_char] = ACTIONS(2670), + [anon_sym_DASH] = ACTIONS(2668), + [anon_sym_BANG] = ACTIONS(2668), + [anon_sym_AMP] = ACTIONS(2668), + [anon_sym_PIPE] = ACTIONS(2668), + [anon_sym_LT] = ACTIONS(2668), + [anon_sym_DOT_DOT] = ACTIONS(2668), + [anon_sym_COLON_COLON] = ACTIONS(2668), + [anon_sym_POUND] = ACTIONS(2668), + [anon_sym_SQUOTE] = ACTIONS(2670), + [anon_sym_async] = ACTIONS(2670), + [anon_sym_break] = ACTIONS(2670), + [anon_sym_const] = ACTIONS(2670), + [anon_sym_continue] = ACTIONS(2670), + [anon_sym_default] = ACTIONS(2670), + [anon_sym_enum] = ACTIONS(2670), + [anon_sym_fn] = ACTIONS(2670), + [anon_sym_for] = ACTIONS(2670), + [anon_sym_gen] = ACTIONS(2670), + [anon_sym_if] = ACTIONS(2670), + [anon_sym_impl] = ACTIONS(2670), + [anon_sym_let] = ACTIONS(2670), + [anon_sym_loop] = ACTIONS(2670), + [anon_sym_match] = ACTIONS(2670), + [anon_sym_mod] = ACTIONS(2670), + [anon_sym_pub] = ACTIONS(2670), + [anon_sym_return] = ACTIONS(2670), + [anon_sym_static] = ACTIONS(2670), + [anon_sym_struct] = ACTIONS(2670), + [anon_sym_trait] = ACTIONS(2670), + [anon_sym_type] = ACTIONS(2670), + [anon_sym_union] = ACTIONS(2670), + [anon_sym_unsafe] = ACTIONS(2670), + [anon_sym_use] = ACTIONS(2670), + [anon_sym_while] = ACTIONS(2670), + [anon_sym_extern] = ACTIONS(2670), + [anon_sym_yield] = ACTIONS(2670), + [anon_sym_move] = ACTIONS(2670), + [anon_sym_try] = ACTIONS(2670), + [sym_integer_literal] = ACTIONS(2668), + [aux_sym_string_literal_token1] = ACTIONS(2668), + [sym_char_literal] = ACTIONS(2668), + [anon_sym_true] = ACTIONS(2670), + [anon_sym_false] = ACTIONS(2670), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2670), + [sym_super] = ACTIONS(2670), + [sym_crate] = ACTIONS(2670), + [sym_metavariable] = ACTIONS(2668), + [sym__raw_string_literal_start] = ACTIONS(2668), + [sym_float_literal] = ACTIONS(2668), }, [STATE(708)] = { [sym_line_comment] = STATE(708), [sym_block_comment] = STATE(708), - [ts_builtin_sym_end] = ACTIONS(2746), - [sym_identifier] = ACTIONS(2748), - [anon_sym_SEMI] = ACTIONS(2746), - [anon_sym_macro_rules_BANG] = ACTIONS(2746), - [anon_sym_LPAREN] = ACTIONS(2746), - [anon_sym_LBRACK] = ACTIONS(2746), - [anon_sym_LBRACE] = ACTIONS(2746), - [anon_sym_RBRACE] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_u8] = ACTIONS(2748), - [anon_sym_i8] = ACTIONS(2748), - [anon_sym_u16] = ACTIONS(2748), - [anon_sym_i16] = ACTIONS(2748), - [anon_sym_u32] = ACTIONS(2748), - [anon_sym_i32] = ACTIONS(2748), - [anon_sym_u64] = ACTIONS(2748), - [anon_sym_i64] = ACTIONS(2748), - [anon_sym_u128] = ACTIONS(2748), - [anon_sym_i128] = ACTIONS(2748), - [anon_sym_isize] = ACTIONS(2748), - [anon_sym_usize] = ACTIONS(2748), - [anon_sym_f32] = ACTIONS(2748), - [anon_sym_f64] = ACTIONS(2748), - [anon_sym_bool] = ACTIONS(2748), - [anon_sym_str] = ACTIONS(2748), - [anon_sym_char] = ACTIONS(2748), - [anon_sym_DASH] = ACTIONS(2746), - [anon_sym_BANG] = ACTIONS(2746), - [anon_sym_AMP] = ACTIONS(2746), - [anon_sym_PIPE] = ACTIONS(2746), - [anon_sym_LT] = ACTIONS(2746), - [anon_sym_DOT_DOT] = ACTIONS(2746), - [anon_sym_COLON_COLON] = ACTIONS(2746), - [anon_sym_POUND] = ACTIONS(2746), - [anon_sym_SQUOTE] = ACTIONS(2748), - [anon_sym_async] = ACTIONS(2748), - [anon_sym_break] = ACTIONS(2748), - [anon_sym_const] = ACTIONS(2748), - [anon_sym_continue] = ACTIONS(2748), - [anon_sym_default] = ACTIONS(2748), - [anon_sym_enum] = ACTIONS(2748), - [anon_sym_fn] = ACTIONS(2748), - [anon_sym_for] = ACTIONS(2748), - [anon_sym_gen] = ACTIONS(2748), - [anon_sym_if] = ACTIONS(2748), - [anon_sym_impl] = ACTIONS(2748), - [anon_sym_let] = ACTIONS(2748), - [anon_sym_loop] = ACTIONS(2748), - [anon_sym_match] = ACTIONS(2748), - [anon_sym_mod] = ACTIONS(2748), - [anon_sym_pub] = ACTIONS(2748), - [anon_sym_return] = ACTIONS(2748), - [anon_sym_static] = ACTIONS(2748), - [anon_sym_struct] = ACTIONS(2748), - [anon_sym_trait] = ACTIONS(2748), - [anon_sym_type] = ACTIONS(2748), - [anon_sym_union] = ACTIONS(2748), - [anon_sym_unsafe] = ACTIONS(2748), - [anon_sym_use] = ACTIONS(2748), - [anon_sym_while] = ACTIONS(2748), - [anon_sym_extern] = ACTIONS(2748), - [anon_sym_yield] = ACTIONS(2748), - [anon_sym_move] = ACTIONS(2748), - [anon_sym_try] = ACTIONS(2748), - [sym_integer_literal] = ACTIONS(2746), - [aux_sym_string_literal_token1] = ACTIONS(2746), - [sym_char_literal] = ACTIONS(2746), - [anon_sym_true] = ACTIONS(2748), - [anon_sym_false] = ACTIONS(2748), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2748), - [sym_super] = ACTIONS(2748), - [sym_crate] = ACTIONS(2748), - [sym_metavariable] = ACTIONS(2746), - [sym__raw_string_literal_start] = ACTIONS(2746), - [sym_float_literal] = ACTIONS(2746), + [ts_builtin_sym_end] = ACTIONS(2672), + [sym_identifier] = ACTIONS(2674), + [anon_sym_SEMI] = ACTIONS(2672), + [anon_sym_macro_rules_BANG] = ACTIONS(2672), + [anon_sym_LPAREN] = ACTIONS(2672), + [anon_sym_LBRACK] = ACTIONS(2672), + [anon_sym_LBRACE] = ACTIONS(2672), + [anon_sym_RBRACE] = ACTIONS(2672), + [anon_sym_STAR] = ACTIONS(2672), + [anon_sym_u8] = ACTIONS(2674), + [anon_sym_i8] = ACTIONS(2674), + [anon_sym_u16] = ACTIONS(2674), + [anon_sym_i16] = ACTIONS(2674), + [anon_sym_u32] = ACTIONS(2674), + [anon_sym_i32] = ACTIONS(2674), + [anon_sym_u64] = ACTIONS(2674), + [anon_sym_i64] = ACTIONS(2674), + [anon_sym_u128] = ACTIONS(2674), + [anon_sym_i128] = ACTIONS(2674), + [anon_sym_isize] = ACTIONS(2674), + [anon_sym_usize] = ACTIONS(2674), + [anon_sym_f32] = ACTIONS(2674), + [anon_sym_f64] = ACTIONS(2674), + [anon_sym_bool] = ACTIONS(2674), + [anon_sym_str] = ACTIONS(2674), + [anon_sym_char] = ACTIONS(2674), + [anon_sym_DASH] = ACTIONS(2672), + [anon_sym_BANG] = ACTIONS(2672), + [anon_sym_AMP] = ACTIONS(2672), + [anon_sym_PIPE] = ACTIONS(2672), + [anon_sym_LT] = ACTIONS(2672), + [anon_sym_DOT_DOT] = ACTIONS(2672), + [anon_sym_COLON_COLON] = ACTIONS(2672), + [anon_sym_POUND] = ACTIONS(2672), + [anon_sym_SQUOTE] = ACTIONS(2674), + [anon_sym_async] = ACTIONS(2674), + [anon_sym_break] = ACTIONS(2674), + [anon_sym_const] = ACTIONS(2674), + [anon_sym_continue] = ACTIONS(2674), + [anon_sym_default] = ACTIONS(2674), + [anon_sym_enum] = ACTIONS(2674), + [anon_sym_fn] = ACTIONS(2674), + [anon_sym_for] = ACTIONS(2674), + [anon_sym_gen] = ACTIONS(2674), + [anon_sym_if] = ACTIONS(2674), + [anon_sym_impl] = ACTIONS(2674), + [anon_sym_let] = ACTIONS(2674), + [anon_sym_loop] = ACTIONS(2674), + [anon_sym_match] = ACTIONS(2674), + [anon_sym_mod] = ACTIONS(2674), + [anon_sym_pub] = ACTIONS(2674), + [anon_sym_return] = ACTIONS(2674), + [anon_sym_static] = ACTIONS(2674), + [anon_sym_struct] = ACTIONS(2674), + [anon_sym_trait] = ACTIONS(2674), + [anon_sym_type] = ACTIONS(2674), + [anon_sym_union] = ACTIONS(2674), + [anon_sym_unsafe] = ACTIONS(2674), + [anon_sym_use] = ACTIONS(2674), + [anon_sym_while] = ACTIONS(2674), + [anon_sym_extern] = ACTIONS(2674), + [anon_sym_yield] = ACTIONS(2674), + [anon_sym_move] = ACTIONS(2674), + [anon_sym_try] = ACTIONS(2674), + [sym_integer_literal] = ACTIONS(2672), + [aux_sym_string_literal_token1] = ACTIONS(2672), + [sym_char_literal] = ACTIONS(2672), + [anon_sym_true] = ACTIONS(2674), + [anon_sym_false] = ACTIONS(2674), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2674), + [sym_super] = ACTIONS(2674), + [sym_crate] = ACTIONS(2674), + [sym_metavariable] = ACTIONS(2672), + [sym__raw_string_literal_start] = ACTIONS(2672), + [sym_float_literal] = ACTIONS(2672), }, [STATE(709)] = { [sym_line_comment] = STATE(709), [sym_block_comment] = STATE(709), - [ts_builtin_sym_end] = ACTIONS(2750), - [sym_identifier] = ACTIONS(2752), - [anon_sym_SEMI] = ACTIONS(2750), - [anon_sym_macro_rules_BANG] = ACTIONS(2750), - [anon_sym_LPAREN] = ACTIONS(2750), - [anon_sym_LBRACK] = ACTIONS(2750), - [anon_sym_LBRACE] = ACTIONS(2750), - [anon_sym_RBRACE] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2750), - [anon_sym_u8] = ACTIONS(2752), - [anon_sym_i8] = ACTIONS(2752), - [anon_sym_u16] = ACTIONS(2752), - [anon_sym_i16] = ACTIONS(2752), - [anon_sym_u32] = ACTIONS(2752), - [anon_sym_i32] = ACTIONS(2752), - [anon_sym_u64] = ACTIONS(2752), - [anon_sym_i64] = ACTIONS(2752), - [anon_sym_u128] = ACTIONS(2752), - [anon_sym_i128] = ACTIONS(2752), - [anon_sym_isize] = ACTIONS(2752), - [anon_sym_usize] = ACTIONS(2752), - [anon_sym_f32] = ACTIONS(2752), - [anon_sym_f64] = ACTIONS(2752), - [anon_sym_bool] = ACTIONS(2752), - [anon_sym_str] = ACTIONS(2752), - [anon_sym_char] = ACTIONS(2752), - [anon_sym_DASH] = ACTIONS(2750), - [anon_sym_BANG] = ACTIONS(2750), - [anon_sym_AMP] = ACTIONS(2750), - [anon_sym_PIPE] = ACTIONS(2750), - [anon_sym_LT] = ACTIONS(2750), - [anon_sym_DOT_DOT] = ACTIONS(2750), - [anon_sym_COLON_COLON] = ACTIONS(2750), - [anon_sym_POUND] = ACTIONS(2750), - [anon_sym_SQUOTE] = ACTIONS(2752), - [anon_sym_async] = ACTIONS(2752), - [anon_sym_break] = ACTIONS(2752), - [anon_sym_const] = ACTIONS(2752), - [anon_sym_continue] = ACTIONS(2752), - [anon_sym_default] = ACTIONS(2752), - [anon_sym_enum] = ACTIONS(2752), - [anon_sym_fn] = ACTIONS(2752), - [anon_sym_for] = ACTIONS(2752), - [anon_sym_gen] = ACTIONS(2752), - [anon_sym_if] = ACTIONS(2752), - [anon_sym_impl] = ACTIONS(2752), - [anon_sym_let] = ACTIONS(2752), - [anon_sym_loop] = ACTIONS(2752), - [anon_sym_match] = ACTIONS(2752), - [anon_sym_mod] = ACTIONS(2752), - [anon_sym_pub] = ACTIONS(2752), - [anon_sym_return] = ACTIONS(2752), - [anon_sym_static] = ACTIONS(2752), - [anon_sym_struct] = ACTIONS(2752), - [anon_sym_trait] = ACTIONS(2752), - [anon_sym_type] = ACTIONS(2752), - [anon_sym_union] = ACTIONS(2752), - [anon_sym_unsafe] = ACTIONS(2752), - [anon_sym_use] = ACTIONS(2752), - [anon_sym_while] = ACTIONS(2752), - [anon_sym_extern] = ACTIONS(2752), - [anon_sym_yield] = ACTIONS(2752), - [anon_sym_move] = ACTIONS(2752), - [anon_sym_try] = ACTIONS(2752), - [sym_integer_literal] = ACTIONS(2750), - [aux_sym_string_literal_token1] = ACTIONS(2750), - [sym_char_literal] = ACTIONS(2750), - [anon_sym_true] = ACTIONS(2752), - [anon_sym_false] = ACTIONS(2752), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2752), - [sym_super] = ACTIONS(2752), - [sym_crate] = ACTIONS(2752), - [sym_metavariable] = ACTIONS(2750), - [sym__raw_string_literal_start] = ACTIONS(2750), - [sym_float_literal] = ACTIONS(2750), + [ts_builtin_sym_end] = ACTIONS(2676), + [sym_identifier] = ACTIONS(2678), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym_macro_rules_BANG] = ACTIONS(2676), + [anon_sym_LPAREN] = ACTIONS(2676), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2676), + [anon_sym_RBRACE] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2676), + [anon_sym_u8] = ACTIONS(2678), + [anon_sym_i8] = ACTIONS(2678), + [anon_sym_u16] = ACTIONS(2678), + [anon_sym_i16] = ACTIONS(2678), + [anon_sym_u32] = ACTIONS(2678), + [anon_sym_i32] = ACTIONS(2678), + [anon_sym_u64] = ACTIONS(2678), + [anon_sym_i64] = ACTIONS(2678), + [anon_sym_u128] = ACTIONS(2678), + [anon_sym_i128] = ACTIONS(2678), + [anon_sym_isize] = ACTIONS(2678), + [anon_sym_usize] = ACTIONS(2678), + [anon_sym_f32] = ACTIONS(2678), + [anon_sym_f64] = ACTIONS(2678), + [anon_sym_bool] = ACTIONS(2678), + [anon_sym_str] = ACTIONS(2678), + [anon_sym_char] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_BANG] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_PIPE] = ACTIONS(2676), + [anon_sym_LT] = ACTIONS(2676), + [anon_sym_DOT_DOT] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2676), + [anon_sym_POUND] = ACTIONS(2676), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_async] = ACTIONS(2678), + [anon_sym_break] = ACTIONS(2678), + [anon_sym_const] = ACTIONS(2678), + [anon_sym_continue] = ACTIONS(2678), + [anon_sym_default] = ACTIONS(2678), + [anon_sym_enum] = ACTIONS(2678), + [anon_sym_fn] = ACTIONS(2678), + [anon_sym_for] = ACTIONS(2678), + [anon_sym_gen] = ACTIONS(2678), + [anon_sym_if] = ACTIONS(2678), + [anon_sym_impl] = ACTIONS(2678), + [anon_sym_let] = ACTIONS(2678), + [anon_sym_loop] = ACTIONS(2678), + [anon_sym_match] = ACTIONS(2678), + [anon_sym_mod] = ACTIONS(2678), + [anon_sym_pub] = ACTIONS(2678), + [anon_sym_return] = ACTIONS(2678), + [anon_sym_static] = ACTIONS(2678), + [anon_sym_struct] = ACTIONS(2678), + [anon_sym_trait] = ACTIONS(2678), + [anon_sym_type] = ACTIONS(2678), + [anon_sym_union] = ACTIONS(2678), + [anon_sym_unsafe] = ACTIONS(2678), + [anon_sym_use] = ACTIONS(2678), + [anon_sym_while] = ACTIONS(2678), + [anon_sym_extern] = ACTIONS(2678), + [anon_sym_yield] = ACTIONS(2678), + [anon_sym_move] = ACTIONS(2678), + [anon_sym_try] = ACTIONS(2678), + [sym_integer_literal] = ACTIONS(2676), + [aux_sym_string_literal_token1] = ACTIONS(2676), + [sym_char_literal] = ACTIONS(2676), + [anon_sym_true] = ACTIONS(2678), + [anon_sym_false] = ACTIONS(2678), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2678), + [sym_super] = ACTIONS(2678), + [sym_crate] = ACTIONS(2678), + [sym_metavariable] = ACTIONS(2676), + [sym__raw_string_literal_start] = ACTIONS(2676), + [sym_float_literal] = ACTIONS(2676), }, [STATE(710)] = { [sym_line_comment] = STATE(710), [sym_block_comment] = STATE(710), - [ts_builtin_sym_end] = ACTIONS(2754), - [sym_identifier] = ACTIONS(2756), - [anon_sym_SEMI] = ACTIONS(2754), - [anon_sym_macro_rules_BANG] = ACTIONS(2754), - [anon_sym_LPAREN] = ACTIONS(2754), - [anon_sym_LBRACK] = ACTIONS(2754), - [anon_sym_LBRACE] = ACTIONS(2754), - [anon_sym_RBRACE] = ACTIONS(2754), - [anon_sym_STAR] = ACTIONS(2754), - [anon_sym_u8] = ACTIONS(2756), - [anon_sym_i8] = ACTIONS(2756), - [anon_sym_u16] = ACTIONS(2756), - [anon_sym_i16] = ACTIONS(2756), - [anon_sym_u32] = ACTIONS(2756), - [anon_sym_i32] = ACTIONS(2756), - [anon_sym_u64] = ACTIONS(2756), - [anon_sym_i64] = ACTIONS(2756), - [anon_sym_u128] = ACTIONS(2756), - [anon_sym_i128] = ACTIONS(2756), - [anon_sym_isize] = ACTIONS(2756), - [anon_sym_usize] = ACTIONS(2756), - [anon_sym_f32] = ACTIONS(2756), - [anon_sym_f64] = ACTIONS(2756), - [anon_sym_bool] = ACTIONS(2756), - [anon_sym_str] = ACTIONS(2756), - [anon_sym_char] = ACTIONS(2756), - [anon_sym_DASH] = ACTIONS(2754), - [anon_sym_BANG] = ACTIONS(2754), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2754), - [anon_sym_DOT_DOT] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(2754), - [anon_sym_POUND] = ACTIONS(2754), - [anon_sym_SQUOTE] = ACTIONS(2756), - [anon_sym_async] = ACTIONS(2756), - [anon_sym_break] = ACTIONS(2756), - [anon_sym_const] = ACTIONS(2756), - [anon_sym_continue] = ACTIONS(2756), - [anon_sym_default] = ACTIONS(2756), - [anon_sym_enum] = ACTIONS(2756), - [anon_sym_fn] = ACTIONS(2756), - [anon_sym_for] = ACTIONS(2756), - [anon_sym_gen] = ACTIONS(2756), - [anon_sym_if] = ACTIONS(2756), - [anon_sym_impl] = ACTIONS(2756), - [anon_sym_let] = ACTIONS(2756), - [anon_sym_loop] = ACTIONS(2756), - [anon_sym_match] = ACTIONS(2756), - [anon_sym_mod] = ACTIONS(2756), - [anon_sym_pub] = ACTIONS(2756), - [anon_sym_return] = ACTIONS(2756), - [anon_sym_static] = ACTIONS(2756), - [anon_sym_struct] = ACTIONS(2756), - [anon_sym_trait] = ACTIONS(2756), - [anon_sym_type] = ACTIONS(2756), - [anon_sym_union] = ACTIONS(2756), - [anon_sym_unsafe] = ACTIONS(2756), - [anon_sym_use] = ACTIONS(2756), - [anon_sym_while] = ACTIONS(2756), - [anon_sym_extern] = ACTIONS(2756), - [anon_sym_yield] = ACTIONS(2756), - [anon_sym_move] = ACTIONS(2756), - [anon_sym_try] = ACTIONS(2756), - [sym_integer_literal] = ACTIONS(2754), - [aux_sym_string_literal_token1] = ACTIONS(2754), - [sym_char_literal] = ACTIONS(2754), - [anon_sym_true] = ACTIONS(2756), - [anon_sym_false] = ACTIONS(2756), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2756), - [sym_super] = ACTIONS(2756), - [sym_crate] = ACTIONS(2756), - [sym_metavariable] = ACTIONS(2754), - [sym__raw_string_literal_start] = ACTIONS(2754), - [sym_float_literal] = ACTIONS(2754), + [ts_builtin_sym_end] = ACTIONS(2680), + [sym_identifier] = ACTIONS(2682), + [anon_sym_SEMI] = ACTIONS(2680), + [anon_sym_macro_rules_BANG] = ACTIONS(2680), + [anon_sym_LPAREN] = ACTIONS(2680), + [anon_sym_LBRACK] = ACTIONS(2680), + [anon_sym_LBRACE] = ACTIONS(2680), + [anon_sym_RBRACE] = ACTIONS(2680), + [anon_sym_STAR] = ACTIONS(2680), + [anon_sym_u8] = ACTIONS(2682), + [anon_sym_i8] = ACTIONS(2682), + [anon_sym_u16] = ACTIONS(2682), + [anon_sym_i16] = ACTIONS(2682), + [anon_sym_u32] = ACTIONS(2682), + [anon_sym_i32] = ACTIONS(2682), + [anon_sym_u64] = ACTIONS(2682), + [anon_sym_i64] = ACTIONS(2682), + [anon_sym_u128] = ACTIONS(2682), + [anon_sym_i128] = ACTIONS(2682), + [anon_sym_isize] = ACTIONS(2682), + [anon_sym_usize] = ACTIONS(2682), + [anon_sym_f32] = ACTIONS(2682), + [anon_sym_f64] = ACTIONS(2682), + [anon_sym_bool] = ACTIONS(2682), + [anon_sym_str] = ACTIONS(2682), + [anon_sym_char] = ACTIONS(2682), + [anon_sym_DASH] = ACTIONS(2680), + [anon_sym_BANG] = ACTIONS(2680), + [anon_sym_AMP] = ACTIONS(2680), + [anon_sym_PIPE] = ACTIONS(2680), + [anon_sym_LT] = ACTIONS(2680), + [anon_sym_DOT_DOT] = ACTIONS(2680), + [anon_sym_COLON_COLON] = ACTIONS(2680), + [anon_sym_POUND] = ACTIONS(2680), + [anon_sym_SQUOTE] = ACTIONS(2682), + [anon_sym_async] = ACTIONS(2682), + [anon_sym_break] = ACTIONS(2682), + [anon_sym_const] = ACTIONS(2682), + [anon_sym_continue] = ACTIONS(2682), + [anon_sym_default] = ACTIONS(2682), + [anon_sym_enum] = ACTIONS(2682), + [anon_sym_fn] = ACTIONS(2682), + [anon_sym_for] = ACTIONS(2682), + [anon_sym_gen] = ACTIONS(2682), + [anon_sym_if] = ACTIONS(2682), + [anon_sym_impl] = ACTIONS(2682), + [anon_sym_let] = ACTIONS(2682), + [anon_sym_loop] = ACTIONS(2682), + [anon_sym_match] = ACTIONS(2682), + [anon_sym_mod] = ACTIONS(2682), + [anon_sym_pub] = ACTIONS(2682), + [anon_sym_return] = ACTIONS(2682), + [anon_sym_static] = ACTIONS(2682), + [anon_sym_struct] = ACTIONS(2682), + [anon_sym_trait] = ACTIONS(2682), + [anon_sym_type] = ACTIONS(2682), + [anon_sym_union] = ACTIONS(2682), + [anon_sym_unsafe] = ACTIONS(2682), + [anon_sym_use] = ACTIONS(2682), + [anon_sym_while] = ACTIONS(2682), + [anon_sym_extern] = ACTIONS(2682), + [anon_sym_yield] = ACTIONS(2682), + [anon_sym_move] = ACTIONS(2682), + [anon_sym_try] = ACTIONS(2682), + [sym_integer_literal] = ACTIONS(2680), + [aux_sym_string_literal_token1] = ACTIONS(2680), + [sym_char_literal] = ACTIONS(2680), + [anon_sym_true] = ACTIONS(2682), + [anon_sym_false] = ACTIONS(2682), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2682), + [sym_super] = ACTIONS(2682), + [sym_crate] = ACTIONS(2682), + [sym_metavariable] = ACTIONS(2680), + [sym__raw_string_literal_start] = ACTIONS(2680), + [sym_float_literal] = ACTIONS(2680), }, [STATE(711)] = { [sym_line_comment] = STATE(711), [sym_block_comment] = STATE(711), - [ts_builtin_sym_end] = ACTIONS(2758), - [sym_identifier] = ACTIONS(2760), - [anon_sym_SEMI] = ACTIONS(2758), - [anon_sym_macro_rules_BANG] = ACTIONS(2758), - [anon_sym_LPAREN] = ACTIONS(2758), - [anon_sym_LBRACK] = ACTIONS(2758), - [anon_sym_LBRACE] = ACTIONS(2758), - [anon_sym_RBRACE] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(2758), - [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(2758), - [anon_sym_BANG] = ACTIONS(2758), - [anon_sym_AMP] = ACTIONS(2758), - [anon_sym_PIPE] = ACTIONS(2758), - [anon_sym_LT] = ACTIONS(2758), - [anon_sym_DOT_DOT] = ACTIONS(2758), - [anon_sym_COLON_COLON] = ACTIONS(2758), - [anon_sym_POUND] = ACTIONS(2758), - [anon_sym_SQUOTE] = ACTIONS(2760), - [anon_sym_async] = ACTIONS(2760), - [anon_sym_break] = ACTIONS(2760), - [anon_sym_const] = ACTIONS(2760), - [anon_sym_continue] = ACTIONS(2760), - [anon_sym_default] = ACTIONS(2760), - [anon_sym_enum] = ACTIONS(2760), - [anon_sym_fn] = ACTIONS(2760), - [anon_sym_for] = ACTIONS(2760), - [anon_sym_gen] = ACTIONS(2760), - [anon_sym_if] = ACTIONS(2760), - [anon_sym_impl] = ACTIONS(2760), - [anon_sym_let] = ACTIONS(2760), - [anon_sym_loop] = ACTIONS(2760), - [anon_sym_match] = ACTIONS(2760), - [anon_sym_mod] = ACTIONS(2760), - [anon_sym_pub] = ACTIONS(2760), - [anon_sym_return] = ACTIONS(2760), - [anon_sym_static] = ACTIONS(2760), - [anon_sym_struct] = ACTIONS(2760), - [anon_sym_trait] = ACTIONS(2760), - [anon_sym_type] = ACTIONS(2760), - [anon_sym_union] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2760), - [anon_sym_use] = ACTIONS(2760), - [anon_sym_while] = ACTIONS(2760), - [anon_sym_extern] = ACTIONS(2760), - [anon_sym_yield] = ACTIONS(2760), - [anon_sym_move] = ACTIONS(2760), - [anon_sym_try] = ACTIONS(2760), - [sym_integer_literal] = ACTIONS(2758), - [aux_sym_string_literal_token1] = ACTIONS(2758), - [sym_char_literal] = ACTIONS(2758), - [anon_sym_true] = ACTIONS(2760), - [anon_sym_false] = ACTIONS(2760), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2760), - [sym_super] = ACTIONS(2760), - [sym_crate] = ACTIONS(2760), - [sym_metavariable] = ACTIONS(2758), - [sym__raw_string_literal_start] = ACTIONS(2758), - [sym_float_literal] = ACTIONS(2758), + [ts_builtin_sym_end] = ACTIONS(2684), + [sym_identifier] = ACTIONS(2686), + [anon_sym_SEMI] = ACTIONS(2684), + [anon_sym_macro_rules_BANG] = ACTIONS(2684), + [anon_sym_LPAREN] = ACTIONS(2684), + [anon_sym_LBRACK] = ACTIONS(2684), + [anon_sym_LBRACE] = ACTIONS(2684), + [anon_sym_RBRACE] = ACTIONS(2684), + [anon_sym_STAR] = ACTIONS(2684), + [anon_sym_u8] = ACTIONS(2686), + [anon_sym_i8] = ACTIONS(2686), + [anon_sym_u16] = ACTIONS(2686), + [anon_sym_i16] = ACTIONS(2686), + [anon_sym_u32] = ACTIONS(2686), + [anon_sym_i32] = ACTIONS(2686), + [anon_sym_u64] = ACTIONS(2686), + [anon_sym_i64] = ACTIONS(2686), + [anon_sym_u128] = ACTIONS(2686), + [anon_sym_i128] = ACTIONS(2686), + [anon_sym_isize] = ACTIONS(2686), + [anon_sym_usize] = ACTIONS(2686), + [anon_sym_f32] = ACTIONS(2686), + [anon_sym_f64] = ACTIONS(2686), + [anon_sym_bool] = ACTIONS(2686), + [anon_sym_str] = ACTIONS(2686), + [anon_sym_char] = ACTIONS(2686), + [anon_sym_DASH] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(2684), + [anon_sym_AMP] = ACTIONS(2684), + [anon_sym_PIPE] = ACTIONS(2684), + [anon_sym_LT] = ACTIONS(2684), + [anon_sym_DOT_DOT] = ACTIONS(2684), + [anon_sym_COLON_COLON] = ACTIONS(2684), + [anon_sym_POUND] = ACTIONS(2684), + [anon_sym_SQUOTE] = ACTIONS(2686), + [anon_sym_async] = ACTIONS(2686), + [anon_sym_break] = ACTIONS(2686), + [anon_sym_const] = ACTIONS(2686), + [anon_sym_continue] = ACTIONS(2686), + [anon_sym_default] = ACTIONS(2686), + [anon_sym_enum] = ACTIONS(2686), + [anon_sym_fn] = ACTIONS(2686), + [anon_sym_for] = ACTIONS(2686), + [anon_sym_gen] = ACTIONS(2686), + [anon_sym_if] = ACTIONS(2686), + [anon_sym_impl] = ACTIONS(2686), + [anon_sym_let] = ACTIONS(2686), + [anon_sym_loop] = ACTIONS(2686), + [anon_sym_match] = ACTIONS(2686), + [anon_sym_mod] = ACTIONS(2686), + [anon_sym_pub] = ACTIONS(2686), + [anon_sym_return] = ACTIONS(2686), + [anon_sym_static] = ACTIONS(2686), + [anon_sym_struct] = ACTIONS(2686), + [anon_sym_trait] = ACTIONS(2686), + [anon_sym_type] = ACTIONS(2686), + [anon_sym_union] = ACTIONS(2686), + [anon_sym_unsafe] = ACTIONS(2686), + [anon_sym_use] = ACTIONS(2686), + [anon_sym_while] = ACTIONS(2686), + [anon_sym_extern] = ACTIONS(2686), + [anon_sym_yield] = ACTIONS(2686), + [anon_sym_move] = ACTIONS(2686), + [anon_sym_try] = ACTIONS(2686), + [sym_integer_literal] = ACTIONS(2684), + [aux_sym_string_literal_token1] = ACTIONS(2684), + [sym_char_literal] = ACTIONS(2684), + [anon_sym_true] = ACTIONS(2686), + [anon_sym_false] = ACTIONS(2686), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2686), + [sym_super] = ACTIONS(2686), + [sym_crate] = ACTIONS(2686), + [sym_metavariable] = ACTIONS(2684), + [sym__raw_string_literal_start] = ACTIONS(2684), + [sym_float_literal] = ACTIONS(2684), }, [STATE(712)] = { [sym_line_comment] = STATE(712), [sym_block_comment] = STATE(712), - [ts_builtin_sym_end] = ACTIONS(2762), - [sym_identifier] = ACTIONS(2764), - [anon_sym_SEMI] = ACTIONS(2762), - [anon_sym_macro_rules_BANG] = ACTIONS(2762), - [anon_sym_LPAREN] = ACTIONS(2762), - [anon_sym_LBRACK] = ACTIONS(2762), - [anon_sym_LBRACE] = ACTIONS(2762), - [anon_sym_RBRACE] = ACTIONS(2762), - [anon_sym_STAR] = ACTIONS(2762), - [anon_sym_u8] = ACTIONS(2764), - [anon_sym_i8] = ACTIONS(2764), - [anon_sym_u16] = ACTIONS(2764), - [anon_sym_i16] = ACTIONS(2764), - [anon_sym_u32] = ACTIONS(2764), - [anon_sym_i32] = ACTIONS(2764), - [anon_sym_u64] = ACTIONS(2764), - [anon_sym_i64] = ACTIONS(2764), - [anon_sym_u128] = ACTIONS(2764), - [anon_sym_i128] = ACTIONS(2764), - [anon_sym_isize] = ACTIONS(2764), - [anon_sym_usize] = ACTIONS(2764), - [anon_sym_f32] = ACTIONS(2764), - [anon_sym_f64] = ACTIONS(2764), - [anon_sym_bool] = ACTIONS(2764), - [anon_sym_str] = ACTIONS(2764), - [anon_sym_char] = ACTIONS(2764), - [anon_sym_DASH] = ACTIONS(2762), - [anon_sym_BANG] = ACTIONS(2762), - [anon_sym_AMP] = ACTIONS(2762), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_DOT_DOT] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2762), - [anon_sym_POUND] = ACTIONS(2762), - [anon_sym_SQUOTE] = ACTIONS(2764), - [anon_sym_async] = ACTIONS(2764), - [anon_sym_break] = ACTIONS(2764), - [anon_sym_const] = ACTIONS(2764), - [anon_sym_continue] = ACTIONS(2764), - [anon_sym_default] = ACTIONS(2764), - [anon_sym_enum] = ACTIONS(2764), - [anon_sym_fn] = ACTIONS(2764), - [anon_sym_for] = ACTIONS(2764), - [anon_sym_gen] = ACTIONS(2764), - [anon_sym_if] = ACTIONS(2764), - [anon_sym_impl] = ACTIONS(2764), - [anon_sym_let] = ACTIONS(2764), - [anon_sym_loop] = ACTIONS(2764), - [anon_sym_match] = ACTIONS(2764), - [anon_sym_mod] = ACTIONS(2764), - [anon_sym_pub] = ACTIONS(2764), - [anon_sym_return] = ACTIONS(2764), - [anon_sym_static] = ACTIONS(2764), - [anon_sym_struct] = ACTIONS(2764), - [anon_sym_trait] = ACTIONS(2764), - [anon_sym_type] = ACTIONS(2764), - [anon_sym_union] = ACTIONS(2764), - [anon_sym_unsafe] = ACTIONS(2764), - [anon_sym_use] = ACTIONS(2764), - [anon_sym_while] = ACTIONS(2764), - [anon_sym_extern] = ACTIONS(2764), - [anon_sym_yield] = ACTIONS(2764), - [anon_sym_move] = ACTIONS(2764), - [anon_sym_try] = ACTIONS(2764), - [sym_integer_literal] = ACTIONS(2762), - [aux_sym_string_literal_token1] = ACTIONS(2762), - [sym_char_literal] = ACTIONS(2762), - [anon_sym_true] = ACTIONS(2764), - [anon_sym_false] = ACTIONS(2764), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2764), - [sym_super] = ACTIONS(2764), - [sym_crate] = ACTIONS(2764), - [sym_metavariable] = ACTIONS(2762), - [sym__raw_string_literal_start] = ACTIONS(2762), - [sym_float_literal] = ACTIONS(2762), + [ts_builtin_sym_end] = ACTIONS(2688), + [sym_identifier] = ACTIONS(2690), + [anon_sym_SEMI] = ACTIONS(2688), + [anon_sym_macro_rules_BANG] = ACTIONS(2688), + [anon_sym_LPAREN] = ACTIONS(2688), + [anon_sym_LBRACK] = ACTIONS(2688), + [anon_sym_LBRACE] = ACTIONS(2688), + [anon_sym_RBRACE] = ACTIONS(2688), + [anon_sym_STAR] = ACTIONS(2688), + [anon_sym_u8] = ACTIONS(2690), + [anon_sym_i8] = ACTIONS(2690), + [anon_sym_u16] = ACTIONS(2690), + [anon_sym_i16] = ACTIONS(2690), + [anon_sym_u32] = ACTIONS(2690), + [anon_sym_i32] = ACTIONS(2690), + [anon_sym_u64] = ACTIONS(2690), + [anon_sym_i64] = ACTIONS(2690), + [anon_sym_u128] = ACTIONS(2690), + [anon_sym_i128] = ACTIONS(2690), + [anon_sym_isize] = ACTIONS(2690), + [anon_sym_usize] = ACTIONS(2690), + [anon_sym_f32] = ACTIONS(2690), + [anon_sym_f64] = ACTIONS(2690), + [anon_sym_bool] = ACTIONS(2690), + [anon_sym_str] = ACTIONS(2690), + [anon_sym_char] = ACTIONS(2690), + [anon_sym_DASH] = ACTIONS(2688), + [anon_sym_BANG] = ACTIONS(2688), + [anon_sym_AMP] = ACTIONS(2688), + [anon_sym_PIPE] = ACTIONS(2688), + [anon_sym_LT] = ACTIONS(2688), + [anon_sym_DOT_DOT] = ACTIONS(2688), + [anon_sym_COLON_COLON] = ACTIONS(2688), + [anon_sym_POUND] = ACTIONS(2688), + [anon_sym_SQUOTE] = ACTIONS(2690), + [anon_sym_async] = ACTIONS(2690), + [anon_sym_break] = ACTIONS(2690), + [anon_sym_const] = ACTIONS(2690), + [anon_sym_continue] = ACTIONS(2690), + [anon_sym_default] = ACTIONS(2690), + [anon_sym_enum] = ACTIONS(2690), + [anon_sym_fn] = ACTIONS(2690), + [anon_sym_for] = ACTIONS(2690), + [anon_sym_gen] = ACTIONS(2690), + [anon_sym_if] = ACTIONS(2690), + [anon_sym_impl] = ACTIONS(2690), + [anon_sym_let] = ACTIONS(2690), + [anon_sym_loop] = ACTIONS(2690), + [anon_sym_match] = ACTIONS(2690), + [anon_sym_mod] = ACTIONS(2690), + [anon_sym_pub] = ACTIONS(2690), + [anon_sym_return] = ACTIONS(2690), + [anon_sym_static] = ACTIONS(2690), + [anon_sym_struct] = ACTIONS(2690), + [anon_sym_trait] = ACTIONS(2690), + [anon_sym_type] = ACTIONS(2690), + [anon_sym_union] = ACTIONS(2690), + [anon_sym_unsafe] = ACTIONS(2690), + [anon_sym_use] = ACTIONS(2690), + [anon_sym_while] = ACTIONS(2690), + [anon_sym_extern] = ACTIONS(2690), + [anon_sym_yield] = ACTIONS(2690), + [anon_sym_move] = ACTIONS(2690), + [anon_sym_try] = ACTIONS(2690), + [sym_integer_literal] = ACTIONS(2688), + [aux_sym_string_literal_token1] = ACTIONS(2688), + [sym_char_literal] = ACTIONS(2688), + [anon_sym_true] = ACTIONS(2690), + [anon_sym_false] = ACTIONS(2690), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2690), + [sym_super] = ACTIONS(2690), + [sym_crate] = ACTIONS(2690), + [sym_metavariable] = ACTIONS(2688), + [sym__raw_string_literal_start] = ACTIONS(2688), + [sym_float_literal] = ACTIONS(2688), }, [STATE(713)] = { [sym_line_comment] = STATE(713), [sym_block_comment] = STATE(713), - [ts_builtin_sym_end] = ACTIONS(2766), - [sym_identifier] = ACTIONS(2768), - [anon_sym_SEMI] = ACTIONS(2766), - [anon_sym_macro_rules_BANG] = ACTIONS(2766), - [anon_sym_LPAREN] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2766), - [anon_sym_RBRACE] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2766), - [anon_sym_u8] = ACTIONS(2768), - [anon_sym_i8] = ACTIONS(2768), - [anon_sym_u16] = ACTIONS(2768), - [anon_sym_i16] = ACTIONS(2768), - [anon_sym_u32] = ACTIONS(2768), - [anon_sym_i32] = ACTIONS(2768), - [anon_sym_u64] = ACTIONS(2768), - [anon_sym_i64] = ACTIONS(2768), - [anon_sym_u128] = ACTIONS(2768), - [anon_sym_i128] = ACTIONS(2768), - [anon_sym_isize] = ACTIONS(2768), - [anon_sym_usize] = ACTIONS(2768), - [anon_sym_f32] = ACTIONS(2768), - [anon_sym_f64] = ACTIONS(2768), - [anon_sym_bool] = ACTIONS(2768), - [anon_sym_str] = ACTIONS(2768), - [anon_sym_char] = ACTIONS(2768), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_BANG] = ACTIONS(2766), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_PIPE] = ACTIONS(2766), - [anon_sym_LT] = ACTIONS(2766), - [anon_sym_DOT_DOT] = ACTIONS(2766), - [anon_sym_COLON_COLON] = ACTIONS(2766), - [anon_sym_POUND] = ACTIONS(2766), - [anon_sym_SQUOTE] = ACTIONS(2768), - [anon_sym_async] = ACTIONS(2768), - [anon_sym_break] = ACTIONS(2768), - [anon_sym_const] = ACTIONS(2768), - [anon_sym_continue] = ACTIONS(2768), - [anon_sym_default] = ACTIONS(2768), - [anon_sym_enum] = ACTIONS(2768), - [anon_sym_fn] = ACTIONS(2768), - [anon_sym_for] = ACTIONS(2768), - [anon_sym_gen] = ACTIONS(2768), - [anon_sym_if] = ACTIONS(2768), - [anon_sym_impl] = ACTIONS(2768), - [anon_sym_let] = ACTIONS(2768), - [anon_sym_loop] = ACTIONS(2768), - [anon_sym_match] = ACTIONS(2768), - [anon_sym_mod] = ACTIONS(2768), - [anon_sym_pub] = ACTIONS(2768), - [anon_sym_return] = ACTIONS(2768), - [anon_sym_static] = ACTIONS(2768), - [anon_sym_struct] = ACTIONS(2768), - [anon_sym_trait] = ACTIONS(2768), - [anon_sym_type] = ACTIONS(2768), - [anon_sym_union] = ACTIONS(2768), - [anon_sym_unsafe] = ACTIONS(2768), - [anon_sym_use] = ACTIONS(2768), - [anon_sym_while] = ACTIONS(2768), - [anon_sym_extern] = ACTIONS(2768), - [anon_sym_yield] = ACTIONS(2768), - [anon_sym_move] = ACTIONS(2768), - [anon_sym_try] = ACTIONS(2768), - [sym_integer_literal] = ACTIONS(2766), - [aux_sym_string_literal_token1] = ACTIONS(2766), - [sym_char_literal] = ACTIONS(2766), - [anon_sym_true] = ACTIONS(2768), - [anon_sym_false] = ACTIONS(2768), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2768), - [sym_super] = ACTIONS(2768), - [sym_crate] = ACTIONS(2768), - [sym_metavariable] = ACTIONS(2766), - [sym__raw_string_literal_start] = ACTIONS(2766), - [sym_float_literal] = ACTIONS(2766), + [ts_builtin_sym_end] = ACTIONS(2692), + [sym_identifier] = ACTIONS(2694), + [anon_sym_SEMI] = ACTIONS(2692), + [anon_sym_macro_rules_BANG] = ACTIONS(2692), + [anon_sym_LPAREN] = ACTIONS(2692), + [anon_sym_LBRACK] = ACTIONS(2692), + [anon_sym_LBRACE] = ACTIONS(2692), + [anon_sym_RBRACE] = ACTIONS(2692), + [anon_sym_STAR] = ACTIONS(2692), + [anon_sym_u8] = ACTIONS(2694), + [anon_sym_i8] = ACTIONS(2694), + [anon_sym_u16] = ACTIONS(2694), + [anon_sym_i16] = ACTIONS(2694), + [anon_sym_u32] = ACTIONS(2694), + [anon_sym_i32] = ACTIONS(2694), + [anon_sym_u64] = ACTIONS(2694), + [anon_sym_i64] = ACTIONS(2694), + [anon_sym_u128] = ACTIONS(2694), + [anon_sym_i128] = ACTIONS(2694), + [anon_sym_isize] = ACTIONS(2694), + [anon_sym_usize] = ACTIONS(2694), + [anon_sym_f32] = ACTIONS(2694), + [anon_sym_f64] = ACTIONS(2694), + [anon_sym_bool] = ACTIONS(2694), + [anon_sym_str] = ACTIONS(2694), + [anon_sym_char] = ACTIONS(2694), + [anon_sym_DASH] = ACTIONS(2692), + [anon_sym_BANG] = ACTIONS(2692), + [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_PIPE] = ACTIONS(2692), + [anon_sym_LT] = ACTIONS(2692), + [anon_sym_DOT_DOT] = ACTIONS(2692), + [anon_sym_COLON_COLON] = ACTIONS(2692), + [anon_sym_POUND] = ACTIONS(2692), + [anon_sym_SQUOTE] = ACTIONS(2694), + [anon_sym_async] = ACTIONS(2694), + [anon_sym_break] = ACTIONS(2694), + [anon_sym_const] = ACTIONS(2694), + [anon_sym_continue] = ACTIONS(2694), + [anon_sym_default] = ACTIONS(2694), + [anon_sym_enum] = ACTIONS(2694), + [anon_sym_fn] = ACTIONS(2694), + [anon_sym_for] = ACTIONS(2694), + [anon_sym_gen] = ACTIONS(2694), + [anon_sym_if] = ACTIONS(2694), + [anon_sym_impl] = ACTIONS(2694), + [anon_sym_let] = ACTIONS(2694), + [anon_sym_loop] = ACTIONS(2694), + [anon_sym_match] = ACTIONS(2694), + [anon_sym_mod] = ACTIONS(2694), + [anon_sym_pub] = ACTIONS(2694), + [anon_sym_return] = ACTIONS(2694), + [anon_sym_static] = ACTIONS(2694), + [anon_sym_struct] = ACTIONS(2694), + [anon_sym_trait] = ACTIONS(2694), + [anon_sym_type] = ACTIONS(2694), + [anon_sym_union] = ACTIONS(2694), + [anon_sym_unsafe] = ACTIONS(2694), + [anon_sym_use] = ACTIONS(2694), + [anon_sym_while] = ACTIONS(2694), + [anon_sym_extern] = ACTIONS(2694), + [anon_sym_yield] = ACTIONS(2694), + [anon_sym_move] = ACTIONS(2694), + [anon_sym_try] = ACTIONS(2694), + [sym_integer_literal] = ACTIONS(2692), + [aux_sym_string_literal_token1] = ACTIONS(2692), + [sym_char_literal] = ACTIONS(2692), + [anon_sym_true] = ACTIONS(2694), + [anon_sym_false] = ACTIONS(2694), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2694), + [sym_super] = ACTIONS(2694), + [sym_crate] = ACTIONS(2694), + [sym_metavariable] = ACTIONS(2692), + [sym__raw_string_literal_start] = ACTIONS(2692), + [sym_float_literal] = ACTIONS(2692), }, [STATE(714)] = { [sym_line_comment] = STATE(714), [sym_block_comment] = STATE(714), - [ts_builtin_sym_end] = ACTIONS(2770), - [sym_identifier] = ACTIONS(2772), - [anon_sym_SEMI] = ACTIONS(2770), - [anon_sym_macro_rules_BANG] = ACTIONS(2770), - [anon_sym_LPAREN] = ACTIONS(2770), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_LBRACE] = ACTIONS(2770), - [anon_sym_RBRACE] = ACTIONS(2770), - [anon_sym_STAR] = ACTIONS(2770), - [anon_sym_u8] = ACTIONS(2772), - [anon_sym_i8] = ACTIONS(2772), - [anon_sym_u16] = ACTIONS(2772), - [anon_sym_i16] = ACTIONS(2772), - [anon_sym_u32] = ACTIONS(2772), - [anon_sym_i32] = ACTIONS(2772), - [anon_sym_u64] = ACTIONS(2772), - [anon_sym_i64] = ACTIONS(2772), - [anon_sym_u128] = ACTIONS(2772), - [anon_sym_i128] = ACTIONS(2772), - [anon_sym_isize] = ACTIONS(2772), - [anon_sym_usize] = ACTIONS(2772), - [anon_sym_f32] = ACTIONS(2772), - [anon_sym_f64] = ACTIONS(2772), - [anon_sym_bool] = ACTIONS(2772), - [anon_sym_str] = ACTIONS(2772), - [anon_sym_char] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2770), - [anon_sym_BANG] = ACTIONS(2770), - [anon_sym_AMP] = ACTIONS(2770), - [anon_sym_PIPE] = ACTIONS(2770), - [anon_sym_LT] = ACTIONS(2770), - [anon_sym_DOT_DOT] = ACTIONS(2770), - [anon_sym_COLON_COLON] = ACTIONS(2770), - [anon_sym_POUND] = ACTIONS(2770), - [anon_sym_SQUOTE] = ACTIONS(2772), - [anon_sym_async] = ACTIONS(2772), - [anon_sym_break] = ACTIONS(2772), - [anon_sym_const] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2772), - [anon_sym_default] = ACTIONS(2772), - [anon_sym_enum] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_for] = ACTIONS(2772), - [anon_sym_gen] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_impl] = ACTIONS(2772), - [anon_sym_let] = ACTIONS(2772), - [anon_sym_loop] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_mod] = ACTIONS(2772), - [anon_sym_pub] = ACTIONS(2772), - [anon_sym_return] = ACTIONS(2772), - [anon_sym_static] = ACTIONS(2772), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_trait] = ACTIONS(2772), - [anon_sym_type] = ACTIONS(2772), - [anon_sym_union] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_use] = ACTIONS(2772), - [anon_sym_while] = ACTIONS(2772), - [anon_sym_extern] = ACTIONS(2772), - [anon_sym_yield] = ACTIONS(2772), - [anon_sym_move] = ACTIONS(2772), - [anon_sym_try] = ACTIONS(2772), - [sym_integer_literal] = ACTIONS(2770), - [aux_sym_string_literal_token1] = ACTIONS(2770), - [sym_char_literal] = ACTIONS(2770), - [anon_sym_true] = ACTIONS(2772), - [anon_sym_false] = ACTIONS(2772), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2772), - [sym_super] = ACTIONS(2772), - [sym_crate] = ACTIONS(2772), - [sym_metavariable] = ACTIONS(2770), - [sym__raw_string_literal_start] = ACTIONS(2770), - [sym_float_literal] = ACTIONS(2770), + [ts_builtin_sym_end] = ACTIONS(2696), + [sym_identifier] = ACTIONS(2698), + [anon_sym_SEMI] = ACTIONS(2696), + [anon_sym_macro_rules_BANG] = ACTIONS(2696), + [anon_sym_LPAREN] = ACTIONS(2696), + [anon_sym_LBRACK] = ACTIONS(2696), + [anon_sym_LBRACE] = ACTIONS(2696), + [anon_sym_RBRACE] = ACTIONS(2696), + [anon_sym_STAR] = ACTIONS(2696), + [anon_sym_u8] = ACTIONS(2698), + [anon_sym_i8] = ACTIONS(2698), + [anon_sym_u16] = ACTIONS(2698), + [anon_sym_i16] = ACTIONS(2698), + [anon_sym_u32] = ACTIONS(2698), + [anon_sym_i32] = ACTIONS(2698), + [anon_sym_u64] = ACTIONS(2698), + [anon_sym_i64] = ACTIONS(2698), + [anon_sym_u128] = ACTIONS(2698), + [anon_sym_i128] = ACTIONS(2698), + [anon_sym_isize] = ACTIONS(2698), + [anon_sym_usize] = ACTIONS(2698), + [anon_sym_f32] = ACTIONS(2698), + [anon_sym_f64] = ACTIONS(2698), + [anon_sym_bool] = ACTIONS(2698), + [anon_sym_str] = ACTIONS(2698), + [anon_sym_char] = ACTIONS(2698), + [anon_sym_DASH] = ACTIONS(2696), + [anon_sym_BANG] = ACTIONS(2696), + [anon_sym_AMP] = ACTIONS(2696), + [anon_sym_PIPE] = ACTIONS(2696), + [anon_sym_LT] = ACTIONS(2696), + [anon_sym_DOT_DOT] = ACTIONS(2696), + [anon_sym_COLON_COLON] = ACTIONS(2696), + [anon_sym_POUND] = ACTIONS(2696), + [anon_sym_SQUOTE] = ACTIONS(2698), + [anon_sym_async] = ACTIONS(2698), + [anon_sym_break] = ACTIONS(2698), + [anon_sym_const] = ACTIONS(2698), + [anon_sym_continue] = ACTIONS(2698), + [anon_sym_default] = ACTIONS(2698), + [anon_sym_enum] = ACTIONS(2698), + [anon_sym_fn] = ACTIONS(2698), + [anon_sym_for] = ACTIONS(2698), + [anon_sym_gen] = ACTIONS(2698), + [anon_sym_if] = ACTIONS(2698), + [anon_sym_impl] = ACTIONS(2698), + [anon_sym_let] = ACTIONS(2698), + [anon_sym_loop] = ACTIONS(2698), + [anon_sym_match] = ACTIONS(2698), + [anon_sym_mod] = ACTIONS(2698), + [anon_sym_pub] = ACTIONS(2698), + [anon_sym_return] = ACTIONS(2698), + [anon_sym_static] = ACTIONS(2698), + [anon_sym_struct] = ACTIONS(2698), + [anon_sym_trait] = ACTIONS(2698), + [anon_sym_type] = ACTIONS(2698), + [anon_sym_union] = ACTIONS(2698), + [anon_sym_unsafe] = ACTIONS(2698), + [anon_sym_use] = ACTIONS(2698), + [anon_sym_while] = ACTIONS(2698), + [anon_sym_extern] = ACTIONS(2698), + [anon_sym_yield] = ACTIONS(2698), + [anon_sym_move] = ACTIONS(2698), + [anon_sym_try] = ACTIONS(2698), + [sym_integer_literal] = ACTIONS(2696), + [aux_sym_string_literal_token1] = ACTIONS(2696), + [sym_char_literal] = ACTIONS(2696), + [anon_sym_true] = ACTIONS(2698), + [anon_sym_false] = ACTIONS(2698), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2698), + [sym_super] = ACTIONS(2698), + [sym_crate] = ACTIONS(2698), + [sym_metavariable] = ACTIONS(2696), + [sym__raw_string_literal_start] = ACTIONS(2696), + [sym_float_literal] = ACTIONS(2696), }, [STATE(715)] = { [sym_line_comment] = STATE(715), [sym_block_comment] = STATE(715), - [ts_builtin_sym_end] = ACTIONS(2774), - [sym_identifier] = ACTIONS(2776), - [anon_sym_SEMI] = ACTIONS(2774), - [anon_sym_macro_rules_BANG] = ACTIONS(2774), - [anon_sym_LPAREN] = ACTIONS(2774), - [anon_sym_LBRACK] = ACTIONS(2774), - [anon_sym_LBRACE] = ACTIONS(2774), - [anon_sym_RBRACE] = ACTIONS(2774), - [anon_sym_STAR] = ACTIONS(2774), - [anon_sym_u8] = ACTIONS(2776), - [anon_sym_i8] = ACTIONS(2776), - [anon_sym_u16] = ACTIONS(2776), - [anon_sym_i16] = ACTIONS(2776), - [anon_sym_u32] = ACTIONS(2776), - [anon_sym_i32] = ACTIONS(2776), - [anon_sym_u64] = ACTIONS(2776), - [anon_sym_i64] = ACTIONS(2776), - [anon_sym_u128] = ACTIONS(2776), - [anon_sym_i128] = ACTIONS(2776), - [anon_sym_isize] = ACTIONS(2776), - [anon_sym_usize] = ACTIONS(2776), - [anon_sym_f32] = ACTIONS(2776), - [anon_sym_f64] = ACTIONS(2776), - [anon_sym_bool] = ACTIONS(2776), - [anon_sym_str] = ACTIONS(2776), - [anon_sym_char] = ACTIONS(2776), - [anon_sym_DASH] = ACTIONS(2774), - [anon_sym_BANG] = ACTIONS(2774), - [anon_sym_AMP] = ACTIONS(2774), - [anon_sym_PIPE] = ACTIONS(2774), - [anon_sym_LT] = ACTIONS(2774), - [anon_sym_DOT_DOT] = ACTIONS(2774), - [anon_sym_COLON_COLON] = ACTIONS(2774), - [anon_sym_POUND] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2776), - [anon_sym_async] = ACTIONS(2776), - [anon_sym_break] = ACTIONS(2776), - [anon_sym_const] = ACTIONS(2776), - [anon_sym_continue] = ACTIONS(2776), - [anon_sym_default] = ACTIONS(2776), - [anon_sym_enum] = ACTIONS(2776), - [anon_sym_fn] = ACTIONS(2776), - [anon_sym_for] = ACTIONS(2776), - [anon_sym_gen] = ACTIONS(2776), - [anon_sym_if] = ACTIONS(2776), - [anon_sym_impl] = ACTIONS(2776), - [anon_sym_let] = ACTIONS(2776), - [anon_sym_loop] = ACTIONS(2776), - [anon_sym_match] = ACTIONS(2776), - [anon_sym_mod] = ACTIONS(2776), - [anon_sym_pub] = ACTIONS(2776), - [anon_sym_return] = ACTIONS(2776), - [anon_sym_static] = ACTIONS(2776), - [anon_sym_struct] = ACTIONS(2776), - [anon_sym_trait] = ACTIONS(2776), - [anon_sym_type] = ACTIONS(2776), - [anon_sym_union] = ACTIONS(2776), - [anon_sym_unsafe] = ACTIONS(2776), - [anon_sym_use] = ACTIONS(2776), - [anon_sym_while] = ACTIONS(2776), - [anon_sym_extern] = ACTIONS(2776), - [anon_sym_yield] = ACTIONS(2776), - [anon_sym_move] = ACTIONS(2776), - [anon_sym_try] = ACTIONS(2776), - [sym_integer_literal] = ACTIONS(2774), - [aux_sym_string_literal_token1] = ACTIONS(2774), - [sym_char_literal] = ACTIONS(2774), - [anon_sym_true] = ACTIONS(2776), - [anon_sym_false] = ACTIONS(2776), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2776), - [sym_super] = ACTIONS(2776), - [sym_crate] = ACTIONS(2776), - [sym_metavariable] = ACTIONS(2774), - [sym__raw_string_literal_start] = ACTIONS(2774), - [sym_float_literal] = ACTIONS(2774), + [ts_builtin_sym_end] = ACTIONS(2700), + [sym_identifier] = ACTIONS(2702), + [anon_sym_SEMI] = ACTIONS(2700), + [anon_sym_macro_rules_BANG] = ACTIONS(2700), + [anon_sym_LPAREN] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACE] = ACTIONS(2700), + [anon_sym_RBRACE] = ACTIONS(2700), + [anon_sym_STAR] = ACTIONS(2700), + [anon_sym_u8] = ACTIONS(2702), + [anon_sym_i8] = ACTIONS(2702), + [anon_sym_u16] = ACTIONS(2702), + [anon_sym_i16] = ACTIONS(2702), + [anon_sym_u32] = ACTIONS(2702), + [anon_sym_i32] = ACTIONS(2702), + [anon_sym_u64] = ACTIONS(2702), + [anon_sym_i64] = ACTIONS(2702), + [anon_sym_u128] = ACTIONS(2702), + [anon_sym_i128] = ACTIONS(2702), + [anon_sym_isize] = ACTIONS(2702), + [anon_sym_usize] = ACTIONS(2702), + [anon_sym_f32] = ACTIONS(2702), + [anon_sym_f64] = ACTIONS(2702), + [anon_sym_bool] = ACTIONS(2702), + [anon_sym_str] = ACTIONS(2702), + [anon_sym_char] = ACTIONS(2702), + [anon_sym_DASH] = ACTIONS(2700), + [anon_sym_BANG] = ACTIONS(2700), + [anon_sym_AMP] = ACTIONS(2700), + [anon_sym_PIPE] = ACTIONS(2700), + [anon_sym_LT] = ACTIONS(2700), + [anon_sym_DOT_DOT] = ACTIONS(2700), + [anon_sym_COLON_COLON] = ACTIONS(2700), + [anon_sym_POUND] = ACTIONS(2700), + [anon_sym_SQUOTE] = ACTIONS(2702), + [anon_sym_async] = ACTIONS(2702), + [anon_sym_break] = ACTIONS(2702), + [anon_sym_const] = ACTIONS(2702), + [anon_sym_continue] = ACTIONS(2702), + [anon_sym_default] = ACTIONS(2702), + [anon_sym_enum] = ACTIONS(2702), + [anon_sym_fn] = ACTIONS(2702), + [anon_sym_for] = ACTIONS(2702), + [anon_sym_gen] = ACTIONS(2702), + [anon_sym_if] = ACTIONS(2702), + [anon_sym_impl] = ACTIONS(2702), + [anon_sym_let] = ACTIONS(2702), + [anon_sym_loop] = ACTIONS(2702), + [anon_sym_match] = ACTIONS(2702), + [anon_sym_mod] = ACTIONS(2702), + [anon_sym_pub] = ACTIONS(2702), + [anon_sym_return] = ACTIONS(2702), + [anon_sym_static] = ACTIONS(2702), + [anon_sym_struct] = ACTIONS(2702), + [anon_sym_trait] = ACTIONS(2702), + [anon_sym_type] = ACTIONS(2702), + [anon_sym_union] = ACTIONS(2702), + [anon_sym_unsafe] = ACTIONS(2702), + [anon_sym_use] = ACTIONS(2702), + [anon_sym_while] = ACTIONS(2702), + [anon_sym_extern] = ACTIONS(2702), + [anon_sym_yield] = ACTIONS(2702), + [anon_sym_move] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2702), + [sym_integer_literal] = ACTIONS(2700), + [aux_sym_string_literal_token1] = ACTIONS(2700), + [sym_char_literal] = ACTIONS(2700), + [anon_sym_true] = ACTIONS(2702), + [anon_sym_false] = ACTIONS(2702), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2702), + [sym_super] = ACTIONS(2702), + [sym_crate] = ACTIONS(2702), + [sym_metavariable] = ACTIONS(2700), + [sym__raw_string_literal_start] = ACTIONS(2700), + [sym_float_literal] = ACTIONS(2700), }, [STATE(716)] = { [sym_line_comment] = STATE(716), [sym_block_comment] = STATE(716), - [ts_builtin_sym_end] = ACTIONS(2778), - [sym_identifier] = ACTIONS(2780), - [anon_sym_SEMI] = ACTIONS(2778), - [anon_sym_macro_rules_BANG] = ACTIONS(2778), - [anon_sym_LPAREN] = ACTIONS(2778), - [anon_sym_LBRACK] = ACTIONS(2778), - [anon_sym_LBRACE] = ACTIONS(2778), - [anon_sym_RBRACE] = ACTIONS(2778), - [anon_sym_STAR] = ACTIONS(2778), - [anon_sym_u8] = ACTIONS(2780), - [anon_sym_i8] = ACTIONS(2780), - [anon_sym_u16] = ACTIONS(2780), - [anon_sym_i16] = ACTIONS(2780), - [anon_sym_u32] = ACTIONS(2780), - [anon_sym_i32] = ACTIONS(2780), - [anon_sym_u64] = ACTIONS(2780), - [anon_sym_i64] = ACTIONS(2780), - [anon_sym_u128] = ACTIONS(2780), - [anon_sym_i128] = ACTIONS(2780), - [anon_sym_isize] = ACTIONS(2780), - [anon_sym_usize] = ACTIONS(2780), - [anon_sym_f32] = ACTIONS(2780), - [anon_sym_f64] = ACTIONS(2780), - [anon_sym_bool] = ACTIONS(2780), - [anon_sym_str] = ACTIONS(2780), - [anon_sym_char] = ACTIONS(2780), - [anon_sym_DASH] = ACTIONS(2778), - [anon_sym_BANG] = ACTIONS(2778), - [anon_sym_AMP] = ACTIONS(2778), - [anon_sym_PIPE] = ACTIONS(2778), - [anon_sym_LT] = ACTIONS(2778), - [anon_sym_DOT_DOT] = ACTIONS(2778), - [anon_sym_COLON_COLON] = ACTIONS(2778), - [anon_sym_POUND] = ACTIONS(2778), - [anon_sym_SQUOTE] = ACTIONS(2780), - [anon_sym_async] = ACTIONS(2780), - [anon_sym_break] = ACTIONS(2780), - [anon_sym_const] = ACTIONS(2780), - [anon_sym_continue] = ACTIONS(2780), - [anon_sym_default] = ACTIONS(2780), - [anon_sym_enum] = ACTIONS(2780), - [anon_sym_fn] = ACTIONS(2780), - [anon_sym_for] = ACTIONS(2780), - [anon_sym_gen] = ACTIONS(2780), - [anon_sym_if] = ACTIONS(2780), - [anon_sym_impl] = ACTIONS(2780), - [anon_sym_let] = ACTIONS(2780), - [anon_sym_loop] = ACTIONS(2780), - [anon_sym_match] = ACTIONS(2780), - [anon_sym_mod] = ACTIONS(2780), - [anon_sym_pub] = ACTIONS(2780), - [anon_sym_return] = ACTIONS(2780), - [anon_sym_static] = ACTIONS(2780), - [anon_sym_struct] = ACTIONS(2780), - [anon_sym_trait] = ACTIONS(2780), - [anon_sym_type] = ACTIONS(2780), - [anon_sym_union] = ACTIONS(2780), - [anon_sym_unsafe] = ACTIONS(2780), - [anon_sym_use] = ACTIONS(2780), - [anon_sym_while] = ACTIONS(2780), - [anon_sym_extern] = ACTIONS(2780), - [anon_sym_yield] = ACTIONS(2780), - [anon_sym_move] = ACTIONS(2780), - [anon_sym_try] = ACTIONS(2780), - [sym_integer_literal] = ACTIONS(2778), - [aux_sym_string_literal_token1] = ACTIONS(2778), - [sym_char_literal] = ACTIONS(2778), - [anon_sym_true] = ACTIONS(2780), - [anon_sym_false] = ACTIONS(2780), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2780), - [sym_super] = ACTIONS(2780), - [sym_crate] = ACTIONS(2780), - [sym_metavariable] = ACTIONS(2778), - [sym__raw_string_literal_start] = ACTIONS(2778), - [sym_float_literal] = ACTIONS(2778), + [ts_builtin_sym_end] = ACTIONS(2704), + [sym_identifier] = ACTIONS(2706), + [anon_sym_SEMI] = ACTIONS(2704), + [anon_sym_macro_rules_BANG] = ACTIONS(2704), + [anon_sym_LPAREN] = ACTIONS(2704), + [anon_sym_LBRACK] = ACTIONS(2704), + [anon_sym_LBRACE] = ACTIONS(2704), + [anon_sym_RBRACE] = ACTIONS(2704), + [anon_sym_STAR] = ACTIONS(2704), + [anon_sym_u8] = ACTIONS(2706), + [anon_sym_i8] = ACTIONS(2706), + [anon_sym_u16] = ACTIONS(2706), + [anon_sym_i16] = ACTIONS(2706), + [anon_sym_u32] = ACTIONS(2706), + [anon_sym_i32] = ACTIONS(2706), + [anon_sym_u64] = ACTIONS(2706), + [anon_sym_i64] = ACTIONS(2706), + [anon_sym_u128] = ACTIONS(2706), + [anon_sym_i128] = ACTIONS(2706), + [anon_sym_isize] = ACTIONS(2706), + [anon_sym_usize] = ACTIONS(2706), + [anon_sym_f32] = ACTIONS(2706), + [anon_sym_f64] = ACTIONS(2706), + [anon_sym_bool] = ACTIONS(2706), + [anon_sym_str] = ACTIONS(2706), + [anon_sym_char] = ACTIONS(2706), + [anon_sym_DASH] = ACTIONS(2704), + [anon_sym_BANG] = ACTIONS(2704), + [anon_sym_AMP] = ACTIONS(2704), + [anon_sym_PIPE] = ACTIONS(2704), + [anon_sym_LT] = ACTIONS(2704), + [anon_sym_DOT_DOT] = ACTIONS(2704), + [anon_sym_COLON_COLON] = ACTIONS(2704), + [anon_sym_POUND] = ACTIONS(2704), + [anon_sym_SQUOTE] = ACTIONS(2706), + [anon_sym_async] = ACTIONS(2706), + [anon_sym_break] = ACTIONS(2706), + [anon_sym_const] = ACTIONS(2706), + [anon_sym_continue] = ACTIONS(2706), + [anon_sym_default] = ACTIONS(2706), + [anon_sym_enum] = ACTIONS(2706), + [anon_sym_fn] = ACTIONS(2706), + [anon_sym_for] = ACTIONS(2706), + [anon_sym_gen] = ACTIONS(2706), + [anon_sym_if] = ACTIONS(2706), + [anon_sym_impl] = ACTIONS(2706), + [anon_sym_let] = ACTIONS(2706), + [anon_sym_loop] = ACTIONS(2706), + [anon_sym_match] = ACTIONS(2706), + [anon_sym_mod] = ACTIONS(2706), + [anon_sym_pub] = ACTIONS(2706), + [anon_sym_return] = ACTIONS(2706), + [anon_sym_static] = ACTIONS(2706), + [anon_sym_struct] = ACTIONS(2706), + [anon_sym_trait] = ACTIONS(2706), + [anon_sym_type] = ACTIONS(2706), + [anon_sym_union] = ACTIONS(2706), + [anon_sym_unsafe] = ACTIONS(2706), + [anon_sym_use] = ACTIONS(2706), + [anon_sym_while] = ACTIONS(2706), + [anon_sym_extern] = ACTIONS(2706), + [anon_sym_yield] = ACTIONS(2706), + [anon_sym_move] = ACTIONS(2706), + [anon_sym_try] = ACTIONS(2706), + [sym_integer_literal] = ACTIONS(2704), + [aux_sym_string_literal_token1] = ACTIONS(2704), + [sym_char_literal] = ACTIONS(2704), + [anon_sym_true] = ACTIONS(2706), + [anon_sym_false] = ACTIONS(2706), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2706), + [sym_super] = ACTIONS(2706), + [sym_crate] = ACTIONS(2706), + [sym_metavariable] = ACTIONS(2704), + [sym__raw_string_literal_start] = ACTIONS(2704), + [sym_float_literal] = ACTIONS(2704), }, [STATE(717)] = { [sym_line_comment] = STATE(717), [sym_block_comment] = STATE(717), - [ts_builtin_sym_end] = ACTIONS(2782), - [sym_identifier] = ACTIONS(2784), - [anon_sym_SEMI] = ACTIONS(2782), - [anon_sym_macro_rules_BANG] = ACTIONS(2782), - [anon_sym_LPAREN] = ACTIONS(2782), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_LBRACE] = ACTIONS(2782), - [anon_sym_RBRACE] = ACTIONS(2782), - [anon_sym_STAR] = ACTIONS(2782), - [anon_sym_u8] = ACTIONS(2784), - [anon_sym_i8] = ACTIONS(2784), - [anon_sym_u16] = ACTIONS(2784), - [anon_sym_i16] = ACTIONS(2784), - [anon_sym_u32] = ACTIONS(2784), - [anon_sym_i32] = ACTIONS(2784), - [anon_sym_u64] = ACTIONS(2784), - [anon_sym_i64] = ACTIONS(2784), - [anon_sym_u128] = ACTIONS(2784), - [anon_sym_i128] = ACTIONS(2784), - [anon_sym_isize] = ACTIONS(2784), - [anon_sym_usize] = ACTIONS(2784), - [anon_sym_f32] = ACTIONS(2784), - [anon_sym_f64] = ACTIONS(2784), - [anon_sym_bool] = ACTIONS(2784), - [anon_sym_str] = ACTIONS(2784), - [anon_sym_char] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2782), - [anon_sym_BANG] = ACTIONS(2782), - [anon_sym_AMP] = ACTIONS(2782), - [anon_sym_PIPE] = ACTIONS(2782), - [anon_sym_LT] = ACTIONS(2782), - [anon_sym_DOT_DOT] = ACTIONS(2782), - [anon_sym_COLON_COLON] = ACTIONS(2782), - [anon_sym_POUND] = ACTIONS(2782), - [anon_sym_SQUOTE] = ACTIONS(2784), - [anon_sym_async] = ACTIONS(2784), - [anon_sym_break] = ACTIONS(2784), - [anon_sym_const] = ACTIONS(2784), - [anon_sym_continue] = ACTIONS(2784), - [anon_sym_default] = ACTIONS(2784), - [anon_sym_enum] = ACTIONS(2784), - [anon_sym_fn] = ACTIONS(2784), - [anon_sym_for] = ACTIONS(2784), - [anon_sym_gen] = ACTIONS(2784), - [anon_sym_if] = ACTIONS(2784), - [anon_sym_impl] = ACTIONS(2784), - [anon_sym_let] = ACTIONS(2784), - [anon_sym_loop] = ACTIONS(2784), - [anon_sym_match] = ACTIONS(2784), - [anon_sym_mod] = ACTIONS(2784), - [anon_sym_pub] = ACTIONS(2784), - [anon_sym_return] = ACTIONS(2784), - [anon_sym_static] = ACTIONS(2784), - [anon_sym_struct] = ACTIONS(2784), - [anon_sym_trait] = ACTIONS(2784), - [anon_sym_type] = ACTIONS(2784), - [anon_sym_union] = ACTIONS(2784), - [anon_sym_unsafe] = ACTIONS(2784), - [anon_sym_use] = ACTIONS(2784), - [anon_sym_while] = ACTIONS(2784), - [anon_sym_extern] = ACTIONS(2784), - [anon_sym_yield] = ACTIONS(2784), - [anon_sym_move] = ACTIONS(2784), - [anon_sym_try] = ACTIONS(2784), - [sym_integer_literal] = ACTIONS(2782), - [aux_sym_string_literal_token1] = ACTIONS(2782), - [sym_char_literal] = ACTIONS(2782), - [anon_sym_true] = ACTIONS(2784), - [anon_sym_false] = ACTIONS(2784), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2784), - [sym_super] = ACTIONS(2784), - [sym_crate] = ACTIONS(2784), - [sym_metavariable] = ACTIONS(2782), - [sym__raw_string_literal_start] = ACTIONS(2782), - [sym_float_literal] = ACTIONS(2782), + [ts_builtin_sym_end] = ACTIONS(2708), + [sym_identifier] = ACTIONS(2710), + [anon_sym_SEMI] = ACTIONS(2708), + [anon_sym_macro_rules_BANG] = ACTIONS(2708), + [anon_sym_LPAREN] = ACTIONS(2708), + [anon_sym_LBRACK] = ACTIONS(2708), + [anon_sym_LBRACE] = ACTIONS(2708), + [anon_sym_RBRACE] = ACTIONS(2708), + [anon_sym_STAR] = ACTIONS(2708), + [anon_sym_u8] = ACTIONS(2710), + [anon_sym_i8] = ACTIONS(2710), + [anon_sym_u16] = ACTIONS(2710), + [anon_sym_i16] = ACTIONS(2710), + [anon_sym_u32] = ACTIONS(2710), + [anon_sym_i32] = ACTIONS(2710), + [anon_sym_u64] = ACTIONS(2710), + [anon_sym_i64] = ACTIONS(2710), + [anon_sym_u128] = ACTIONS(2710), + [anon_sym_i128] = ACTIONS(2710), + [anon_sym_isize] = ACTIONS(2710), + [anon_sym_usize] = ACTIONS(2710), + [anon_sym_f32] = ACTIONS(2710), + [anon_sym_f64] = ACTIONS(2710), + [anon_sym_bool] = ACTIONS(2710), + [anon_sym_str] = ACTIONS(2710), + [anon_sym_char] = ACTIONS(2710), + [anon_sym_DASH] = ACTIONS(2708), + [anon_sym_BANG] = ACTIONS(2708), + [anon_sym_AMP] = ACTIONS(2708), + [anon_sym_PIPE] = ACTIONS(2708), + [anon_sym_LT] = ACTIONS(2708), + [anon_sym_DOT_DOT] = ACTIONS(2708), + [anon_sym_COLON_COLON] = ACTIONS(2708), + [anon_sym_POUND] = ACTIONS(2708), + [anon_sym_SQUOTE] = ACTIONS(2710), + [anon_sym_async] = ACTIONS(2710), + [anon_sym_break] = ACTIONS(2710), + [anon_sym_const] = ACTIONS(2710), + [anon_sym_continue] = ACTIONS(2710), + [anon_sym_default] = ACTIONS(2710), + [anon_sym_enum] = ACTIONS(2710), + [anon_sym_fn] = ACTIONS(2710), + [anon_sym_for] = ACTIONS(2710), + [anon_sym_gen] = ACTIONS(2710), + [anon_sym_if] = ACTIONS(2710), + [anon_sym_impl] = ACTIONS(2710), + [anon_sym_let] = ACTIONS(2710), + [anon_sym_loop] = ACTIONS(2710), + [anon_sym_match] = ACTIONS(2710), + [anon_sym_mod] = ACTIONS(2710), + [anon_sym_pub] = ACTIONS(2710), + [anon_sym_return] = ACTIONS(2710), + [anon_sym_static] = ACTIONS(2710), + [anon_sym_struct] = ACTIONS(2710), + [anon_sym_trait] = ACTIONS(2710), + [anon_sym_type] = ACTIONS(2710), + [anon_sym_union] = ACTIONS(2710), + [anon_sym_unsafe] = ACTIONS(2710), + [anon_sym_use] = ACTIONS(2710), + [anon_sym_while] = ACTIONS(2710), + [anon_sym_extern] = ACTIONS(2710), + [anon_sym_yield] = ACTIONS(2710), + [anon_sym_move] = ACTIONS(2710), + [anon_sym_try] = ACTIONS(2710), + [sym_integer_literal] = ACTIONS(2708), + [aux_sym_string_literal_token1] = ACTIONS(2708), + [sym_char_literal] = ACTIONS(2708), + [anon_sym_true] = ACTIONS(2710), + [anon_sym_false] = ACTIONS(2710), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2710), + [sym_super] = ACTIONS(2710), + [sym_crate] = ACTIONS(2710), + [sym_metavariable] = ACTIONS(2708), + [sym__raw_string_literal_start] = ACTIONS(2708), + [sym_float_literal] = ACTIONS(2708), }, [STATE(718)] = { [sym_line_comment] = STATE(718), [sym_block_comment] = STATE(718), - [ts_builtin_sym_end] = ACTIONS(2786), - [sym_identifier] = ACTIONS(2788), - [anon_sym_SEMI] = ACTIONS(2786), - [anon_sym_macro_rules_BANG] = ACTIONS(2786), - [anon_sym_LPAREN] = ACTIONS(2786), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_LBRACE] = ACTIONS(2786), - [anon_sym_RBRACE] = ACTIONS(2786), - [anon_sym_STAR] = ACTIONS(2786), - [anon_sym_u8] = ACTIONS(2788), - [anon_sym_i8] = ACTIONS(2788), - [anon_sym_u16] = ACTIONS(2788), - [anon_sym_i16] = ACTIONS(2788), - [anon_sym_u32] = ACTIONS(2788), - [anon_sym_i32] = ACTIONS(2788), - [anon_sym_u64] = ACTIONS(2788), - [anon_sym_i64] = ACTIONS(2788), - [anon_sym_u128] = ACTIONS(2788), - [anon_sym_i128] = ACTIONS(2788), - [anon_sym_isize] = ACTIONS(2788), - [anon_sym_usize] = ACTIONS(2788), - [anon_sym_f32] = ACTIONS(2788), - [anon_sym_f64] = ACTIONS(2788), - [anon_sym_bool] = ACTIONS(2788), - [anon_sym_str] = ACTIONS(2788), - [anon_sym_char] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2786), - [anon_sym_BANG] = ACTIONS(2786), - [anon_sym_AMP] = ACTIONS(2786), - [anon_sym_PIPE] = ACTIONS(2786), - [anon_sym_LT] = ACTIONS(2786), - [anon_sym_DOT_DOT] = ACTIONS(2786), - [anon_sym_COLON_COLON] = ACTIONS(2786), - [anon_sym_POUND] = ACTIONS(2786), - [anon_sym_SQUOTE] = ACTIONS(2788), - [anon_sym_async] = ACTIONS(2788), - [anon_sym_break] = ACTIONS(2788), - [anon_sym_const] = ACTIONS(2788), - [anon_sym_continue] = ACTIONS(2788), - [anon_sym_default] = ACTIONS(2788), - [anon_sym_enum] = ACTIONS(2788), - [anon_sym_fn] = ACTIONS(2788), - [anon_sym_for] = ACTIONS(2788), - [anon_sym_gen] = ACTIONS(2788), - [anon_sym_if] = ACTIONS(2788), - [anon_sym_impl] = ACTIONS(2788), - [anon_sym_let] = ACTIONS(2788), - [anon_sym_loop] = ACTIONS(2788), - [anon_sym_match] = ACTIONS(2788), - [anon_sym_mod] = ACTIONS(2788), - [anon_sym_pub] = ACTIONS(2788), - [anon_sym_return] = ACTIONS(2788), - [anon_sym_static] = ACTIONS(2788), - [anon_sym_struct] = ACTIONS(2788), - [anon_sym_trait] = ACTIONS(2788), - [anon_sym_type] = ACTIONS(2788), - [anon_sym_union] = ACTIONS(2788), - [anon_sym_unsafe] = ACTIONS(2788), - [anon_sym_use] = ACTIONS(2788), - [anon_sym_while] = ACTIONS(2788), - [anon_sym_extern] = ACTIONS(2788), - [anon_sym_yield] = ACTIONS(2788), - [anon_sym_move] = ACTIONS(2788), - [anon_sym_try] = ACTIONS(2788), - [sym_integer_literal] = ACTIONS(2786), - [aux_sym_string_literal_token1] = ACTIONS(2786), - [sym_char_literal] = ACTIONS(2786), - [anon_sym_true] = ACTIONS(2788), - [anon_sym_false] = ACTIONS(2788), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2788), - [sym_super] = ACTIONS(2788), - [sym_crate] = ACTIONS(2788), - [sym_metavariable] = ACTIONS(2786), - [sym__raw_string_literal_start] = ACTIONS(2786), - [sym_float_literal] = ACTIONS(2786), + [ts_builtin_sym_end] = ACTIONS(2712), + [sym_identifier] = ACTIONS(2714), + [anon_sym_SEMI] = ACTIONS(2712), + [anon_sym_macro_rules_BANG] = ACTIONS(2712), + [anon_sym_LPAREN] = ACTIONS(2712), + [anon_sym_LBRACK] = ACTIONS(2712), + [anon_sym_LBRACE] = ACTIONS(2712), + [anon_sym_RBRACE] = ACTIONS(2712), + [anon_sym_STAR] = ACTIONS(2712), + [anon_sym_u8] = ACTIONS(2714), + [anon_sym_i8] = ACTIONS(2714), + [anon_sym_u16] = ACTIONS(2714), + [anon_sym_i16] = ACTIONS(2714), + [anon_sym_u32] = ACTIONS(2714), + [anon_sym_i32] = ACTIONS(2714), + [anon_sym_u64] = ACTIONS(2714), + [anon_sym_i64] = ACTIONS(2714), + [anon_sym_u128] = ACTIONS(2714), + [anon_sym_i128] = ACTIONS(2714), + [anon_sym_isize] = ACTIONS(2714), + [anon_sym_usize] = ACTIONS(2714), + [anon_sym_f32] = ACTIONS(2714), + [anon_sym_f64] = ACTIONS(2714), + [anon_sym_bool] = ACTIONS(2714), + [anon_sym_str] = ACTIONS(2714), + [anon_sym_char] = ACTIONS(2714), + [anon_sym_DASH] = ACTIONS(2712), + [anon_sym_BANG] = ACTIONS(2712), + [anon_sym_AMP] = ACTIONS(2712), + [anon_sym_PIPE] = ACTIONS(2712), + [anon_sym_LT] = ACTIONS(2712), + [anon_sym_DOT_DOT] = ACTIONS(2712), + [anon_sym_COLON_COLON] = ACTIONS(2712), + [anon_sym_POUND] = ACTIONS(2712), + [anon_sym_SQUOTE] = ACTIONS(2714), + [anon_sym_async] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_const] = ACTIONS(2714), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_default] = ACTIONS(2714), + [anon_sym_enum] = ACTIONS(2714), + [anon_sym_fn] = ACTIONS(2714), + [anon_sym_for] = ACTIONS(2714), + [anon_sym_gen] = ACTIONS(2714), + [anon_sym_if] = ACTIONS(2714), + [anon_sym_impl] = ACTIONS(2714), + [anon_sym_let] = ACTIONS(2714), + [anon_sym_loop] = ACTIONS(2714), + [anon_sym_match] = ACTIONS(2714), + [anon_sym_mod] = ACTIONS(2714), + [anon_sym_pub] = ACTIONS(2714), + [anon_sym_return] = ACTIONS(2714), + [anon_sym_static] = ACTIONS(2714), + [anon_sym_struct] = ACTIONS(2714), + [anon_sym_trait] = ACTIONS(2714), + [anon_sym_type] = ACTIONS(2714), + [anon_sym_union] = ACTIONS(2714), + [anon_sym_unsafe] = ACTIONS(2714), + [anon_sym_use] = ACTIONS(2714), + [anon_sym_while] = ACTIONS(2714), + [anon_sym_extern] = ACTIONS(2714), + [anon_sym_yield] = ACTIONS(2714), + [anon_sym_move] = ACTIONS(2714), + [anon_sym_try] = ACTIONS(2714), + [sym_integer_literal] = ACTIONS(2712), + [aux_sym_string_literal_token1] = ACTIONS(2712), + [sym_char_literal] = ACTIONS(2712), + [anon_sym_true] = ACTIONS(2714), + [anon_sym_false] = ACTIONS(2714), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2714), + [sym_super] = ACTIONS(2714), + [sym_crate] = ACTIONS(2714), + [sym_metavariable] = ACTIONS(2712), + [sym__raw_string_literal_start] = ACTIONS(2712), + [sym_float_literal] = ACTIONS(2712), }, [STATE(719)] = { [sym_line_comment] = STATE(719), [sym_block_comment] = STATE(719), - [ts_builtin_sym_end] = ACTIONS(2790), - [sym_identifier] = ACTIONS(2792), - [anon_sym_SEMI] = ACTIONS(2790), - [anon_sym_macro_rules_BANG] = ACTIONS(2790), - [anon_sym_LPAREN] = ACTIONS(2790), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_LBRACE] = ACTIONS(2790), - [anon_sym_RBRACE] = ACTIONS(2790), - [anon_sym_STAR] = ACTIONS(2790), - [anon_sym_u8] = ACTIONS(2792), - [anon_sym_i8] = ACTIONS(2792), - [anon_sym_u16] = ACTIONS(2792), - [anon_sym_i16] = ACTIONS(2792), - [anon_sym_u32] = ACTIONS(2792), - [anon_sym_i32] = ACTIONS(2792), - [anon_sym_u64] = ACTIONS(2792), - [anon_sym_i64] = ACTIONS(2792), - [anon_sym_u128] = ACTIONS(2792), - [anon_sym_i128] = ACTIONS(2792), - [anon_sym_isize] = ACTIONS(2792), - [anon_sym_usize] = ACTIONS(2792), - [anon_sym_f32] = ACTIONS(2792), - [anon_sym_f64] = ACTIONS(2792), - [anon_sym_bool] = ACTIONS(2792), - [anon_sym_str] = ACTIONS(2792), - [anon_sym_char] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_BANG] = ACTIONS(2790), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_PIPE] = ACTIONS(2790), - [anon_sym_LT] = ACTIONS(2790), - [anon_sym_DOT_DOT] = ACTIONS(2790), - [anon_sym_COLON_COLON] = ACTIONS(2790), - [anon_sym_POUND] = ACTIONS(2790), - [anon_sym_SQUOTE] = ACTIONS(2792), - [anon_sym_async] = ACTIONS(2792), - [anon_sym_break] = ACTIONS(2792), - [anon_sym_const] = ACTIONS(2792), - [anon_sym_continue] = ACTIONS(2792), - [anon_sym_default] = ACTIONS(2792), - [anon_sym_enum] = ACTIONS(2792), - [anon_sym_fn] = ACTIONS(2792), - [anon_sym_for] = ACTIONS(2792), - [anon_sym_gen] = ACTIONS(2792), - [anon_sym_if] = ACTIONS(2792), - [anon_sym_impl] = ACTIONS(2792), - [anon_sym_let] = ACTIONS(2792), - [anon_sym_loop] = ACTIONS(2792), - [anon_sym_match] = ACTIONS(2792), - [anon_sym_mod] = ACTIONS(2792), - [anon_sym_pub] = ACTIONS(2792), - [anon_sym_return] = ACTIONS(2792), - [anon_sym_static] = ACTIONS(2792), - [anon_sym_struct] = ACTIONS(2792), - [anon_sym_trait] = ACTIONS(2792), - [anon_sym_type] = ACTIONS(2792), - [anon_sym_union] = ACTIONS(2792), - [anon_sym_unsafe] = ACTIONS(2792), - [anon_sym_use] = ACTIONS(2792), - [anon_sym_while] = ACTIONS(2792), - [anon_sym_extern] = ACTIONS(2792), - [anon_sym_yield] = ACTIONS(2792), - [anon_sym_move] = ACTIONS(2792), - [anon_sym_try] = ACTIONS(2792), - [sym_integer_literal] = ACTIONS(2790), - [aux_sym_string_literal_token1] = ACTIONS(2790), - [sym_char_literal] = ACTIONS(2790), - [anon_sym_true] = ACTIONS(2792), - [anon_sym_false] = ACTIONS(2792), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2792), - [sym_super] = ACTIONS(2792), - [sym_crate] = ACTIONS(2792), - [sym_metavariable] = ACTIONS(2790), - [sym__raw_string_literal_start] = ACTIONS(2790), - [sym_float_literal] = ACTIONS(2790), + [ts_builtin_sym_end] = ACTIONS(2716), + [sym_identifier] = ACTIONS(2718), + [anon_sym_SEMI] = ACTIONS(2716), + [anon_sym_macro_rules_BANG] = ACTIONS(2716), + [anon_sym_LPAREN] = ACTIONS(2716), + [anon_sym_LBRACK] = ACTIONS(2716), + [anon_sym_LBRACE] = ACTIONS(2716), + [anon_sym_RBRACE] = ACTIONS(2716), + [anon_sym_STAR] = ACTIONS(2716), + [anon_sym_u8] = ACTIONS(2718), + [anon_sym_i8] = ACTIONS(2718), + [anon_sym_u16] = ACTIONS(2718), + [anon_sym_i16] = ACTIONS(2718), + [anon_sym_u32] = ACTIONS(2718), + [anon_sym_i32] = ACTIONS(2718), + [anon_sym_u64] = ACTIONS(2718), + [anon_sym_i64] = ACTIONS(2718), + [anon_sym_u128] = ACTIONS(2718), + [anon_sym_i128] = ACTIONS(2718), + [anon_sym_isize] = ACTIONS(2718), + [anon_sym_usize] = ACTIONS(2718), + [anon_sym_f32] = ACTIONS(2718), + [anon_sym_f64] = ACTIONS(2718), + [anon_sym_bool] = ACTIONS(2718), + [anon_sym_str] = ACTIONS(2718), + [anon_sym_char] = ACTIONS(2718), + [anon_sym_DASH] = ACTIONS(2716), + [anon_sym_BANG] = ACTIONS(2716), + [anon_sym_AMP] = ACTIONS(2716), + [anon_sym_PIPE] = ACTIONS(2716), + [anon_sym_LT] = ACTIONS(2716), + [anon_sym_DOT_DOT] = ACTIONS(2716), + [anon_sym_COLON_COLON] = ACTIONS(2716), + [anon_sym_POUND] = ACTIONS(2716), + [anon_sym_SQUOTE] = ACTIONS(2718), + [anon_sym_async] = ACTIONS(2718), + [anon_sym_break] = ACTIONS(2718), + [anon_sym_const] = ACTIONS(2718), + [anon_sym_continue] = ACTIONS(2718), + [anon_sym_default] = ACTIONS(2718), + [anon_sym_enum] = ACTIONS(2718), + [anon_sym_fn] = ACTIONS(2718), + [anon_sym_for] = ACTIONS(2718), + [anon_sym_gen] = ACTIONS(2718), + [anon_sym_if] = ACTIONS(2718), + [anon_sym_impl] = ACTIONS(2718), + [anon_sym_let] = ACTIONS(2718), + [anon_sym_loop] = ACTIONS(2718), + [anon_sym_match] = ACTIONS(2718), + [anon_sym_mod] = ACTIONS(2718), + [anon_sym_pub] = ACTIONS(2718), + [anon_sym_return] = ACTIONS(2718), + [anon_sym_static] = ACTIONS(2718), + [anon_sym_struct] = ACTIONS(2718), + [anon_sym_trait] = ACTIONS(2718), + [anon_sym_type] = ACTIONS(2718), + [anon_sym_union] = ACTIONS(2718), + [anon_sym_unsafe] = ACTIONS(2718), + [anon_sym_use] = ACTIONS(2718), + [anon_sym_while] = ACTIONS(2718), + [anon_sym_extern] = ACTIONS(2718), + [anon_sym_yield] = ACTIONS(2718), + [anon_sym_move] = ACTIONS(2718), + [anon_sym_try] = ACTIONS(2718), + [sym_integer_literal] = ACTIONS(2716), + [aux_sym_string_literal_token1] = ACTIONS(2716), + [sym_char_literal] = ACTIONS(2716), + [anon_sym_true] = ACTIONS(2718), + [anon_sym_false] = ACTIONS(2718), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2718), + [sym_super] = ACTIONS(2718), + [sym_crate] = ACTIONS(2718), + [sym_metavariable] = ACTIONS(2716), + [sym__raw_string_literal_start] = ACTIONS(2716), + [sym_float_literal] = ACTIONS(2716), }, [STATE(720)] = { [sym_line_comment] = STATE(720), [sym_block_comment] = STATE(720), - [ts_builtin_sym_end] = ACTIONS(2794), - [sym_identifier] = ACTIONS(2796), - [anon_sym_SEMI] = ACTIONS(2794), - [anon_sym_macro_rules_BANG] = ACTIONS(2794), - [anon_sym_LPAREN] = ACTIONS(2794), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_LBRACE] = ACTIONS(2794), - [anon_sym_RBRACE] = ACTIONS(2794), - [anon_sym_STAR] = ACTIONS(2794), - [anon_sym_u8] = ACTIONS(2796), - [anon_sym_i8] = ACTIONS(2796), - [anon_sym_u16] = ACTIONS(2796), - [anon_sym_i16] = ACTIONS(2796), - [anon_sym_u32] = ACTIONS(2796), - [anon_sym_i32] = ACTIONS(2796), - [anon_sym_u64] = ACTIONS(2796), - [anon_sym_i64] = ACTIONS(2796), - [anon_sym_u128] = ACTIONS(2796), - [anon_sym_i128] = ACTIONS(2796), - [anon_sym_isize] = ACTIONS(2796), - [anon_sym_usize] = ACTIONS(2796), - [anon_sym_f32] = ACTIONS(2796), - [anon_sym_f64] = ACTIONS(2796), - [anon_sym_bool] = ACTIONS(2796), - [anon_sym_str] = ACTIONS(2796), - [anon_sym_char] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2794), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_AMP] = ACTIONS(2794), - [anon_sym_PIPE] = ACTIONS(2794), - [anon_sym_LT] = ACTIONS(2794), - [anon_sym_DOT_DOT] = ACTIONS(2794), - [anon_sym_COLON_COLON] = ACTIONS(2794), - [anon_sym_POUND] = ACTIONS(2794), - [anon_sym_SQUOTE] = ACTIONS(2796), - [anon_sym_async] = ACTIONS(2796), - [anon_sym_break] = ACTIONS(2796), - [anon_sym_const] = ACTIONS(2796), - [anon_sym_continue] = ACTIONS(2796), - [anon_sym_default] = ACTIONS(2796), - [anon_sym_enum] = ACTIONS(2796), - [anon_sym_fn] = ACTIONS(2796), - [anon_sym_for] = ACTIONS(2796), - [anon_sym_gen] = ACTIONS(2796), - [anon_sym_if] = ACTIONS(2796), - [anon_sym_impl] = ACTIONS(2796), - [anon_sym_let] = ACTIONS(2796), - [anon_sym_loop] = ACTIONS(2796), - [anon_sym_match] = ACTIONS(2796), - [anon_sym_mod] = ACTIONS(2796), - [anon_sym_pub] = ACTIONS(2796), - [anon_sym_return] = ACTIONS(2796), - [anon_sym_static] = ACTIONS(2796), - [anon_sym_struct] = ACTIONS(2796), - [anon_sym_trait] = ACTIONS(2796), - [anon_sym_type] = ACTIONS(2796), - [anon_sym_union] = ACTIONS(2796), - [anon_sym_unsafe] = ACTIONS(2796), - [anon_sym_use] = ACTIONS(2796), - [anon_sym_while] = ACTIONS(2796), - [anon_sym_extern] = ACTIONS(2796), - [anon_sym_yield] = ACTIONS(2796), - [anon_sym_move] = ACTIONS(2796), - [anon_sym_try] = ACTIONS(2796), - [sym_integer_literal] = ACTIONS(2794), - [aux_sym_string_literal_token1] = ACTIONS(2794), - [sym_char_literal] = ACTIONS(2794), - [anon_sym_true] = ACTIONS(2796), - [anon_sym_false] = ACTIONS(2796), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2796), - [sym_super] = ACTIONS(2796), - [sym_crate] = ACTIONS(2796), - [sym_metavariable] = ACTIONS(2794), - [sym__raw_string_literal_start] = ACTIONS(2794), - [sym_float_literal] = ACTIONS(2794), + [ts_builtin_sym_end] = ACTIONS(2720), + [sym_identifier] = ACTIONS(2722), + [anon_sym_SEMI] = ACTIONS(2720), + [anon_sym_macro_rules_BANG] = ACTIONS(2720), + [anon_sym_LPAREN] = ACTIONS(2720), + [anon_sym_LBRACK] = ACTIONS(2720), + [anon_sym_LBRACE] = ACTIONS(2720), + [anon_sym_RBRACE] = ACTIONS(2720), + [anon_sym_STAR] = ACTIONS(2720), + [anon_sym_u8] = ACTIONS(2722), + [anon_sym_i8] = ACTIONS(2722), + [anon_sym_u16] = ACTIONS(2722), + [anon_sym_i16] = ACTIONS(2722), + [anon_sym_u32] = ACTIONS(2722), + [anon_sym_i32] = ACTIONS(2722), + [anon_sym_u64] = ACTIONS(2722), + [anon_sym_i64] = ACTIONS(2722), + [anon_sym_u128] = ACTIONS(2722), + [anon_sym_i128] = ACTIONS(2722), + [anon_sym_isize] = ACTIONS(2722), + [anon_sym_usize] = ACTIONS(2722), + [anon_sym_f32] = ACTIONS(2722), + [anon_sym_f64] = ACTIONS(2722), + [anon_sym_bool] = ACTIONS(2722), + [anon_sym_str] = ACTIONS(2722), + [anon_sym_char] = ACTIONS(2722), + [anon_sym_DASH] = ACTIONS(2720), + [anon_sym_BANG] = ACTIONS(2720), + [anon_sym_AMP] = ACTIONS(2720), + [anon_sym_PIPE] = ACTIONS(2720), + [anon_sym_LT] = ACTIONS(2720), + [anon_sym_DOT_DOT] = ACTIONS(2720), + [anon_sym_COLON_COLON] = ACTIONS(2720), + [anon_sym_POUND] = ACTIONS(2720), + [anon_sym_SQUOTE] = ACTIONS(2722), + [anon_sym_async] = ACTIONS(2722), + [anon_sym_break] = ACTIONS(2722), + [anon_sym_const] = ACTIONS(2722), + [anon_sym_continue] = ACTIONS(2722), + [anon_sym_default] = ACTIONS(2722), + [anon_sym_enum] = ACTIONS(2722), + [anon_sym_fn] = ACTIONS(2722), + [anon_sym_for] = ACTIONS(2722), + [anon_sym_gen] = ACTIONS(2722), + [anon_sym_if] = ACTIONS(2722), + [anon_sym_impl] = ACTIONS(2722), + [anon_sym_let] = ACTIONS(2722), + [anon_sym_loop] = ACTIONS(2722), + [anon_sym_match] = ACTIONS(2722), + [anon_sym_mod] = ACTIONS(2722), + [anon_sym_pub] = ACTIONS(2722), + [anon_sym_return] = ACTIONS(2722), + [anon_sym_static] = ACTIONS(2722), + [anon_sym_struct] = ACTIONS(2722), + [anon_sym_trait] = ACTIONS(2722), + [anon_sym_type] = ACTIONS(2722), + [anon_sym_union] = ACTIONS(2722), + [anon_sym_unsafe] = ACTIONS(2722), + [anon_sym_use] = ACTIONS(2722), + [anon_sym_while] = ACTIONS(2722), + [anon_sym_extern] = ACTIONS(2722), + [anon_sym_yield] = ACTIONS(2722), + [anon_sym_move] = ACTIONS(2722), + [anon_sym_try] = ACTIONS(2722), + [sym_integer_literal] = ACTIONS(2720), + [aux_sym_string_literal_token1] = ACTIONS(2720), + [sym_char_literal] = ACTIONS(2720), + [anon_sym_true] = ACTIONS(2722), + [anon_sym_false] = ACTIONS(2722), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2722), + [sym_super] = ACTIONS(2722), + [sym_crate] = ACTIONS(2722), + [sym_metavariable] = ACTIONS(2720), + [sym__raw_string_literal_start] = ACTIONS(2720), + [sym_float_literal] = ACTIONS(2720), }, [STATE(721)] = { [sym_line_comment] = STATE(721), [sym_block_comment] = STATE(721), - [ts_builtin_sym_end] = ACTIONS(2798), - [sym_identifier] = ACTIONS(2800), - [anon_sym_SEMI] = ACTIONS(2798), - [anon_sym_macro_rules_BANG] = ACTIONS(2798), - [anon_sym_LPAREN] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2798), - [anon_sym_RBRACE] = ACTIONS(2798), - [anon_sym_STAR] = ACTIONS(2798), - [anon_sym_u8] = ACTIONS(2800), - [anon_sym_i8] = ACTIONS(2800), - [anon_sym_u16] = ACTIONS(2800), - [anon_sym_i16] = ACTIONS(2800), - [anon_sym_u32] = ACTIONS(2800), - [anon_sym_i32] = ACTIONS(2800), - [anon_sym_u64] = ACTIONS(2800), - [anon_sym_i64] = ACTIONS(2800), - [anon_sym_u128] = ACTIONS(2800), - [anon_sym_i128] = ACTIONS(2800), - [anon_sym_isize] = ACTIONS(2800), - [anon_sym_usize] = ACTIONS(2800), - [anon_sym_f32] = ACTIONS(2800), - [anon_sym_f64] = ACTIONS(2800), - [anon_sym_bool] = ACTIONS(2800), - [anon_sym_str] = ACTIONS(2800), - [anon_sym_char] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2798), - [anon_sym_BANG] = ACTIONS(2798), - [anon_sym_AMP] = ACTIONS(2798), - [anon_sym_PIPE] = ACTIONS(2798), - [anon_sym_LT] = ACTIONS(2798), - [anon_sym_DOT_DOT] = ACTIONS(2798), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_POUND] = ACTIONS(2798), - [anon_sym_SQUOTE] = ACTIONS(2800), - [anon_sym_async] = ACTIONS(2800), - [anon_sym_break] = ACTIONS(2800), - [anon_sym_const] = ACTIONS(2800), - [anon_sym_continue] = ACTIONS(2800), - [anon_sym_default] = ACTIONS(2800), - [anon_sym_enum] = ACTIONS(2800), - [anon_sym_fn] = ACTIONS(2800), - [anon_sym_for] = ACTIONS(2800), - [anon_sym_gen] = ACTIONS(2800), - [anon_sym_if] = ACTIONS(2800), - [anon_sym_impl] = ACTIONS(2800), - [anon_sym_let] = ACTIONS(2800), - [anon_sym_loop] = ACTIONS(2800), - [anon_sym_match] = ACTIONS(2800), - [anon_sym_mod] = ACTIONS(2800), - [anon_sym_pub] = ACTIONS(2800), - [anon_sym_return] = ACTIONS(2800), - [anon_sym_static] = ACTIONS(2800), - [anon_sym_struct] = ACTIONS(2800), - [anon_sym_trait] = ACTIONS(2800), - [anon_sym_type] = ACTIONS(2800), - [anon_sym_union] = ACTIONS(2800), - [anon_sym_unsafe] = ACTIONS(2800), - [anon_sym_use] = ACTIONS(2800), - [anon_sym_while] = ACTIONS(2800), - [anon_sym_extern] = ACTIONS(2800), - [anon_sym_yield] = ACTIONS(2800), - [anon_sym_move] = ACTIONS(2800), - [anon_sym_try] = ACTIONS(2800), - [sym_integer_literal] = ACTIONS(2798), - [aux_sym_string_literal_token1] = ACTIONS(2798), - [sym_char_literal] = ACTIONS(2798), - [anon_sym_true] = ACTIONS(2800), - [anon_sym_false] = ACTIONS(2800), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2800), - [sym_super] = ACTIONS(2800), - [sym_crate] = ACTIONS(2800), - [sym_metavariable] = ACTIONS(2798), - [sym__raw_string_literal_start] = ACTIONS(2798), - [sym_float_literal] = ACTIONS(2798), + [ts_builtin_sym_end] = ACTIONS(2724), + [sym_identifier] = ACTIONS(2726), + [anon_sym_SEMI] = ACTIONS(2724), + [anon_sym_macro_rules_BANG] = ACTIONS(2724), + [anon_sym_LPAREN] = ACTIONS(2724), + [anon_sym_LBRACK] = ACTIONS(2724), + [anon_sym_LBRACE] = ACTIONS(2724), + [anon_sym_RBRACE] = ACTIONS(2724), + [anon_sym_STAR] = ACTIONS(2724), + [anon_sym_u8] = ACTIONS(2726), + [anon_sym_i8] = ACTIONS(2726), + [anon_sym_u16] = ACTIONS(2726), + [anon_sym_i16] = ACTIONS(2726), + [anon_sym_u32] = ACTIONS(2726), + [anon_sym_i32] = ACTIONS(2726), + [anon_sym_u64] = ACTIONS(2726), + [anon_sym_i64] = ACTIONS(2726), + [anon_sym_u128] = ACTIONS(2726), + [anon_sym_i128] = ACTIONS(2726), + [anon_sym_isize] = ACTIONS(2726), + [anon_sym_usize] = ACTIONS(2726), + [anon_sym_f32] = ACTIONS(2726), + [anon_sym_f64] = ACTIONS(2726), + [anon_sym_bool] = ACTIONS(2726), + [anon_sym_str] = ACTIONS(2726), + [anon_sym_char] = ACTIONS(2726), + [anon_sym_DASH] = ACTIONS(2724), + [anon_sym_BANG] = ACTIONS(2724), + [anon_sym_AMP] = ACTIONS(2724), + [anon_sym_PIPE] = ACTIONS(2724), + [anon_sym_LT] = ACTIONS(2724), + [anon_sym_DOT_DOT] = ACTIONS(2724), + [anon_sym_COLON_COLON] = ACTIONS(2724), + [anon_sym_POUND] = ACTIONS(2724), + [anon_sym_SQUOTE] = ACTIONS(2726), + [anon_sym_async] = ACTIONS(2726), + [anon_sym_break] = ACTIONS(2726), + [anon_sym_const] = ACTIONS(2726), + [anon_sym_continue] = ACTIONS(2726), + [anon_sym_default] = ACTIONS(2726), + [anon_sym_enum] = ACTIONS(2726), + [anon_sym_fn] = ACTIONS(2726), + [anon_sym_for] = ACTIONS(2726), + [anon_sym_gen] = ACTIONS(2726), + [anon_sym_if] = ACTIONS(2726), + [anon_sym_impl] = ACTIONS(2726), + [anon_sym_let] = ACTIONS(2726), + [anon_sym_loop] = ACTIONS(2726), + [anon_sym_match] = ACTIONS(2726), + [anon_sym_mod] = ACTIONS(2726), + [anon_sym_pub] = ACTIONS(2726), + [anon_sym_return] = ACTIONS(2726), + [anon_sym_static] = ACTIONS(2726), + [anon_sym_struct] = ACTIONS(2726), + [anon_sym_trait] = ACTIONS(2726), + [anon_sym_type] = ACTIONS(2726), + [anon_sym_union] = ACTIONS(2726), + [anon_sym_unsafe] = ACTIONS(2726), + [anon_sym_use] = ACTIONS(2726), + [anon_sym_while] = ACTIONS(2726), + [anon_sym_extern] = ACTIONS(2726), + [anon_sym_yield] = ACTIONS(2726), + [anon_sym_move] = ACTIONS(2726), + [anon_sym_try] = ACTIONS(2726), + [sym_integer_literal] = ACTIONS(2724), + [aux_sym_string_literal_token1] = ACTIONS(2724), + [sym_char_literal] = ACTIONS(2724), + [anon_sym_true] = ACTIONS(2726), + [anon_sym_false] = ACTIONS(2726), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2726), + [sym_super] = ACTIONS(2726), + [sym_crate] = ACTIONS(2726), + [sym_metavariable] = ACTIONS(2724), + [sym__raw_string_literal_start] = ACTIONS(2724), + [sym_float_literal] = ACTIONS(2724), }, [STATE(722)] = { [sym_line_comment] = STATE(722), [sym_block_comment] = STATE(722), - [ts_builtin_sym_end] = ACTIONS(2802), - [sym_identifier] = ACTIONS(2804), - [anon_sym_SEMI] = ACTIONS(2802), - [anon_sym_macro_rules_BANG] = ACTIONS(2802), - [anon_sym_LPAREN] = ACTIONS(2802), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_LBRACE] = ACTIONS(2802), - [anon_sym_RBRACE] = ACTIONS(2802), - [anon_sym_STAR] = ACTIONS(2802), - [anon_sym_u8] = ACTIONS(2804), - [anon_sym_i8] = ACTIONS(2804), - [anon_sym_u16] = ACTIONS(2804), - [anon_sym_i16] = ACTIONS(2804), - [anon_sym_u32] = ACTIONS(2804), - [anon_sym_i32] = ACTIONS(2804), - [anon_sym_u64] = ACTIONS(2804), - [anon_sym_i64] = ACTIONS(2804), - [anon_sym_u128] = ACTIONS(2804), - [anon_sym_i128] = ACTIONS(2804), - [anon_sym_isize] = ACTIONS(2804), - [anon_sym_usize] = ACTIONS(2804), - [anon_sym_f32] = ACTIONS(2804), - [anon_sym_f64] = ACTIONS(2804), - [anon_sym_bool] = ACTIONS(2804), - [anon_sym_str] = ACTIONS(2804), - [anon_sym_char] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2802), - [anon_sym_BANG] = ACTIONS(2802), - [anon_sym_AMP] = ACTIONS(2802), - [anon_sym_PIPE] = ACTIONS(2802), - [anon_sym_LT] = ACTIONS(2802), - [anon_sym_DOT_DOT] = ACTIONS(2802), - [anon_sym_COLON_COLON] = ACTIONS(2802), - [anon_sym_POUND] = ACTIONS(2802), - [anon_sym_SQUOTE] = ACTIONS(2804), - [anon_sym_async] = ACTIONS(2804), - [anon_sym_break] = ACTIONS(2804), - [anon_sym_const] = ACTIONS(2804), - [anon_sym_continue] = ACTIONS(2804), - [anon_sym_default] = ACTIONS(2804), - [anon_sym_enum] = ACTIONS(2804), - [anon_sym_fn] = ACTIONS(2804), - [anon_sym_for] = ACTIONS(2804), - [anon_sym_gen] = ACTIONS(2804), - [anon_sym_if] = ACTIONS(2804), - [anon_sym_impl] = ACTIONS(2804), - [anon_sym_let] = ACTIONS(2804), - [anon_sym_loop] = ACTIONS(2804), - [anon_sym_match] = ACTIONS(2804), - [anon_sym_mod] = ACTIONS(2804), - [anon_sym_pub] = ACTIONS(2804), - [anon_sym_return] = ACTIONS(2804), - [anon_sym_static] = ACTIONS(2804), - [anon_sym_struct] = ACTIONS(2804), - [anon_sym_trait] = ACTIONS(2804), - [anon_sym_type] = ACTIONS(2804), - [anon_sym_union] = ACTIONS(2804), - [anon_sym_unsafe] = ACTIONS(2804), - [anon_sym_use] = ACTIONS(2804), - [anon_sym_while] = ACTIONS(2804), - [anon_sym_extern] = ACTIONS(2804), - [anon_sym_yield] = ACTIONS(2804), - [anon_sym_move] = ACTIONS(2804), - [anon_sym_try] = ACTIONS(2804), - [sym_integer_literal] = ACTIONS(2802), - [aux_sym_string_literal_token1] = ACTIONS(2802), - [sym_char_literal] = ACTIONS(2802), - [anon_sym_true] = ACTIONS(2804), - [anon_sym_false] = ACTIONS(2804), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2804), - [sym_super] = ACTIONS(2804), - [sym_crate] = ACTIONS(2804), - [sym_metavariable] = ACTIONS(2802), - [sym__raw_string_literal_start] = ACTIONS(2802), - [sym_float_literal] = ACTIONS(2802), + [ts_builtin_sym_end] = ACTIONS(2728), + [sym_identifier] = ACTIONS(2730), + [anon_sym_SEMI] = ACTIONS(2728), + [anon_sym_macro_rules_BANG] = ACTIONS(2728), + [anon_sym_LPAREN] = ACTIONS(2728), + [anon_sym_LBRACK] = ACTIONS(2728), + [anon_sym_LBRACE] = ACTIONS(2728), + [anon_sym_RBRACE] = ACTIONS(2728), + [anon_sym_STAR] = ACTIONS(2728), + [anon_sym_u8] = ACTIONS(2730), + [anon_sym_i8] = ACTIONS(2730), + [anon_sym_u16] = ACTIONS(2730), + [anon_sym_i16] = ACTIONS(2730), + [anon_sym_u32] = ACTIONS(2730), + [anon_sym_i32] = ACTIONS(2730), + [anon_sym_u64] = ACTIONS(2730), + [anon_sym_i64] = ACTIONS(2730), + [anon_sym_u128] = ACTIONS(2730), + [anon_sym_i128] = ACTIONS(2730), + [anon_sym_isize] = ACTIONS(2730), + [anon_sym_usize] = ACTIONS(2730), + [anon_sym_f32] = ACTIONS(2730), + [anon_sym_f64] = ACTIONS(2730), + [anon_sym_bool] = ACTIONS(2730), + [anon_sym_str] = ACTIONS(2730), + [anon_sym_char] = ACTIONS(2730), + [anon_sym_DASH] = ACTIONS(2728), + [anon_sym_BANG] = ACTIONS(2728), + [anon_sym_AMP] = ACTIONS(2728), + [anon_sym_PIPE] = ACTIONS(2728), + [anon_sym_LT] = ACTIONS(2728), + [anon_sym_DOT_DOT] = ACTIONS(2728), + [anon_sym_COLON_COLON] = ACTIONS(2728), + [anon_sym_POUND] = ACTIONS(2728), + [anon_sym_SQUOTE] = ACTIONS(2730), + [anon_sym_async] = ACTIONS(2730), + [anon_sym_break] = ACTIONS(2730), + [anon_sym_const] = ACTIONS(2730), + [anon_sym_continue] = ACTIONS(2730), + [anon_sym_default] = ACTIONS(2730), + [anon_sym_enum] = ACTIONS(2730), + [anon_sym_fn] = ACTIONS(2730), + [anon_sym_for] = ACTIONS(2730), + [anon_sym_gen] = ACTIONS(2730), + [anon_sym_if] = ACTIONS(2730), + [anon_sym_impl] = ACTIONS(2730), + [anon_sym_let] = ACTIONS(2730), + [anon_sym_loop] = ACTIONS(2730), + [anon_sym_match] = ACTIONS(2730), + [anon_sym_mod] = ACTIONS(2730), + [anon_sym_pub] = ACTIONS(2730), + [anon_sym_return] = ACTIONS(2730), + [anon_sym_static] = ACTIONS(2730), + [anon_sym_struct] = ACTIONS(2730), + [anon_sym_trait] = ACTIONS(2730), + [anon_sym_type] = ACTIONS(2730), + [anon_sym_union] = ACTIONS(2730), + [anon_sym_unsafe] = ACTIONS(2730), + [anon_sym_use] = ACTIONS(2730), + [anon_sym_while] = ACTIONS(2730), + [anon_sym_extern] = ACTIONS(2730), + [anon_sym_yield] = ACTIONS(2730), + [anon_sym_move] = ACTIONS(2730), + [anon_sym_try] = ACTIONS(2730), + [sym_integer_literal] = ACTIONS(2728), + [aux_sym_string_literal_token1] = ACTIONS(2728), + [sym_char_literal] = ACTIONS(2728), + [anon_sym_true] = ACTIONS(2730), + [anon_sym_false] = ACTIONS(2730), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2730), + [sym_super] = ACTIONS(2730), + [sym_crate] = ACTIONS(2730), + [sym_metavariable] = ACTIONS(2728), + [sym__raw_string_literal_start] = ACTIONS(2728), + [sym_float_literal] = ACTIONS(2728), }, [STATE(723)] = { [sym_line_comment] = STATE(723), [sym_block_comment] = STATE(723), - [ts_builtin_sym_end] = ACTIONS(2806), - [sym_identifier] = ACTIONS(2808), - [anon_sym_SEMI] = ACTIONS(2806), - [anon_sym_macro_rules_BANG] = ACTIONS(2806), - [anon_sym_LPAREN] = ACTIONS(2806), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_LBRACE] = ACTIONS(2806), - [anon_sym_RBRACE] = ACTIONS(2806), - [anon_sym_STAR] = ACTIONS(2806), - [anon_sym_u8] = ACTIONS(2808), - [anon_sym_i8] = ACTIONS(2808), - [anon_sym_u16] = ACTIONS(2808), - [anon_sym_i16] = ACTIONS(2808), - [anon_sym_u32] = ACTIONS(2808), - [anon_sym_i32] = ACTIONS(2808), - [anon_sym_u64] = ACTIONS(2808), - [anon_sym_i64] = ACTIONS(2808), - [anon_sym_u128] = ACTIONS(2808), - [anon_sym_i128] = ACTIONS(2808), - [anon_sym_isize] = ACTIONS(2808), - [anon_sym_usize] = ACTIONS(2808), - [anon_sym_f32] = ACTIONS(2808), - [anon_sym_f64] = ACTIONS(2808), - [anon_sym_bool] = ACTIONS(2808), - [anon_sym_str] = ACTIONS(2808), - [anon_sym_char] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2806), - [anon_sym_BANG] = ACTIONS(2806), - [anon_sym_AMP] = ACTIONS(2806), - [anon_sym_PIPE] = ACTIONS(2806), - [anon_sym_LT] = ACTIONS(2806), - [anon_sym_DOT_DOT] = ACTIONS(2806), - [anon_sym_COLON_COLON] = ACTIONS(2806), - [anon_sym_POUND] = ACTIONS(2806), - [anon_sym_SQUOTE] = ACTIONS(2808), - [anon_sym_async] = ACTIONS(2808), - [anon_sym_break] = ACTIONS(2808), - [anon_sym_const] = ACTIONS(2808), - [anon_sym_continue] = ACTIONS(2808), - [anon_sym_default] = ACTIONS(2808), - [anon_sym_enum] = ACTIONS(2808), - [anon_sym_fn] = ACTIONS(2808), - [anon_sym_for] = ACTIONS(2808), - [anon_sym_gen] = ACTIONS(2808), - [anon_sym_if] = ACTIONS(2808), - [anon_sym_impl] = ACTIONS(2808), - [anon_sym_let] = ACTIONS(2808), - [anon_sym_loop] = ACTIONS(2808), - [anon_sym_match] = ACTIONS(2808), - [anon_sym_mod] = ACTIONS(2808), - [anon_sym_pub] = ACTIONS(2808), - [anon_sym_return] = ACTIONS(2808), - [anon_sym_static] = ACTIONS(2808), - [anon_sym_struct] = ACTIONS(2808), - [anon_sym_trait] = ACTIONS(2808), - [anon_sym_type] = ACTIONS(2808), - [anon_sym_union] = ACTIONS(2808), - [anon_sym_unsafe] = ACTIONS(2808), - [anon_sym_use] = ACTIONS(2808), - [anon_sym_while] = ACTIONS(2808), - [anon_sym_extern] = ACTIONS(2808), - [anon_sym_yield] = ACTIONS(2808), - [anon_sym_move] = ACTIONS(2808), - [anon_sym_try] = ACTIONS(2808), - [sym_integer_literal] = ACTIONS(2806), - [aux_sym_string_literal_token1] = ACTIONS(2806), - [sym_char_literal] = ACTIONS(2806), - [anon_sym_true] = ACTIONS(2808), - [anon_sym_false] = ACTIONS(2808), - [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(2806), - [sym__raw_string_literal_start] = ACTIONS(2806), - [sym_float_literal] = ACTIONS(2806), + [ts_builtin_sym_end] = ACTIONS(2732), + [sym_identifier] = ACTIONS(2734), + [anon_sym_SEMI] = ACTIONS(2732), + [anon_sym_macro_rules_BANG] = ACTIONS(2732), + [anon_sym_LPAREN] = ACTIONS(2732), + [anon_sym_LBRACK] = ACTIONS(2732), + [anon_sym_LBRACE] = ACTIONS(2732), + [anon_sym_RBRACE] = ACTIONS(2732), + [anon_sym_STAR] = ACTIONS(2732), + [anon_sym_u8] = ACTIONS(2734), + [anon_sym_i8] = ACTIONS(2734), + [anon_sym_u16] = ACTIONS(2734), + [anon_sym_i16] = ACTIONS(2734), + [anon_sym_u32] = ACTIONS(2734), + [anon_sym_i32] = ACTIONS(2734), + [anon_sym_u64] = ACTIONS(2734), + [anon_sym_i64] = ACTIONS(2734), + [anon_sym_u128] = ACTIONS(2734), + [anon_sym_i128] = ACTIONS(2734), + [anon_sym_isize] = ACTIONS(2734), + [anon_sym_usize] = ACTIONS(2734), + [anon_sym_f32] = ACTIONS(2734), + [anon_sym_f64] = ACTIONS(2734), + [anon_sym_bool] = ACTIONS(2734), + [anon_sym_str] = ACTIONS(2734), + [anon_sym_char] = ACTIONS(2734), + [anon_sym_DASH] = ACTIONS(2732), + [anon_sym_BANG] = ACTIONS(2732), + [anon_sym_AMP] = ACTIONS(2732), + [anon_sym_PIPE] = ACTIONS(2732), + [anon_sym_LT] = ACTIONS(2732), + [anon_sym_DOT_DOT] = ACTIONS(2732), + [anon_sym_COLON_COLON] = ACTIONS(2732), + [anon_sym_POUND] = ACTIONS(2732), + [anon_sym_SQUOTE] = ACTIONS(2734), + [anon_sym_async] = ACTIONS(2734), + [anon_sym_break] = ACTIONS(2734), + [anon_sym_const] = ACTIONS(2734), + [anon_sym_continue] = ACTIONS(2734), + [anon_sym_default] = ACTIONS(2734), + [anon_sym_enum] = ACTIONS(2734), + [anon_sym_fn] = ACTIONS(2734), + [anon_sym_for] = ACTIONS(2734), + [anon_sym_gen] = ACTIONS(2734), + [anon_sym_if] = ACTIONS(2734), + [anon_sym_impl] = ACTIONS(2734), + [anon_sym_let] = ACTIONS(2734), + [anon_sym_loop] = ACTIONS(2734), + [anon_sym_match] = ACTIONS(2734), + [anon_sym_mod] = ACTIONS(2734), + [anon_sym_pub] = ACTIONS(2734), + [anon_sym_return] = ACTIONS(2734), + [anon_sym_static] = ACTIONS(2734), + [anon_sym_struct] = ACTIONS(2734), + [anon_sym_trait] = ACTIONS(2734), + [anon_sym_type] = ACTIONS(2734), + [anon_sym_union] = ACTIONS(2734), + [anon_sym_unsafe] = ACTIONS(2734), + [anon_sym_use] = ACTIONS(2734), + [anon_sym_while] = ACTIONS(2734), + [anon_sym_extern] = ACTIONS(2734), + [anon_sym_yield] = ACTIONS(2734), + [anon_sym_move] = ACTIONS(2734), + [anon_sym_try] = ACTIONS(2734), + [sym_integer_literal] = ACTIONS(2732), + [aux_sym_string_literal_token1] = ACTIONS(2732), + [sym_char_literal] = ACTIONS(2732), + [anon_sym_true] = ACTIONS(2734), + [anon_sym_false] = ACTIONS(2734), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2734), + [sym_super] = ACTIONS(2734), + [sym_crate] = ACTIONS(2734), + [sym_metavariable] = ACTIONS(2732), + [sym__raw_string_literal_start] = ACTIONS(2732), + [sym_float_literal] = ACTIONS(2732), }, [STATE(724)] = { [sym_line_comment] = STATE(724), [sym_block_comment] = STATE(724), - [ts_builtin_sym_end] = ACTIONS(2810), - [sym_identifier] = ACTIONS(2812), - [anon_sym_SEMI] = ACTIONS(2810), - [anon_sym_macro_rules_BANG] = ACTIONS(2810), - [anon_sym_LPAREN] = ACTIONS(2810), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_LBRACE] = ACTIONS(2810), - [anon_sym_RBRACE] = ACTIONS(2810), - [anon_sym_STAR] = ACTIONS(2810), - [anon_sym_u8] = ACTIONS(2812), - [anon_sym_i8] = ACTIONS(2812), - [anon_sym_u16] = ACTIONS(2812), - [anon_sym_i16] = ACTIONS(2812), - [anon_sym_u32] = ACTIONS(2812), - [anon_sym_i32] = ACTIONS(2812), - [anon_sym_u64] = ACTIONS(2812), - [anon_sym_i64] = ACTIONS(2812), - [anon_sym_u128] = ACTIONS(2812), - [anon_sym_i128] = ACTIONS(2812), - [anon_sym_isize] = ACTIONS(2812), - [anon_sym_usize] = ACTIONS(2812), - [anon_sym_f32] = ACTIONS(2812), - [anon_sym_f64] = ACTIONS(2812), - [anon_sym_bool] = ACTIONS(2812), - [anon_sym_str] = ACTIONS(2812), - [anon_sym_char] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2810), - [anon_sym_BANG] = ACTIONS(2810), - [anon_sym_AMP] = ACTIONS(2810), - [anon_sym_PIPE] = ACTIONS(2810), - [anon_sym_LT] = ACTIONS(2810), - [anon_sym_DOT_DOT] = ACTIONS(2810), - [anon_sym_COLON_COLON] = ACTIONS(2810), - [anon_sym_POUND] = ACTIONS(2810), - [anon_sym_SQUOTE] = ACTIONS(2812), - [anon_sym_async] = ACTIONS(2812), - [anon_sym_break] = ACTIONS(2812), - [anon_sym_const] = ACTIONS(2812), - [anon_sym_continue] = ACTIONS(2812), - [anon_sym_default] = ACTIONS(2812), - [anon_sym_enum] = ACTIONS(2812), - [anon_sym_fn] = ACTIONS(2812), - [anon_sym_for] = ACTIONS(2812), - [anon_sym_gen] = ACTIONS(2812), - [anon_sym_if] = ACTIONS(2812), - [anon_sym_impl] = ACTIONS(2812), - [anon_sym_let] = ACTIONS(2812), - [anon_sym_loop] = ACTIONS(2812), - [anon_sym_match] = ACTIONS(2812), - [anon_sym_mod] = ACTIONS(2812), - [anon_sym_pub] = ACTIONS(2812), - [anon_sym_return] = ACTIONS(2812), - [anon_sym_static] = ACTIONS(2812), - [anon_sym_struct] = ACTIONS(2812), - [anon_sym_trait] = ACTIONS(2812), - [anon_sym_type] = ACTIONS(2812), - [anon_sym_union] = ACTIONS(2812), - [anon_sym_unsafe] = ACTIONS(2812), - [anon_sym_use] = ACTIONS(2812), - [anon_sym_while] = ACTIONS(2812), - [anon_sym_extern] = ACTIONS(2812), - [anon_sym_yield] = ACTIONS(2812), - [anon_sym_move] = ACTIONS(2812), - [anon_sym_try] = ACTIONS(2812), - [sym_integer_literal] = ACTIONS(2810), - [aux_sym_string_literal_token1] = ACTIONS(2810), - [sym_char_literal] = ACTIONS(2810), - [anon_sym_true] = ACTIONS(2812), - [anon_sym_false] = ACTIONS(2812), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2812), - [sym_super] = ACTIONS(2812), - [sym_crate] = ACTIONS(2812), - [sym_metavariable] = ACTIONS(2810), - [sym__raw_string_literal_start] = ACTIONS(2810), - [sym_float_literal] = ACTIONS(2810), + [ts_builtin_sym_end] = ACTIONS(2736), + [sym_identifier] = ACTIONS(2738), + [anon_sym_SEMI] = ACTIONS(2736), + [anon_sym_macro_rules_BANG] = ACTIONS(2736), + [anon_sym_LPAREN] = ACTIONS(2736), + [anon_sym_LBRACK] = ACTIONS(2736), + [anon_sym_LBRACE] = ACTIONS(2736), + [anon_sym_RBRACE] = ACTIONS(2736), + [anon_sym_STAR] = ACTIONS(2736), + [anon_sym_u8] = ACTIONS(2738), + [anon_sym_i8] = ACTIONS(2738), + [anon_sym_u16] = ACTIONS(2738), + [anon_sym_i16] = ACTIONS(2738), + [anon_sym_u32] = ACTIONS(2738), + [anon_sym_i32] = ACTIONS(2738), + [anon_sym_u64] = ACTIONS(2738), + [anon_sym_i64] = ACTIONS(2738), + [anon_sym_u128] = ACTIONS(2738), + [anon_sym_i128] = ACTIONS(2738), + [anon_sym_isize] = ACTIONS(2738), + [anon_sym_usize] = ACTIONS(2738), + [anon_sym_f32] = ACTIONS(2738), + [anon_sym_f64] = ACTIONS(2738), + [anon_sym_bool] = ACTIONS(2738), + [anon_sym_str] = ACTIONS(2738), + [anon_sym_char] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2736), + [anon_sym_BANG] = ACTIONS(2736), + [anon_sym_AMP] = ACTIONS(2736), + [anon_sym_PIPE] = ACTIONS(2736), + [anon_sym_LT] = ACTIONS(2736), + [anon_sym_DOT_DOT] = ACTIONS(2736), + [anon_sym_COLON_COLON] = ACTIONS(2736), + [anon_sym_POUND] = ACTIONS(2736), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_async] = ACTIONS(2738), + [anon_sym_break] = ACTIONS(2738), + [anon_sym_const] = ACTIONS(2738), + [anon_sym_continue] = ACTIONS(2738), + [anon_sym_default] = ACTIONS(2738), + [anon_sym_enum] = ACTIONS(2738), + [anon_sym_fn] = ACTIONS(2738), + [anon_sym_for] = ACTIONS(2738), + [anon_sym_gen] = ACTIONS(2738), + [anon_sym_if] = ACTIONS(2738), + [anon_sym_impl] = ACTIONS(2738), + [anon_sym_let] = ACTIONS(2738), + [anon_sym_loop] = ACTIONS(2738), + [anon_sym_match] = ACTIONS(2738), + [anon_sym_mod] = ACTIONS(2738), + [anon_sym_pub] = ACTIONS(2738), + [anon_sym_return] = ACTIONS(2738), + [anon_sym_static] = ACTIONS(2738), + [anon_sym_struct] = ACTIONS(2738), + [anon_sym_trait] = ACTIONS(2738), + [anon_sym_type] = ACTIONS(2738), + [anon_sym_union] = ACTIONS(2738), + [anon_sym_unsafe] = ACTIONS(2738), + [anon_sym_use] = ACTIONS(2738), + [anon_sym_while] = ACTIONS(2738), + [anon_sym_extern] = ACTIONS(2738), + [anon_sym_yield] = ACTIONS(2738), + [anon_sym_move] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2738), + [sym_integer_literal] = ACTIONS(2736), + [aux_sym_string_literal_token1] = ACTIONS(2736), + [sym_char_literal] = ACTIONS(2736), + [anon_sym_true] = ACTIONS(2738), + [anon_sym_false] = ACTIONS(2738), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2738), + [sym_super] = ACTIONS(2738), + [sym_crate] = ACTIONS(2738), + [sym_metavariable] = ACTIONS(2736), + [sym__raw_string_literal_start] = ACTIONS(2736), + [sym_float_literal] = ACTIONS(2736), }, [STATE(725)] = { [sym_line_comment] = STATE(725), [sym_block_comment] = STATE(725), - [ts_builtin_sym_end] = ACTIONS(2814), - [sym_identifier] = ACTIONS(2816), - [anon_sym_SEMI] = ACTIONS(2814), - [anon_sym_macro_rules_BANG] = ACTIONS(2814), - [anon_sym_LPAREN] = ACTIONS(2814), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_LBRACE] = ACTIONS(2814), - [anon_sym_RBRACE] = ACTIONS(2814), - [anon_sym_STAR] = ACTIONS(2814), - [anon_sym_u8] = ACTIONS(2816), - [anon_sym_i8] = ACTIONS(2816), - [anon_sym_u16] = ACTIONS(2816), - [anon_sym_i16] = ACTIONS(2816), - [anon_sym_u32] = ACTIONS(2816), - [anon_sym_i32] = ACTIONS(2816), - [anon_sym_u64] = ACTIONS(2816), - [anon_sym_i64] = ACTIONS(2816), - [anon_sym_u128] = ACTIONS(2816), - [anon_sym_i128] = ACTIONS(2816), - [anon_sym_isize] = ACTIONS(2816), - [anon_sym_usize] = ACTIONS(2816), - [anon_sym_f32] = ACTIONS(2816), - [anon_sym_f64] = ACTIONS(2816), - [anon_sym_bool] = ACTIONS(2816), - [anon_sym_str] = ACTIONS(2816), - [anon_sym_char] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2814), - [anon_sym_BANG] = ACTIONS(2814), - [anon_sym_AMP] = ACTIONS(2814), - [anon_sym_PIPE] = ACTIONS(2814), - [anon_sym_LT] = ACTIONS(2814), - [anon_sym_DOT_DOT] = ACTIONS(2814), - [anon_sym_COLON_COLON] = ACTIONS(2814), - [anon_sym_POUND] = ACTIONS(2814), - [anon_sym_SQUOTE] = ACTIONS(2816), - [anon_sym_async] = ACTIONS(2816), - [anon_sym_break] = ACTIONS(2816), - [anon_sym_const] = ACTIONS(2816), - [anon_sym_continue] = ACTIONS(2816), - [anon_sym_default] = ACTIONS(2816), - [anon_sym_enum] = ACTIONS(2816), - [anon_sym_fn] = ACTIONS(2816), - [anon_sym_for] = ACTIONS(2816), - [anon_sym_gen] = ACTIONS(2816), - [anon_sym_if] = ACTIONS(2816), - [anon_sym_impl] = ACTIONS(2816), - [anon_sym_let] = ACTIONS(2816), - [anon_sym_loop] = ACTIONS(2816), - [anon_sym_match] = ACTIONS(2816), - [anon_sym_mod] = ACTIONS(2816), - [anon_sym_pub] = ACTIONS(2816), - [anon_sym_return] = ACTIONS(2816), - [anon_sym_static] = ACTIONS(2816), - [anon_sym_struct] = ACTIONS(2816), - [anon_sym_trait] = ACTIONS(2816), - [anon_sym_type] = ACTIONS(2816), - [anon_sym_union] = ACTIONS(2816), - [anon_sym_unsafe] = ACTIONS(2816), - [anon_sym_use] = ACTIONS(2816), - [anon_sym_while] = ACTIONS(2816), - [anon_sym_extern] = ACTIONS(2816), - [anon_sym_yield] = ACTIONS(2816), - [anon_sym_move] = ACTIONS(2816), - [anon_sym_try] = ACTIONS(2816), - [sym_integer_literal] = ACTIONS(2814), - [aux_sym_string_literal_token1] = ACTIONS(2814), - [sym_char_literal] = ACTIONS(2814), - [anon_sym_true] = ACTIONS(2816), - [anon_sym_false] = ACTIONS(2816), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2816), - [sym_super] = ACTIONS(2816), - [sym_crate] = ACTIONS(2816), - [sym_metavariable] = ACTIONS(2814), - [sym__raw_string_literal_start] = ACTIONS(2814), - [sym_float_literal] = ACTIONS(2814), + [ts_builtin_sym_end] = ACTIONS(2740), + [sym_identifier] = ACTIONS(2742), + [anon_sym_SEMI] = ACTIONS(2740), + [anon_sym_macro_rules_BANG] = ACTIONS(2740), + [anon_sym_LPAREN] = ACTIONS(2740), + [anon_sym_LBRACK] = ACTIONS(2740), + [anon_sym_LBRACE] = ACTIONS(2740), + [anon_sym_RBRACE] = ACTIONS(2740), + [anon_sym_STAR] = ACTIONS(2740), + [anon_sym_u8] = ACTIONS(2742), + [anon_sym_i8] = ACTIONS(2742), + [anon_sym_u16] = ACTIONS(2742), + [anon_sym_i16] = ACTIONS(2742), + [anon_sym_u32] = ACTIONS(2742), + [anon_sym_i32] = ACTIONS(2742), + [anon_sym_u64] = ACTIONS(2742), + [anon_sym_i64] = ACTIONS(2742), + [anon_sym_u128] = ACTIONS(2742), + [anon_sym_i128] = ACTIONS(2742), + [anon_sym_isize] = ACTIONS(2742), + [anon_sym_usize] = ACTIONS(2742), + [anon_sym_f32] = ACTIONS(2742), + [anon_sym_f64] = ACTIONS(2742), + [anon_sym_bool] = ACTIONS(2742), + [anon_sym_str] = ACTIONS(2742), + [anon_sym_char] = ACTIONS(2742), + [anon_sym_DASH] = ACTIONS(2740), + [anon_sym_BANG] = ACTIONS(2740), + [anon_sym_AMP] = ACTIONS(2740), + [anon_sym_PIPE] = ACTIONS(2740), + [anon_sym_LT] = ACTIONS(2740), + [anon_sym_DOT_DOT] = ACTIONS(2740), + [anon_sym_COLON_COLON] = ACTIONS(2740), + [anon_sym_POUND] = ACTIONS(2740), + [anon_sym_SQUOTE] = ACTIONS(2742), + [anon_sym_async] = ACTIONS(2742), + [anon_sym_break] = ACTIONS(2742), + [anon_sym_const] = ACTIONS(2742), + [anon_sym_continue] = ACTIONS(2742), + [anon_sym_default] = ACTIONS(2742), + [anon_sym_enum] = ACTIONS(2742), + [anon_sym_fn] = ACTIONS(2742), + [anon_sym_for] = ACTIONS(2742), + [anon_sym_gen] = ACTIONS(2742), + [anon_sym_if] = ACTIONS(2742), + [anon_sym_impl] = ACTIONS(2742), + [anon_sym_let] = ACTIONS(2742), + [anon_sym_loop] = ACTIONS(2742), + [anon_sym_match] = ACTIONS(2742), + [anon_sym_mod] = ACTIONS(2742), + [anon_sym_pub] = ACTIONS(2742), + [anon_sym_return] = ACTIONS(2742), + [anon_sym_static] = ACTIONS(2742), + [anon_sym_struct] = ACTIONS(2742), + [anon_sym_trait] = ACTIONS(2742), + [anon_sym_type] = ACTIONS(2742), + [anon_sym_union] = ACTIONS(2742), + [anon_sym_unsafe] = ACTIONS(2742), + [anon_sym_use] = ACTIONS(2742), + [anon_sym_while] = ACTIONS(2742), + [anon_sym_extern] = ACTIONS(2742), + [anon_sym_yield] = ACTIONS(2742), + [anon_sym_move] = ACTIONS(2742), + [anon_sym_try] = ACTIONS(2742), + [sym_integer_literal] = ACTIONS(2740), + [aux_sym_string_literal_token1] = ACTIONS(2740), + [sym_char_literal] = ACTIONS(2740), + [anon_sym_true] = ACTIONS(2742), + [anon_sym_false] = ACTIONS(2742), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2742), + [sym_super] = ACTIONS(2742), + [sym_crate] = ACTIONS(2742), + [sym_metavariable] = ACTIONS(2740), + [sym__raw_string_literal_start] = ACTIONS(2740), + [sym_float_literal] = ACTIONS(2740), }, [STATE(726)] = { [sym_line_comment] = STATE(726), [sym_block_comment] = STATE(726), - [ts_builtin_sym_end] = ACTIONS(2818), - [sym_identifier] = ACTIONS(2820), - [anon_sym_SEMI] = ACTIONS(2818), - [anon_sym_macro_rules_BANG] = ACTIONS(2818), - [anon_sym_LPAREN] = ACTIONS(2818), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_LBRACE] = ACTIONS(2818), - [anon_sym_RBRACE] = ACTIONS(2818), - [anon_sym_STAR] = ACTIONS(2818), - [anon_sym_u8] = ACTIONS(2820), - [anon_sym_i8] = ACTIONS(2820), - [anon_sym_u16] = ACTIONS(2820), - [anon_sym_i16] = ACTIONS(2820), - [anon_sym_u32] = ACTIONS(2820), - [anon_sym_i32] = ACTIONS(2820), - [anon_sym_u64] = ACTIONS(2820), - [anon_sym_i64] = ACTIONS(2820), - [anon_sym_u128] = ACTIONS(2820), - [anon_sym_i128] = ACTIONS(2820), - [anon_sym_isize] = ACTIONS(2820), - [anon_sym_usize] = ACTIONS(2820), - [anon_sym_f32] = ACTIONS(2820), - [anon_sym_f64] = ACTIONS(2820), - [anon_sym_bool] = ACTIONS(2820), - [anon_sym_str] = ACTIONS(2820), - [anon_sym_char] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2818), - [anon_sym_BANG] = ACTIONS(2818), - [anon_sym_AMP] = ACTIONS(2818), - [anon_sym_PIPE] = ACTIONS(2818), - [anon_sym_LT] = ACTIONS(2818), - [anon_sym_DOT_DOT] = ACTIONS(2818), - [anon_sym_COLON_COLON] = ACTIONS(2818), - [anon_sym_POUND] = ACTIONS(2818), - [anon_sym_SQUOTE] = ACTIONS(2820), - [anon_sym_async] = ACTIONS(2820), - [anon_sym_break] = ACTIONS(2820), - [anon_sym_const] = ACTIONS(2820), - [anon_sym_continue] = ACTIONS(2820), - [anon_sym_default] = ACTIONS(2820), - [anon_sym_enum] = ACTIONS(2820), - [anon_sym_fn] = ACTIONS(2820), - [anon_sym_for] = ACTIONS(2820), - [anon_sym_gen] = ACTIONS(2820), - [anon_sym_if] = ACTIONS(2820), - [anon_sym_impl] = ACTIONS(2820), - [anon_sym_let] = ACTIONS(2820), - [anon_sym_loop] = ACTIONS(2820), - [anon_sym_match] = ACTIONS(2820), - [anon_sym_mod] = ACTIONS(2820), - [anon_sym_pub] = ACTIONS(2820), - [anon_sym_return] = ACTIONS(2820), - [anon_sym_static] = ACTIONS(2820), - [anon_sym_struct] = ACTIONS(2820), - [anon_sym_trait] = ACTIONS(2820), - [anon_sym_type] = ACTIONS(2820), - [anon_sym_union] = ACTIONS(2820), - [anon_sym_unsafe] = ACTIONS(2820), - [anon_sym_use] = ACTIONS(2820), - [anon_sym_while] = ACTIONS(2820), - [anon_sym_extern] = ACTIONS(2820), - [anon_sym_yield] = ACTIONS(2820), - [anon_sym_move] = ACTIONS(2820), - [anon_sym_try] = ACTIONS(2820), - [sym_integer_literal] = ACTIONS(2818), - [aux_sym_string_literal_token1] = ACTIONS(2818), - [sym_char_literal] = ACTIONS(2818), - [anon_sym_true] = ACTIONS(2820), - [anon_sym_false] = ACTIONS(2820), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2820), - [sym_super] = ACTIONS(2820), - [sym_crate] = ACTIONS(2820), - [sym_metavariable] = ACTIONS(2818), - [sym__raw_string_literal_start] = ACTIONS(2818), - [sym_float_literal] = ACTIONS(2818), + [ts_builtin_sym_end] = ACTIONS(2744), + [sym_identifier] = ACTIONS(2746), + [anon_sym_SEMI] = ACTIONS(2744), + [anon_sym_macro_rules_BANG] = ACTIONS(2744), + [anon_sym_LPAREN] = ACTIONS(2744), + [anon_sym_LBRACK] = ACTIONS(2744), + [anon_sym_LBRACE] = ACTIONS(2744), + [anon_sym_RBRACE] = ACTIONS(2744), + [anon_sym_STAR] = ACTIONS(2744), + [anon_sym_u8] = ACTIONS(2746), + [anon_sym_i8] = ACTIONS(2746), + [anon_sym_u16] = ACTIONS(2746), + [anon_sym_i16] = ACTIONS(2746), + [anon_sym_u32] = ACTIONS(2746), + [anon_sym_i32] = ACTIONS(2746), + [anon_sym_u64] = ACTIONS(2746), + [anon_sym_i64] = ACTIONS(2746), + [anon_sym_u128] = ACTIONS(2746), + [anon_sym_i128] = ACTIONS(2746), + [anon_sym_isize] = ACTIONS(2746), + [anon_sym_usize] = ACTIONS(2746), + [anon_sym_f32] = ACTIONS(2746), + [anon_sym_f64] = ACTIONS(2746), + [anon_sym_bool] = ACTIONS(2746), + [anon_sym_str] = ACTIONS(2746), + [anon_sym_char] = ACTIONS(2746), + [anon_sym_DASH] = ACTIONS(2744), + [anon_sym_BANG] = ACTIONS(2744), + [anon_sym_AMP] = ACTIONS(2744), + [anon_sym_PIPE] = ACTIONS(2744), + [anon_sym_LT] = ACTIONS(2744), + [anon_sym_DOT_DOT] = ACTIONS(2744), + [anon_sym_COLON_COLON] = ACTIONS(2744), + [anon_sym_POUND] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2746), + [anon_sym_async] = ACTIONS(2746), + [anon_sym_break] = ACTIONS(2746), + [anon_sym_const] = ACTIONS(2746), + [anon_sym_continue] = ACTIONS(2746), + [anon_sym_default] = ACTIONS(2746), + [anon_sym_enum] = ACTIONS(2746), + [anon_sym_fn] = ACTIONS(2746), + [anon_sym_for] = ACTIONS(2746), + [anon_sym_gen] = ACTIONS(2746), + [anon_sym_if] = ACTIONS(2746), + [anon_sym_impl] = ACTIONS(2746), + [anon_sym_let] = ACTIONS(2746), + [anon_sym_loop] = ACTIONS(2746), + [anon_sym_match] = ACTIONS(2746), + [anon_sym_mod] = ACTIONS(2746), + [anon_sym_pub] = ACTIONS(2746), + [anon_sym_return] = ACTIONS(2746), + [anon_sym_static] = ACTIONS(2746), + [anon_sym_struct] = ACTIONS(2746), + [anon_sym_trait] = ACTIONS(2746), + [anon_sym_type] = ACTIONS(2746), + [anon_sym_union] = ACTIONS(2746), + [anon_sym_unsafe] = ACTIONS(2746), + [anon_sym_use] = ACTIONS(2746), + [anon_sym_while] = ACTIONS(2746), + [anon_sym_extern] = ACTIONS(2746), + [anon_sym_yield] = ACTIONS(2746), + [anon_sym_move] = ACTIONS(2746), + [anon_sym_try] = ACTIONS(2746), + [sym_integer_literal] = ACTIONS(2744), + [aux_sym_string_literal_token1] = ACTIONS(2744), + [sym_char_literal] = ACTIONS(2744), + [anon_sym_true] = ACTIONS(2746), + [anon_sym_false] = ACTIONS(2746), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2746), + [sym_super] = ACTIONS(2746), + [sym_crate] = ACTIONS(2746), + [sym_metavariable] = ACTIONS(2744), + [sym__raw_string_literal_start] = ACTIONS(2744), + [sym_float_literal] = ACTIONS(2744), }, [STATE(727)] = { [sym_line_comment] = STATE(727), [sym_block_comment] = STATE(727), - [ts_builtin_sym_end] = ACTIONS(2822), - [sym_identifier] = ACTIONS(2824), - [anon_sym_SEMI] = ACTIONS(2822), - [anon_sym_macro_rules_BANG] = ACTIONS(2822), - [anon_sym_LPAREN] = ACTIONS(2822), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_LBRACE] = ACTIONS(2822), - [anon_sym_RBRACE] = ACTIONS(2822), - [anon_sym_STAR] = ACTIONS(2822), - [anon_sym_u8] = ACTIONS(2824), - [anon_sym_i8] = ACTIONS(2824), - [anon_sym_u16] = ACTIONS(2824), - [anon_sym_i16] = ACTIONS(2824), - [anon_sym_u32] = ACTIONS(2824), - [anon_sym_i32] = ACTIONS(2824), - [anon_sym_u64] = ACTIONS(2824), - [anon_sym_i64] = ACTIONS(2824), - [anon_sym_u128] = ACTIONS(2824), - [anon_sym_i128] = ACTIONS(2824), - [anon_sym_isize] = ACTIONS(2824), - [anon_sym_usize] = ACTIONS(2824), - [anon_sym_f32] = ACTIONS(2824), - [anon_sym_f64] = ACTIONS(2824), - [anon_sym_bool] = ACTIONS(2824), - [anon_sym_str] = ACTIONS(2824), - [anon_sym_char] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2822), - [anon_sym_BANG] = ACTIONS(2822), - [anon_sym_AMP] = ACTIONS(2822), - [anon_sym_PIPE] = ACTIONS(2822), - [anon_sym_LT] = ACTIONS(2822), - [anon_sym_DOT_DOT] = ACTIONS(2822), - [anon_sym_COLON_COLON] = ACTIONS(2822), - [anon_sym_POUND] = ACTIONS(2822), - [anon_sym_SQUOTE] = ACTIONS(2824), - [anon_sym_async] = ACTIONS(2824), - [anon_sym_break] = ACTIONS(2824), - [anon_sym_const] = ACTIONS(2824), - [anon_sym_continue] = ACTIONS(2824), - [anon_sym_default] = ACTIONS(2824), - [anon_sym_enum] = ACTIONS(2824), - [anon_sym_fn] = ACTIONS(2824), - [anon_sym_for] = ACTIONS(2824), - [anon_sym_gen] = ACTIONS(2824), - [anon_sym_if] = ACTIONS(2824), - [anon_sym_impl] = ACTIONS(2824), - [anon_sym_let] = ACTIONS(2824), - [anon_sym_loop] = ACTIONS(2824), - [anon_sym_match] = ACTIONS(2824), - [anon_sym_mod] = ACTIONS(2824), - [anon_sym_pub] = ACTIONS(2824), - [anon_sym_return] = ACTIONS(2824), - [anon_sym_static] = ACTIONS(2824), - [anon_sym_struct] = ACTIONS(2824), - [anon_sym_trait] = ACTIONS(2824), - [anon_sym_type] = ACTIONS(2824), - [anon_sym_union] = ACTIONS(2824), - [anon_sym_unsafe] = ACTIONS(2824), - [anon_sym_use] = ACTIONS(2824), - [anon_sym_while] = ACTIONS(2824), - [anon_sym_extern] = ACTIONS(2824), - [anon_sym_yield] = ACTIONS(2824), - [anon_sym_move] = ACTIONS(2824), - [anon_sym_try] = ACTIONS(2824), - [sym_integer_literal] = ACTIONS(2822), - [aux_sym_string_literal_token1] = ACTIONS(2822), - [sym_char_literal] = ACTIONS(2822), - [anon_sym_true] = ACTIONS(2824), - [anon_sym_false] = ACTIONS(2824), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2824), - [sym_super] = ACTIONS(2824), - [sym_crate] = ACTIONS(2824), - [sym_metavariable] = ACTIONS(2822), - [sym__raw_string_literal_start] = ACTIONS(2822), - [sym_float_literal] = ACTIONS(2822), + [ts_builtin_sym_end] = ACTIONS(2748), + [sym_identifier] = ACTIONS(2750), + [anon_sym_SEMI] = ACTIONS(2748), + [anon_sym_macro_rules_BANG] = ACTIONS(2748), + [anon_sym_LPAREN] = ACTIONS(2748), + [anon_sym_LBRACK] = ACTIONS(2748), + [anon_sym_LBRACE] = ACTIONS(2748), + [anon_sym_RBRACE] = ACTIONS(2748), + [anon_sym_STAR] = ACTIONS(2748), + [anon_sym_u8] = ACTIONS(2750), + [anon_sym_i8] = ACTIONS(2750), + [anon_sym_u16] = ACTIONS(2750), + [anon_sym_i16] = ACTIONS(2750), + [anon_sym_u32] = ACTIONS(2750), + [anon_sym_i32] = ACTIONS(2750), + [anon_sym_u64] = ACTIONS(2750), + [anon_sym_i64] = ACTIONS(2750), + [anon_sym_u128] = ACTIONS(2750), + [anon_sym_i128] = ACTIONS(2750), + [anon_sym_isize] = ACTIONS(2750), + [anon_sym_usize] = ACTIONS(2750), + [anon_sym_f32] = ACTIONS(2750), + [anon_sym_f64] = ACTIONS(2750), + [anon_sym_bool] = ACTIONS(2750), + [anon_sym_str] = ACTIONS(2750), + [anon_sym_char] = ACTIONS(2750), + [anon_sym_DASH] = ACTIONS(2748), + [anon_sym_BANG] = ACTIONS(2748), + [anon_sym_AMP] = ACTIONS(2748), + [anon_sym_PIPE] = ACTIONS(2748), + [anon_sym_LT] = ACTIONS(2748), + [anon_sym_DOT_DOT] = ACTIONS(2748), + [anon_sym_COLON_COLON] = ACTIONS(2748), + [anon_sym_POUND] = ACTIONS(2748), + [anon_sym_SQUOTE] = ACTIONS(2750), + [anon_sym_async] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_const] = ACTIONS(2750), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_default] = ACTIONS(2750), + [anon_sym_enum] = ACTIONS(2750), + [anon_sym_fn] = ACTIONS(2750), + [anon_sym_for] = ACTIONS(2750), + [anon_sym_gen] = ACTIONS(2750), + [anon_sym_if] = ACTIONS(2750), + [anon_sym_impl] = ACTIONS(2750), + [anon_sym_let] = ACTIONS(2750), + [anon_sym_loop] = ACTIONS(2750), + [anon_sym_match] = ACTIONS(2750), + [anon_sym_mod] = ACTIONS(2750), + [anon_sym_pub] = ACTIONS(2750), + [anon_sym_return] = ACTIONS(2750), + [anon_sym_static] = ACTIONS(2750), + [anon_sym_struct] = ACTIONS(2750), + [anon_sym_trait] = ACTIONS(2750), + [anon_sym_type] = ACTIONS(2750), + [anon_sym_union] = ACTIONS(2750), + [anon_sym_unsafe] = ACTIONS(2750), + [anon_sym_use] = ACTIONS(2750), + [anon_sym_while] = ACTIONS(2750), + [anon_sym_extern] = ACTIONS(2750), + [anon_sym_yield] = ACTIONS(2750), + [anon_sym_move] = ACTIONS(2750), + [anon_sym_try] = ACTIONS(2750), + [sym_integer_literal] = ACTIONS(2748), + [aux_sym_string_literal_token1] = ACTIONS(2748), + [sym_char_literal] = ACTIONS(2748), + [anon_sym_true] = ACTIONS(2750), + [anon_sym_false] = ACTIONS(2750), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2750), + [sym_super] = ACTIONS(2750), + [sym_crate] = ACTIONS(2750), + [sym_metavariable] = ACTIONS(2748), + [sym__raw_string_literal_start] = ACTIONS(2748), + [sym_float_literal] = ACTIONS(2748), }, [STATE(728)] = { [sym_line_comment] = STATE(728), [sym_block_comment] = STATE(728), - [ts_builtin_sym_end] = ACTIONS(2826), - [sym_identifier] = ACTIONS(2828), - [anon_sym_SEMI] = ACTIONS(2826), - [anon_sym_macro_rules_BANG] = ACTIONS(2826), - [anon_sym_LPAREN] = ACTIONS(2826), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_LBRACE] = ACTIONS(2826), - [anon_sym_RBRACE] = ACTIONS(2826), - [anon_sym_STAR] = ACTIONS(2826), - [anon_sym_u8] = ACTIONS(2828), - [anon_sym_i8] = ACTIONS(2828), - [anon_sym_u16] = ACTIONS(2828), - [anon_sym_i16] = ACTIONS(2828), - [anon_sym_u32] = ACTIONS(2828), - [anon_sym_i32] = ACTIONS(2828), - [anon_sym_u64] = ACTIONS(2828), - [anon_sym_i64] = ACTIONS(2828), - [anon_sym_u128] = ACTIONS(2828), - [anon_sym_i128] = ACTIONS(2828), - [anon_sym_isize] = ACTIONS(2828), - [anon_sym_usize] = ACTIONS(2828), - [anon_sym_f32] = ACTIONS(2828), - [anon_sym_f64] = ACTIONS(2828), - [anon_sym_bool] = ACTIONS(2828), - [anon_sym_str] = ACTIONS(2828), - [anon_sym_char] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2826), - [anon_sym_BANG] = ACTIONS(2826), - [anon_sym_AMP] = ACTIONS(2826), - [anon_sym_PIPE] = ACTIONS(2826), - [anon_sym_LT] = ACTIONS(2826), - [anon_sym_DOT_DOT] = ACTIONS(2826), - [anon_sym_COLON_COLON] = ACTIONS(2826), - [anon_sym_POUND] = ACTIONS(2826), - [anon_sym_SQUOTE] = ACTIONS(2828), - [anon_sym_async] = ACTIONS(2828), - [anon_sym_break] = ACTIONS(2828), - [anon_sym_const] = ACTIONS(2828), - [anon_sym_continue] = ACTIONS(2828), - [anon_sym_default] = ACTIONS(2828), - [anon_sym_enum] = ACTIONS(2828), - [anon_sym_fn] = ACTIONS(2828), - [anon_sym_for] = ACTIONS(2828), - [anon_sym_gen] = ACTIONS(2828), - [anon_sym_if] = ACTIONS(2828), - [anon_sym_impl] = ACTIONS(2828), - [anon_sym_let] = ACTIONS(2828), - [anon_sym_loop] = ACTIONS(2828), - [anon_sym_match] = ACTIONS(2828), - [anon_sym_mod] = ACTIONS(2828), - [anon_sym_pub] = ACTIONS(2828), - [anon_sym_return] = ACTIONS(2828), - [anon_sym_static] = ACTIONS(2828), - [anon_sym_struct] = ACTIONS(2828), - [anon_sym_trait] = ACTIONS(2828), - [anon_sym_type] = ACTIONS(2828), - [anon_sym_union] = ACTIONS(2828), - [anon_sym_unsafe] = ACTIONS(2828), - [anon_sym_use] = ACTIONS(2828), - [anon_sym_while] = ACTIONS(2828), - [anon_sym_extern] = ACTIONS(2828), - [anon_sym_yield] = ACTIONS(2828), - [anon_sym_move] = ACTIONS(2828), - [anon_sym_try] = ACTIONS(2828), - [sym_integer_literal] = ACTIONS(2826), - [aux_sym_string_literal_token1] = ACTIONS(2826), - [sym_char_literal] = ACTIONS(2826), - [anon_sym_true] = ACTIONS(2828), - [anon_sym_false] = ACTIONS(2828), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2828), - [sym_super] = ACTIONS(2828), - [sym_crate] = ACTIONS(2828), - [sym_metavariable] = ACTIONS(2826), - [sym__raw_string_literal_start] = ACTIONS(2826), - [sym_float_literal] = ACTIONS(2826), + [ts_builtin_sym_end] = ACTIONS(2752), + [sym_identifier] = ACTIONS(2754), + [anon_sym_SEMI] = ACTIONS(2752), + [anon_sym_macro_rules_BANG] = ACTIONS(2752), + [anon_sym_LPAREN] = ACTIONS(2752), + [anon_sym_LBRACK] = ACTIONS(2752), + [anon_sym_LBRACE] = ACTIONS(2752), + [anon_sym_RBRACE] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2752), + [anon_sym_u8] = ACTIONS(2754), + [anon_sym_i8] = ACTIONS(2754), + [anon_sym_u16] = ACTIONS(2754), + [anon_sym_i16] = ACTIONS(2754), + [anon_sym_u32] = ACTIONS(2754), + [anon_sym_i32] = ACTIONS(2754), + [anon_sym_u64] = ACTIONS(2754), + [anon_sym_i64] = ACTIONS(2754), + [anon_sym_u128] = ACTIONS(2754), + [anon_sym_i128] = ACTIONS(2754), + [anon_sym_isize] = ACTIONS(2754), + [anon_sym_usize] = ACTIONS(2754), + [anon_sym_f32] = ACTIONS(2754), + [anon_sym_f64] = ACTIONS(2754), + [anon_sym_bool] = ACTIONS(2754), + [anon_sym_str] = ACTIONS(2754), + [anon_sym_char] = ACTIONS(2754), + [anon_sym_DASH] = ACTIONS(2752), + [anon_sym_BANG] = ACTIONS(2752), + [anon_sym_AMP] = ACTIONS(2752), + [anon_sym_PIPE] = ACTIONS(2752), + [anon_sym_LT] = ACTIONS(2752), + [anon_sym_DOT_DOT] = ACTIONS(2752), + [anon_sym_COLON_COLON] = ACTIONS(2752), + [anon_sym_POUND] = ACTIONS(2752), + [anon_sym_SQUOTE] = ACTIONS(2754), + [anon_sym_async] = ACTIONS(2754), + [anon_sym_break] = ACTIONS(2754), + [anon_sym_const] = ACTIONS(2754), + [anon_sym_continue] = ACTIONS(2754), + [anon_sym_default] = ACTIONS(2754), + [anon_sym_enum] = ACTIONS(2754), + [anon_sym_fn] = ACTIONS(2754), + [anon_sym_for] = ACTIONS(2754), + [anon_sym_gen] = ACTIONS(2754), + [anon_sym_if] = ACTIONS(2754), + [anon_sym_impl] = ACTIONS(2754), + [anon_sym_let] = ACTIONS(2754), + [anon_sym_loop] = ACTIONS(2754), + [anon_sym_match] = ACTIONS(2754), + [anon_sym_mod] = ACTIONS(2754), + [anon_sym_pub] = ACTIONS(2754), + [anon_sym_return] = ACTIONS(2754), + [anon_sym_static] = ACTIONS(2754), + [anon_sym_struct] = ACTIONS(2754), + [anon_sym_trait] = ACTIONS(2754), + [anon_sym_type] = ACTIONS(2754), + [anon_sym_union] = ACTIONS(2754), + [anon_sym_unsafe] = ACTIONS(2754), + [anon_sym_use] = ACTIONS(2754), + [anon_sym_while] = ACTIONS(2754), + [anon_sym_extern] = ACTIONS(2754), + [anon_sym_yield] = ACTIONS(2754), + [anon_sym_move] = ACTIONS(2754), + [anon_sym_try] = ACTIONS(2754), + [sym_integer_literal] = ACTIONS(2752), + [aux_sym_string_literal_token1] = ACTIONS(2752), + [sym_char_literal] = ACTIONS(2752), + [anon_sym_true] = ACTIONS(2754), + [anon_sym_false] = ACTIONS(2754), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2754), + [sym_super] = ACTIONS(2754), + [sym_crate] = ACTIONS(2754), + [sym_metavariable] = ACTIONS(2752), + [sym__raw_string_literal_start] = ACTIONS(2752), + [sym_float_literal] = ACTIONS(2752), }, [STATE(729)] = { [sym_line_comment] = STATE(729), [sym_block_comment] = STATE(729), - [ts_builtin_sym_end] = ACTIONS(2830), - [sym_identifier] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2830), - [anon_sym_macro_rules_BANG] = ACTIONS(2830), - [anon_sym_LPAREN] = ACTIONS(2830), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_LBRACE] = ACTIONS(2830), - [anon_sym_RBRACE] = ACTIONS(2830), - [anon_sym_STAR] = ACTIONS(2830), - [anon_sym_u8] = ACTIONS(2832), - [anon_sym_i8] = ACTIONS(2832), - [anon_sym_u16] = ACTIONS(2832), - [anon_sym_i16] = ACTIONS(2832), - [anon_sym_u32] = ACTIONS(2832), - [anon_sym_i32] = ACTIONS(2832), - [anon_sym_u64] = ACTIONS(2832), - [anon_sym_i64] = ACTIONS(2832), - [anon_sym_u128] = ACTIONS(2832), - [anon_sym_i128] = ACTIONS(2832), - [anon_sym_isize] = ACTIONS(2832), - [anon_sym_usize] = ACTIONS(2832), - [anon_sym_f32] = ACTIONS(2832), - [anon_sym_f64] = ACTIONS(2832), - [anon_sym_bool] = ACTIONS(2832), - [anon_sym_str] = ACTIONS(2832), - [anon_sym_char] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2830), - [anon_sym_AMP] = ACTIONS(2830), - [anon_sym_PIPE] = ACTIONS(2830), - [anon_sym_LT] = ACTIONS(2830), - [anon_sym_DOT_DOT] = ACTIONS(2830), - [anon_sym_COLON_COLON] = ACTIONS(2830), - [anon_sym_POUND] = ACTIONS(2830), - [anon_sym_SQUOTE] = ACTIONS(2832), - [anon_sym_async] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_default] = ACTIONS(2832), - [anon_sym_enum] = ACTIONS(2832), - [anon_sym_fn] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_gen] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_impl] = ACTIONS(2832), - [anon_sym_let] = ACTIONS(2832), - [anon_sym_loop] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_mod] = ACTIONS(2832), - [anon_sym_pub] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_static] = ACTIONS(2832), - [anon_sym_struct] = ACTIONS(2832), - [anon_sym_trait] = ACTIONS(2832), - [anon_sym_type] = ACTIONS(2832), - [anon_sym_union] = ACTIONS(2832), - [anon_sym_unsafe] = ACTIONS(2832), - [anon_sym_use] = ACTIONS(2832), - [anon_sym_while] = ACTIONS(2832), - [anon_sym_extern] = ACTIONS(2832), - [anon_sym_yield] = ACTIONS(2832), - [anon_sym_move] = ACTIONS(2832), - [anon_sym_try] = ACTIONS(2832), - [sym_integer_literal] = ACTIONS(2830), - [aux_sym_string_literal_token1] = ACTIONS(2830), - [sym_char_literal] = ACTIONS(2830), - [anon_sym_true] = ACTIONS(2832), - [anon_sym_false] = ACTIONS(2832), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2832), - [sym_super] = ACTIONS(2832), - [sym_crate] = ACTIONS(2832), - [sym_metavariable] = ACTIONS(2830), - [sym__raw_string_literal_start] = ACTIONS(2830), - [sym_float_literal] = ACTIONS(2830), + [ts_builtin_sym_end] = ACTIONS(2756), + [sym_identifier] = ACTIONS(2758), + [anon_sym_SEMI] = ACTIONS(2756), + [anon_sym_macro_rules_BANG] = ACTIONS(2756), + [anon_sym_LPAREN] = ACTIONS(2756), + [anon_sym_LBRACK] = ACTIONS(2756), + [anon_sym_LBRACE] = ACTIONS(2756), + [anon_sym_RBRACE] = ACTIONS(2756), + [anon_sym_STAR] = ACTIONS(2756), + [anon_sym_u8] = ACTIONS(2758), + [anon_sym_i8] = ACTIONS(2758), + [anon_sym_u16] = ACTIONS(2758), + [anon_sym_i16] = ACTIONS(2758), + [anon_sym_u32] = ACTIONS(2758), + [anon_sym_i32] = ACTIONS(2758), + [anon_sym_u64] = ACTIONS(2758), + [anon_sym_i64] = ACTIONS(2758), + [anon_sym_u128] = ACTIONS(2758), + [anon_sym_i128] = ACTIONS(2758), + [anon_sym_isize] = ACTIONS(2758), + [anon_sym_usize] = ACTIONS(2758), + [anon_sym_f32] = ACTIONS(2758), + [anon_sym_f64] = ACTIONS(2758), + [anon_sym_bool] = ACTIONS(2758), + [anon_sym_str] = ACTIONS(2758), + [anon_sym_char] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2756), + [anon_sym_BANG] = ACTIONS(2756), + [anon_sym_AMP] = ACTIONS(2756), + [anon_sym_PIPE] = ACTIONS(2756), + [anon_sym_LT] = ACTIONS(2756), + [anon_sym_DOT_DOT] = ACTIONS(2756), + [anon_sym_COLON_COLON] = ACTIONS(2756), + [anon_sym_POUND] = ACTIONS(2756), + [anon_sym_SQUOTE] = ACTIONS(2758), + [anon_sym_async] = ACTIONS(2758), + [anon_sym_break] = ACTIONS(2758), + [anon_sym_const] = ACTIONS(2758), + [anon_sym_continue] = ACTIONS(2758), + [anon_sym_default] = ACTIONS(2758), + [anon_sym_enum] = ACTIONS(2758), + [anon_sym_fn] = ACTIONS(2758), + [anon_sym_for] = ACTIONS(2758), + [anon_sym_gen] = ACTIONS(2758), + [anon_sym_if] = ACTIONS(2758), + [anon_sym_impl] = ACTIONS(2758), + [anon_sym_let] = ACTIONS(2758), + [anon_sym_loop] = ACTIONS(2758), + [anon_sym_match] = ACTIONS(2758), + [anon_sym_mod] = ACTIONS(2758), + [anon_sym_pub] = ACTIONS(2758), + [anon_sym_return] = ACTIONS(2758), + [anon_sym_static] = ACTIONS(2758), + [anon_sym_struct] = ACTIONS(2758), + [anon_sym_trait] = ACTIONS(2758), + [anon_sym_type] = ACTIONS(2758), + [anon_sym_union] = ACTIONS(2758), + [anon_sym_unsafe] = ACTIONS(2758), + [anon_sym_use] = ACTIONS(2758), + [anon_sym_while] = ACTIONS(2758), + [anon_sym_extern] = ACTIONS(2758), + [anon_sym_yield] = ACTIONS(2758), + [anon_sym_move] = ACTIONS(2758), + [anon_sym_try] = ACTIONS(2758), + [sym_integer_literal] = ACTIONS(2756), + [aux_sym_string_literal_token1] = ACTIONS(2756), + [sym_char_literal] = ACTIONS(2756), + [anon_sym_true] = ACTIONS(2758), + [anon_sym_false] = ACTIONS(2758), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2758), + [sym_super] = ACTIONS(2758), + [sym_crate] = ACTIONS(2758), + [sym_metavariable] = ACTIONS(2756), + [sym__raw_string_literal_start] = ACTIONS(2756), + [sym_float_literal] = ACTIONS(2756), }, [STATE(730)] = { [sym_line_comment] = STATE(730), [sym_block_comment] = STATE(730), - [ts_builtin_sym_end] = ACTIONS(2834), - [sym_identifier] = ACTIONS(2836), - [anon_sym_SEMI] = ACTIONS(2834), - [anon_sym_macro_rules_BANG] = ACTIONS(2834), - [anon_sym_LPAREN] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_LBRACE] = ACTIONS(2834), - [anon_sym_RBRACE] = ACTIONS(2834), - [anon_sym_STAR] = ACTIONS(2834), - [anon_sym_u8] = ACTIONS(2836), - [anon_sym_i8] = ACTIONS(2836), - [anon_sym_u16] = ACTIONS(2836), - [anon_sym_i16] = ACTIONS(2836), - [anon_sym_u32] = ACTIONS(2836), - [anon_sym_i32] = ACTIONS(2836), - [anon_sym_u64] = ACTIONS(2836), - [anon_sym_i64] = ACTIONS(2836), - [anon_sym_u128] = ACTIONS(2836), - [anon_sym_i128] = ACTIONS(2836), - [anon_sym_isize] = ACTIONS(2836), - [anon_sym_usize] = ACTIONS(2836), - [anon_sym_f32] = ACTIONS(2836), - [anon_sym_f64] = ACTIONS(2836), - [anon_sym_bool] = ACTIONS(2836), - [anon_sym_str] = ACTIONS(2836), - [anon_sym_char] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2834), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_AMP] = ACTIONS(2834), - [anon_sym_PIPE] = ACTIONS(2834), - [anon_sym_LT] = ACTIONS(2834), - [anon_sym_DOT_DOT] = ACTIONS(2834), - [anon_sym_COLON_COLON] = ACTIONS(2834), - [anon_sym_POUND] = ACTIONS(2834), - [anon_sym_SQUOTE] = ACTIONS(2836), - [anon_sym_async] = ACTIONS(2836), - [anon_sym_break] = ACTIONS(2836), - [anon_sym_const] = ACTIONS(2836), - [anon_sym_continue] = ACTIONS(2836), - [anon_sym_default] = ACTIONS(2836), - [anon_sym_enum] = ACTIONS(2836), - [anon_sym_fn] = ACTIONS(2836), - [anon_sym_for] = ACTIONS(2836), - [anon_sym_gen] = ACTIONS(2836), - [anon_sym_if] = ACTIONS(2836), - [anon_sym_impl] = ACTIONS(2836), - [anon_sym_let] = ACTIONS(2836), - [anon_sym_loop] = ACTIONS(2836), - [anon_sym_match] = ACTIONS(2836), - [anon_sym_mod] = ACTIONS(2836), - [anon_sym_pub] = ACTIONS(2836), - [anon_sym_return] = ACTIONS(2836), - [anon_sym_static] = ACTIONS(2836), - [anon_sym_struct] = ACTIONS(2836), - [anon_sym_trait] = ACTIONS(2836), - [anon_sym_type] = ACTIONS(2836), - [anon_sym_union] = ACTIONS(2836), - [anon_sym_unsafe] = ACTIONS(2836), - [anon_sym_use] = ACTIONS(2836), - [anon_sym_while] = ACTIONS(2836), - [anon_sym_extern] = ACTIONS(2836), - [anon_sym_yield] = ACTIONS(2836), - [anon_sym_move] = ACTIONS(2836), - [anon_sym_try] = ACTIONS(2836), - [sym_integer_literal] = ACTIONS(2834), - [aux_sym_string_literal_token1] = ACTIONS(2834), - [sym_char_literal] = ACTIONS(2834), - [anon_sym_true] = ACTIONS(2836), - [anon_sym_false] = ACTIONS(2836), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2836), - [sym_super] = ACTIONS(2836), - [sym_crate] = ACTIONS(2836), - [sym_metavariable] = ACTIONS(2834), - [sym__raw_string_literal_start] = ACTIONS(2834), - [sym_float_literal] = ACTIONS(2834), + [ts_builtin_sym_end] = ACTIONS(2760), + [sym_identifier] = ACTIONS(2762), + [anon_sym_SEMI] = ACTIONS(2760), + [anon_sym_macro_rules_BANG] = ACTIONS(2760), + [anon_sym_LPAREN] = ACTIONS(2760), + [anon_sym_LBRACK] = ACTIONS(2760), + [anon_sym_LBRACE] = ACTIONS(2760), + [anon_sym_RBRACE] = ACTIONS(2760), + [anon_sym_STAR] = ACTIONS(2760), + [anon_sym_u8] = ACTIONS(2762), + [anon_sym_i8] = ACTIONS(2762), + [anon_sym_u16] = ACTIONS(2762), + [anon_sym_i16] = ACTIONS(2762), + [anon_sym_u32] = ACTIONS(2762), + [anon_sym_i32] = ACTIONS(2762), + [anon_sym_u64] = ACTIONS(2762), + [anon_sym_i64] = ACTIONS(2762), + [anon_sym_u128] = ACTIONS(2762), + [anon_sym_i128] = ACTIONS(2762), + [anon_sym_isize] = ACTIONS(2762), + [anon_sym_usize] = ACTIONS(2762), + [anon_sym_f32] = ACTIONS(2762), + [anon_sym_f64] = ACTIONS(2762), + [anon_sym_bool] = ACTIONS(2762), + [anon_sym_str] = ACTIONS(2762), + [anon_sym_char] = ACTIONS(2762), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_BANG] = ACTIONS(2760), + [anon_sym_AMP] = ACTIONS(2760), + [anon_sym_PIPE] = ACTIONS(2760), + [anon_sym_LT] = ACTIONS(2760), + [anon_sym_DOT_DOT] = ACTIONS(2760), + [anon_sym_COLON_COLON] = ACTIONS(2760), + [anon_sym_POUND] = ACTIONS(2760), + [anon_sym_SQUOTE] = ACTIONS(2762), + [anon_sym_async] = ACTIONS(2762), + [anon_sym_break] = ACTIONS(2762), + [anon_sym_const] = ACTIONS(2762), + [anon_sym_continue] = ACTIONS(2762), + [anon_sym_default] = ACTIONS(2762), + [anon_sym_enum] = ACTIONS(2762), + [anon_sym_fn] = ACTIONS(2762), + [anon_sym_for] = ACTIONS(2762), + [anon_sym_gen] = ACTIONS(2762), + [anon_sym_if] = ACTIONS(2762), + [anon_sym_impl] = ACTIONS(2762), + [anon_sym_let] = ACTIONS(2762), + [anon_sym_loop] = ACTIONS(2762), + [anon_sym_match] = ACTIONS(2762), + [anon_sym_mod] = ACTIONS(2762), + [anon_sym_pub] = ACTIONS(2762), + [anon_sym_return] = ACTIONS(2762), + [anon_sym_static] = ACTIONS(2762), + [anon_sym_struct] = ACTIONS(2762), + [anon_sym_trait] = ACTIONS(2762), + [anon_sym_type] = ACTIONS(2762), + [anon_sym_union] = ACTIONS(2762), + [anon_sym_unsafe] = ACTIONS(2762), + [anon_sym_use] = ACTIONS(2762), + [anon_sym_while] = ACTIONS(2762), + [anon_sym_extern] = ACTIONS(2762), + [anon_sym_yield] = ACTIONS(2762), + [anon_sym_move] = ACTIONS(2762), + [anon_sym_try] = ACTIONS(2762), + [sym_integer_literal] = ACTIONS(2760), + [aux_sym_string_literal_token1] = ACTIONS(2760), + [sym_char_literal] = ACTIONS(2760), + [anon_sym_true] = ACTIONS(2762), + [anon_sym_false] = ACTIONS(2762), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2762), + [sym_super] = ACTIONS(2762), + [sym_crate] = ACTIONS(2762), + [sym_metavariable] = ACTIONS(2760), + [sym__raw_string_literal_start] = ACTIONS(2760), + [sym_float_literal] = ACTIONS(2760), }, [STATE(731)] = { [sym_line_comment] = STATE(731), [sym_block_comment] = STATE(731), - [ts_builtin_sym_end] = ACTIONS(2838), - [sym_identifier] = ACTIONS(2840), - [anon_sym_SEMI] = ACTIONS(2838), - [anon_sym_macro_rules_BANG] = ACTIONS(2838), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(2838), - [anon_sym_RBRACE] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2838), - [anon_sym_u8] = ACTIONS(2840), - [anon_sym_i8] = ACTIONS(2840), - [anon_sym_u16] = ACTIONS(2840), - [anon_sym_i16] = ACTIONS(2840), - [anon_sym_u32] = ACTIONS(2840), - [anon_sym_i32] = ACTIONS(2840), - [anon_sym_u64] = ACTIONS(2840), - [anon_sym_i64] = ACTIONS(2840), - [anon_sym_u128] = ACTIONS(2840), - [anon_sym_i128] = ACTIONS(2840), - [anon_sym_isize] = ACTIONS(2840), - [anon_sym_usize] = ACTIONS(2840), - [anon_sym_f32] = ACTIONS(2840), - [anon_sym_f64] = ACTIONS(2840), - [anon_sym_bool] = ACTIONS(2840), - [anon_sym_str] = ACTIONS(2840), - [anon_sym_char] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2838), - [anon_sym_BANG] = ACTIONS(2838), - [anon_sym_AMP] = ACTIONS(2838), - [anon_sym_PIPE] = ACTIONS(2838), - [anon_sym_LT] = ACTIONS(2838), - [anon_sym_DOT_DOT] = ACTIONS(2838), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_POUND] = ACTIONS(2838), - [anon_sym_SQUOTE] = ACTIONS(2840), - [anon_sym_async] = ACTIONS(2840), - [anon_sym_break] = ACTIONS(2840), - [anon_sym_const] = ACTIONS(2840), - [anon_sym_continue] = ACTIONS(2840), - [anon_sym_default] = ACTIONS(2840), - [anon_sym_enum] = ACTIONS(2840), - [anon_sym_fn] = ACTIONS(2840), - [anon_sym_for] = ACTIONS(2840), - [anon_sym_gen] = ACTIONS(2840), - [anon_sym_if] = ACTIONS(2840), - [anon_sym_impl] = ACTIONS(2840), - [anon_sym_let] = ACTIONS(2840), - [anon_sym_loop] = ACTIONS(2840), - [anon_sym_match] = ACTIONS(2840), - [anon_sym_mod] = ACTIONS(2840), - [anon_sym_pub] = ACTIONS(2840), - [anon_sym_return] = ACTIONS(2840), - [anon_sym_static] = ACTIONS(2840), - [anon_sym_struct] = ACTIONS(2840), - [anon_sym_trait] = ACTIONS(2840), - [anon_sym_type] = ACTIONS(2840), - [anon_sym_union] = ACTIONS(2840), - [anon_sym_unsafe] = ACTIONS(2840), - [anon_sym_use] = ACTIONS(2840), - [anon_sym_while] = ACTIONS(2840), - [anon_sym_extern] = ACTIONS(2840), - [anon_sym_yield] = ACTIONS(2840), - [anon_sym_move] = ACTIONS(2840), - [anon_sym_try] = ACTIONS(2840), - [sym_integer_literal] = ACTIONS(2838), - [aux_sym_string_literal_token1] = ACTIONS(2838), - [sym_char_literal] = ACTIONS(2838), - [anon_sym_true] = ACTIONS(2840), - [anon_sym_false] = ACTIONS(2840), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2840), - [sym_super] = ACTIONS(2840), - [sym_crate] = ACTIONS(2840), - [sym_metavariable] = ACTIONS(2838), - [sym__raw_string_literal_start] = ACTIONS(2838), - [sym_float_literal] = ACTIONS(2838), + [ts_builtin_sym_end] = ACTIONS(2764), + [sym_identifier] = ACTIONS(2766), + [anon_sym_SEMI] = ACTIONS(2764), + [anon_sym_macro_rules_BANG] = ACTIONS(2764), + [anon_sym_LPAREN] = ACTIONS(2764), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2764), + [anon_sym_RBRACE] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_u8] = ACTIONS(2766), + [anon_sym_i8] = ACTIONS(2766), + [anon_sym_u16] = ACTIONS(2766), + [anon_sym_i16] = ACTIONS(2766), + [anon_sym_u32] = ACTIONS(2766), + [anon_sym_i32] = ACTIONS(2766), + [anon_sym_u64] = ACTIONS(2766), + [anon_sym_i64] = ACTIONS(2766), + [anon_sym_u128] = ACTIONS(2766), + [anon_sym_i128] = ACTIONS(2766), + [anon_sym_isize] = ACTIONS(2766), + [anon_sym_usize] = ACTIONS(2766), + [anon_sym_f32] = ACTIONS(2766), + [anon_sym_f64] = ACTIONS(2766), + [anon_sym_bool] = ACTIONS(2766), + [anon_sym_str] = ACTIONS(2766), + [anon_sym_char] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_BANG] = ACTIONS(2764), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_PIPE] = ACTIONS(2764), + [anon_sym_LT] = ACTIONS(2764), + [anon_sym_DOT_DOT] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2764), + [anon_sym_POUND] = ACTIONS(2764), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_async] = ACTIONS(2766), + [anon_sym_break] = ACTIONS(2766), + [anon_sym_const] = ACTIONS(2766), + [anon_sym_continue] = ACTIONS(2766), + [anon_sym_default] = ACTIONS(2766), + [anon_sym_enum] = ACTIONS(2766), + [anon_sym_fn] = ACTIONS(2766), + [anon_sym_for] = ACTIONS(2766), + [anon_sym_gen] = ACTIONS(2766), + [anon_sym_if] = ACTIONS(2766), + [anon_sym_impl] = ACTIONS(2766), + [anon_sym_let] = ACTIONS(2766), + [anon_sym_loop] = ACTIONS(2766), + [anon_sym_match] = ACTIONS(2766), + [anon_sym_mod] = ACTIONS(2766), + [anon_sym_pub] = ACTIONS(2766), + [anon_sym_return] = ACTIONS(2766), + [anon_sym_static] = ACTIONS(2766), + [anon_sym_struct] = ACTIONS(2766), + [anon_sym_trait] = ACTIONS(2766), + [anon_sym_type] = ACTIONS(2766), + [anon_sym_union] = ACTIONS(2766), + [anon_sym_unsafe] = ACTIONS(2766), + [anon_sym_use] = ACTIONS(2766), + [anon_sym_while] = ACTIONS(2766), + [anon_sym_extern] = ACTIONS(2766), + [anon_sym_yield] = ACTIONS(2766), + [anon_sym_move] = ACTIONS(2766), + [anon_sym_try] = ACTIONS(2766), + [sym_integer_literal] = ACTIONS(2764), + [aux_sym_string_literal_token1] = ACTIONS(2764), + [sym_char_literal] = ACTIONS(2764), + [anon_sym_true] = ACTIONS(2766), + [anon_sym_false] = ACTIONS(2766), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2766), + [sym_super] = ACTIONS(2766), + [sym_crate] = ACTIONS(2766), + [sym_metavariable] = ACTIONS(2764), + [sym__raw_string_literal_start] = ACTIONS(2764), + [sym_float_literal] = ACTIONS(2764), }, [STATE(732)] = { [sym_line_comment] = STATE(732), [sym_block_comment] = STATE(732), - [ts_builtin_sym_end] = ACTIONS(2842), - [sym_identifier] = ACTIONS(2844), - [anon_sym_SEMI] = ACTIONS(2842), - [anon_sym_macro_rules_BANG] = ACTIONS(2842), - [anon_sym_LPAREN] = ACTIONS(2842), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_LBRACE] = ACTIONS(2842), - [anon_sym_RBRACE] = ACTIONS(2842), - [anon_sym_STAR] = ACTIONS(2842), - [anon_sym_u8] = ACTIONS(2844), - [anon_sym_i8] = ACTIONS(2844), - [anon_sym_u16] = ACTIONS(2844), - [anon_sym_i16] = ACTIONS(2844), - [anon_sym_u32] = ACTIONS(2844), - [anon_sym_i32] = ACTIONS(2844), - [anon_sym_u64] = ACTIONS(2844), - [anon_sym_i64] = ACTIONS(2844), - [anon_sym_u128] = ACTIONS(2844), - [anon_sym_i128] = ACTIONS(2844), - [anon_sym_isize] = ACTIONS(2844), - [anon_sym_usize] = ACTIONS(2844), - [anon_sym_f32] = ACTIONS(2844), - [anon_sym_f64] = ACTIONS(2844), - [anon_sym_bool] = ACTIONS(2844), - [anon_sym_str] = ACTIONS(2844), - [anon_sym_char] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2842), - [anon_sym_BANG] = ACTIONS(2842), - [anon_sym_AMP] = ACTIONS(2842), - [anon_sym_PIPE] = ACTIONS(2842), - [anon_sym_LT] = ACTIONS(2842), - [anon_sym_DOT_DOT] = ACTIONS(2842), - [anon_sym_COLON_COLON] = ACTIONS(2842), - [anon_sym_POUND] = ACTIONS(2842), - [anon_sym_SQUOTE] = ACTIONS(2844), - [anon_sym_async] = ACTIONS(2844), - [anon_sym_break] = ACTIONS(2844), - [anon_sym_const] = ACTIONS(2844), - [anon_sym_continue] = ACTIONS(2844), - [anon_sym_default] = ACTIONS(2844), - [anon_sym_enum] = ACTIONS(2844), - [anon_sym_fn] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_gen] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_impl] = ACTIONS(2844), - [anon_sym_let] = ACTIONS(2844), - [anon_sym_loop] = ACTIONS(2844), - [anon_sym_match] = ACTIONS(2844), - [anon_sym_mod] = ACTIONS(2844), - [anon_sym_pub] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_static] = ACTIONS(2844), - [anon_sym_struct] = ACTIONS(2844), - [anon_sym_trait] = ACTIONS(2844), - [anon_sym_type] = ACTIONS(2844), - [anon_sym_union] = ACTIONS(2844), - [anon_sym_unsafe] = ACTIONS(2844), - [anon_sym_use] = ACTIONS(2844), - [anon_sym_while] = ACTIONS(2844), - [anon_sym_extern] = ACTIONS(2844), - [anon_sym_yield] = ACTIONS(2844), - [anon_sym_move] = ACTIONS(2844), - [anon_sym_try] = ACTIONS(2844), - [sym_integer_literal] = ACTIONS(2842), - [aux_sym_string_literal_token1] = ACTIONS(2842), - [sym_char_literal] = ACTIONS(2842), - [anon_sym_true] = ACTIONS(2844), - [anon_sym_false] = ACTIONS(2844), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2844), - [sym_super] = ACTIONS(2844), - [sym_crate] = ACTIONS(2844), - [sym_metavariable] = ACTIONS(2842), - [sym__raw_string_literal_start] = ACTIONS(2842), - [sym_float_literal] = ACTIONS(2842), + [ts_builtin_sym_end] = ACTIONS(2768), + [sym_identifier] = ACTIONS(2770), + [anon_sym_SEMI] = ACTIONS(2768), + [anon_sym_macro_rules_BANG] = ACTIONS(2768), + [anon_sym_LPAREN] = ACTIONS(2768), + [anon_sym_LBRACK] = ACTIONS(2768), + [anon_sym_LBRACE] = ACTIONS(2768), + [anon_sym_RBRACE] = ACTIONS(2768), + [anon_sym_STAR] = ACTIONS(2768), + [anon_sym_u8] = ACTIONS(2770), + [anon_sym_i8] = ACTIONS(2770), + [anon_sym_u16] = ACTIONS(2770), + [anon_sym_i16] = ACTIONS(2770), + [anon_sym_u32] = ACTIONS(2770), + [anon_sym_i32] = ACTIONS(2770), + [anon_sym_u64] = ACTIONS(2770), + [anon_sym_i64] = ACTIONS(2770), + [anon_sym_u128] = ACTIONS(2770), + [anon_sym_i128] = ACTIONS(2770), + [anon_sym_isize] = ACTIONS(2770), + [anon_sym_usize] = ACTIONS(2770), + [anon_sym_f32] = ACTIONS(2770), + [anon_sym_f64] = ACTIONS(2770), + [anon_sym_bool] = ACTIONS(2770), + [anon_sym_str] = ACTIONS(2770), + [anon_sym_char] = ACTIONS(2770), + [anon_sym_DASH] = ACTIONS(2768), + [anon_sym_BANG] = ACTIONS(2768), + [anon_sym_AMP] = ACTIONS(2768), + [anon_sym_PIPE] = ACTIONS(2768), + [anon_sym_LT] = ACTIONS(2768), + [anon_sym_DOT_DOT] = ACTIONS(2768), + [anon_sym_COLON_COLON] = ACTIONS(2768), + [anon_sym_POUND] = ACTIONS(2768), + [anon_sym_SQUOTE] = ACTIONS(2770), + [anon_sym_async] = ACTIONS(2770), + [anon_sym_break] = ACTIONS(2770), + [anon_sym_const] = ACTIONS(2770), + [anon_sym_continue] = ACTIONS(2770), + [anon_sym_default] = ACTIONS(2770), + [anon_sym_enum] = ACTIONS(2770), + [anon_sym_fn] = ACTIONS(2770), + [anon_sym_for] = ACTIONS(2770), + [anon_sym_gen] = ACTIONS(2770), + [anon_sym_if] = ACTIONS(2770), + [anon_sym_impl] = ACTIONS(2770), + [anon_sym_let] = ACTIONS(2770), + [anon_sym_loop] = ACTIONS(2770), + [anon_sym_match] = ACTIONS(2770), + [anon_sym_mod] = ACTIONS(2770), + [anon_sym_pub] = ACTIONS(2770), + [anon_sym_return] = ACTIONS(2770), + [anon_sym_static] = ACTIONS(2770), + [anon_sym_struct] = ACTIONS(2770), + [anon_sym_trait] = ACTIONS(2770), + [anon_sym_type] = ACTIONS(2770), + [anon_sym_union] = ACTIONS(2770), + [anon_sym_unsafe] = ACTIONS(2770), + [anon_sym_use] = ACTIONS(2770), + [anon_sym_while] = ACTIONS(2770), + [anon_sym_extern] = ACTIONS(2770), + [anon_sym_yield] = ACTIONS(2770), + [anon_sym_move] = ACTIONS(2770), + [anon_sym_try] = ACTIONS(2770), + [sym_integer_literal] = ACTIONS(2768), + [aux_sym_string_literal_token1] = ACTIONS(2768), + [sym_char_literal] = ACTIONS(2768), + [anon_sym_true] = ACTIONS(2770), + [anon_sym_false] = ACTIONS(2770), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2770), + [sym_super] = ACTIONS(2770), + [sym_crate] = ACTIONS(2770), + [sym_metavariable] = ACTIONS(2768), + [sym__raw_string_literal_start] = ACTIONS(2768), + [sym_float_literal] = ACTIONS(2768), }, [STATE(733)] = { + [sym_attribute_item] = STATE(1422), + [sym_inner_attribute_item] = STATE(1422), + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_match_pattern] = STATE(3812), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3172), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), [sym_line_comment] = STATE(733), [sym_block_comment] = STATE(733), - [ts_builtin_sym_end] = ACTIONS(2846), - [sym_identifier] = ACTIONS(2848), - [anon_sym_SEMI] = ACTIONS(2846), - [anon_sym_macro_rules_BANG] = ACTIONS(2846), - [anon_sym_LPAREN] = ACTIONS(2846), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_LBRACE] = ACTIONS(2846), - [anon_sym_RBRACE] = ACTIONS(2846), - [anon_sym_STAR] = ACTIONS(2846), - [anon_sym_u8] = ACTIONS(2848), - [anon_sym_i8] = ACTIONS(2848), - [anon_sym_u16] = ACTIONS(2848), - [anon_sym_i16] = ACTIONS(2848), - [anon_sym_u32] = ACTIONS(2848), - [anon_sym_i32] = ACTIONS(2848), - [anon_sym_u64] = ACTIONS(2848), - [anon_sym_i64] = ACTIONS(2848), - [anon_sym_u128] = ACTIONS(2848), - [anon_sym_i128] = ACTIONS(2848), - [anon_sym_isize] = ACTIONS(2848), - [anon_sym_usize] = ACTIONS(2848), - [anon_sym_f32] = ACTIONS(2848), - [anon_sym_f64] = ACTIONS(2848), - [anon_sym_bool] = ACTIONS(2848), - [anon_sym_str] = ACTIONS(2848), - [anon_sym_char] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2846), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_AMP] = ACTIONS(2846), - [anon_sym_PIPE] = ACTIONS(2846), - [anon_sym_LT] = ACTIONS(2846), - [anon_sym_DOT_DOT] = ACTIONS(2846), - [anon_sym_COLON_COLON] = ACTIONS(2846), - [anon_sym_POUND] = ACTIONS(2846), - [anon_sym_SQUOTE] = ACTIONS(2848), - [anon_sym_async] = ACTIONS(2848), - [anon_sym_break] = ACTIONS(2848), - [anon_sym_const] = ACTIONS(2848), - [anon_sym_continue] = ACTIONS(2848), - [anon_sym_default] = ACTIONS(2848), - [anon_sym_enum] = ACTIONS(2848), - [anon_sym_fn] = ACTIONS(2848), - [anon_sym_for] = ACTIONS(2848), - [anon_sym_gen] = ACTIONS(2848), - [anon_sym_if] = ACTIONS(2848), - [anon_sym_impl] = ACTIONS(2848), - [anon_sym_let] = ACTIONS(2848), - [anon_sym_loop] = ACTIONS(2848), - [anon_sym_match] = ACTIONS(2848), - [anon_sym_mod] = ACTIONS(2848), - [anon_sym_pub] = ACTIONS(2848), - [anon_sym_return] = ACTIONS(2848), - [anon_sym_static] = ACTIONS(2848), - [anon_sym_struct] = ACTIONS(2848), - [anon_sym_trait] = ACTIONS(2848), - [anon_sym_type] = ACTIONS(2848), - [anon_sym_union] = ACTIONS(2848), - [anon_sym_unsafe] = ACTIONS(2848), - [anon_sym_use] = ACTIONS(2848), - [anon_sym_while] = ACTIONS(2848), - [anon_sym_extern] = ACTIONS(2848), - [anon_sym_yield] = ACTIONS(2848), - [anon_sym_move] = ACTIONS(2848), - [anon_sym_try] = ACTIONS(2848), - [sym_integer_literal] = ACTIONS(2846), - [aux_sym_string_literal_token1] = ACTIONS(2846), - [sym_char_literal] = ACTIONS(2846), - [anon_sym_true] = ACTIONS(2848), - [anon_sym_false] = ACTIONS(2848), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2848), - [sym_super] = ACTIONS(2848), - [sym_crate] = ACTIONS(2848), - [sym_metavariable] = ACTIONS(2846), - [sym__raw_string_literal_start] = ACTIONS(2846), - [sym_float_literal] = ACTIONS(2846), + [aux_sym_match_arm_repeat1] = STATE(1082), + [sym_identifier] = ACTIONS(1671), + [anon_sym_LPAREN] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_u8] = ACTIONS(1679), + [anon_sym_i8] = ACTIONS(1679), + [anon_sym_u16] = ACTIONS(1679), + [anon_sym_i16] = ACTIONS(1679), + [anon_sym_u32] = ACTIONS(1679), + [anon_sym_i32] = ACTIONS(1679), + [anon_sym_u64] = ACTIONS(1679), + [anon_sym_i64] = ACTIONS(1679), + [anon_sym_u128] = ACTIONS(1679), + [anon_sym_i128] = ACTIONS(1679), + [anon_sym_isize] = ACTIONS(1679), + [anon_sym_usize] = ACTIONS(1679), + [anon_sym_f32] = ACTIONS(1679), + [anon_sym_f64] = ACTIONS(1679), + [anon_sym_bool] = ACTIONS(1679), + [anon_sym_str] = ACTIONS(1679), + [anon_sym_char] = ACTIONS(1679), + [anon_sym_DASH] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_PIPE] = ACTIONS(1685), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1687), + [anon_sym_DOT_DOT] = ACTIONS(1689), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_POUND] = ACTIONS(1695), + [anon_sym_const] = ACTIONS(1697), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_gen] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_ref] = ACTIONS(1701), + [sym_mutable_specifier] = ACTIONS(1703), + [sym_integer_literal] = ACTIONS(1705), + [aux_sym_string_literal_token1] = ACTIONS(1707), + [sym_char_literal] = ACTIONS(1705), + [anon_sym_true] = ACTIONS(1709), + [anon_sym_false] = ACTIONS(1709), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1711), + [sym_super] = ACTIONS(1711), + [sym_crate] = ACTIONS(1711), + [sym_metavariable] = ACTIONS(1713), + [sym__raw_string_literal_start] = ACTIONS(1715), + [sym_float_literal] = ACTIONS(1705), }, [STATE(734)] = { [sym_line_comment] = STATE(734), [sym_block_comment] = STATE(734), - [ts_builtin_sym_end] = ACTIONS(2850), - [sym_identifier] = ACTIONS(2852), - [anon_sym_SEMI] = ACTIONS(2850), - [anon_sym_macro_rules_BANG] = ACTIONS(2850), - [anon_sym_LPAREN] = ACTIONS(2850), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_LBRACE] = ACTIONS(2850), - [anon_sym_RBRACE] = ACTIONS(2850), - [anon_sym_STAR] = ACTIONS(2850), - [anon_sym_u8] = ACTIONS(2852), - [anon_sym_i8] = ACTIONS(2852), - [anon_sym_u16] = ACTIONS(2852), - [anon_sym_i16] = ACTIONS(2852), - [anon_sym_u32] = ACTIONS(2852), - [anon_sym_i32] = ACTIONS(2852), - [anon_sym_u64] = ACTIONS(2852), - [anon_sym_i64] = ACTIONS(2852), - [anon_sym_u128] = ACTIONS(2852), - [anon_sym_i128] = ACTIONS(2852), - [anon_sym_isize] = ACTIONS(2852), - [anon_sym_usize] = ACTIONS(2852), - [anon_sym_f32] = ACTIONS(2852), - [anon_sym_f64] = ACTIONS(2852), - [anon_sym_bool] = ACTIONS(2852), - [anon_sym_str] = ACTIONS(2852), - [anon_sym_char] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_BANG] = ACTIONS(2850), - [anon_sym_AMP] = ACTIONS(2850), - [anon_sym_PIPE] = ACTIONS(2850), - [anon_sym_LT] = ACTIONS(2850), - [anon_sym_DOT_DOT] = ACTIONS(2850), - [anon_sym_COLON_COLON] = ACTIONS(2850), - [anon_sym_POUND] = ACTIONS(2850), - [anon_sym_SQUOTE] = ACTIONS(2852), - [anon_sym_async] = ACTIONS(2852), - [anon_sym_break] = ACTIONS(2852), - [anon_sym_const] = ACTIONS(2852), - [anon_sym_continue] = ACTIONS(2852), - [anon_sym_default] = ACTIONS(2852), - [anon_sym_enum] = ACTIONS(2852), - [anon_sym_fn] = ACTIONS(2852), - [anon_sym_for] = ACTIONS(2852), - [anon_sym_gen] = ACTIONS(2852), - [anon_sym_if] = ACTIONS(2852), - [anon_sym_impl] = ACTIONS(2852), - [anon_sym_let] = ACTIONS(2852), - [anon_sym_loop] = ACTIONS(2852), - [anon_sym_match] = ACTIONS(2852), - [anon_sym_mod] = ACTIONS(2852), - [anon_sym_pub] = ACTIONS(2852), - [anon_sym_return] = ACTIONS(2852), - [anon_sym_static] = ACTIONS(2852), - [anon_sym_struct] = ACTIONS(2852), - [anon_sym_trait] = ACTIONS(2852), - [anon_sym_type] = ACTIONS(2852), - [anon_sym_union] = ACTIONS(2852), - [anon_sym_unsafe] = ACTIONS(2852), - [anon_sym_use] = ACTIONS(2852), - [anon_sym_while] = ACTIONS(2852), - [anon_sym_extern] = ACTIONS(2852), - [anon_sym_yield] = ACTIONS(2852), - [anon_sym_move] = ACTIONS(2852), - [anon_sym_try] = ACTIONS(2852), - [sym_integer_literal] = ACTIONS(2850), - [aux_sym_string_literal_token1] = ACTIONS(2850), - [sym_char_literal] = ACTIONS(2850), - [anon_sym_true] = ACTIONS(2852), - [anon_sym_false] = ACTIONS(2852), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2852), - [sym_super] = ACTIONS(2852), - [sym_crate] = ACTIONS(2852), - [sym_metavariable] = ACTIONS(2850), - [sym__raw_string_literal_start] = ACTIONS(2850), - [sym_float_literal] = ACTIONS(2850), + [ts_builtin_sym_end] = ACTIONS(2772), + [sym_identifier] = ACTIONS(2774), + [anon_sym_SEMI] = ACTIONS(2772), + [anon_sym_macro_rules_BANG] = ACTIONS(2772), + [anon_sym_LPAREN] = ACTIONS(2772), + [anon_sym_LBRACK] = ACTIONS(2772), + [anon_sym_LBRACE] = ACTIONS(2772), + [anon_sym_RBRACE] = ACTIONS(2772), + [anon_sym_STAR] = ACTIONS(2772), + [anon_sym_u8] = ACTIONS(2774), + [anon_sym_i8] = ACTIONS(2774), + [anon_sym_u16] = ACTIONS(2774), + [anon_sym_i16] = ACTIONS(2774), + [anon_sym_u32] = ACTIONS(2774), + [anon_sym_i32] = ACTIONS(2774), + [anon_sym_u64] = ACTIONS(2774), + [anon_sym_i64] = ACTIONS(2774), + [anon_sym_u128] = ACTIONS(2774), + [anon_sym_i128] = ACTIONS(2774), + [anon_sym_isize] = ACTIONS(2774), + [anon_sym_usize] = ACTIONS(2774), + [anon_sym_f32] = ACTIONS(2774), + [anon_sym_f64] = ACTIONS(2774), + [anon_sym_bool] = ACTIONS(2774), + [anon_sym_str] = ACTIONS(2774), + [anon_sym_char] = ACTIONS(2774), + [anon_sym_DASH] = ACTIONS(2772), + [anon_sym_BANG] = ACTIONS(2772), + [anon_sym_AMP] = ACTIONS(2772), + [anon_sym_PIPE] = ACTIONS(2772), + [anon_sym_LT] = ACTIONS(2772), + [anon_sym_DOT_DOT] = ACTIONS(2772), + [anon_sym_COLON_COLON] = ACTIONS(2772), + [anon_sym_POUND] = ACTIONS(2772), + [anon_sym_SQUOTE] = ACTIONS(2774), + [anon_sym_async] = ACTIONS(2774), + [anon_sym_break] = ACTIONS(2774), + [anon_sym_const] = ACTIONS(2774), + [anon_sym_continue] = ACTIONS(2774), + [anon_sym_default] = ACTIONS(2774), + [anon_sym_enum] = ACTIONS(2774), + [anon_sym_fn] = ACTIONS(2774), + [anon_sym_for] = ACTIONS(2774), + [anon_sym_gen] = ACTIONS(2774), + [anon_sym_if] = ACTIONS(2774), + [anon_sym_impl] = ACTIONS(2774), + [anon_sym_let] = ACTIONS(2774), + [anon_sym_loop] = ACTIONS(2774), + [anon_sym_match] = ACTIONS(2774), + [anon_sym_mod] = ACTIONS(2774), + [anon_sym_pub] = ACTIONS(2774), + [anon_sym_return] = ACTIONS(2774), + [anon_sym_static] = ACTIONS(2774), + [anon_sym_struct] = ACTIONS(2774), + [anon_sym_trait] = ACTIONS(2774), + [anon_sym_type] = ACTIONS(2774), + [anon_sym_union] = ACTIONS(2774), + [anon_sym_unsafe] = ACTIONS(2774), + [anon_sym_use] = ACTIONS(2774), + [anon_sym_while] = ACTIONS(2774), + [anon_sym_extern] = ACTIONS(2774), + [anon_sym_yield] = ACTIONS(2774), + [anon_sym_move] = ACTIONS(2774), + [anon_sym_try] = ACTIONS(2774), + [sym_integer_literal] = ACTIONS(2772), + [aux_sym_string_literal_token1] = ACTIONS(2772), + [sym_char_literal] = ACTIONS(2772), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2774), + [sym_super] = ACTIONS(2774), + [sym_crate] = ACTIONS(2774), + [sym_metavariable] = ACTIONS(2772), + [sym__raw_string_literal_start] = ACTIONS(2772), + [sym_float_literal] = ACTIONS(2772), }, [STATE(735)] = { [sym_line_comment] = STATE(735), [sym_block_comment] = STATE(735), - [ts_builtin_sym_end] = ACTIONS(2854), - [sym_identifier] = ACTIONS(2856), - [anon_sym_SEMI] = ACTIONS(2854), - [anon_sym_macro_rules_BANG] = ACTIONS(2854), - [anon_sym_LPAREN] = ACTIONS(2854), - [anon_sym_LBRACK] = ACTIONS(2854), - [anon_sym_LBRACE] = ACTIONS(2854), - [anon_sym_RBRACE] = ACTIONS(2854), - [anon_sym_STAR] = ACTIONS(2854), - [anon_sym_u8] = ACTIONS(2856), - [anon_sym_i8] = ACTIONS(2856), - [anon_sym_u16] = ACTIONS(2856), - [anon_sym_i16] = ACTIONS(2856), - [anon_sym_u32] = ACTIONS(2856), - [anon_sym_i32] = ACTIONS(2856), - [anon_sym_u64] = ACTIONS(2856), - [anon_sym_i64] = ACTIONS(2856), - [anon_sym_u128] = ACTIONS(2856), - [anon_sym_i128] = ACTIONS(2856), - [anon_sym_isize] = ACTIONS(2856), - [anon_sym_usize] = ACTIONS(2856), - [anon_sym_f32] = ACTIONS(2856), - [anon_sym_f64] = ACTIONS(2856), - [anon_sym_bool] = ACTIONS(2856), - [anon_sym_str] = ACTIONS(2856), - [anon_sym_char] = ACTIONS(2856), - [anon_sym_DASH] = ACTIONS(2854), - [anon_sym_BANG] = ACTIONS(2854), - [anon_sym_AMP] = ACTIONS(2854), - [anon_sym_PIPE] = ACTIONS(2854), - [anon_sym_LT] = ACTIONS(2854), - [anon_sym_DOT_DOT] = ACTIONS(2854), - [anon_sym_COLON_COLON] = ACTIONS(2854), - [anon_sym_POUND] = ACTIONS(2854), - [anon_sym_SQUOTE] = ACTIONS(2856), - [anon_sym_async] = ACTIONS(2856), - [anon_sym_break] = ACTIONS(2856), - [anon_sym_const] = ACTIONS(2856), - [anon_sym_continue] = ACTIONS(2856), - [anon_sym_default] = ACTIONS(2856), - [anon_sym_enum] = ACTIONS(2856), - [anon_sym_fn] = ACTIONS(2856), - [anon_sym_for] = ACTIONS(2856), - [anon_sym_gen] = ACTIONS(2856), - [anon_sym_if] = ACTIONS(2856), - [anon_sym_impl] = ACTIONS(2856), - [anon_sym_let] = ACTIONS(2856), - [anon_sym_loop] = ACTIONS(2856), - [anon_sym_match] = ACTIONS(2856), - [anon_sym_mod] = ACTIONS(2856), - [anon_sym_pub] = ACTIONS(2856), - [anon_sym_return] = ACTIONS(2856), - [anon_sym_static] = ACTIONS(2856), - [anon_sym_struct] = ACTIONS(2856), - [anon_sym_trait] = ACTIONS(2856), - [anon_sym_type] = ACTIONS(2856), - [anon_sym_union] = ACTIONS(2856), - [anon_sym_unsafe] = ACTIONS(2856), - [anon_sym_use] = ACTIONS(2856), - [anon_sym_while] = ACTIONS(2856), - [anon_sym_extern] = ACTIONS(2856), - [anon_sym_yield] = ACTIONS(2856), - [anon_sym_move] = ACTIONS(2856), - [anon_sym_try] = ACTIONS(2856), - [sym_integer_literal] = ACTIONS(2854), - [aux_sym_string_literal_token1] = ACTIONS(2854), - [sym_char_literal] = ACTIONS(2854), - [anon_sym_true] = ACTIONS(2856), - [anon_sym_false] = ACTIONS(2856), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2856), - [sym_super] = ACTIONS(2856), - [sym_crate] = ACTIONS(2856), - [sym_metavariable] = ACTIONS(2854), - [sym__raw_string_literal_start] = ACTIONS(2854), - [sym_float_literal] = ACTIONS(2854), + [ts_builtin_sym_end] = ACTIONS(2776), + [sym_identifier] = ACTIONS(2778), + [anon_sym_SEMI] = ACTIONS(2776), + [anon_sym_macro_rules_BANG] = ACTIONS(2776), + [anon_sym_LPAREN] = ACTIONS(2776), + [anon_sym_LBRACK] = ACTIONS(2776), + [anon_sym_LBRACE] = ACTIONS(2776), + [anon_sym_RBRACE] = ACTIONS(2776), + [anon_sym_STAR] = ACTIONS(2776), + [anon_sym_u8] = ACTIONS(2778), + [anon_sym_i8] = ACTIONS(2778), + [anon_sym_u16] = ACTIONS(2778), + [anon_sym_i16] = ACTIONS(2778), + [anon_sym_u32] = ACTIONS(2778), + [anon_sym_i32] = ACTIONS(2778), + [anon_sym_u64] = ACTIONS(2778), + [anon_sym_i64] = ACTIONS(2778), + [anon_sym_u128] = ACTIONS(2778), + [anon_sym_i128] = ACTIONS(2778), + [anon_sym_isize] = ACTIONS(2778), + [anon_sym_usize] = ACTIONS(2778), + [anon_sym_f32] = ACTIONS(2778), + [anon_sym_f64] = ACTIONS(2778), + [anon_sym_bool] = ACTIONS(2778), + [anon_sym_str] = ACTIONS(2778), + [anon_sym_char] = ACTIONS(2778), + [anon_sym_DASH] = ACTIONS(2776), + [anon_sym_BANG] = ACTIONS(2776), + [anon_sym_AMP] = ACTIONS(2776), + [anon_sym_PIPE] = ACTIONS(2776), + [anon_sym_LT] = ACTIONS(2776), + [anon_sym_DOT_DOT] = ACTIONS(2776), + [anon_sym_COLON_COLON] = ACTIONS(2776), + [anon_sym_POUND] = ACTIONS(2776), + [anon_sym_SQUOTE] = ACTIONS(2778), + [anon_sym_async] = ACTIONS(2778), + [anon_sym_break] = ACTIONS(2778), + [anon_sym_const] = ACTIONS(2778), + [anon_sym_continue] = ACTIONS(2778), + [anon_sym_default] = ACTIONS(2778), + [anon_sym_enum] = ACTIONS(2778), + [anon_sym_fn] = ACTIONS(2778), + [anon_sym_for] = ACTIONS(2778), + [anon_sym_gen] = ACTIONS(2778), + [anon_sym_if] = ACTIONS(2778), + [anon_sym_impl] = ACTIONS(2778), + [anon_sym_let] = ACTIONS(2778), + [anon_sym_loop] = ACTIONS(2778), + [anon_sym_match] = ACTIONS(2778), + [anon_sym_mod] = ACTIONS(2778), + [anon_sym_pub] = ACTIONS(2778), + [anon_sym_return] = ACTIONS(2778), + [anon_sym_static] = ACTIONS(2778), + [anon_sym_struct] = ACTIONS(2778), + [anon_sym_trait] = ACTIONS(2778), + [anon_sym_type] = ACTIONS(2778), + [anon_sym_union] = ACTIONS(2778), + [anon_sym_unsafe] = ACTIONS(2778), + [anon_sym_use] = ACTIONS(2778), + [anon_sym_while] = ACTIONS(2778), + [anon_sym_extern] = ACTIONS(2778), + [anon_sym_yield] = ACTIONS(2778), + [anon_sym_move] = ACTIONS(2778), + [anon_sym_try] = ACTIONS(2778), + [sym_integer_literal] = ACTIONS(2776), + [aux_sym_string_literal_token1] = ACTIONS(2776), + [sym_char_literal] = ACTIONS(2776), + [anon_sym_true] = ACTIONS(2778), + [anon_sym_false] = ACTIONS(2778), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2778), + [sym_super] = ACTIONS(2778), + [sym_crate] = ACTIONS(2778), + [sym_metavariable] = ACTIONS(2776), + [sym__raw_string_literal_start] = ACTIONS(2776), + [sym_float_literal] = ACTIONS(2776), }, [STATE(736)] = { [sym_line_comment] = STATE(736), [sym_block_comment] = STATE(736), - [ts_builtin_sym_end] = ACTIONS(2858), - [sym_identifier] = ACTIONS(2860), - [anon_sym_SEMI] = ACTIONS(2858), - [anon_sym_macro_rules_BANG] = ACTIONS(2858), - [anon_sym_LPAREN] = ACTIONS(2858), - [anon_sym_LBRACK] = ACTIONS(2858), - [anon_sym_LBRACE] = ACTIONS(2858), - [anon_sym_RBRACE] = ACTIONS(2858), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_u8] = ACTIONS(2860), - [anon_sym_i8] = ACTIONS(2860), - [anon_sym_u16] = ACTIONS(2860), - [anon_sym_i16] = ACTIONS(2860), - [anon_sym_u32] = ACTIONS(2860), - [anon_sym_i32] = ACTIONS(2860), - [anon_sym_u64] = ACTIONS(2860), - [anon_sym_i64] = ACTIONS(2860), - [anon_sym_u128] = ACTIONS(2860), - [anon_sym_i128] = ACTIONS(2860), - [anon_sym_isize] = ACTIONS(2860), - [anon_sym_usize] = ACTIONS(2860), - [anon_sym_f32] = ACTIONS(2860), - [anon_sym_f64] = ACTIONS(2860), - [anon_sym_bool] = ACTIONS(2860), - [anon_sym_str] = ACTIONS(2860), - [anon_sym_char] = ACTIONS(2860), - [anon_sym_DASH] = ACTIONS(2858), - [anon_sym_BANG] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2858), - [anon_sym_PIPE] = ACTIONS(2858), - [anon_sym_LT] = ACTIONS(2858), - [anon_sym_DOT_DOT] = ACTIONS(2858), - [anon_sym_COLON_COLON] = ACTIONS(2858), - [anon_sym_POUND] = ACTIONS(2858), - [anon_sym_SQUOTE] = ACTIONS(2860), - [anon_sym_async] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_default] = ACTIONS(2860), - [anon_sym_enum] = ACTIONS(2860), - [anon_sym_fn] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_gen] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_impl] = ACTIONS(2860), - [anon_sym_let] = ACTIONS(2860), - [anon_sym_loop] = ACTIONS(2860), - [anon_sym_match] = ACTIONS(2860), - [anon_sym_mod] = ACTIONS(2860), - [anon_sym_pub] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_static] = ACTIONS(2860), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_trait] = ACTIONS(2860), - [anon_sym_type] = ACTIONS(2860), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_unsafe] = ACTIONS(2860), - [anon_sym_use] = ACTIONS(2860), - [anon_sym_while] = ACTIONS(2860), - [anon_sym_extern] = ACTIONS(2860), - [anon_sym_yield] = ACTIONS(2860), - [anon_sym_move] = ACTIONS(2860), - [anon_sym_try] = ACTIONS(2860), - [sym_integer_literal] = ACTIONS(2858), - [aux_sym_string_literal_token1] = ACTIONS(2858), - [sym_char_literal] = ACTIONS(2858), - [anon_sym_true] = ACTIONS(2860), - [anon_sym_false] = ACTIONS(2860), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2860), - [sym_super] = ACTIONS(2860), - [sym_crate] = ACTIONS(2860), - [sym_metavariable] = ACTIONS(2858), - [sym__raw_string_literal_start] = ACTIONS(2858), - [sym_float_literal] = ACTIONS(2858), + [ts_builtin_sym_end] = ACTIONS(2780), + [sym_identifier] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2780), + [anon_sym_macro_rules_BANG] = ACTIONS(2780), + [anon_sym_LPAREN] = ACTIONS(2780), + [anon_sym_LBRACK] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2780), + [anon_sym_RBRACE] = ACTIONS(2780), + [anon_sym_STAR] = ACTIONS(2780), + [anon_sym_u8] = ACTIONS(2782), + [anon_sym_i8] = ACTIONS(2782), + [anon_sym_u16] = ACTIONS(2782), + [anon_sym_i16] = ACTIONS(2782), + [anon_sym_u32] = ACTIONS(2782), + [anon_sym_i32] = ACTIONS(2782), + [anon_sym_u64] = ACTIONS(2782), + [anon_sym_i64] = ACTIONS(2782), + [anon_sym_u128] = ACTIONS(2782), + [anon_sym_i128] = ACTIONS(2782), + [anon_sym_isize] = ACTIONS(2782), + [anon_sym_usize] = ACTIONS(2782), + [anon_sym_f32] = ACTIONS(2782), + [anon_sym_f64] = ACTIONS(2782), + [anon_sym_bool] = ACTIONS(2782), + [anon_sym_str] = ACTIONS(2782), + [anon_sym_char] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_BANG] = ACTIONS(2780), + [anon_sym_AMP] = ACTIONS(2780), + [anon_sym_PIPE] = ACTIONS(2780), + [anon_sym_LT] = ACTIONS(2780), + [anon_sym_DOT_DOT] = ACTIONS(2780), + [anon_sym_COLON_COLON] = ACTIONS(2780), + [anon_sym_POUND] = ACTIONS(2780), + [anon_sym_SQUOTE] = ACTIONS(2782), + [anon_sym_async] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_default] = ACTIONS(2782), + [anon_sym_enum] = ACTIONS(2782), + [anon_sym_fn] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_gen] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_impl] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_mod] = ACTIONS(2782), + [anon_sym_pub] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_static] = ACTIONS(2782), + [anon_sym_struct] = ACTIONS(2782), + [anon_sym_trait] = ACTIONS(2782), + [anon_sym_type] = ACTIONS(2782), + [anon_sym_union] = ACTIONS(2782), + [anon_sym_unsafe] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_yield] = ACTIONS(2782), + [anon_sym_move] = ACTIONS(2782), + [anon_sym_try] = ACTIONS(2782), + [sym_integer_literal] = ACTIONS(2780), + [aux_sym_string_literal_token1] = ACTIONS(2780), + [sym_char_literal] = ACTIONS(2780), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2782), + [sym_super] = ACTIONS(2782), + [sym_crate] = ACTIONS(2782), + [sym_metavariable] = ACTIONS(2780), + [sym__raw_string_literal_start] = ACTIONS(2780), + [sym_float_literal] = ACTIONS(2780), }, [STATE(737)] = { [sym_line_comment] = STATE(737), [sym_block_comment] = STATE(737), - [ts_builtin_sym_end] = ACTIONS(2862), - [sym_identifier] = ACTIONS(2864), - [anon_sym_SEMI] = ACTIONS(2862), - [anon_sym_macro_rules_BANG] = ACTIONS(2862), - [anon_sym_LPAREN] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(2862), - [anon_sym_LBRACE] = ACTIONS(2862), - [anon_sym_RBRACE] = ACTIONS(2862), - [anon_sym_STAR] = ACTIONS(2862), - [anon_sym_u8] = ACTIONS(2864), - [anon_sym_i8] = ACTIONS(2864), - [anon_sym_u16] = ACTIONS(2864), - [anon_sym_i16] = ACTIONS(2864), - [anon_sym_u32] = ACTIONS(2864), - [anon_sym_i32] = ACTIONS(2864), - [anon_sym_u64] = ACTIONS(2864), - [anon_sym_i64] = ACTIONS(2864), - [anon_sym_u128] = ACTIONS(2864), - [anon_sym_i128] = ACTIONS(2864), - [anon_sym_isize] = ACTIONS(2864), - [anon_sym_usize] = ACTIONS(2864), - [anon_sym_f32] = ACTIONS(2864), - [anon_sym_f64] = ACTIONS(2864), - [anon_sym_bool] = ACTIONS(2864), - [anon_sym_str] = ACTIONS(2864), - [anon_sym_char] = ACTIONS(2864), - [anon_sym_DASH] = ACTIONS(2862), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_AMP] = ACTIONS(2862), - [anon_sym_PIPE] = ACTIONS(2862), - [anon_sym_LT] = ACTIONS(2862), - [anon_sym_DOT_DOT] = ACTIONS(2862), - [anon_sym_COLON_COLON] = ACTIONS(2862), - [anon_sym_POUND] = ACTIONS(2862), - [anon_sym_SQUOTE] = ACTIONS(2864), - [anon_sym_async] = ACTIONS(2864), - [anon_sym_break] = ACTIONS(2864), - [anon_sym_const] = ACTIONS(2864), - [anon_sym_continue] = ACTIONS(2864), - [anon_sym_default] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2864), - [anon_sym_fn] = ACTIONS(2864), - [anon_sym_for] = ACTIONS(2864), - [anon_sym_gen] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_impl] = ACTIONS(2864), - [anon_sym_let] = ACTIONS(2864), - [anon_sym_loop] = ACTIONS(2864), - [anon_sym_match] = ACTIONS(2864), - [anon_sym_mod] = ACTIONS(2864), - [anon_sym_pub] = ACTIONS(2864), - [anon_sym_return] = ACTIONS(2864), - [anon_sym_static] = ACTIONS(2864), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_trait] = ACTIONS(2864), - [anon_sym_type] = ACTIONS(2864), - [anon_sym_union] = ACTIONS(2864), - [anon_sym_unsafe] = ACTIONS(2864), - [anon_sym_use] = ACTIONS(2864), - [anon_sym_while] = ACTIONS(2864), - [anon_sym_extern] = ACTIONS(2864), - [anon_sym_yield] = ACTIONS(2864), - [anon_sym_move] = ACTIONS(2864), - [anon_sym_try] = ACTIONS(2864), - [sym_integer_literal] = ACTIONS(2862), - [aux_sym_string_literal_token1] = ACTIONS(2862), - [sym_char_literal] = ACTIONS(2862), - [anon_sym_true] = ACTIONS(2864), - [anon_sym_false] = ACTIONS(2864), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2864), - [sym_super] = ACTIONS(2864), - [sym_crate] = ACTIONS(2864), - [sym_metavariable] = ACTIONS(2862), - [sym__raw_string_literal_start] = ACTIONS(2862), - [sym_float_literal] = ACTIONS(2862), + [ts_builtin_sym_end] = ACTIONS(2784), + [sym_identifier] = ACTIONS(2786), + [anon_sym_SEMI] = ACTIONS(2784), + [anon_sym_macro_rules_BANG] = ACTIONS(2784), + [anon_sym_LPAREN] = ACTIONS(2784), + [anon_sym_LBRACK] = ACTIONS(2784), + [anon_sym_LBRACE] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2784), + [anon_sym_STAR] = ACTIONS(2784), + [anon_sym_u8] = ACTIONS(2786), + [anon_sym_i8] = ACTIONS(2786), + [anon_sym_u16] = ACTIONS(2786), + [anon_sym_i16] = ACTIONS(2786), + [anon_sym_u32] = ACTIONS(2786), + [anon_sym_i32] = ACTIONS(2786), + [anon_sym_u64] = ACTIONS(2786), + [anon_sym_i64] = ACTIONS(2786), + [anon_sym_u128] = ACTIONS(2786), + [anon_sym_i128] = ACTIONS(2786), + [anon_sym_isize] = ACTIONS(2786), + [anon_sym_usize] = ACTIONS(2786), + [anon_sym_f32] = ACTIONS(2786), + [anon_sym_f64] = ACTIONS(2786), + [anon_sym_bool] = ACTIONS(2786), + [anon_sym_str] = ACTIONS(2786), + [anon_sym_char] = ACTIONS(2786), + [anon_sym_DASH] = ACTIONS(2784), + [anon_sym_BANG] = ACTIONS(2784), + [anon_sym_AMP] = ACTIONS(2784), + [anon_sym_PIPE] = ACTIONS(2784), + [anon_sym_LT] = ACTIONS(2784), + [anon_sym_DOT_DOT] = ACTIONS(2784), + [anon_sym_COLON_COLON] = ACTIONS(2784), + [anon_sym_POUND] = ACTIONS(2784), + [anon_sym_SQUOTE] = ACTIONS(2786), + [anon_sym_async] = ACTIONS(2786), + [anon_sym_break] = ACTIONS(2786), + [anon_sym_const] = ACTIONS(2786), + [anon_sym_continue] = ACTIONS(2786), + [anon_sym_default] = ACTIONS(2786), + [anon_sym_enum] = ACTIONS(2786), + [anon_sym_fn] = ACTIONS(2786), + [anon_sym_for] = ACTIONS(2786), + [anon_sym_gen] = ACTIONS(2786), + [anon_sym_if] = ACTIONS(2786), + [anon_sym_impl] = ACTIONS(2786), + [anon_sym_let] = ACTIONS(2786), + [anon_sym_loop] = ACTIONS(2786), + [anon_sym_match] = ACTIONS(2786), + [anon_sym_mod] = ACTIONS(2786), + [anon_sym_pub] = ACTIONS(2786), + [anon_sym_return] = ACTIONS(2786), + [anon_sym_static] = ACTIONS(2786), + [anon_sym_struct] = ACTIONS(2786), + [anon_sym_trait] = ACTIONS(2786), + [anon_sym_type] = ACTIONS(2786), + [anon_sym_union] = ACTIONS(2786), + [anon_sym_unsafe] = ACTIONS(2786), + [anon_sym_use] = ACTIONS(2786), + [anon_sym_while] = ACTIONS(2786), + [anon_sym_extern] = ACTIONS(2786), + [anon_sym_yield] = ACTIONS(2786), + [anon_sym_move] = ACTIONS(2786), + [anon_sym_try] = ACTIONS(2786), + [sym_integer_literal] = ACTIONS(2784), + [aux_sym_string_literal_token1] = ACTIONS(2784), + [sym_char_literal] = ACTIONS(2784), + [anon_sym_true] = ACTIONS(2786), + [anon_sym_false] = ACTIONS(2786), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2786), + [sym_super] = ACTIONS(2786), + [sym_crate] = ACTIONS(2786), + [sym_metavariable] = ACTIONS(2784), + [sym__raw_string_literal_start] = ACTIONS(2784), + [sym_float_literal] = ACTIONS(2784), }, [STATE(738)] = { [sym_line_comment] = STATE(738), [sym_block_comment] = STATE(738), - [ts_builtin_sym_end] = ACTIONS(2866), - [sym_identifier] = ACTIONS(2868), - [anon_sym_SEMI] = ACTIONS(2866), - [anon_sym_macro_rules_BANG] = ACTIONS(2866), - [anon_sym_LPAREN] = ACTIONS(2866), - [anon_sym_LBRACK] = ACTIONS(2866), - [anon_sym_LBRACE] = ACTIONS(2866), - [anon_sym_RBRACE] = ACTIONS(2866), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_u8] = ACTIONS(2868), - [anon_sym_i8] = ACTIONS(2868), - [anon_sym_u16] = ACTIONS(2868), - [anon_sym_i16] = ACTIONS(2868), - [anon_sym_u32] = ACTIONS(2868), - [anon_sym_i32] = ACTIONS(2868), - [anon_sym_u64] = ACTIONS(2868), - [anon_sym_i64] = ACTIONS(2868), - [anon_sym_u128] = ACTIONS(2868), - [anon_sym_i128] = ACTIONS(2868), - [anon_sym_isize] = ACTIONS(2868), - [anon_sym_usize] = ACTIONS(2868), - [anon_sym_f32] = ACTIONS(2868), - [anon_sym_f64] = ACTIONS(2868), - [anon_sym_bool] = ACTIONS(2868), - [anon_sym_str] = ACTIONS(2868), - [anon_sym_char] = ACTIONS(2868), - [anon_sym_DASH] = ACTIONS(2866), - [anon_sym_BANG] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_PIPE] = ACTIONS(2866), - [anon_sym_LT] = ACTIONS(2866), - [anon_sym_DOT_DOT] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2866), - [anon_sym_POUND] = ACTIONS(2866), - [anon_sym_SQUOTE] = ACTIONS(2868), - [anon_sym_async] = ACTIONS(2868), - [anon_sym_break] = ACTIONS(2868), - [anon_sym_const] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2868), - [anon_sym_default] = ACTIONS(2868), - [anon_sym_enum] = ACTIONS(2868), - [anon_sym_fn] = ACTIONS(2868), - [anon_sym_for] = ACTIONS(2868), - [anon_sym_gen] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_impl] = ACTIONS(2868), - [anon_sym_let] = ACTIONS(2868), - [anon_sym_loop] = ACTIONS(2868), - [anon_sym_match] = ACTIONS(2868), - [anon_sym_mod] = ACTIONS(2868), - [anon_sym_pub] = ACTIONS(2868), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_static] = ACTIONS(2868), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_trait] = ACTIONS(2868), - [anon_sym_type] = ACTIONS(2868), - [anon_sym_union] = ACTIONS(2868), - [anon_sym_unsafe] = ACTIONS(2868), - [anon_sym_use] = ACTIONS(2868), - [anon_sym_while] = ACTIONS(2868), - [anon_sym_extern] = ACTIONS(2868), - [anon_sym_yield] = ACTIONS(2868), - [anon_sym_move] = ACTIONS(2868), - [anon_sym_try] = ACTIONS(2868), - [sym_integer_literal] = ACTIONS(2866), - [aux_sym_string_literal_token1] = ACTIONS(2866), - [sym_char_literal] = ACTIONS(2866), - [anon_sym_true] = ACTIONS(2868), - [anon_sym_false] = ACTIONS(2868), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2868), - [sym_super] = ACTIONS(2868), - [sym_crate] = ACTIONS(2868), - [sym_metavariable] = ACTIONS(2866), - [sym__raw_string_literal_start] = ACTIONS(2866), - [sym_float_literal] = ACTIONS(2866), + [ts_builtin_sym_end] = ACTIONS(2788), + [sym_identifier] = ACTIONS(2790), + [anon_sym_SEMI] = ACTIONS(2788), + [anon_sym_macro_rules_BANG] = ACTIONS(2788), + [anon_sym_LPAREN] = ACTIONS(2788), + [anon_sym_LBRACK] = ACTIONS(2788), + [anon_sym_LBRACE] = ACTIONS(2788), + [anon_sym_RBRACE] = ACTIONS(2788), + [anon_sym_STAR] = ACTIONS(2788), + [anon_sym_u8] = ACTIONS(2790), + [anon_sym_i8] = ACTIONS(2790), + [anon_sym_u16] = ACTIONS(2790), + [anon_sym_i16] = ACTIONS(2790), + [anon_sym_u32] = ACTIONS(2790), + [anon_sym_i32] = ACTIONS(2790), + [anon_sym_u64] = ACTIONS(2790), + [anon_sym_i64] = ACTIONS(2790), + [anon_sym_u128] = ACTIONS(2790), + [anon_sym_i128] = ACTIONS(2790), + [anon_sym_isize] = ACTIONS(2790), + [anon_sym_usize] = ACTIONS(2790), + [anon_sym_f32] = ACTIONS(2790), + [anon_sym_f64] = ACTIONS(2790), + [anon_sym_bool] = ACTIONS(2790), + [anon_sym_str] = ACTIONS(2790), + [anon_sym_char] = ACTIONS(2790), + [anon_sym_DASH] = ACTIONS(2788), + [anon_sym_BANG] = ACTIONS(2788), + [anon_sym_AMP] = ACTIONS(2788), + [anon_sym_PIPE] = ACTIONS(2788), + [anon_sym_LT] = ACTIONS(2788), + [anon_sym_DOT_DOT] = ACTIONS(2788), + [anon_sym_COLON_COLON] = ACTIONS(2788), + [anon_sym_POUND] = ACTIONS(2788), + [anon_sym_SQUOTE] = ACTIONS(2790), + [anon_sym_async] = ACTIONS(2790), + [anon_sym_break] = ACTIONS(2790), + [anon_sym_const] = ACTIONS(2790), + [anon_sym_continue] = ACTIONS(2790), + [anon_sym_default] = ACTIONS(2790), + [anon_sym_enum] = ACTIONS(2790), + [anon_sym_fn] = ACTIONS(2790), + [anon_sym_for] = ACTIONS(2790), + [anon_sym_gen] = ACTIONS(2790), + [anon_sym_if] = ACTIONS(2790), + [anon_sym_impl] = ACTIONS(2790), + [anon_sym_let] = ACTIONS(2790), + [anon_sym_loop] = ACTIONS(2790), + [anon_sym_match] = ACTIONS(2790), + [anon_sym_mod] = ACTIONS(2790), + [anon_sym_pub] = ACTIONS(2790), + [anon_sym_return] = ACTIONS(2790), + [anon_sym_static] = ACTIONS(2790), + [anon_sym_struct] = ACTIONS(2790), + [anon_sym_trait] = ACTIONS(2790), + [anon_sym_type] = ACTIONS(2790), + [anon_sym_union] = ACTIONS(2790), + [anon_sym_unsafe] = ACTIONS(2790), + [anon_sym_use] = ACTIONS(2790), + [anon_sym_while] = ACTIONS(2790), + [anon_sym_extern] = ACTIONS(2790), + [anon_sym_yield] = ACTIONS(2790), + [anon_sym_move] = ACTIONS(2790), + [anon_sym_try] = ACTIONS(2790), + [sym_integer_literal] = ACTIONS(2788), + [aux_sym_string_literal_token1] = ACTIONS(2788), + [sym_char_literal] = ACTIONS(2788), + [anon_sym_true] = ACTIONS(2790), + [anon_sym_false] = ACTIONS(2790), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2790), + [sym_super] = ACTIONS(2790), + [sym_crate] = ACTIONS(2790), + [sym_metavariable] = ACTIONS(2788), + [sym__raw_string_literal_start] = ACTIONS(2788), + [sym_float_literal] = ACTIONS(2788), }, [STATE(739)] = { [sym_line_comment] = STATE(739), [sym_block_comment] = STATE(739), - [ts_builtin_sym_end] = ACTIONS(2870), - [sym_identifier] = ACTIONS(2872), - [anon_sym_SEMI] = ACTIONS(2870), - [anon_sym_macro_rules_BANG] = ACTIONS(2870), - [anon_sym_LPAREN] = ACTIONS(2870), - [anon_sym_LBRACK] = ACTIONS(2870), - [anon_sym_LBRACE] = ACTIONS(2870), - [anon_sym_RBRACE] = ACTIONS(2870), - [anon_sym_STAR] = ACTIONS(2870), - [anon_sym_u8] = ACTIONS(2872), - [anon_sym_i8] = ACTIONS(2872), - [anon_sym_u16] = ACTIONS(2872), - [anon_sym_i16] = ACTIONS(2872), - [anon_sym_u32] = ACTIONS(2872), - [anon_sym_i32] = ACTIONS(2872), - [anon_sym_u64] = ACTIONS(2872), - [anon_sym_i64] = ACTIONS(2872), - [anon_sym_u128] = ACTIONS(2872), - [anon_sym_i128] = ACTIONS(2872), - [anon_sym_isize] = ACTIONS(2872), - [anon_sym_usize] = ACTIONS(2872), - [anon_sym_f32] = ACTIONS(2872), - [anon_sym_f64] = ACTIONS(2872), - [anon_sym_bool] = ACTIONS(2872), - [anon_sym_str] = ACTIONS(2872), - [anon_sym_char] = ACTIONS(2872), - [anon_sym_DASH] = ACTIONS(2870), - [anon_sym_BANG] = ACTIONS(2870), - [anon_sym_AMP] = ACTIONS(2870), - [anon_sym_PIPE] = ACTIONS(2870), - [anon_sym_LT] = ACTIONS(2870), - [anon_sym_DOT_DOT] = ACTIONS(2870), - [anon_sym_COLON_COLON] = ACTIONS(2870), - [anon_sym_POUND] = ACTIONS(2870), - [anon_sym_SQUOTE] = ACTIONS(2872), - [anon_sym_async] = ACTIONS(2872), - [anon_sym_break] = ACTIONS(2872), - [anon_sym_const] = ACTIONS(2872), - [anon_sym_continue] = ACTIONS(2872), - [anon_sym_default] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2872), - [anon_sym_fn] = ACTIONS(2872), - [anon_sym_for] = ACTIONS(2872), - [anon_sym_gen] = ACTIONS(2872), - [anon_sym_if] = ACTIONS(2872), - [anon_sym_impl] = ACTIONS(2872), - [anon_sym_let] = ACTIONS(2872), - [anon_sym_loop] = ACTIONS(2872), - [anon_sym_match] = ACTIONS(2872), - [anon_sym_mod] = ACTIONS(2872), - [anon_sym_pub] = ACTIONS(2872), - [anon_sym_return] = ACTIONS(2872), - [anon_sym_static] = ACTIONS(2872), - [anon_sym_struct] = ACTIONS(2872), - [anon_sym_trait] = ACTIONS(2872), - [anon_sym_type] = ACTIONS(2872), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_unsafe] = ACTIONS(2872), - [anon_sym_use] = ACTIONS(2872), - [anon_sym_while] = ACTIONS(2872), - [anon_sym_extern] = ACTIONS(2872), - [anon_sym_yield] = ACTIONS(2872), - [anon_sym_move] = ACTIONS(2872), - [anon_sym_try] = ACTIONS(2872), - [sym_integer_literal] = ACTIONS(2870), - [aux_sym_string_literal_token1] = ACTIONS(2870), - [sym_char_literal] = ACTIONS(2870), - [anon_sym_true] = ACTIONS(2872), - [anon_sym_false] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2872), - [sym_super] = ACTIONS(2872), - [sym_crate] = ACTIONS(2872), - [sym_metavariable] = ACTIONS(2870), - [sym__raw_string_literal_start] = ACTIONS(2870), - [sym_float_literal] = ACTIONS(2870), + [ts_builtin_sym_end] = ACTIONS(2792), + [sym_identifier] = ACTIONS(2794), + [anon_sym_SEMI] = ACTIONS(2792), + [anon_sym_macro_rules_BANG] = ACTIONS(2792), + [anon_sym_LPAREN] = ACTIONS(2792), + [anon_sym_LBRACK] = ACTIONS(2792), + [anon_sym_LBRACE] = ACTIONS(2792), + [anon_sym_RBRACE] = ACTIONS(2792), + [anon_sym_STAR] = ACTIONS(2792), + [anon_sym_u8] = ACTIONS(2794), + [anon_sym_i8] = ACTIONS(2794), + [anon_sym_u16] = ACTIONS(2794), + [anon_sym_i16] = ACTIONS(2794), + [anon_sym_u32] = ACTIONS(2794), + [anon_sym_i32] = ACTIONS(2794), + [anon_sym_u64] = ACTIONS(2794), + [anon_sym_i64] = ACTIONS(2794), + [anon_sym_u128] = ACTIONS(2794), + [anon_sym_i128] = ACTIONS(2794), + [anon_sym_isize] = ACTIONS(2794), + [anon_sym_usize] = ACTIONS(2794), + [anon_sym_f32] = ACTIONS(2794), + [anon_sym_f64] = ACTIONS(2794), + [anon_sym_bool] = ACTIONS(2794), + [anon_sym_str] = ACTIONS(2794), + [anon_sym_char] = ACTIONS(2794), + [anon_sym_DASH] = ACTIONS(2792), + [anon_sym_BANG] = ACTIONS(2792), + [anon_sym_AMP] = ACTIONS(2792), + [anon_sym_PIPE] = ACTIONS(2792), + [anon_sym_LT] = ACTIONS(2792), + [anon_sym_DOT_DOT] = ACTIONS(2792), + [anon_sym_COLON_COLON] = ACTIONS(2792), + [anon_sym_POUND] = ACTIONS(2792), + [anon_sym_SQUOTE] = ACTIONS(2794), + [anon_sym_async] = ACTIONS(2794), + [anon_sym_break] = ACTIONS(2794), + [anon_sym_const] = ACTIONS(2794), + [anon_sym_continue] = ACTIONS(2794), + [anon_sym_default] = ACTIONS(2794), + [anon_sym_enum] = ACTIONS(2794), + [anon_sym_fn] = ACTIONS(2794), + [anon_sym_for] = ACTIONS(2794), + [anon_sym_gen] = ACTIONS(2794), + [anon_sym_if] = ACTIONS(2794), + [anon_sym_impl] = ACTIONS(2794), + [anon_sym_let] = ACTIONS(2794), + [anon_sym_loop] = ACTIONS(2794), + [anon_sym_match] = ACTIONS(2794), + [anon_sym_mod] = ACTIONS(2794), + [anon_sym_pub] = ACTIONS(2794), + [anon_sym_return] = ACTIONS(2794), + [anon_sym_static] = ACTIONS(2794), + [anon_sym_struct] = ACTIONS(2794), + [anon_sym_trait] = ACTIONS(2794), + [anon_sym_type] = ACTIONS(2794), + [anon_sym_union] = ACTIONS(2794), + [anon_sym_unsafe] = ACTIONS(2794), + [anon_sym_use] = ACTIONS(2794), + [anon_sym_while] = ACTIONS(2794), + [anon_sym_extern] = ACTIONS(2794), + [anon_sym_yield] = ACTIONS(2794), + [anon_sym_move] = ACTIONS(2794), + [anon_sym_try] = ACTIONS(2794), + [sym_integer_literal] = ACTIONS(2792), + [aux_sym_string_literal_token1] = ACTIONS(2792), + [sym_char_literal] = ACTIONS(2792), + [anon_sym_true] = ACTIONS(2794), + [anon_sym_false] = ACTIONS(2794), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2794), + [sym_super] = ACTIONS(2794), + [sym_crate] = ACTIONS(2794), + [sym_metavariable] = ACTIONS(2792), + [sym__raw_string_literal_start] = ACTIONS(2792), + [sym_float_literal] = ACTIONS(2792), }, [STATE(740)] = { [sym_line_comment] = STATE(740), [sym_block_comment] = STATE(740), - [ts_builtin_sym_end] = ACTIONS(2874), - [sym_identifier] = ACTIONS(2876), - [anon_sym_SEMI] = ACTIONS(2874), - [anon_sym_macro_rules_BANG] = ACTIONS(2874), - [anon_sym_LPAREN] = ACTIONS(2874), - [anon_sym_LBRACK] = ACTIONS(2874), - [anon_sym_LBRACE] = ACTIONS(2874), - [anon_sym_RBRACE] = ACTIONS(2874), - [anon_sym_STAR] = ACTIONS(2874), - [anon_sym_u8] = ACTIONS(2876), - [anon_sym_i8] = ACTIONS(2876), - [anon_sym_u16] = ACTIONS(2876), - [anon_sym_i16] = ACTIONS(2876), - [anon_sym_u32] = ACTIONS(2876), - [anon_sym_i32] = ACTIONS(2876), - [anon_sym_u64] = ACTIONS(2876), - [anon_sym_i64] = ACTIONS(2876), - [anon_sym_u128] = ACTIONS(2876), - [anon_sym_i128] = ACTIONS(2876), - [anon_sym_isize] = ACTIONS(2876), - [anon_sym_usize] = ACTIONS(2876), - [anon_sym_f32] = ACTIONS(2876), - [anon_sym_f64] = ACTIONS(2876), - [anon_sym_bool] = ACTIONS(2876), - [anon_sym_str] = ACTIONS(2876), - [anon_sym_char] = ACTIONS(2876), - [anon_sym_DASH] = ACTIONS(2874), - [anon_sym_BANG] = ACTIONS(2874), - [anon_sym_AMP] = ACTIONS(2874), - [anon_sym_PIPE] = ACTIONS(2874), - [anon_sym_LT] = ACTIONS(2874), - [anon_sym_DOT_DOT] = ACTIONS(2874), - [anon_sym_COLON_COLON] = ACTIONS(2874), - [anon_sym_POUND] = ACTIONS(2874), - [anon_sym_SQUOTE] = ACTIONS(2876), - [anon_sym_async] = ACTIONS(2876), - [anon_sym_break] = ACTIONS(2876), - [anon_sym_const] = ACTIONS(2876), - [anon_sym_continue] = ACTIONS(2876), - [anon_sym_default] = ACTIONS(2876), - [anon_sym_enum] = ACTIONS(2876), - [anon_sym_fn] = ACTIONS(2876), - [anon_sym_for] = ACTIONS(2876), - [anon_sym_gen] = ACTIONS(2876), - [anon_sym_if] = ACTIONS(2876), - [anon_sym_impl] = ACTIONS(2876), - [anon_sym_let] = ACTIONS(2876), - [anon_sym_loop] = ACTIONS(2876), - [anon_sym_match] = ACTIONS(2876), - [anon_sym_mod] = ACTIONS(2876), - [anon_sym_pub] = ACTIONS(2876), - [anon_sym_return] = ACTIONS(2876), - [anon_sym_static] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2876), - [anon_sym_trait] = ACTIONS(2876), - [anon_sym_type] = ACTIONS(2876), - [anon_sym_union] = ACTIONS(2876), - [anon_sym_unsafe] = ACTIONS(2876), - [anon_sym_use] = ACTIONS(2876), - [anon_sym_while] = ACTIONS(2876), - [anon_sym_extern] = ACTIONS(2876), - [anon_sym_yield] = ACTIONS(2876), - [anon_sym_move] = ACTIONS(2876), - [anon_sym_try] = ACTIONS(2876), - [sym_integer_literal] = ACTIONS(2874), - [aux_sym_string_literal_token1] = ACTIONS(2874), - [sym_char_literal] = ACTIONS(2874), - [anon_sym_true] = ACTIONS(2876), - [anon_sym_false] = ACTIONS(2876), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2876), - [sym_super] = ACTIONS(2876), - [sym_crate] = ACTIONS(2876), - [sym_metavariable] = ACTIONS(2874), - [sym__raw_string_literal_start] = ACTIONS(2874), - [sym_float_literal] = ACTIONS(2874), + [ts_builtin_sym_end] = ACTIONS(2796), + [sym_identifier] = ACTIONS(2798), + [anon_sym_SEMI] = ACTIONS(2796), + [anon_sym_macro_rules_BANG] = ACTIONS(2796), + [anon_sym_LPAREN] = ACTIONS(2796), + [anon_sym_LBRACK] = ACTIONS(2796), + [anon_sym_LBRACE] = ACTIONS(2796), + [anon_sym_RBRACE] = ACTIONS(2796), + [anon_sym_STAR] = ACTIONS(2796), + [anon_sym_u8] = ACTIONS(2798), + [anon_sym_i8] = ACTIONS(2798), + [anon_sym_u16] = ACTIONS(2798), + [anon_sym_i16] = ACTIONS(2798), + [anon_sym_u32] = ACTIONS(2798), + [anon_sym_i32] = ACTIONS(2798), + [anon_sym_u64] = ACTIONS(2798), + [anon_sym_i64] = ACTIONS(2798), + [anon_sym_u128] = ACTIONS(2798), + [anon_sym_i128] = ACTIONS(2798), + [anon_sym_isize] = ACTIONS(2798), + [anon_sym_usize] = ACTIONS(2798), + [anon_sym_f32] = ACTIONS(2798), + [anon_sym_f64] = ACTIONS(2798), + [anon_sym_bool] = ACTIONS(2798), + [anon_sym_str] = ACTIONS(2798), + [anon_sym_char] = ACTIONS(2798), + [anon_sym_DASH] = ACTIONS(2796), + [anon_sym_BANG] = ACTIONS(2796), + [anon_sym_AMP] = ACTIONS(2796), + [anon_sym_PIPE] = ACTIONS(2796), + [anon_sym_LT] = ACTIONS(2796), + [anon_sym_DOT_DOT] = ACTIONS(2796), + [anon_sym_COLON_COLON] = ACTIONS(2796), + [anon_sym_POUND] = ACTIONS(2796), + [anon_sym_SQUOTE] = ACTIONS(2798), + [anon_sym_async] = ACTIONS(2798), + [anon_sym_break] = ACTIONS(2798), + [anon_sym_const] = ACTIONS(2798), + [anon_sym_continue] = ACTIONS(2798), + [anon_sym_default] = ACTIONS(2798), + [anon_sym_enum] = ACTIONS(2798), + [anon_sym_fn] = ACTIONS(2798), + [anon_sym_for] = ACTIONS(2798), + [anon_sym_gen] = ACTIONS(2798), + [anon_sym_if] = ACTIONS(2798), + [anon_sym_impl] = ACTIONS(2798), + [anon_sym_let] = ACTIONS(2798), + [anon_sym_loop] = ACTIONS(2798), + [anon_sym_match] = ACTIONS(2798), + [anon_sym_mod] = ACTIONS(2798), + [anon_sym_pub] = ACTIONS(2798), + [anon_sym_return] = ACTIONS(2798), + [anon_sym_static] = ACTIONS(2798), + [anon_sym_struct] = ACTIONS(2798), + [anon_sym_trait] = ACTIONS(2798), + [anon_sym_type] = ACTIONS(2798), + [anon_sym_union] = ACTIONS(2798), + [anon_sym_unsafe] = ACTIONS(2798), + [anon_sym_use] = ACTIONS(2798), + [anon_sym_while] = ACTIONS(2798), + [anon_sym_extern] = ACTIONS(2798), + [anon_sym_yield] = ACTIONS(2798), + [anon_sym_move] = ACTIONS(2798), + [anon_sym_try] = ACTIONS(2798), + [sym_integer_literal] = ACTIONS(2796), + [aux_sym_string_literal_token1] = ACTIONS(2796), + [sym_char_literal] = ACTIONS(2796), + [anon_sym_true] = ACTIONS(2798), + [anon_sym_false] = ACTIONS(2798), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2798), + [sym_super] = ACTIONS(2798), + [sym_crate] = ACTIONS(2798), + [sym_metavariable] = ACTIONS(2796), + [sym__raw_string_literal_start] = ACTIONS(2796), + [sym_float_literal] = ACTIONS(2796), }, [STATE(741)] = { [sym_line_comment] = STATE(741), [sym_block_comment] = STATE(741), - [ts_builtin_sym_end] = ACTIONS(2878), - [sym_identifier] = ACTIONS(2880), - [anon_sym_SEMI] = ACTIONS(2878), - [anon_sym_macro_rules_BANG] = ACTIONS(2878), - [anon_sym_LPAREN] = ACTIONS(2878), - [anon_sym_LBRACK] = ACTIONS(2878), - [anon_sym_LBRACE] = ACTIONS(2878), - [anon_sym_RBRACE] = ACTIONS(2878), - [anon_sym_STAR] = ACTIONS(2878), - [anon_sym_u8] = ACTIONS(2880), - [anon_sym_i8] = ACTIONS(2880), - [anon_sym_u16] = ACTIONS(2880), - [anon_sym_i16] = ACTIONS(2880), - [anon_sym_u32] = ACTIONS(2880), - [anon_sym_i32] = ACTIONS(2880), - [anon_sym_u64] = ACTIONS(2880), - [anon_sym_i64] = ACTIONS(2880), - [anon_sym_u128] = ACTIONS(2880), - [anon_sym_i128] = ACTIONS(2880), - [anon_sym_isize] = ACTIONS(2880), - [anon_sym_usize] = ACTIONS(2880), - [anon_sym_f32] = ACTIONS(2880), - [anon_sym_f64] = ACTIONS(2880), - [anon_sym_bool] = ACTIONS(2880), - [anon_sym_str] = ACTIONS(2880), - [anon_sym_char] = ACTIONS(2880), - [anon_sym_DASH] = ACTIONS(2878), - [anon_sym_BANG] = ACTIONS(2878), - [anon_sym_AMP] = ACTIONS(2878), - [anon_sym_PIPE] = ACTIONS(2878), - [anon_sym_LT] = ACTIONS(2878), - [anon_sym_DOT_DOT] = ACTIONS(2878), - [anon_sym_COLON_COLON] = ACTIONS(2878), - [anon_sym_POUND] = ACTIONS(2878), - [anon_sym_SQUOTE] = ACTIONS(2880), - [anon_sym_async] = ACTIONS(2880), - [anon_sym_break] = ACTIONS(2880), - [anon_sym_const] = ACTIONS(2880), - [anon_sym_continue] = ACTIONS(2880), - [anon_sym_default] = ACTIONS(2880), - [anon_sym_enum] = ACTIONS(2880), - [anon_sym_fn] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_gen] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_impl] = ACTIONS(2880), - [anon_sym_let] = ACTIONS(2880), - [anon_sym_loop] = ACTIONS(2880), - [anon_sym_match] = ACTIONS(2880), - [anon_sym_mod] = ACTIONS(2880), - [anon_sym_pub] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_static] = ACTIONS(2880), - [anon_sym_struct] = ACTIONS(2880), - [anon_sym_trait] = ACTIONS(2880), - [anon_sym_type] = ACTIONS(2880), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_unsafe] = ACTIONS(2880), - [anon_sym_use] = ACTIONS(2880), - [anon_sym_while] = ACTIONS(2880), - [anon_sym_extern] = ACTIONS(2880), - [anon_sym_yield] = ACTIONS(2880), - [anon_sym_move] = ACTIONS(2880), - [anon_sym_try] = ACTIONS(2880), - [sym_integer_literal] = ACTIONS(2878), - [aux_sym_string_literal_token1] = ACTIONS(2878), - [sym_char_literal] = ACTIONS(2878), - [anon_sym_true] = ACTIONS(2880), - [anon_sym_false] = ACTIONS(2880), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2880), - [sym_super] = ACTIONS(2880), - [sym_crate] = ACTIONS(2880), - [sym_metavariable] = ACTIONS(2878), - [sym__raw_string_literal_start] = ACTIONS(2878), - [sym_float_literal] = ACTIONS(2878), + [ts_builtin_sym_end] = ACTIONS(2800), + [sym_identifier] = ACTIONS(2802), + [anon_sym_SEMI] = ACTIONS(2800), + [anon_sym_macro_rules_BANG] = ACTIONS(2800), + [anon_sym_LPAREN] = ACTIONS(2800), + [anon_sym_LBRACK] = ACTIONS(2800), + [anon_sym_LBRACE] = ACTIONS(2800), + [anon_sym_RBRACE] = ACTIONS(2800), + [anon_sym_STAR] = ACTIONS(2800), + [anon_sym_u8] = ACTIONS(2802), + [anon_sym_i8] = ACTIONS(2802), + [anon_sym_u16] = ACTIONS(2802), + [anon_sym_i16] = ACTIONS(2802), + [anon_sym_u32] = ACTIONS(2802), + [anon_sym_i32] = ACTIONS(2802), + [anon_sym_u64] = ACTIONS(2802), + [anon_sym_i64] = ACTIONS(2802), + [anon_sym_u128] = ACTIONS(2802), + [anon_sym_i128] = ACTIONS(2802), + [anon_sym_isize] = ACTIONS(2802), + [anon_sym_usize] = ACTIONS(2802), + [anon_sym_f32] = ACTIONS(2802), + [anon_sym_f64] = ACTIONS(2802), + [anon_sym_bool] = ACTIONS(2802), + [anon_sym_str] = ACTIONS(2802), + [anon_sym_char] = ACTIONS(2802), + [anon_sym_DASH] = ACTIONS(2800), + [anon_sym_BANG] = ACTIONS(2800), + [anon_sym_AMP] = ACTIONS(2800), + [anon_sym_PIPE] = ACTIONS(2800), + [anon_sym_LT] = ACTIONS(2800), + [anon_sym_DOT_DOT] = ACTIONS(2800), + [anon_sym_COLON_COLON] = ACTIONS(2800), + [anon_sym_POUND] = ACTIONS(2800), + [anon_sym_SQUOTE] = ACTIONS(2802), + [anon_sym_async] = ACTIONS(2802), + [anon_sym_break] = ACTIONS(2802), + [anon_sym_const] = ACTIONS(2802), + [anon_sym_continue] = ACTIONS(2802), + [anon_sym_default] = ACTIONS(2802), + [anon_sym_enum] = ACTIONS(2802), + [anon_sym_fn] = ACTIONS(2802), + [anon_sym_for] = ACTIONS(2802), + [anon_sym_gen] = ACTIONS(2802), + [anon_sym_if] = ACTIONS(2802), + [anon_sym_impl] = ACTIONS(2802), + [anon_sym_let] = ACTIONS(2802), + [anon_sym_loop] = ACTIONS(2802), + [anon_sym_match] = ACTIONS(2802), + [anon_sym_mod] = ACTIONS(2802), + [anon_sym_pub] = ACTIONS(2802), + [anon_sym_return] = ACTIONS(2802), + [anon_sym_static] = ACTIONS(2802), + [anon_sym_struct] = ACTIONS(2802), + [anon_sym_trait] = ACTIONS(2802), + [anon_sym_type] = ACTIONS(2802), + [anon_sym_union] = ACTIONS(2802), + [anon_sym_unsafe] = ACTIONS(2802), + [anon_sym_use] = ACTIONS(2802), + [anon_sym_while] = ACTIONS(2802), + [anon_sym_extern] = ACTIONS(2802), + [anon_sym_yield] = ACTIONS(2802), + [anon_sym_move] = ACTIONS(2802), + [anon_sym_try] = ACTIONS(2802), + [sym_integer_literal] = ACTIONS(2800), + [aux_sym_string_literal_token1] = ACTIONS(2800), + [sym_char_literal] = ACTIONS(2800), + [anon_sym_true] = ACTIONS(2802), + [anon_sym_false] = ACTIONS(2802), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2802), + [sym_super] = ACTIONS(2802), + [sym_crate] = ACTIONS(2802), + [sym_metavariable] = ACTIONS(2800), + [sym__raw_string_literal_start] = ACTIONS(2800), + [sym_float_literal] = ACTIONS(2800), }, [STATE(742)] = { [sym_line_comment] = STATE(742), [sym_block_comment] = STATE(742), - [ts_builtin_sym_end] = ACTIONS(2882), - [sym_identifier] = ACTIONS(2884), - [anon_sym_SEMI] = ACTIONS(2882), - [anon_sym_macro_rules_BANG] = ACTIONS(2882), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_LBRACE] = ACTIONS(2882), - [anon_sym_RBRACE] = ACTIONS(2882), - [anon_sym_STAR] = ACTIONS(2882), - [anon_sym_u8] = ACTIONS(2884), - [anon_sym_i8] = ACTIONS(2884), - [anon_sym_u16] = ACTIONS(2884), - [anon_sym_i16] = ACTIONS(2884), - [anon_sym_u32] = ACTIONS(2884), - [anon_sym_i32] = ACTIONS(2884), - [anon_sym_u64] = ACTIONS(2884), - [anon_sym_i64] = ACTIONS(2884), - [anon_sym_u128] = ACTIONS(2884), - [anon_sym_i128] = ACTIONS(2884), - [anon_sym_isize] = ACTIONS(2884), - [anon_sym_usize] = ACTIONS(2884), - [anon_sym_f32] = ACTIONS(2884), - [anon_sym_f64] = ACTIONS(2884), - [anon_sym_bool] = ACTIONS(2884), - [anon_sym_str] = ACTIONS(2884), - [anon_sym_char] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2882), - [anon_sym_BANG] = ACTIONS(2882), - [anon_sym_AMP] = ACTIONS(2882), - [anon_sym_PIPE] = ACTIONS(2882), - [anon_sym_LT] = ACTIONS(2882), - [anon_sym_DOT_DOT] = ACTIONS(2882), - [anon_sym_COLON_COLON] = ACTIONS(2882), - [anon_sym_POUND] = ACTIONS(2882), - [anon_sym_SQUOTE] = ACTIONS(2884), - [anon_sym_async] = ACTIONS(2884), - [anon_sym_break] = ACTIONS(2884), - [anon_sym_const] = ACTIONS(2884), - [anon_sym_continue] = ACTIONS(2884), - [anon_sym_default] = ACTIONS(2884), - [anon_sym_enum] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_for] = ACTIONS(2884), - [anon_sym_gen] = ACTIONS(2884), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_impl] = ACTIONS(2884), - [anon_sym_let] = ACTIONS(2884), - [anon_sym_loop] = ACTIONS(2884), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_mod] = ACTIONS(2884), - [anon_sym_pub] = ACTIONS(2884), - [anon_sym_return] = ACTIONS(2884), - [anon_sym_static] = ACTIONS(2884), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_trait] = ACTIONS(2884), - [anon_sym_type] = ACTIONS(2884), - [anon_sym_union] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_use] = ACTIONS(2884), - [anon_sym_while] = ACTIONS(2884), - [anon_sym_extern] = ACTIONS(2884), - [anon_sym_yield] = ACTIONS(2884), - [anon_sym_move] = ACTIONS(2884), - [anon_sym_try] = ACTIONS(2884), - [sym_integer_literal] = ACTIONS(2882), - [aux_sym_string_literal_token1] = ACTIONS(2882), - [sym_char_literal] = ACTIONS(2882), - [anon_sym_true] = ACTIONS(2884), - [anon_sym_false] = ACTIONS(2884), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2884), - [sym_super] = ACTIONS(2884), - [sym_crate] = ACTIONS(2884), - [sym_metavariable] = ACTIONS(2882), - [sym__raw_string_literal_start] = ACTIONS(2882), - [sym_float_literal] = ACTIONS(2882), + [ts_builtin_sym_end] = ACTIONS(2804), + [sym_identifier] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2804), + [anon_sym_macro_rules_BANG] = ACTIONS(2804), + [anon_sym_LPAREN] = ACTIONS(2804), + [anon_sym_LBRACK] = ACTIONS(2804), + [anon_sym_LBRACE] = ACTIONS(2804), + [anon_sym_RBRACE] = ACTIONS(2804), + [anon_sym_STAR] = ACTIONS(2804), + [anon_sym_u8] = ACTIONS(2806), + [anon_sym_i8] = ACTIONS(2806), + [anon_sym_u16] = ACTIONS(2806), + [anon_sym_i16] = ACTIONS(2806), + [anon_sym_u32] = ACTIONS(2806), + [anon_sym_i32] = ACTIONS(2806), + [anon_sym_u64] = ACTIONS(2806), + [anon_sym_i64] = ACTIONS(2806), + [anon_sym_u128] = ACTIONS(2806), + [anon_sym_i128] = ACTIONS(2806), + [anon_sym_isize] = ACTIONS(2806), + [anon_sym_usize] = ACTIONS(2806), + [anon_sym_f32] = ACTIONS(2806), + [anon_sym_f64] = ACTIONS(2806), + [anon_sym_bool] = ACTIONS(2806), + [anon_sym_str] = ACTIONS(2806), + [anon_sym_char] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2804), + [anon_sym_BANG] = ACTIONS(2804), + [anon_sym_AMP] = ACTIONS(2804), + [anon_sym_PIPE] = ACTIONS(2804), + [anon_sym_LT] = ACTIONS(2804), + [anon_sym_DOT_DOT] = ACTIONS(2804), + [anon_sym_COLON_COLON] = ACTIONS(2804), + [anon_sym_POUND] = ACTIONS(2804), + [anon_sym_SQUOTE] = ACTIONS(2806), + [anon_sym_async] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_default] = ACTIONS(2806), + [anon_sym_enum] = ACTIONS(2806), + [anon_sym_fn] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_gen] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_impl] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_mod] = ACTIONS(2806), + [anon_sym_pub] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_static] = ACTIONS(2806), + [anon_sym_struct] = ACTIONS(2806), + [anon_sym_trait] = ACTIONS(2806), + [anon_sym_type] = ACTIONS(2806), + [anon_sym_union] = ACTIONS(2806), + [anon_sym_unsafe] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_yield] = ACTIONS(2806), + [anon_sym_move] = ACTIONS(2806), + [anon_sym_try] = ACTIONS(2806), + [sym_integer_literal] = ACTIONS(2804), + [aux_sym_string_literal_token1] = ACTIONS(2804), + [sym_char_literal] = ACTIONS(2804), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2806), + [sym_super] = ACTIONS(2806), + [sym_crate] = ACTIONS(2806), + [sym_metavariable] = ACTIONS(2804), + [sym__raw_string_literal_start] = ACTIONS(2804), + [sym_float_literal] = ACTIONS(2804), }, [STATE(743)] = { [sym_line_comment] = STATE(743), [sym_block_comment] = STATE(743), - [ts_builtin_sym_end] = ACTIONS(2886), - [sym_identifier] = ACTIONS(2888), - [anon_sym_SEMI] = ACTIONS(2886), - [anon_sym_macro_rules_BANG] = ACTIONS(2886), - [anon_sym_LPAREN] = ACTIONS(2886), - [anon_sym_LBRACK] = ACTIONS(2886), - [anon_sym_LBRACE] = ACTIONS(2886), - [anon_sym_RBRACE] = ACTIONS(2886), - [anon_sym_STAR] = ACTIONS(2886), - [anon_sym_u8] = ACTIONS(2888), - [anon_sym_i8] = ACTIONS(2888), - [anon_sym_u16] = ACTIONS(2888), - [anon_sym_i16] = ACTIONS(2888), - [anon_sym_u32] = ACTIONS(2888), - [anon_sym_i32] = ACTIONS(2888), - [anon_sym_u64] = ACTIONS(2888), - [anon_sym_i64] = ACTIONS(2888), - [anon_sym_u128] = ACTIONS(2888), - [anon_sym_i128] = ACTIONS(2888), - [anon_sym_isize] = ACTIONS(2888), - [anon_sym_usize] = ACTIONS(2888), - [anon_sym_f32] = ACTIONS(2888), - [anon_sym_f64] = ACTIONS(2888), - [anon_sym_bool] = ACTIONS(2888), - [anon_sym_str] = ACTIONS(2888), - [anon_sym_char] = ACTIONS(2888), - [anon_sym_DASH] = ACTIONS(2886), - [anon_sym_BANG] = ACTIONS(2886), - [anon_sym_AMP] = ACTIONS(2886), - [anon_sym_PIPE] = ACTIONS(2886), - [anon_sym_LT] = ACTIONS(2886), - [anon_sym_DOT_DOT] = ACTIONS(2886), - [anon_sym_COLON_COLON] = ACTIONS(2886), - [anon_sym_POUND] = ACTIONS(2886), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_async] = ACTIONS(2888), - [anon_sym_break] = ACTIONS(2888), - [anon_sym_const] = ACTIONS(2888), - [anon_sym_continue] = ACTIONS(2888), - [anon_sym_default] = ACTIONS(2888), - [anon_sym_enum] = ACTIONS(2888), - [anon_sym_fn] = ACTIONS(2888), - [anon_sym_for] = ACTIONS(2888), - [anon_sym_gen] = ACTIONS(2888), - [anon_sym_if] = ACTIONS(2888), - [anon_sym_impl] = ACTIONS(2888), - [anon_sym_let] = ACTIONS(2888), - [anon_sym_loop] = ACTIONS(2888), - [anon_sym_match] = ACTIONS(2888), - [anon_sym_mod] = ACTIONS(2888), - [anon_sym_pub] = ACTIONS(2888), - [anon_sym_return] = ACTIONS(2888), - [anon_sym_static] = ACTIONS(2888), - [anon_sym_struct] = ACTIONS(2888), - [anon_sym_trait] = ACTIONS(2888), - [anon_sym_type] = ACTIONS(2888), - [anon_sym_union] = ACTIONS(2888), - [anon_sym_unsafe] = ACTIONS(2888), - [anon_sym_use] = ACTIONS(2888), - [anon_sym_while] = ACTIONS(2888), - [anon_sym_extern] = ACTIONS(2888), - [anon_sym_yield] = ACTIONS(2888), - [anon_sym_move] = ACTIONS(2888), - [anon_sym_try] = ACTIONS(2888), - [sym_integer_literal] = ACTIONS(2886), - [aux_sym_string_literal_token1] = ACTIONS(2886), - [sym_char_literal] = ACTIONS(2886), - [anon_sym_true] = ACTIONS(2888), - [anon_sym_false] = ACTIONS(2888), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2888), - [sym_super] = ACTIONS(2888), - [sym_crate] = ACTIONS(2888), - [sym_metavariable] = ACTIONS(2886), - [sym__raw_string_literal_start] = ACTIONS(2886), - [sym_float_literal] = ACTIONS(2886), + [ts_builtin_sym_end] = ACTIONS(2808), + [sym_identifier] = ACTIONS(2810), + [anon_sym_SEMI] = ACTIONS(2808), + [anon_sym_macro_rules_BANG] = ACTIONS(2808), + [anon_sym_LPAREN] = ACTIONS(2808), + [anon_sym_LBRACK] = ACTIONS(2808), + [anon_sym_LBRACE] = ACTIONS(2808), + [anon_sym_RBRACE] = ACTIONS(2808), + [anon_sym_STAR] = ACTIONS(2808), + [anon_sym_u8] = ACTIONS(2810), + [anon_sym_i8] = ACTIONS(2810), + [anon_sym_u16] = ACTIONS(2810), + [anon_sym_i16] = ACTIONS(2810), + [anon_sym_u32] = ACTIONS(2810), + [anon_sym_i32] = ACTIONS(2810), + [anon_sym_u64] = ACTIONS(2810), + [anon_sym_i64] = ACTIONS(2810), + [anon_sym_u128] = ACTIONS(2810), + [anon_sym_i128] = ACTIONS(2810), + [anon_sym_isize] = ACTIONS(2810), + [anon_sym_usize] = ACTIONS(2810), + [anon_sym_f32] = ACTIONS(2810), + [anon_sym_f64] = ACTIONS(2810), + [anon_sym_bool] = ACTIONS(2810), + [anon_sym_str] = ACTIONS(2810), + [anon_sym_char] = ACTIONS(2810), + [anon_sym_DASH] = ACTIONS(2808), + [anon_sym_BANG] = ACTIONS(2808), + [anon_sym_AMP] = ACTIONS(2808), + [anon_sym_PIPE] = ACTIONS(2808), + [anon_sym_LT] = ACTIONS(2808), + [anon_sym_DOT_DOT] = ACTIONS(2808), + [anon_sym_COLON_COLON] = ACTIONS(2808), + [anon_sym_POUND] = ACTIONS(2808), + [anon_sym_SQUOTE] = ACTIONS(2810), + [anon_sym_async] = ACTIONS(2810), + [anon_sym_break] = ACTIONS(2810), + [anon_sym_const] = ACTIONS(2810), + [anon_sym_continue] = ACTIONS(2810), + [anon_sym_default] = ACTIONS(2810), + [anon_sym_enum] = ACTIONS(2810), + [anon_sym_fn] = ACTIONS(2810), + [anon_sym_for] = ACTIONS(2810), + [anon_sym_gen] = ACTIONS(2810), + [anon_sym_if] = ACTIONS(2810), + [anon_sym_impl] = ACTIONS(2810), + [anon_sym_let] = ACTIONS(2810), + [anon_sym_loop] = ACTIONS(2810), + [anon_sym_match] = ACTIONS(2810), + [anon_sym_mod] = ACTIONS(2810), + [anon_sym_pub] = ACTIONS(2810), + [anon_sym_return] = ACTIONS(2810), + [anon_sym_static] = ACTIONS(2810), + [anon_sym_struct] = ACTIONS(2810), + [anon_sym_trait] = ACTIONS(2810), + [anon_sym_type] = ACTIONS(2810), + [anon_sym_union] = ACTIONS(2810), + [anon_sym_unsafe] = ACTIONS(2810), + [anon_sym_use] = ACTIONS(2810), + [anon_sym_while] = ACTIONS(2810), + [anon_sym_extern] = ACTIONS(2810), + [anon_sym_yield] = ACTIONS(2810), + [anon_sym_move] = ACTIONS(2810), + [anon_sym_try] = ACTIONS(2810), + [sym_integer_literal] = ACTIONS(2808), + [aux_sym_string_literal_token1] = ACTIONS(2808), + [sym_char_literal] = ACTIONS(2808), + [anon_sym_true] = ACTIONS(2810), + [anon_sym_false] = ACTIONS(2810), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2810), + [sym_super] = ACTIONS(2810), + [sym_crate] = ACTIONS(2810), + [sym_metavariable] = ACTIONS(2808), + [sym__raw_string_literal_start] = ACTIONS(2808), + [sym_float_literal] = ACTIONS(2808), }, [STATE(744)] = { [sym_line_comment] = STATE(744), [sym_block_comment] = STATE(744), - [ts_builtin_sym_end] = ACTIONS(2890), - [sym_identifier] = ACTIONS(2892), - [anon_sym_SEMI] = ACTIONS(2890), - [anon_sym_macro_rules_BANG] = ACTIONS(2890), - [anon_sym_LPAREN] = ACTIONS(2890), - [anon_sym_LBRACK] = ACTIONS(2890), - [anon_sym_LBRACE] = ACTIONS(2890), - [anon_sym_RBRACE] = ACTIONS(2890), - [anon_sym_STAR] = ACTIONS(2890), - [anon_sym_u8] = ACTIONS(2892), - [anon_sym_i8] = ACTIONS(2892), - [anon_sym_u16] = ACTIONS(2892), - [anon_sym_i16] = ACTIONS(2892), - [anon_sym_u32] = ACTIONS(2892), - [anon_sym_i32] = ACTIONS(2892), - [anon_sym_u64] = ACTIONS(2892), - [anon_sym_i64] = ACTIONS(2892), - [anon_sym_u128] = ACTIONS(2892), - [anon_sym_i128] = ACTIONS(2892), - [anon_sym_isize] = ACTIONS(2892), - [anon_sym_usize] = ACTIONS(2892), - [anon_sym_f32] = ACTIONS(2892), - [anon_sym_f64] = ACTIONS(2892), - [anon_sym_bool] = ACTIONS(2892), - [anon_sym_str] = ACTIONS(2892), - [anon_sym_char] = ACTIONS(2892), - [anon_sym_DASH] = ACTIONS(2890), - [anon_sym_BANG] = ACTIONS(2890), - [anon_sym_AMP] = ACTIONS(2890), - [anon_sym_PIPE] = ACTIONS(2890), - [anon_sym_LT] = ACTIONS(2890), - [anon_sym_DOT_DOT] = ACTIONS(2890), - [anon_sym_COLON_COLON] = ACTIONS(2890), - [anon_sym_POUND] = ACTIONS(2890), - [anon_sym_SQUOTE] = ACTIONS(2892), - [anon_sym_async] = ACTIONS(2892), - [anon_sym_break] = ACTIONS(2892), - [anon_sym_const] = ACTIONS(2892), - [anon_sym_continue] = ACTIONS(2892), - [anon_sym_default] = ACTIONS(2892), - [anon_sym_enum] = ACTIONS(2892), - [anon_sym_fn] = ACTIONS(2892), - [anon_sym_for] = ACTIONS(2892), - [anon_sym_gen] = ACTIONS(2892), - [anon_sym_if] = ACTIONS(2892), - [anon_sym_impl] = ACTIONS(2892), - [anon_sym_let] = ACTIONS(2892), - [anon_sym_loop] = ACTIONS(2892), - [anon_sym_match] = ACTIONS(2892), - [anon_sym_mod] = ACTIONS(2892), - [anon_sym_pub] = ACTIONS(2892), - [anon_sym_return] = ACTIONS(2892), - [anon_sym_static] = ACTIONS(2892), - [anon_sym_struct] = ACTIONS(2892), - [anon_sym_trait] = ACTIONS(2892), - [anon_sym_type] = ACTIONS(2892), - [anon_sym_union] = ACTIONS(2892), - [anon_sym_unsafe] = ACTIONS(2892), - [anon_sym_use] = ACTIONS(2892), - [anon_sym_while] = ACTIONS(2892), - [anon_sym_extern] = ACTIONS(2892), - [anon_sym_yield] = ACTIONS(2892), - [anon_sym_move] = ACTIONS(2892), - [anon_sym_try] = ACTIONS(2892), - [sym_integer_literal] = ACTIONS(2890), - [aux_sym_string_literal_token1] = ACTIONS(2890), - [sym_char_literal] = ACTIONS(2890), - [anon_sym_true] = ACTIONS(2892), - [anon_sym_false] = ACTIONS(2892), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2892), - [sym_super] = ACTIONS(2892), - [sym_crate] = ACTIONS(2892), - [sym_metavariable] = ACTIONS(2890), - [sym__raw_string_literal_start] = ACTIONS(2890), - [sym_float_literal] = ACTIONS(2890), + [ts_builtin_sym_end] = ACTIONS(2812), + [sym_identifier] = ACTIONS(2814), + [anon_sym_SEMI] = ACTIONS(2812), + [anon_sym_macro_rules_BANG] = ACTIONS(2812), + [anon_sym_LPAREN] = ACTIONS(2812), + [anon_sym_LBRACK] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(2812), + [anon_sym_RBRACE] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2812), + [anon_sym_u8] = ACTIONS(2814), + [anon_sym_i8] = ACTIONS(2814), + [anon_sym_u16] = ACTIONS(2814), + [anon_sym_i16] = ACTIONS(2814), + [anon_sym_u32] = ACTIONS(2814), + [anon_sym_i32] = ACTIONS(2814), + [anon_sym_u64] = ACTIONS(2814), + [anon_sym_i64] = ACTIONS(2814), + [anon_sym_u128] = ACTIONS(2814), + [anon_sym_i128] = ACTIONS(2814), + [anon_sym_isize] = ACTIONS(2814), + [anon_sym_usize] = ACTIONS(2814), + [anon_sym_f32] = ACTIONS(2814), + [anon_sym_f64] = ACTIONS(2814), + [anon_sym_bool] = ACTIONS(2814), + [anon_sym_str] = ACTIONS(2814), + [anon_sym_char] = ACTIONS(2814), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_BANG] = ACTIONS(2812), + [anon_sym_AMP] = ACTIONS(2812), + [anon_sym_PIPE] = ACTIONS(2812), + [anon_sym_LT] = ACTIONS(2812), + [anon_sym_DOT_DOT] = ACTIONS(2812), + [anon_sym_COLON_COLON] = ACTIONS(2812), + [anon_sym_POUND] = ACTIONS(2812), + [anon_sym_SQUOTE] = ACTIONS(2814), + [anon_sym_async] = ACTIONS(2814), + [anon_sym_break] = ACTIONS(2814), + [anon_sym_const] = ACTIONS(2814), + [anon_sym_continue] = ACTIONS(2814), + [anon_sym_default] = ACTIONS(2814), + [anon_sym_enum] = ACTIONS(2814), + [anon_sym_fn] = ACTIONS(2814), + [anon_sym_for] = ACTIONS(2814), + [anon_sym_gen] = ACTIONS(2814), + [anon_sym_if] = ACTIONS(2814), + [anon_sym_impl] = ACTIONS(2814), + [anon_sym_let] = ACTIONS(2814), + [anon_sym_loop] = ACTIONS(2814), + [anon_sym_match] = ACTIONS(2814), + [anon_sym_mod] = ACTIONS(2814), + [anon_sym_pub] = ACTIONS(2814), + [anon_sym_return] = ACTIONS(2814), + [anon_sym_static] = ACTIONS(2814), + [anon_sym_struct] = ACTIONS(2814), + [anon_sym_trait] = ACTIONS(2814), + [anon_sym_type] = ACTIONS(2814), + [anon_sym_union] = ACTIONS(2814), + [anon_sym_unsafe] = ACTIONS(2814), + [anon_sym_use] = ACTIONS(2814), + [anon_sym_while] = ACTIONS(2814), + [anon_sym_extern] = ACTIONS(2814), + [anon_sym_yield] = ACTIONS(2814), + [anon_sym_move] = ACTIONS(2814), + [anon_sym_try] = ACTIONS(2814), + [sym_integer_literal] = ACTIONS(2812), + [aux_sym_string_literal_token1] = ACTIONS(2812), + [sym_char_literal] = ACTIONS(2812), + [anon_sym_true] = ACTIONS(2814), + [anon_sym_false] = ACTIONS(2814), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2814), + [sym_super] = ACTIONS(2814), + [sym_crate] = ACTIONS(2814), + [sym_metavariable] = ACTIONS(2812), + [sym__raw_string_literal_start] = ACTIONS(2812), + [sym_float_literal] = ACTIONS(2812), }, [STATE(745)] = { [sym_line_comment] = STATE(745), [sym_block_comment] = STATE(745), - [ts_builtin_sym_end] = ACTIONS(2894), - [sym_identifier] = ACTIONS(2896), - [anon_sym_SEMI] = ACTIONS(2894), - [anon_sym_macro_rules_BANG] = ACTIONS(2894), - [anon_sym_LPAREN] = ACTIONS(2894), - [anon_sym_LBRACK] = ACTIONS(2894), - [anon_sym_LBRACE] = ACTIONS(2894), - [anon_sym_RBRACE] = ACTIONS(2894), - [anon_sym_STAR] = ACTIONS(2894), - [anon_sym_u8] = ACTIONS(2896), - [anon_sym_i8] = ACTIONS(2896), - [anon_sym_u16] = ACTIONS(2896), - [anon_sym_i16] = ACTIONS(2896), - [anon_sym_u32] = ACTIONS(2896), - [anon_sym_i32] = ACTIONS(2896), - [anon_sym_u64] = ACTIONS(2896), - [anon_sym_i64] = ACTIONS(2896), - [anon_sym_u128] = ACTIONS(2896), - [anon_sym_i128] = ACTIONS(2896), - [anon_sym_isize] = ACTIONS(2896), - [anon_sym_usize] = ACTIONS(2896), - [anon_sym_f32] = ACTIONS(2896), - [anon_sym_f64] = ACTIONS(2896), - [anon_sym_bool] = ACTIONS(2896), - [anon_sym_str] = ACTIONS(2896), - [anon_sym_char] = ACTIONS(2896), - [anon_sym_DASH] = ACTIONS(2894), - [anon_sym_BANG] = ACTIONS(2894), - [anon_sym_AMP] = ACTIONS(2894), - [anon_sym_PIPE] = ACTIONS(2894), - [anon_sym_LT] = ACTIONS(2894), - [anon_sym_DOT_DOT] = ACTIONS(2894), - [anon_sym_COLON_COLON] = ACTIONS(2894), - [anon_sym_POUND] = ACTIONS(2894), - [anon_sym_SQUOTE] = ACTIONS(2896), - [anon_sym_async] = ACTIONS(2896), - [anon_sym_break] = ACTIONS(2896), - [anon_sym_const] = ACTIONS(2896), - [anon_sym_continue] = ACTIONS(2896), - [anon_sym_default] = ACTIONS(2896), - [anon_sym_enum] = ACTIONS(2896), - [anon_sym_fn] = ACTIONS(2896), - [anon_sym_for] = ACTIONS(2896), - [anon_sym_gen] = ACTIONS(2896), - [anon_sym_if] = ACTIONS(2896), - [anon_sym_impl] = ACTIONS(2896), - [anon_sym_let] = ACTIONS(2896), - [anon_sym_loop] = ACTIONS(2896), - [anon_sym_match] = ACTIONS(2896), - [anon_sym_mod] = ACTIONS(2896), - [anon_sym_pub] = ACTIONS(2896), - [anon_sym_return] = ACTIONS(2896), - [anon_sym_static] = ACTIONS(2896), - [anon_sym_struct] = ACTIONS(2896), - [anon_sym_trait] = ACTIONS(2896), - [anon_sym_type] = ACTIONS(2896), - [anon_sym_union] = ACTIONS(2896), - [anon_sym_unsafe] = ACTIONS(2896), - [anon_sym_use] = ACTIONS(2896), - [anon_sym_while] = ACTIONS(2896), - [anon_sym_extern] = ACTIONS(2896), - [anon_sym_yield] = ACTIONS(2896), - [anon_sym_move] = ACTIONS(2896), - [anon_sym_try] = ACTIONS(2896), - [sym_integer_literal] = ACTIONS(2894), - [aux_sym_string_literal_token1] = ACTIONS(2894), - [sym_char_literal] = ACTIONS(2894), - [anon_sym_true] = ACTIONS(2896), - [anon_sym_false] = ACTIONS(2896), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2896), - [sym_super] = ACTIONS(2896), - [sym_crate] = ACTIONS(2896), - [sym_metavariable] = ACTIONS(2894), - [sym__raw_string_literal_start] = ACTIONS(2894), - [sym_float_literal] = ACTIONS(2894), + [ts_builtin_sym_end] = ACTIONS(2816), + [sym_identifier] = ACTIONS(2818), + [anon_sym_SEMI] = ACTIONS(2816), + [anon_sym_macro_rules_BANG] = ACTIONS(2816), + [anon_sym_LPAREN] = ACTIONS(2816), + [anon_sym_LBRACK] = ACTIONS(2816), + [anon_sym_LBRACE] = ACTIONS(2816), + [anon_sym_RBRACE] = ACTIONS(2816), + [anon_sym_STAR] = ACTIONS(2816), + [anon_sym_u8] = ACTIONS(2818), + [anon_sym_i8] = ACTIONS(2818), + [anon_sym_u16] = ACTIONS(2818), + [anon_sym_i16] = ACTIONS(2818), + [anon_sym_u32] = ACTIONS(2818), + [anon_sym_i32] = ACTIONS(2818), + [anon_sym_u64] = ACTIONS(2818), + [anon_sym_i64] = ACTIONS(2818), + [anon_sym_u128] = ACTIONS(2818), + [anon_sym_i128] = ACTIONS(2818), + [anon_sym_isize] = ACTIONS(2818), + [anon_sym_usize] = ACTIONS(2818), + [anon_sym_f32] = ACTIONS(2818), + [anon_sym_f64] = ACTIONS(2818), + [anon_sym_bool] = ACTIONS(2818), + [anon_sym_str] = ACTIONS(2818), + [anon_sym_char] = ACTIONS(2818), + [anon_sym_DASH] = ACTIONS(2816), + [anon_sym_BANG] = ACTIONS(2816), + [anon_sym_AMP] = ACTIONS(2816), + [anon_sym_PIPE] = ACTIONS(2816), + [anon_sym_LT] = ACTIONS(2816), + [anon_sym_DOT_DOT] = ACTIONS(2816), + [anon_sym_COLON_COLON] = ACTIONS(2816), + [anon_sym_POUND] = ACTIONS(2816), + [anon_sym_SQUOTE] = ACTIONS(2818), + [anon_sym_async] = ACTIONS(2818), + [anon_sym_break] = ACTIONS(2818), + [anon_sym_const] = ACTIONS(2818), + [anon_sym_continue] = ACTIONS(2818), + [anon_sym_default] = ACTIONS(2818), + [anon_sym_enum] = ACTIONS(2818), + [anon_sym_fn] = ACTIONS(2818), + [anon_sym_for] = ACTIONS(2818), + [anon_sym_gen] = ACTIONS(2818), + [anon_sym_if] = ACTIONS(2818), + [anon_sym_impl] = ACTIONS(2818), + [anon_sym_let] = ACTIONS(2818), + [anon_sym_loop] = ACTIONS(2818), + [anon_sym_match] = ACTIONS(2818), + [anon_sym_mod] = ACTIONS(2818), + [anon_sym_pub] = ACTIONS(2818), + [anon_sym_return] = ACTIONS(2818), + [anon_sym_static] = ACTIONS(2818), + [anon_sym_struct] = ACTIONS(2818), + [anon_sym_trait] = ACTIONS(2818), + [anon_sym_type] = ACTIONS(2818), + [anon_sym_union] = ACTIONS(2818), + [anon_sym_unsafe] = ACTIONS(2818), + [anon_sym_use] = ACTIONS(2818), + [anon_sym_while] = ACTIONS(2818), + [anon_sym_extern] = ACTIONS(2818), + [anon_sym_yield] = ACTIONS(2818), + [anon_sym_move] = ACTIONS(2818), + [anon_sym_try] = ACTIONS(2818), + [sym_integer_literal] = ACTIONS(2816), + [aux_sym_string_literal_token1] = ACTIONS(2816), + [sym_char_literal] = ACTIONS(2816), + [anon_sym_true] = ACTIONS(2818), + [anon_sym_false] = ACTIONS(2818), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2818), + [sym_super] = ACTIONS(2818), + [sym_crate] = ACTIONS(2818), + [sym_metavariable] = ACTIONS(2816), + [sym__raw_string_literal_start] = ACTIONS(2816), + [sym_float_literal] = ACTIONS(2816), }, [STATE(746)] = { [sym_line_comment] = STATE(746), [sym_block_comment] = STATE(746), - [ts_builtin_sym_end] = ACTIONS(2898), - [sym_identifier] = ACTIONS(2900), - [anon_sym_SEMI] = ACTIONS(2898), - [anon_sym_macro_rules_BANG] = ACTIONS(2898), - [anon_sym_LPAREN] = ACTIONS(2898), - [anon_sym_LBRACK] = ACTIONS(2898), - [anon_sym_LBRACE] = ACTIONS(2898), - [anon_sym_RBRACE] = ACTIONS(2898), - [anon_sym_STAR] = ACTIONS(2898), - [anon_sym_u8] = ACTIONS(2900), - [anon_sym_i8] = ACTIONS(2900), - [anon_sym_u16] = ACTIONS(2900), - [anon_sym_i16] = ACTIONS(2900), - [anon_sym_u32] = ACTIONS(2900), - [anon_sym_i32] = ACTIONS(2900), - [anon_sym_u64] = ACTIONS(2900), - [anon_sym_i64] = ACTIONS(2900), - [anon_sym_u128] = ACTIONS(2900), - [anon_sym_i128] = ACTIONS(2900), - [anon_sym_isize] = ACTIONS(2900), - [anon_sym_usize] = ACTIONS(2900), - [anon_sym_f32] = ACTIONS(2900), - [anon_sym_f64] = ACTIONS(2900), - [anon_sym_bool] = ACTIONS(2900), - [anon_sym_str] = ACTIONS(2900), - [anon_sym_char] = ACTIONS(2900), - [anon_sym_DASH] = ACTIONS(2898), - [anon_sym_BANG] = ACTIONS(2898), - [anon_sym_AMP] = ACTIONS(2898), - [anon_sym_PIPE] = ACTIONS(2898), - [anon_sym_LT] = ACTIONS(2898), - [anon_sym_DOT_DOT] = ACTIONS(2898), - [anon_sym_COLON_COLON] = ACTIONS(2898), - [anon_sym_POUND] = ACTIONS(2898), - [anon_sym_SQUOTE] = ACTIONS(2900), - [anon_sym_async] = ACTIONS(2900), - [anon_sym_break] = ACTIONS(2900), - [anon_sym_const] = ACTIONS(2900), - [anon_sym_continue] = ACTIONS(2900), - [anon_sym_default] = ACTIONS(2900), - [anon_sym_enum] = ACTIONS(2900), - [anon_sym_fn] = ACTIONS(2900), - [anon_sym_for] = ACTIONS(2900), - [anon_sym_gen] = ACTIONS(2900), - [anon_sym_if] = ACTIONS(2900), - [anon_sym_impl] = ACTIONS(2900), - [anon_sym_let] = ACTIONS(2900), - [anon_sym_loop] = ACTIONS(2900), - [anon_sym_match] = ACTIONS(2900), - [anon_sym_mod] = ACTIONS(2900), - [anon_sym_pub] = ACTIONS(2900), - [anon_sym_return] = ACTIONS(2900), - [anon_sym_static] = ACTIONS(2900), - [anon_sym_struct] = ACTIONS(2900), - [anon_sym_trait] = ACTIONS(2900), - [anon_sym_type] = ACTIONS(2900), - [anon_sym_union] = ACTIONS(2900), - [anon_sym_unsafe] = ACTIONS(2900), - [anon_sym_use] = ACTIONS(2900), - [anon_sym_while] = ACTIONS(2900), - [anon_sym_extern] = ACTIONS(2900), - [anon_sym_yield] = ACTIONS(2900), - [anon_sym_move] = ACTIONS(2900), - [anon_sym_try] = ACTIONS(2900), - [sym_integer_literal] = ACTIONS(2898), - [aux_sym_string_literal_token1] = ACTIONS(2898), - [sym_char_literal] = ACTIONS(2898), - [anon_sym_true] = ACTIONS(2900), - [anon_sym_false] = ACTIONS(2900), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2900), - [sym_super] = ACTIONS(2900), - [sym_crate] = ACTIONS(2900), - [sym_metavariable] = ACTIONS(2898), - [sym__raw_string_literal_start] = ACTIONS(2898), - [sym_float_literal] = ACTIONS(2898), + [ts_builtin_sym_end] = ACTIONS(2820), + [sym_identifier] = ACTIONS(2822), + [anon_sym_SEMI] = ACTIONS(2820), + [anon_sym_macro_rules_BANG] = ACTIONS(2820), + [anon_sym_LPAREN] = ACTIONS(2820), + [anon_sym_LBRACK] = ACTIONS(2820), + [anon_sym_LBRACE] = ACTIONS(2820), + [anon_sym_RBRACE] = ACTIONS(2820), + [anon_sym_STAR] = ACTIONS(2820), + [anon_sym_u8] = ACTIONS(2822), + [anon_sym_i8] = ACTIONS(2822), + [anon_sym_u16] = ACTIONS(2822), + [anon_sym_i16] = ACTIONS(2822), + [anon_sym_u32] = ACTIONS(2822), + [anon_sym_i32] = ACTIONS(2822), + [anon_sym_u64] = ACTIONS(2822), + [anon_sym_i64] = ACTIONS(2822), + [anon_sym_u128] = ACTIONS(2822), + [anon_sym_i128] = ACTIONS(2822), + [anon_sym_isize] = ACTIONS(2822), + [anon_sym_usize] = ACTIONS(2822), + [anon_sym_f32] = ACTIONS(2822), + [anon_sym_f64] = ACTIONS(2822), + [anon_sym_bool] = ACTIONS(2822), + [anon_sym_str] = ACTIONS(2822), + [anon_sym_char] = ACTIONS(2822), + [anon_sym_DASH] = ACTIONS(2820), + [anon_sym_BANG] = ACTIONS(2820), + [anon_sym_AMP] = ACTIONS(2820), + [anon_sym_PIPE] = ACTIONS(2820), + [anon_sym_LT] = ACTIONS(2820), + [anon_sym_DOT_DOT] = ACTIONS(2820), + [anon_sym_COLON_COLON] = ACTIONS(2820), + [anon_sym_POUND] = ACTIONS(2820), + [anon_sym_SQUOTE] = ACTIONS(2822), + [anon_sym_async] = ACTIONS(2822), + [anon_sym_break] = ACTIONS(2822), + [anon_sym_const] = ACTIONS(2822), + [anon_sym_continue] = ACTIONS(2822), + [anon_sym_default] = ACTIONS(2822), + [anon_sym_enum] = ACTIONS(2822), + [anon_sym_fn] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_gen] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_impl] = ACTIONS(2822), + [anon_sym_let] = ACTIONS(2822), + [anon_sym_loop] = ACTIONS(2822), + [anon_sym_match] = ACTIONS(2822), + [anon_sym_mod] = ACTIONS(2822), + [anon_sym_pub] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_static] = ACTIONS(2822), + [anon_sym_struct] = ACTIONS(2822), + [anon_sym_trait] = ACTIONS(2822), + [anon_sym_type] = ACTIONS(2822), + [anon_sym_union] = ACTIONS(2822), + [anon_sym_unsafe] = ACTIONS(2822), + [anon_sym_use] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_extern] = ACTIONS(2822), + [anon_sym_yield] = ACTIONS(2822), + [anon_sym_move] = ACTIONS(2822), + [anon_sym_try] = ACTIONS(2822), + [sym_integer_literal] = ACTIONS(2820), + [aux_sym_string_literal_token1] = ACTIONS(2820), + [sym_char_literal] = ACTIONS(2820), + [anon_sym_true] = ACTIONS(2822), + [anon_sym_false] = ACTIONS(2822), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2822), + [sym_super] = ACTIONS(2822), + [sym_crate] = ACTIONS(2822), + [sym_metavariable] = ACTIONS(2820), + [sym__raw_string_literal_start] = ACTIONS(2820), + [sym_float_literal] = ACTIONS(2820), }, [STATE(747)] = { [sym_line_comment] = STATE(747), [sym_block_comment] = STATE(747), - [ts_builtin_sym_end] = ACTIONS(2902), - [sym_identifier] = ACTIONS(2904), - [anon_sym_SEMI] = ACTIONS(2902), - [anon_sym_macro_rules_BANG] = ACTIONS(2902), - [anon_sym_LPAREN] = ACTIONS(2902), - [anon_sym_LBRACK] = ACTIONS(2902), - [anon_sym_LBRACE] = ACTIONS(2902), - [anon_sym_RBRACE] = ACTIONS(2902), - [anon_sym_STAR] = ACTIONS(2902), - [anon_sym_u8] = ACTIONS(2904), - [anon_sym_i8] = ACTIONS(2904), - [anon_sym_u16] = ACTIONS(2904), - [anon_sym_i16] = ACTIONS(2904), - [anon_sym_u32] = ACTIONS(2904), - [anon_sym_i32] = ACTIONS(2904), - [anon_sym_u64] = ACTIONS(2904), - [anon_sym_i64] = ACTIONS(2904), - [anon_sym_u128] = ACTIONS(2904), - [anon_sym_i128] = ACTIONS(2904), - [anon_sym_isize] = ACTIONS(2904), - [anon_sym_usize] = ACTIONS(2904), - [anon_sym_f32] = ACTIONS(2904), - [anon_sym_f64] = ACTIONS(2904), - [anon_sym_bool] = ACTIONS(2904), - [anon_sym_str] = ACTIONS(2904), - [anon_sym_char] = ACTIONS(2904), - [anon_sym_DASH] = ACTIONS(2902), - [anon_sym_BANG] = ACTIONS(2902), - [anon_sym_AMP] = ACTIONS(2902), - [anon_sym_PIPE] = ACTIONS(2902), - [anon_sym_LT] = ACTIONS(2902), - [anon_sym_DOT_DOT] = ACTIONS(2902), - [anon_sym_COLON_COLON] = ACTIONS(2902), - [anon_sym_POUND] = ACTIONS(2902), - [anon_sym_SQUOTE] = ACTIONS(2904), - [anon_sym_async] = ACTIONS(2904), - [anon_sym_break] = ACTIONS(2904), - [anon_sym_const] = ACTIONS(2904), - [anon_sym_continue] = ACTIONS(2904), - [anon_sym_default] = ACTIONS(2904), - [anon_sym_enum] = ACTIONS(2904), - [anon_sym_fn] = ACTIONS(2904), - [anon_sym_for] = ACTIONS(2904), - [anon_sym_gen] = ACTIONS(2904), - [anon_sym_if] = ACTIONS(2904), - [anon_sym_impl] = ACTIONS(2904), - [anon_sym_let] = ACTIONS(2904), - [anon_sym_loop] = ACTIONS(2904), - [anon_sym_match] = ACTIONS(2904), - [anon_sym_mod] = ACTIONS(2904), - [anon_sym_pub] = ACTIONS(2904), - [anon_sym_return] = ACTIONS(2904), - [anon_sym_static] = ACTIONS(2904), - [anon_sym_struct] = ACTIONS(2904), - [anon_sym_trait] = ACTIONS(2904), - [anon_sym_type] = ACTIONS(2904), - [anon_sym_union] = ACTIONS(2904), - [anon_sym_unsafe] = ACTIONS(2904), - [anon_sym_use] = ACTIONS(2904), - [anon_sym_while] = ACTIONS(2904), - [anon_sym_extern] = ACTIONS(2904), - [anon_sym_yield] = ACTIONS(2904), - [anon_sym_move] = ACTIONS(2904), - [anon_sym_try] = ACTIONS(2904), - [sym_integer_literal] = ACTIONS(2902), - [aux_sym_string_literal_token1] = ACTIONS(2902), - [sym_char_literal] = ACTIONS(2902), - [anon_sym_true] = ACTIONS(2904), - [anon_sym_false] = ACTIONS(2904), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2904), - [sym_super] = ACTIONS(2904), - [sym_crate] = ACTIONS(2904), - [sym_metavariable] = ACTIONS(2902), - [sym__raw_string_literal_start] = ACTIONS(2902), - [sym_float_literal] = ACTIONS(2902), + [ts_builtin_sym_end] = ACTIONS(2824), + [sym_identifier] = ACTIONS(2826), + [anon_sym_SEMI] = ACTIONS(2824), + [anon_sym_macro_rules_BANG] = ACTIONS(2824), + [anon_sym_LPAREN] = ACTIONS(2824), + [anon_sym_LBRACK] = ACTIONS(2824), + [anon_sym_LBRACE] = ACTIONS(2824), + [anon_sym_RBRACE] = ACTIONS(2824), + [anon_sym_STAR] = ACTIONS(2824), + [anon_sym_u8] = ACTIONS(2826), + [anon_sym_i8] = ACTIONS(2826), + [anon_sym_u16] = ACTIONS(2826), + [anon_sym_i16] = ACTIONS(2826), + [anon_sym_u32] = ACTIONS(2826), + [anon_sym_i32] = ACTIONS(2826), + [anon_sym_u64] = ACTIONS(2826), + [anon_sym_i64] = ACTIONS(2826), + [anon_sym_u128] = ACTIONS(2826), + [anon_sym_i128] = ACTIONS(2826), + [anon_sym_isize] = ACTIONS(2826), + [anon_sym_usize] = ACTIONS(2826), + [anon_sym_f32] = ACTIONS(2826), + [anon_sym_f64] = ACTIONS(2826), + [anon_sym_bool] = ACTIONS(2826), + [anon_sym_str] = ACTIONS(2826), + [anon_sym_char] = ACTIONS(2826), + [anon_sym_DASH] = ACTIONS(2824), + [anon_sym_BANG] = ACTIONS(2824), + [anon_sym_AMP] = ACTIONS(2824), + [anon_sym_PIPE] = ACTIONS(2824), + [anon_sym_LT] = ACTIONS(2824), + [anon_sym_DOT_DOT] = ACTIONS(2824), + [anon_sym_COLON_COLON] = ACTIONS(2824), + [anon_sym_POUND] = ACTIONS(2824), + [anon_sym_SQUOTE] = ACTIONS(2826), + [anon_sym_async] = ACTIONS(2826), + [anon_sym_break] = ACTIONS(2826), + [anon_sym_const] = ACTIONS(2826), + [anon_sym_continue] = ACTIONS(2826), + [anon_sym_default] = ACTIONS(2826), + [anon_sym_enum] = ACTIONS(2826), + [anon_sym_fn] = ACTIONS(2826), + [anon_sym_for] = ACTIONS(2826), + [anon_sym_gen] = ACTIONS(2826), + [anon_sym_if] = ACTIONS(2826), + [anon_sym_impl] = ACTIONS(2826), + [anon_sym_let] = ACTIONS(2826), + [anon_sym_loop] = ACTIONS(2826), + [anon_sym_match] = ACTIONS(2826), + [anon_sym_mod] = ACTIONS(2826), + [anon_sym_pub] = ACTIONS(2826), + [anon_sym_return] = ACTIONS(2826), + [anon_sym_static] = ACTIONS(2826), + [anon_sym_struct] = ACTIONS(2826), + [anon_sym_trait] = ACTIONS(2826), + [anon_sym_type] = ACTIONS(2826), + [anon_sym_union] = ACTIONS(2826), + [anon_sym_unsafe] = ACTIONS(2826), + [anon_sym_use] = ACTIONS(2826), + [anon_sym_while] = ACTIONS(2826), + [anon_sym_extern] = ACTIONS(2826), + [anon_sym_yield] = ACTIONS(2826), + [anon_sym_move] = ACTIONS(2826), + [anon_sym_try] = ACTIONS(2826), + [sym_integer_literal] = ACTIONS(2824), + [aux_sym_string_literal_token1] = ACTIONS(2824), + [sym_char_literal] = ACTIONS(2824), + [anon_sym_true] = ACTIONS(2826), + [anon_sym_false] = ACTIONS(2826), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2826), + [sym_super] = ACTIONS(2826), + [sym_crate] = ACTIONS(2826), + [sym_metavariable] = ACTIONS(2824), + [sym__raw_string_literal_start] = ACTIONS(2824), + [sym_float_literal] = ACTIONS(2824), }, [STATE(748)] = { [sym_line_comment] = STATE(748), [sym_block_comment] = STATE(748), - [ts_builtin_sym_end] = ACTIONS(2906), - [sym_identifier] = ACTIONS(2908), - [anon_sym_SEMI] = ACTIONS(2906), - [anon_sym_macro_rules_BANG] = ACTIONS(2906), - [anon_sym_LPAREN] = ACTIONS(2906), - [anon_sym_LBRACK] = ACTIONS(2906), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_RBRACE] = ACTIONS(2906), - [anon_sym_STAR] = ACTIONS(2906), - [anon_sym_u8] = ACTIONS(2908), - [anon_sym_i8] = ACTIONS(2908), - [anon_sym_u16] = ACTIONS(2908), - [anon_sym_i16] = ACTIONS(2908), - [anon_sym_u32] = ACTIONS(2908), - [anon_sym_i32] = ACTIONS(2908), - [anon_sym_u64] = ACTIONS(2908), - [anon_sym_i64] = ACTIONS(2908), - [anon_sym_u128] = ACTIONS(2908), - [anon_sym_i128] = ACTIONS(2908), - [anon_sym_isize] = ACTIONS(2908), - [anon_sym_usize] = ACTIONS(2908), - [anon_sym_f32] = ACTIONS(2908), - [anon_sym_f64] = ACTIONS(2908), - [anon_sym_bool] = ACTIONS(2908), - [anon_sym_str] = ACTIONS(2908), - [anon_sym_char] = ACTIONS(2908), - [anon_sym_DASH] = ACTIONS(2906), - [anon_sym_BANG] = ACTIONS(2906), - [anon_sym_AMP] = ACTIONS(2906), - [anon_sym_PIPE] = ACTIONS(2906), - [anon_sym_LT] = ACTIONS(2906), - [anon_sym_DOT_DOT] = ACTIONS(2906), - [anon_sym_COLON_COLON] = ACTIONS(2906), - [anon_sym_POUND] = ACTIONS(2906), - [anon_sym_SQUOTE] = ACTIONS(2908), - [anon_sym_async] = ACTIONS(2908), - [anon_sym_break] = ACTIONS(2908), - [anon_sym_const] = ACTIONS(2908), - [anon_sym_continue] = ACTIONS(2908), - [anon_sym_default] = ACTIONS(2908), - [anon_sym_enum] = ACTIONS(2908), - [anon_sym_fn] = ACTIONS(2908), - [anon_sym_for] = ACTIONS(2908), - [anon_sym_gen] = ACTIONS(2908), - [anon_sym_if] = ACTIONS(2908), - [anon_sym_impl] = ACTIONS(2908), - [anon_sym_let] = ACTIONS(2908), - [anon_sym_loop] = ACTIONS(2908), - [anon_sym_match] = ACTIONS(2908), - [anon_sym_mod] = ACTIONS(2908), - [anon_sym_pub] = ACTIONS(2908), - [anon_sym_return] = ACTIONS(2908), - [anon_sym_static] = ACTIONS(2908), - [anon_sym_struct] = ACTIONS(2908), - [anon_sym_trait] = ACTIONS(2908), - [anon_sym_type] = ACTIONS(2908), - [anon_sym_union] = ACTIONS(2908), - [anon_sym_unsafe] = ACTIONS(2908), - [anon_sym_use] = ACTIONS(2908), - [anon_sym_while] = ACTIONS(2908), - [anon_sym_extern] = ACTIONS(2908), - [anon_sym_yield] = ACTIONS(2908), - [anon_sym_move] = ACTIONS(2908), - [anon_sym_try] = ACTIONS(2908), - [sym_integer_literal] = ACTIONS(2906), - [aux_sym_string_literal_token1] = ACTIONS(2906), - [sym_char_literal] = ACTIONS(2906), - [anon_sym_true] = ACTIONS(2908), - [anon_sym_false] = ACTIONS(2908), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2908), - [sym_super] = ACTIONS(2908), - [sym_crate] = ACTIONS(2908), - [sym_metavariable] = ACTIONS(2906), - [sym__raw_string_literal_start] = ACTIONS(2906), - [sym_float_literal] = ACTIONS(2906), + [ts_builtin_sym_end] = ACTIONS(2828), + [sym_identifier] = ACTIONS(2830), + [anon_sym_SEMI] = ACTIONS(2828), + [anon_sym_macro_rules_BANG] = ACTIONS(2828), + [anon_sym_LPAREN] = ACTIONS(2828), + [anon_sym_LBRACK] = ACTIONS(2828), + [anon_sym_LBRACE] = ACTIONS(2828), + [anon_sym_RBRACE] = ACTIONS(2828), + [anon_sym_STAR] = ACTIONS(2828), + [anon_sym_u8] = ACTIONS(2830), + [anon_sym_i8] = ACTIONS(2830), + [anon_sym_u16] = ACTIONS(2830), + [anon_sym_i16] = ACTIONS(2830), + [anon_sym_u32] = ACTIONS(2830), + [anon_sym_i32] = ACTIONS(2830), + [anon_sym_u64] = ACTIONS(2830), + [anon_sym_i64] = ACTIONS(2830), + [anon_sym_u128] = ACTIONS(2830), + [anon_sym_i128] = ACTIONS(2830), + [anon_sym_isize] = ACTIONS(2830), + [anon_sym_usize] = ACTIONS(2830), + [anon_sym_f32] = ACTIONS(2830), + [anon_sym_f64] = ACTIONS(2830), + [anon_sym_bool] = ACTIONS(2830), + [anon_sym_str] = ACTIONS(2830), + [anon_sym_char] = ACTIONS(2830), + [anon_sym_DASH] = ACTIONS(2828), + [anon_sym_BANG] = ACTIONS(2828), + [anon_sym_AMP] = ACTIONS(2828), + [anon_sym_PIPE] = ACTIONS(2828), + [anon_sym_LT] = ACTIONS(2828), + [anon_sym_DOT_DOT] = ACTIONS(2828), + [anon_sym_COLON_COLON] = ACTIONS(2828), + [anon_sym_POUND] = ACTIONS(2828), + [anon_sym_SQUOTE] = ACTIONS(2830), + [anon_sym_async] = ACTIONS(2830), + [anon_sym_break] = ACTIONS(2830), + [anon_sym_const] = ACTIONS(2830), + [anon_sym_continue] = ACTIONS(2830), + [anon_sym_default] = ACTIONS(2830), + [anon_sym_enum] = ACTIONS(2830), + [anon_sym_fn] = ACTIONS(2830), + [anon_sym_for] = ACTIONS(2830), + [anon_sym_gen] = ACTIONS(2830), + [anon_sym_if] = ACTIONS(2830), + [anon_sym_impl] = ACTIONS(2830), + [anon_sym_let] = ACTIONS(2830), + [anon_sym_loop] = ACTIONS(2830), + [anon_sym_match] = ACTIONS(2830), + [anon_sym_mod] = ACTIONS(2830), + [anon_sym_pub] = ACTIONS(2830), + [anon_sym_return] = ACTIONS(2830), + [anon_sym_static] = ACTIONS(2830), + [anon_sym_struct] = ACTIONS(2830), + [anon_sym_trait] = ACTIONS(2830), + [anon_sym_type] = ACTIONS(2830), + [anon_sym_union] = ACTIONS(2830), + [anon_sym_unsafe] = ACTIONS(2830), + [anon_sym_use] = ACTIONS(2830), + [anon_sym_while] = ACTIONS(2830), + [anon_sym_extern] = ACTIONS(2830), + [anon_sym_yield] = ACTIONS(2830), + [anon_sym_move] = ACTIONS(2830), + [anon_sym_try] = ACTIONS(2830), + [sym_integer_literal] = ACTIONS(2828), + [aux_sym_string_literal_token1] = ACTIONS(2828), + [sym_char_literal] = ACTIONS(2828), + [anon_sym_true] = ACTIONS(2830), + [anon_sym_false] = ACTIONS(2830), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2830), + [sym_super] = ACTIONS(2830), + [sym_crate] = ACTIONS(2830), + [sym_metavariable] = ACTIONS(2828), + [sym__raw_string_literal_start] = ACTIONS(2828), + [sym_float_literal] = ACTIONS(2828), }, [STATE(749)] = { [sym_line_comment] = STATE(749), [sym_block_comment] = STATE(749), - [ts_builtin_sym_end] = ACTIONS(2910), - [sym_identifier] = ACTIONS(2912), - [anon_sym_SEMI] = ACTIONS(2910), - [anon_sym_macro_rules_BANG] = ACTIONS(2910), - [anon_sym_LPAREN] = ACTIONS(2910), - [anon_sym_LBRACK] = ACTIONS(2910), - [anon_sym_LBRACE] = ACTIONS(2910), - [anon_sym_RBRACE] = ACTIONS(2910), - [anon_sym_STAR] = ACTIONS(2910), - [anon_sym_u8] = ACTIONS(2912), - [anon_sym_i8] = ACTIONS(2912), - [anon_sym_u16] = ACTIONS(2912), - [anon_sym_i16] = ACTIONS(2912), - [anon_sym_u32] = ACTIONS(2912), - [anon_sym_i32] = ACTIONS(2912), - [anon_sym_u64] = ACTIONS(2912), - [anon_sym_i64] = ACTIONS(2912), - [anon_sym_u128] = ACTIONS(2912), - [anon_sym_i128] = ACTIONS(2912), - [anon_sym_isize] = ACTIONS(2912), - [anon_sym_usize] = ACTIONS(2912), - [anon_sym_f32] = ACTIONS(2912), - [anon_sym_f64] = ACTIONS(2912), - [anon_sym_bool] = ACTIONS(2912), - [anon_sym_str] = ACTIONS(2912), - [anon_sym_char] = ACTIONS(2912), - [anon_sym_DASH] = ACTIONS(2910), - [anon_sym_BANG] = ACTIONS(2910), - [anon_sym_AMP] = ACTIONS(2910), - [anon_sym_PIPE] = ACTIONS(2910), - [anon_sym_LT] = ACTIONS(2910), - [anon_sym_DOT_DOT] = ACTIONS(2910), - [anon_sym_COLON_COLON] = ACTIONS(2910), - [anon_sym_POUND] = ACTIONS(2910), - [anon_sym_SQUOTE] = ACTIONS(2912), - [anon_sym_async] = ACTIONS(2912), - [anon_sym_break] = ACTIONS(2912), - [anon_sym_const] = ACTIONS(2912), - [anon_sym_continue] = ACTIONS(2912), - [anon_sym_default] = ACTIONS(2912), - [anon_sym_enum] = ACTIONS(2912), - [anon_sym_fn] = ACTIONS(2912), - [anon_sym_for] = ACTIONS(2912), - [anon_sym_gen] = ACTIONS(2912), - [anon_sym_if] = ACTIONS(2912), - [anon_sym_impl] = ACTIONS(2912), - [anon_sym_let] = ACTIONS(2912), - [anon_sym_loop] = ACTIONS(2912), - [anon_sym_match] = ACTIONS(2912), - [anon_sym_mod] = ACTIONS(2912), - [anon_sym_pub] = ACTIONS(2912), - [anon_sym_return] = ACTIONS(2912), - [anon_sym_static] = ACTIONS(2912), - [anon_sym_struct] = ACTIONS(2912), - [anon_sym_trait] = ACTIONS(2912), - [anon_sym_type] = ACTIONS(2912), - [anon_sym_union] = ACTIONS(2912), - [anon_sym_unsafe] = ACTIONS(2912), - [anon_sym_use] = ACTIONS(2912), - [anon_sym_while] = ACTIONS(2912), - [anon_sym_extern] = ACTIONS(2912), - [anon_sym_yield] = ACTIONS(2912), - [anon_sym_move] = ACTIONS(2912), - [anon_sym_try] = ACTIONS(2912), - [sym_integer_literal] = ACTIONS(2910), - [aux_sym_string_literal_token1] = ACTIONS(2910), - [sym_char_literal] = ACTIONS(2910), - [anon_sym_true] = ACTIONS(2912), - [anon_sym_false] = ACTIONS(2912), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2912), - [sym_super] = ACTIONS(2912), - [sym_crate] = ACTIONS(2912), - [sym_metavariable] = ACTIONS(2910), - [sym__raw_string_literal_start] = ACTIONS(2910), - [sym_float_literal] = ACTIONS(2910), + [ts_builtin_sym_end] = ACTIONS(2832), + [sym_identifier] = ACTIONS(2834), + [anon_sym_SEMI] = ACTIONS(2832), + [anon_sym_macro_rules_BANG] = ACTIONS(2832), + [anon_sym_LPAREN] = ACTIONS(2832), + [anon_sym_LBRACK] = ACTIONS(2832), + [anon_sym_LBRACE] = ACTIONS(2832), + [anon_sym_RBRACE] = ACTIONS(2832), + [anon_sym_STAR] = ACTIONS(2832), + [anon_sym_u8] = ACTIONS(2834), + [anon_sym_i8] = ACTIONS(2834), + [anon_sym_u16] = ACTIONS(2834), + [anon_sym_i16] = ACTIONS(2834), + [anon_sym_u32] = ACTIONS(2834), + [anon_sym_i32] = ACTIONS(2834), + [anon_sym_u64] = ACTIONS(2834), + [anon_sym_i64] = ACTIONS(2834), + [anon_sym_u128] = ACTIONS(2834), + [anon_sym_i128] = ACTIONS(2834), + [anon_sym_isize] = ACTIONS(2834), + [anon_sym_usize] = ACTIONS(2834), + [anon_sym_f32] = ACTIONS(2834), + [anon_sym_f64] = ACTIONS(2834), + [anon_sym_bool] = ACTIONS(2834), + [anon_sym_str] = ACTIONS(2834), + [anon_sym_char] = ACTIONS(2834), + [anon_sym_DASH] = ACTIONS(2832), + [anon_sym_BANG] = ACTIONS(2832), + [anon_sym_AMP] = ACTIONS(2832), + [anon_sym_PIPE] = ACTIONS(2832), + [anon_sym_LT] = ACTIONS(2832), + [anon_sym_DOT_DOT] = ACTIONS(2832), + [anon_sym_COLON_COLON] = ACTIONS(2832), + [anon_sym_POUND] = ACTIONS(2832), + [anon_sym_SQUOTE] = ACTIONS(2834), + [anon_sym_async] = ACTIONS(2834), + [anon_sym_break] = ACTIONS(2834), + [anon_sym_const] = ACTIONS(2834), + [anon_sym_continue] = ACTIONS(2834), + [anon_sym_default] = ACTIONS(2834), + [anon_sym_enum] = ACTIONS(2834), + [anon_sym_fn] = ACTIONS(2834), + [anon_sym_for] = ACTIONS(2834), + [anon_sym_gen] = ACTIONS(2834), + [anon_sym_if] = ACTIONS(2834), + [anon_sym_impl] = ACTIONS(2834), + [anon_sym_let] = ACTIONS(2834), + [anon_sym_loop] = ACTIONS(2834), + [anon_sym_match] = ACTIONS(2834), + [anon_sym_mod] = ACTIONS(2834), + [anon_sym_pub] = ACTIONS(2834), + [anon_sym_return] = ACTIONS(2834), + [anon_sym_static] = ACTIONS(2834), + [anon_sym_struct] = ACTIONS(2834), + [anon_sym_trait] = ACTIONS(2834), + [anon_sym_type] = ACTIONS(2834), + [anon_sym_union] = ACTIONS(2834), + [anon_sym_unsafe] = ACTIONS(2834), + [anon_sym_use] = ACTIONS(2834), + [anon_sym_while] = ACTIONS(2834), + [anon_sym_extern] = ACTIONS(2834), + [anon_sym_yield] = ACTIONS(2834), + [anon_sym_move] = ACTIONS(2834), + [anon_sym_try] = ACTIONS(2834), + [sym_integer_literal] = ACTIONS(2832), + [aux_sym_string_literal_token1] = ACTIONS(2832), + [sym_char_literal] = ACTIONS(2832), + [anon_sym_true] = ACTIONS(2834), + [anon_sym_false] = ACTIONS(2834), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2834), + [sym_super] = ACTIONS(2834), + [sym_crate] = ACTIONS(2834), + [sym_metavariable] = ACTIONS(2832), + [sym__raw_string_literal_start] = ACTIONS(2832), + [sym_float_literal] = ACTIONS(2832), }, [STATE(750)] = { [sym_line_comment] = STATE(750), [sym_block_comment] = STATE(750), - [ts_builtin_sym_end] = ACTIONS(2914), - [sym_identifier] = ACTIONS(2916), - [anon_sym_SEMI] = ACTIONS(2914), - [anon_sym_macro_rules_BANG] = ACTIONS(2914), - [anon_sym_LPAREN] = ACTIONS(2914), - [anon_sym_LBRACK] = ACTIONS(2914), - [anon_sym_LBRACE] = ACTIONS(2914), - [anon_sym_RBRACE] = ACTIONS(2914), - [anon_sym_STAR] = ACTIONS(2914), - [anon_sym_u8] = ACTIONS(2916), - [anon_sym_i8] = ACTIONS(2916), - [anon_sym_u16] = ACTIONS(2916), - [anon_sym_i16] = ACTIONS(2916), - [anon_sym_u32] = ACTIONS(2916), - [anon_sym_i32] = ACTIONS(2916), - [anon_sym_u64] = ACTIONS(2916), - [anon_sym_i64] = ACTIONS(2916), - [anon_sym_u128] = ACTIONS(2916), - [anon_sym_i128] = ACTIONS(2916), - [anon_sym_isize] = ACTIONS(2916), - [anon_sym_usize] = ACTIONS(2916), - [anon_sym_f32] = ACTIONS(2916), - [anon_sym_f64] = ACTIONS(2916), - [anon_sym_bool] = ACTIONS(2916), - [anon_sym_str] = ACTIONS(2916), - [anon_sym_char] = ACTIONS(2916), - [anon_sym_DASH] = ACTIONS(2914), - [anon_sym_BANG] = ACTIONS(2914), - [anon_sym_AMP] = ACTIONS(2914), - [anon_sym_PIPE] = ACTIONS(2914), - [anon_sym_LT] = ACTIONS(2914), - [anon_sym_DOT_DOT] = ACTIONS(2914), - [anon_sym_COLON_COLON] = ACTIONS(2914), - [anon_sym_POUND] = ACTIONS(2914), - [anon_sym_SQUOTE] = ACTIONS(2916), - [anon_sym_async] = ACTIONS(2916), - [anon_sym_break] = ACTIONS(2916), - [anon_sym_const] = ACTIONS(2916), - [anon_sym_continue] = ACTIONS(2916), - [anon_sym_default] = ACTIONS(2916), - [anon_sym_enum] = ACTIONS(2916), - [anon_sym_fn] = ACTIONS(2916), - [anon_sym_for] = ACTIONS(2916), - [anon_sym_gen] = ACTIONS(2916), - [anon_sym_if] = ACTIONS(2916), - [anon_sym_impl] = ACTIONS(2916), - [anon_sym_let] = ACTIONS(2916), - [anon_sym_loop] = ACTIONS(2916), - [anon_sym_match] = ACTIONS(2916), - [anon_sym_mod] = ACTIONS(2916), - [anon_sym_pub] = ACTIONS(2916), - [anon_sym_return] = ACTIONS(2916), - [anon_sym_static] = ACTIONS(2916), - [anon_sym_struct] = ACTIONS(2916), - [anon_sym_trait] = ACTIONS(2916), - [anon_sym_type] = ACTIONS(2916), - [anon_sym_union] = ACTIONS(2916), - [anon_sym_unsafe] = ACTIONS(2916), - [anon_sym_use] = ACTIONS(2916), - [anon_sym_while] = ACTIONS(2916), - [anon_sym_extern] = ACTIONS(2916), - [anon_sym_yield] = ACTIONS(2916), - [anon_sym_move] = ACTIONS(2916), - [anon_sym_try] = ACTIONS(2916), - [sym_integer_literal] = ACTIONS(2914), - [aux_sym_string_literal_token1] = ACTIONS(2914), - [sym_char_literal] = ACTIONS(2914), - [anon_sym_true] = ACTIONS(2916), - [anon_sym_false] = ACTIONS(2916), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2916), - [sym_super] = ACTIONS(2916), - [sym_crate] = ACTIONS(2916), - [sym_metavariable] = ACTIONS(2914), - [sym__raw_string_literal_start] = ACTIONS(2914), - [sym_float_literal] = ACTIONS(2914), + [ts_builtin_sym_end] = ACTIONS(2836), + [sym_identifier] = ACTIONS(2838), + [anon_sym_SEMI] = ACTIONS(2836), + [anon_sym_macro_rules_BANG] = ACTIONS(2836), + [anon_sym_LPAREN] = ACTIONS(2836), + [anon_sym_LBRACK] = ACTIONS(2836), + [anon_sym_LBRACE] = ACTIONS(2836), + [anon_sym_RBRACE] = ACTIONS(2836), + [anon_sym_STAR] = ACTIONS(2836), + [anon_sym_u8] = ACTIONS(2838), + [anon_sym_i8] = ACTIONS(2838), + [anon_sym_u16] = ACTIONS(2838), + [anon_sym_i16] = ACTIONS(2838), + [anon_sym_u32] = ACTIONS(2838), + [anon_sym_i32] = ACTIONS(2838), + [anon_sym_u64] = ACTIONS(2838), + [anon_sym_i64] = ACTIONS(2838), + [anon_sym_u128] = ACTIONS(2838), + [anon_sym_i128] = ACTIONS(2838), + [anon_sym_isize] = ACTIONS(2838), + [anon_sym_usize] = ACTIONS(2838), + [anon_sym_f32] = ACTIONS(2838), + [anon_sym_f64] = ACTIONS(2838), + [anon_sym_bool] = ACTIONS(2838), + [anon_sym_str] = ACTIONS(2838), + [anon_sym_char] = ACTIONS(2838), + [anon_sym_DASH] = ACTIONS(2836), + [anon_sym_BANG] = ACTIONS(2836), + [anon_sym_AMP] = ACTIONS(2836), + [anon_sym_PIPE] = ACTIONS(2836), + [anon_sym_LT] = ACTIONS(2836), + [anon_sym_DOT_DOT] = ACTIONS(2836), + [anon_sym_COLON_COLON] = ACTIONS(2836), + [anon_sym_POUND] = ACTIONS(2836), + [anon_sym_SQUOTE] = ACTIONS(2838), + [anon_sym_async] = ACTIONS(2838), + [anon_sym_break] = ACTIONS(2838), + [anon_sym_const] = ACTIONS(2838), + [anon_sym_continue] = ACTIONS(2838), + [anon_sym_default] = ACTIONS(2838), + [anon_sym_enum] = ACTIONS(2838), + [anon_sym_fn] = ACTIONS(2838), + [anon_sym_for] = ACTIONS(2838), + [anon_sym_gen] = ACTIONS(2838), + [anon_sym_if] = ACTIONS(2838), + [anon_sym_impl] = ACTIONS(2838), + [anon_sym_let] = ACTIONS(2838), + [anon_sym_loop] = ACTIONS(2838), + [anon_sym_match] = ACTIONS(2838), + [anon_sym_mod] = ACTIONS(2838), + [anon_sym_pub] = ACTIONS(2838), + [anon_sym_return] = ACTIONS(2838), + [anon_sym_static] = ACTIONS(2838), + [anon_sym_struct] = ACTIONS(2838), + [anon_sym_trait] = ACTIONS(2838), + [anon_sym_type] = ACTIONS(2838), + [anon_sym_union] = ACTIONS(2838), + [anon_sym_unsafe] = ACTIONS(2838), + [anon_sym_use] = ACTIONS(2838), + [anon_sym_while] = ACTIONS(2838), + [anon_sym_extern] = ACTIONS(2838), + [anon_sym_yield] = ACTIONS(2838), + [anon_sym_move] = ACTIONS(2838), + [anon_sym_try] = ACTIONS(2838), + [sym_integer_literal] = ACTIONS(2836), + [aux_sym_string_literal_token1] = ACTIONS(2836), + [sym_char_literal] = ACTIONS(2836), + [anon_sym_true] = ACTIONS(2838), + [anon_sym_false] = ACTIONS(2838), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2838), + [sym_super] = ACTIONS(2838), + [sym_crate] = ACTIONS(2838), + [sym_metavariable] = ACTIONS(2836), + [sym__raw_string_literal_start] = ACTIONS(2836), + [sym_float_literal] = ACTIONS(2836), }, [STATE(751)] = { [sym_line_comment] = STATE(751), [sym_block_comment] = STATE(751), - [ts_builtin_sym_end] = ACTIONS(2918), - [sym_identifier] = ACTIONS(2920), - [anon_sym_SEMI] = ACTIONS(2918), - [anon_sym_macro_rules_BANG] = ACTIONS(2918), - [anon_sym_LPAREN] = ACTIONS(2918), - [anon_sym_LBRACK] = ACTIONS(2918), - [anon_sym_LBRACE] = ACTIONS(2918), - [anon_sym_RBRACE] = ACTIONS(2918), - [anon_sym_STAR] = ACTIONS(2918), - [anon_sym_u8] = ACTIONS(2920), - [anon_sym_i8] = ACTIONS(2920), - [anon_sym_u16] = ACTIONS(2920), - [anon_sym_i16] = ACTIONS(2920), - [anon_sym_u32] = ACTIONS(2920), - [anon_sym_i32] = ACTIONS(2920), - [anon_sym_u64] = ACTIONS(2920), - [anon_sym_i64] = ACTIONS(2920), - [anon_sym_u128] = ACTIONS(2920), - [anon_sym_i128] = ACTIONS(2920), - [anon_sym_isize] = ACTIONS(2920), - [anon_sym_usize] = ACTIONS(2920), - [anon_sym_f32] = ACTIONS(2920), - [anon_sym_f64] = ACTIONS(2920), - [anon_sym_bool] = ACTIONS(2920), - [anon_sym_str] = ACTIONS(2920), - [anon_sym_char] = ACTIONS(2920), - [anon_sym_DASH] = ACTIONS(2918), - [anon_sym_BANG] = ACTIONS(2918), - [anon_sym_AMP] = ACTIONS(2918), - [anon_sym_PIPE] = ACTIONS(2918), - [anon_sym_LT] = ACTIONS(2918), - [anon_sym_DOT_DOT] = ACTIONS(2918), - [anon_sym_COLON_COLON] = ACTIONS(2918), - [anon_sym_POUND] = ACTIONS(2918), - [anon_sym_SQUOTE] = ACTIONS(2920), - [anon_sym_async] = ACTIONS(2920), - [anon_sym_break] = ACTIONS(2920), - [anon_sym_const] = ACTIONS(2920), - [anon_sym_continue] = ACTIONS(2920), - [anon_sym_default] = ACTIONS(2920), - [anon_sym_enum] = ACTIONS(2920), - [anon_sym_fn] = ACTIONS(2920), - [anon_sym_for] = ACTIONS(2920), - [anon_sym_gen] = ACTIONS(2920), - [anon_sym_if] = ACTIONS(2920), - [anon_sym_impl] = ACTIONS(2920), - [anon_sym_let] = ACTIONS(2920), - [anon_sym_loop] = ACTIONS(2920), - [anon_sym_match] = ACTIONS(2920), - [anon_sym_mod] = ACTIONS(2920), - [anon_sym_pub] = ACTIONS(2920), - [anon_sym_return] = ACTIONS(2920), - [anon_sym_static] = ACTIONS(2920), - [anon_sym_struct] = ACTIONS(2920), - [anon_sym_trait] = ACTIONS(2920), - [anon_sym_type] = ACTIONS(2920), - [anon_sym_union] = ACTIONS(2920), - [anon_sym_unsafe] = ACTIONS(2920), - [anon_sym_use] = ACTIONS(2920), - [anon_sym_while] = ACTIONS(2920), - [anon_sym_extern] = ACTIONS(2920), - [anon_sym_yield] = ACTIONS(2920), - [anon_sym_move] = ACTIONS(2920), - [anon_sym_try] = ACTIONS(2920), - [sym_integer_literal] = ACTIONS(2918), - [aux_sym_string_literal_token1] = ACTIONS(2918), - [sym_char_literal] = ACTIONS(2918), - [anon_sym_true] = ACTIONS(2920), - [anon_sym_false] = ACTIONS(2920), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2920), - [sym_super] = ACTIONS(2920), - [sym_crate] = ACTIONS(2920), - [sym_metavariable] = ACTIONS(2918), - [sym__raw_string_literal_start] = ACTIONS(2918), - [sym_float_literal] = ACTIONS(2918), + [ts_builtin_sym_end] = ACTIONS(2840), + [sym_identifier] = ACTIONS(2842), + [anon_sym_SEMI] = ACTIONS(2840), + [anon_sym_macro_rules_BANG] = ACTIONS(2840), + [anon_sym_LPAREN] = ACTIONS(2840), + [anon_sym_LBRACK] = ACTIONS(2840), + [anon_sym_LBRACE] = ACTIONS(2840), + [anon_sym_RBRACE] = ACTIONS(2840), + [anon_sym_STAR] = ACTIONS(2840), + [anon_sym_u8] = ACTIONS(2842), + [anon_sym_i8] = ACTIONS(2842), + [anon_sym_u16] = ACTIONS(2842), + [anon_sym_i16] = ACTIONS(2842), + [anon_sym_u32] = ACTIONS(2842), + [anon_sym_i32] = ACTIONS(2842), + [anon_sym_u64] = ACTIONS(2842), + [anon_sym_i64] = ACTIONS(2842), + [anon_sym_u128] = ACTIONS(2842), + [anon_sym_i128] = ACTIONS(2842), + [anon_sym_isize] = ACTIONS(2842), + [anon_sym_usize] = ACTIONS(2842), + [anon_sym_f32] = ACTIONS(2842), + [anon_sym_f64] = ACTIONS(2842), + [anon_sym_bool] = ACTIONS(2842), + [anon_sym_str] = ACTIONS(2842), + [anon_sym_char] = ACTIONS(2842), + [anon_sym_DASH] = ACTIONS(2840), + [anon_sym_BANG] = ACTIONS(2840), + [anon_sym_AMP] = ACTIONS(2840), + [anon_sym_PIPE] = ACTIONS(2840), + [anon_sym_LT] = ACTIONS(2840), + [anon_sym_DOT_DOT] = ACTIONS(2840), + [anon_sym_COLON_COLON] = ACTIONS(2840), + [anon_sym_POUND] = ACTIONS(2840), + [anon_sym_SQUOTE] = ACTIONS(2842), + [anon_sym_async] = ACTIONS(2842), + [anon_sym_break] = ACTIONS(2842), + [anon_sym_const] = ACTIONS(2842), + [anon_sym_continue] = ACTIONS(2842), + [anon_sym_default] = ACTIONS(2842), + [anon_sym_enum] = ACTIONS(2842), + [anon_sym_fn] = ACTIONS(2842), + [anon_sym_for] = ACTIONS(2842), + [anon_sym_gen] = ACTIONS(2842), + [anon_sym_if] = ACTIONS(2842), + [anon_sym_impl] = ACTIONS(2842), + [anon_sym_let] = ACTIONS(2842), + [anon_sym_loop] = ACTIONS(2842), + [anon_sym_match] = ACTIONS(2842), + [anon_sym_mod] = ACTIONS(2842), + [anon_sym_pub] = ACTIONS(2842), + [anon_sym_return] = ACTIONS(2842), + [anon_sym_static] = ACTIONS(2842), + [anon_sym_struct] = ACTIONS(2842), + [anon_sym_trait] = ACTIONS(2842), + [anon_sym_type] = ACTIONS(2842), + [anon_sym_union] = ACTIONS(2842), + [anon_sym_unsafe] = ACTIONS(2842), + [anon_sym_use] = ACTIONS(2842), + [anon_sym_while] = ACTIONS(2842), + [anon_sym_extern] = ACTIONS(2842), + [anon_sym_yield] = ACTIONS(2842), + [anon_sym_move] = ACTIONS(2842), + [anon_sym_try] = ACTIONS(2842), + [sym_integer_literal] = ACTIONS(2840), + [aux_sym_string_literal_token1] = ACTIONS(2840), + [sym_char_literal] = ACTIONS(2840), + [anon_sym_true] = ACTIONS(2842), + [anon_sym_false] = ACTIONS(2842), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2842), + [sym_super] = ACTIONS(2842), + [sym_crate] = ACTIONS(2842), + [sym_metavariable] = ACTIONS(2840), + [sym__raw_string_literal_start] = ACTIONS(2840), + [sym_float_literal] = ACTIONS(2840), }, [STATE(752)] = { [sym_line_comment] = STATE(752), [sym_block_comment] = STATE(752), - [ts_builtin_sym_end] = ACTIONS(2922), - [sym_identifier] = ACTIONS(2924), - [anon_sym_SEMI] = ACTIONS(2922), - [anon_sym_macro_rules_BANG] = ACTIONS(2922), - [anon_sym_LPAREN] = ACTIONS(2922), - [anon_sym_LBRACK] = ACTIONS(2922), - [anon_sym_LBRACE] = ACTIONS(2922), - [anon_sym_RBRACE] = ACTIONS(2922), - [anon_sym_STAR] = ACTIONS(2922), - [anon_sym_u8] = ACTIONS(2924), - [anon_sym_i8] = ACTIONS(2924), - [anon_sym_u16] = ACTIONS(2924), - [anon_sym_i16] = ACTIONS(2924), - [anon_sym_u32] = ACTIONS(2924), - [anon_sym_i32] = ACTIONS(2924), - [anon_sym_u64] = ACTIONS(2924), - [anon_sym_i64] = ACTIONS(2924), - [anon_sym_u128] = ACTIONS(2924), - [anon_sym_i128] = ACTIONS(2924), - [anon_sym_isize] = ACTIONS(2924), - [anon_sym_usize] = ACTIONS(2924), - [anon_sym_f32] = ACTIONS(2924), - [anon_sym_f64] = ACTIONS(2924), - [anon_sym_bool] = ACTIONS(2924), - [anon_sym_str] = ACTIONS(2924), - [anon_sym_char] = ACTIONS(2924), - [anon_sym_DASH] = ACTIONS(2922), - [anon_sym_BANG] = ACTIONS(2922), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_PIPE] = ACTIONS(2922), - [anon_sym_LT] = ACTIONS(2922), - [anon_sym_DOT_DOT] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2922), - [anon_sym_POUND] = ACTIONS(2922), - [anon_sym_SQUOTE] = ACTIONS(2924), - [anon_sym_async] = ACTIONS(2924), - [anon_sym_break] = ACTIONS(2924), - [anon_sym_const] = ACTIONS(2924), - [anon_sym_continue] = ACTIONS(2924), - [anon_sym_default] = ACTIONS(2924), - [anon_sym_enum] = ACTIONS(2924), - [anon_sym_fn] = ACTIONS(2924), - [anon_sym_for] = ACTIONS(2924), - [anon_sym_gen] = ACTIONS(2924), - [anon_sym_if] = ACTIONS(2924), - [anon_sym_impl] = ACTIONS(2924), - [anon_sym_let] = ACTIONS(2924), - [anon_sym_loop] = ACTIONS(2924), - [anon_sym_match] = ACTIONS(2924), - [anon_sym_mod] = ACTIONS(2924), - [anon_sym_pub] = ACTIONS(2924), - [anon_sym_return] = ACTIONS(2924), - [anon_sym_static] = ACTIONS(2924), - [anon_sym_struct] = ACTIONS(2924), - [anon_sym_trait] = ACTIONS(2924), - [anon_sym_type] = ACTIONS(2924), - [anon_sym_union] = ACTIONS(2924), - [anon_sym_unsafe] = ACTIONS(2924), - [anon_sym_use] = ACTIONS(2924), - [anon_sym_while] = ACTIONS(2924), - [anon_sym_extern] = ACTIONS(2924), - [anon_sym_yield] = ACTIONS(2924), - [anon_sym_move] = ACTIONS(2924), - [anon_sym_try] = ACTIONS(2924), - [sym_integer_literal] = ACTIONS(2922), - [aux_sym_string_literal_token1] = ACTIONS(2922), - [sym_char_literal] = ACTIONS(2922), - [anon_sym_true] = ACTIONS(2924), - [anon_sym_false] = ACTIONS(2924), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2924), - [sym_super] = ACTIONS(2924), - [sym_crate] = ACTIONS(2924), - [sym_metavariable] = ACTIONS(2922), - [sym__raw_string_literal_start] = ACTIONS(2922), - [sym_float_literal] = ACTIONS(2922), + [ts_builtin_sym_end] = ACTIONS(2844), + [sym_identifier] = ACTIONS(2846), + [anon_sym_SEMI] = ACTIONS(2844), + [anon_sym_macro_rules_BANG] = ACTIONS(2844), + [anon_sym_LPAREN] = ACTIONS(2844), + [anon_sym_LBRACK] = ACTIONS(2844), + [anon_sym_LBRACE] = ACTIONS(2844), + [anon_sym_RBRACE] = ACTIONS(2844), + [anon_sym_STAR] = ACTIONS(2844), + [anon_sym_u8] = ACTIONS(2846), + [anon_sym_i8] = ACTIONS(2846), + [anon_sym_u16] = ACTIONS(2846), + [anon_sym_i16] = ACTIONS(2846), + [anon_sym_u32] = ACTIONS(2846), + [anon_sym_i32] = ACTIONS(2846), + [anon_sym_u64] = ACTIONS(2846), + [anon_sym_i64] = ACTIONS(2846), + [anon_sym_u128] = ACTIONS(2846), + [anon_sym_i128] = ACTIONS(2846), + [anon_sym_isize] = ACTIONS(2846), + [anon_sym_usize] = ACTIONS(2846), + [anon_sym_f32] = ACTIONS(2846), + [anon_sym_f64] = ACTIONS(2846), + [anon_sym_bool] = ACTIONS(2846), + [anon_sym_str] = ACTIONS(2846), + [anon_sym_char] = ACTIONS(2846), + [anon_sym_DASH] = ACTIONS(2844), + [anon_sym_BANG] = ACTIONS(2844), + [anon_sym_AMP] = ACTIONS(2844), + [anon_sym_PIPE] = ACTIONS(2844), + [anon_sym_LT] = ACTIONS(2844), + [anon_sym_DOT_DOT] = ACTIONS(2844), + [anon_sym_COLON_COLON] = ACTIONS(2844), + [anon_sym_POUND] = ACTIONS(2844), + [anon_sym_SQUOTE] = ACTIONS(2846), + [anon_sym_async] = ACTIONS(2846), + [anon_sym_break] = ACTIONS(2846), + [anon_sym_const] = ACTIONS(2846), + [anon_sym_continue] = ACTIONS(2846), + [anon_sym_default] = ACTIONS(2846), + [anon_sym_enum] = ACTIONS(2846), + [anon_sym_fn] = ACTIONS(2846), + [anon_sym_for] = ACTIONS(2846), + [anon_sym_gen] = ACTIONS(2846), + [anon_sym_if] = ACTIONS(2846), + [anon_sym_impl] = ACTIONS(2846), + [anon_sym_let] = ACTIONS(2846), + [anon_sym_loop] = ACTIONS(2846), + [anon_sym_match] = ACTIONS(2846), + [anon_sym_mod] = ACTIONS(2846), + [anon_sym_pub] = ACTIONS(2846), + [anon_sym_return] = ACTIONS(2846), + [anon_sym_static] = ACTIONS(2846), + [anon_sym_struct] = ACTIONS(2846), + [anon_sym_trait] = ACTIONS(2846), + [anon_sym_type] = ACTIONS(2846), + [anon_sym_union] = ACTIONS(2846), + [anon_sym_unsafe] = ACTIONS(2846), + [anon_sym_use] = ACTIONS(2846), + [anon_sym_while] = ACTIONS(2846), + [anon_sym_extern] = ACTIONS(2846), + [anon_sym_yield] = ACTIONS(2846), + [anon_sym_move] = ACTIONS(2846), + [anon_sym_try] = ACTIONS(2846), + [sym_integer_literal] = ACTIONS(2844), + [aux_sym_string_literal_token1] = ACTIONS(2844), + [sym_char_literal] = ACTIONS(2844), + [anon_sym_true] = ACTIONS(2846), + [anon_sym_false] = ACTIONS(2846), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2846), + [sym_super] = ACTIONS(2846), + [sym_crate] = ACTIONS(2846), + [sym_metavariable] = ACTIONS(2844), + [sym__raw_string_literal_start] = ACTIONS(2844), + [sym_float_literal] = ACTIONS(2844), }, [STATE(753)] = { [sym_line_comment] = STATE(753), [sym_block_comment] = STATE(753), - [ts_builtin_sym_end] = ACTIONS(2926), - [sym_identifier] = ACTIONS(2928), - [anon_sym_SEMI] = ACTIONS(2926), - [anon_sym_macro_rules_BANG] = ACTIONS(2926), - [anon_sym_LPAREN] = ACTIONS(2926), - [anon_sym_LBRACK] = ACTIONS(2926), - [anon_sym_LBRACE] = ACTIONS(2926), - [anon_sym_RBRACE] = ACTIONS(2926), - [anon_sym_STAR] = ACTIONS(2926), - [anon_sym_u8] = ACTIONS(2928), - [anon_sym_i8] = ACTIONS(2928), - [anon_sym_u16] = ACTIONS(2928), - [anon_sym_i16] = ACTIONS(2928), - [anon_sym_u32] = ACTIONS(2928), - [anon_sym_i32] = ACTIONS(2928), - [anon_sym_u64] = ACTIONS(2928), - [anon_sym_i64] = ACTIONS(2928), - [anon_sym_u128] = ACTIONS(2928), - [anon_sym_i128] = ACTIONS(2928), - [anon_sym_isize] = ACTIONS(2928), - [anon_sym_usize] = ACTIONS(2928), - [anon_sym_f32] = ACTIONS(2928), - [anon_sym_f64] = ACTIONS(2928), - [anon_sym_bool] = ACTIONS(2928), - [anon_sym_str] = ACTIONS(2928), - [anon_sym_char] = ACTIONS(2928), - [anon_sym_DASH] = ACTIONS(2926), - [anon_sym_BANG] = ACTIONS(2926), - [anon_sym_AMP] = ACTIONS(2926), - [anon_sym_PIPE] = ACTIONS(2926), - [anon_sym_LT] = ACTIONS(2926), - [anon_sym_DOT_DOT] = ACTIONS(2926), - [anon_sym_COLON_COLON] = ACTIONS(2926), - [anon_sym_POUND] = ACTIONS(2926), - [anon_sym_SQUOTE] = ACTIONS(2928), - [anon_sym_async] = ACTIONS(2928), - [anon_sym_break] = ACTIONS(2928), - [anon_sym_const] = ACTIONS(2928), - [anon_sym_continue] = ACTIONS(2928), - [anon_sym_default] = ACTIONS(2928), - [anon_sym_enum] = ACTIONS(2928), - [anon_sym_fn] = ACTIONS(2928), - [anon_sym_for] = ACTIONS(2928), - [anon_sym_gen] = ACTIONS(2928), - [anon_sym_if] = ACTIONS(2928), - [anon_sym_impl] = ACTIONS(2928), - [anon_sym_let] = ACTIONS(2928), - [anon_sym_loop] = ACTIONS(2928), - [anon_sym_match] = ACTIONS(2928), - [anon_sym_mod] = ACTIONS(2928), - [anon_sym_pub] = ACTIONS(2928), - [anon_sym_return] = ACTIONS(2928), - [anon_sym_static] = ACTIONS(2928), - [anon_sym_struct] = ACTIONS(2928), - [anon_sym_trait] = ACTIONS(2928), - [anon_sym_type] = ACTIONS(2928), - [anon_sym_union] = ACTIONS(2928), - [anon_sym_unsafe] = ACTIONS(2928), - [anon_sym_use] = ACTIONS(2928), - [anon_sym_while] = ACTIONS(2928), - [anon_sym_extern] = ACTIONS(2928), - [anon_sym_yield] = ACTIONS(2928), - [anon_sym_move] = ACTIONS(2928), - [anon_sym_try] = ACTIONS(2928), - [sym_integer_literal] = ACTIONS(2926), - [aux_sym_string_literal_token1] = ACTIONS(2926), - [sym_char_literal] = ACTIONS(2926), - [anon_sym_true] = ACTIONS(2928), - [anon_sym_false] = ACTIONS(2928), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2928), - [sym_super] = ACTIONS(2928), - [sym_crate] = ACTIONS(2928), - [sym_metavariable] = ACTIONS(2926), - [sym__raw_string_literal_start] = ACTIONS(2926), - [sym_float_literal] = ACTIONS(2926), + [ts_builtin_sym_end] = ACTIONS(2848), + [sym_identifier] = ACTIONS(2850), + [anon_sym_SEMI] = ACTIONS(2848), + [anon_sym_macro_rules_BANG] = ACTIONS(2848), + [anon_sym_LPAREN] = ACTIONS(2848), + [anon_sym_LBRACK] = ACTIONS(2848), + [anon_sym_LBRACE] = ACTIONS(2848), + [anon_sym_RBRACE] = ACTIONS(2848), + [anon_sym_STAR] = ACTIONS(2848), + [anon_sym_u8] = ACTIONS(2850), + [anon_sym_i8] = ACTIONS(2850), + [anon_sym_u16] = ACTIONS(2850), + [anon_sym_i16] = ACTIONS(2850), + [anon_sym_u32] = ACTIONS(2850), + [anon_sym_i32] = ACTIONS(2850), + [anon_sym_u64] = ACTIONS(2850), + [anon_sym_i64] = ACTIONS(2850), + [anon_sym_u128] = ACTIONS(2850), + [anon_sym_i128] = ACTIONS(2850), + [anon_sym_isize] = ACTIONS(2850), + [anon_sym_usize] = ACTIONS(2850), + [anon_sym_f32] = ACTIONS(2850), + [anon_sym_f64] = ACTIONS(2850), + [anon_sym_bool] = ACTIONS(2850), + [anon_sym_str] = ACTIONS(2850), + [anon_sym_char] = ACTIONS(2850), + [anon_sym_DASH] = ACTIONS(2848), + [anon_sym_BANG] = ACTIONS(2848), + [anon_sym_AMP] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2848), + [anon_sym_LT] = ACTIONS(2848), + [anon_sym_DOT_DOT] = ACTIONS(2848), + [anon_sym_COLON_COLON] = ACTIONS(2848), + [anon_sym_POUND] = ACTIONS(2848), + [anon_sym_SQUOTE] = ACTIONS(2850), + [anon_sym_async] = ACTIONS(2850), + [anon_sym_break] = ACTIONS(2850), + [anon_sym_const] = ACTIONS(2850), + [anon_sym_continue] = ACTIONS(2850), + [anon_sym_default] = ACTIONS(2850), + [anon_sym_enum] = ACTIONS(2850), + [anon_sym_fn] = ACTIONS(2850), + [anon_sym_for] = ACTIONS(2850), + [anon_sym_gen] = ACTIONS(2850), + [anon_sym_if] = ACTIONS(2850), + [anon_sym_impl] = ACTIONS(2850), + [anon_sym_let] = ACTIONS(2850), + [anon_sym_loop] = ACTIONS(2850), + [anon_sym_match] = ACTIONS(2850), + [anon_sym_mod] = ACTIONS(2850), + [anon_sym_pub] = ACTIONS(2850), + [anon_sym_return] = ACTIONS(2850), + [anon_sym_static] = ACTIONS(2850), + [anon_sym_struct] = ACTIONS(2850), + [anon_sym_trait] = ACTIONS(2850), + [anon_sym_type] = ACTIONS(2850), + [anon_sym_union] = ACTIONS(2850), + [anon_sym_unsafe] = ACTIONS(2850), + [anon_sym_use] = ACTIONS(2850), + [anon_sym_while] = ACTIONS(2850), + [anon_sym_extern] = ACTIONS(2850), + [anon_sym_yield] = ACTIONS(2850), + [anon_sym_move] = ACTIONS(2850), + [anon_sym_try] = ACTIONS(2850), + [sym_integer_literal] = ACTIONS(2848), + [aux_sym_string_literal_token1] = ACTIONS(2848), + [sym_char_literal] = ACTIONS(2848), + [anon_sym_true] = ACTIONS(2850), + [anon_sym_false] = ACTIONS(2850), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2850), + [sym_super] = ACTIONS(2850), + [sym_crate] = ACTIONS(2850), + [sym_metavariable] = ACTIONS(2848), + [sym__raw_string_literal_start] = ACTIONS(2848), + [sym_float_literal] = ACTIONS(2848), }, [STATE(754)] = { [sym_line_comment] = STATE(754), [sym_block_comment] = STATE(754), - [ts_builtin_sym_end] = ACTIONS(2930), - [sym_identifier] = ACTIONS(2932), - [anon_sym_SEMI] = ACTIONS(2930), - [anon_sym_macro_rules_BANG] = ACTIONS(2930), - [anon_sym_LPAREN] = ACTIONS(2930), - [anon_sym_LBRACK] = ACTIONS(2930), - [anon_sym_LBRACE] = ACTIONS(2930), - [anon_sym_RBRACE] = ACTIONS(2930), - [anon_sym_STAR] = ACTIONS(2930), - [anon_sym_u8] = ACTIONS(2932), - [anon_sym_i8] = ACTIONS(2932), - [anon_sym_u16] = ACTIONS(2932), - [anon_sym_i16] = ACTIONS(2932), - [anon_sym_u32] = ACTIONS(2932), - [anon_sym_i32] = ACTIONS(2932), - [anon_sym_u64] = ACTIONS(2932), - [anon_sym_i64] = ACTIONS(2932), - [anon_sym_u128] = ACTIONS(2932), - [anon_sym_i128] = ACTIONS(2932), - [anon_sym_isize] = ACTIONS(2932), - [anon_sym_usize] = ACTIONS(2932), - [anon_sym_f32] = ACTIONS(2932), - [anon_sym_f64] = ACTIONS(2932), - [anon_sym_bool] = ACTIONS(2932), - [anon_sym_str] = ACTIONS(2932), - [anon_sym_char] = ACTIONS(2932), - [anon_sym_DASH] = ACTIONS(2930), - [anon_sym_BANG] = ACTIONS(2930), - [anon_sym_AMP] = ACTIONS(2930), - [anon_sym_PIPE] = ACTIONS(2930), - [anon_sym_LT] = ACTIONS(2930), - [anon_sym_DOT_DOT] = ACTIONS(2930), - [anon_sym_COLON_COLON] = ACTIONS(2930), - [anon_sym_POUND] = ACTIONS(2930), - [anon_sym_SQUOTE] = ACTIONS(2932), - [anon_sym_async] = ACTIONS(2932), - [anon_sym_break] = ACTIONS(2932), - [anon_sym_const] = ACTIONS(2932), - [anon_sym_continue] = ACTIONS(2932), - [anon_sym_default] = ACTIONS(2932), - [anon_sym_enum] = ACTIONS(2932), - [anon_sym_fn] = ACTIONS(2932), - [anon_sym_for] = ACTIONS(2932), - [anon_sym_gen] = ACTIONS(2932), - [anon_sym_if] = ACTIONS(2932), - [anon_sym_impl] = ACTIONS(2932), - [anon_sym_let] = ACTIONS(2932), - [anon_sym_loop] = ACTIONS(2932), - [anon_sym_match] = ACTIONS(2932), - [anon_sym_mod] = ACTIONS(2932), - [anon_sym_pub] = ACTIONS(2932), - [anon_sym_return] = ACTIONS(2932), - [anon_sym_static] = ACTIONS(2932), - [anon_sym_struct] = ACTIONS(2932), - [anon_sym_trait] = ACTIONS(2932), - [anon_sym_type] = ACTIONS(2932), - [anon_sym_union] = ACTIONS(2932), - [anon_sym_unsafe] = ACTIONS(2932), - [anon_sym_use] = ACTIONS(2932), - [anon_sym_while] = ACTIONS(2932), - [anon_sym_extern] = ACTIONS(2932), - [anon_sym_yield] = ACTIONS(2932), - [anon_sym_move] = ACTIONS(2932), - [anon_sym_try] = ACTIONS(2932), - [sym_integer_literal] = ACTIONS(2930), - [aux_sym_string_literal_token1] = ACTIONS(2930), - [sym_char_literal] = ACTIONS(2930), - [anon_sym_true] = ACTIONS(2932), - [anon_sym_false] = ACTIONS(2932), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2932), - [sym_super] = ACTIONS(2932), - [sym_crate] = ACTIONS(2932), - [sym_metavariable] = ACTIONS(2930), - [sym__raw_string_literal_start] = ACTIONS(2930), - [sym_float_literal] = ACTIONS(2930), + [ts_builtin_sym_end] = ACTIONS(2852), + [sym_identifier] = ACTIONS(2854), + [anon_sym_SEMI] = ACTIONS(2852), + [anon_sym_macro_rules_BANG] = ACTIONS(2852), + [anon_sym_LPAREN] = ACTIONS(2852), + [anon_sym_LBRACK] = ACTIONS(2852), + [anon_sym_LBRACE] = ACTIONS(2852), + [anon_sym_RBRACE] = ACTIONS(2852), + [anon_sym_STAR] = ACTIONS(2852), + [anon_sym_u8] = ACTIONS(2854), + [anon_sym_i8] = ACTIONS(2854), + [anon_sym_u16] = ACTIONS(2854), + [anon_sym_i16] = ACTIONS(2854), + [anon_sym_u32] = ACTIONS(2854), + [anon_sym_i32] = ACTIONS(2854), + [anon_sym_u64] = ACTIONS(2854), + [anon_sym_i64] = ACTIONS(2854), + [anon_sym_u128] = ACTIONS(2854), + [anon_sym_i128] = ACTIONS(2854), + [anon_sym_isize] = ACTIONS(2854), + [anon_sym_usize] = ACTIONS(2854), + [anon_sym_f32] = ACTIONS(2854), + [anon_sym_f64] = ACTIONS(2854), + [anon_sym_bool] = ACTIONS(2854), + [anon_sym_str] = ACTIONS(2854), + [anon_sym_char] = ACTIONS(2854), + [anon_sym_DASH] = ACTIONS(2852), + [anon_sym_BANG] = ACTIONS(2852), + [anon_sym_AMP] = ACTIONS(2852), + [anon_sym_PIPE] = ACTIONS(2852), + [anon_sym_LT] = ACTIONS(2852), + [anon_sym_DOT_DOT] = ACTIONS(2852), + [anon_sym_COLON_COLON] = ACTIONS(2852), + [anon_sym_POUND] = ACTIONS(2852), + [anon_sym_SQUOTE] = ACTIONS(2854), + [anon_sym_async] = ACTIONS(2854), + [anon_sym_break] = ACTIONS(2854), + [anon_sym_const] = ACTIONS(2854), + [anon_sym_continue] = ACTIONS(2854), + [anon_sym_default] = ACTIONS(2854), + [anon_sym_enum] = ACTIONS(2854), + [anon_sym_fn] = ACTIONS(2854), + [anon_sym_for] = ACTIONS(2854), + [anon_sym_gen] = ACTIONS(2854), + [anon_sym_if] = ACTIONS(2854), + [anon_sym_impl] = ACTIONS(2854), + [anon_sym_let] = ACTIONS(2854), + [anon_sym_loop] = ACTIONS(2854), + [anon_sym_match] = ACTIONS(2854), + [anon_sym_mod] = ACTIONS(2854), + [anon_sym_pub] = ACTIONS(2854), + [anon_sym_return] = ACTIONS(2854), + [anon_sym_static] = ACTIONS(2854), + [anon_sym_struct] = ACTIONS(2854), + [anon_sym_trait] = ACTIONS(2854), + [anon_sym_type] = ACTIONS(2854), + [anon_sym_union] = ACTIONS(2854), + [anon_sym_unsafe] = ACTIONS(2854), + [anon_sym_use] = ACTIONS(2854), + [anon_sym_while] = ACTIONS(2854), + [anon_sym_extern] = ACTIONS(2854), + [anon_sym_yield] = ACTIONS(2854), + [anon_sym_move] = ACTIONS(2854), + [anon_sym_try] = ACTIONS(2854), + [sym_integer_literal] = ACTIONS(2852), + [aux_sym_string_literal_token1] = ACTIONS(2852), + [sym_char_literal] = ACTIONS(2852), + [anon_sym_true] = ACTIONS(2854), + [anon_sym_false] = ACTIONS(2854), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2854), + [sym_super] = ACTIONS(2854), + [sym_crate] = ACTIONS(2854), + [sym_metavariable] = ACTIONS(2852), + [sym__raw_string_literal_start] = ACTIONS(2852), + [sym_float_literal] = ACTIONS(2852), }, [STATE(755)] = { [sym_line_comment] = STATE(755), [sym_block_comment] = STATE(755), - [ts_builtin_sym_end] = ACTIONS(2934), - [sym_identifier] = ACTIONS(2936), - [anon_sym_SEMI] = ACTIONS(2934), - [anon_sym_macro_rules_BANG] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2934), - [anon_sym_LBRACK] = ACTIONS(2934), - [anon_sym_LBRACE] = ACTIONS(2934), - [anon_sym_RBRACE] = ACTIONS(2934), - [anon_sym_STAR] = ACTIONS(2934), - [anon_sym_u8] = ACTIONS(2936), - [anon_sym_i8] = ACTIONS(2936), - [anon_sym_u16] = ACTIONS(2936), - [anon_sym_i16] = ACTIONS(2936), - [anon_sym_u32] = ACTIONS(2936), - [anon_sym_i32] = ACTIONS(2936), - [anon_sym_u64] = ACTIONS(2936), - [anon_sym_i64] = ACTIONS(2936), - [anon_sym_u128] = ACTIONS(2936), - [anon_sym_i128] = ACTIONS(2936), - [anon_sym_isize] = ACTIONS(2936), - [anon_sym_usize] = ACTIONS(2936), - [anon_sym_f32] = ACTIONS(2936), - [anon_sym_f64] = ACTIONS(2936), - [anon_sym_bool] = ACTIONS(2936), - [anon_sym_str] = ACTIONS(2936), - [anon_sym_char] = ACTIONS(2936), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_BANG] = ACTIONS(2934), - [anon_sym_AMP] = ACTIONS(2934), - [anon_sym_PIPE] = ACTIONS(2934), - [anon_sym_LT] = ACTIONS(2934), - [anon_sym_DOT_DOT] = ACTIONS(2934), - [anon_sym_COLON_COLON] = ACTIONS(2934), - [anon_sym_POUND] = ACTIONS(2934), - [anon_sym_SQUOTE] = ACTIONS(2936), - [anon_sym_async] = ACTIONS(2936), - [anon_sym_break] = ACTIONS(2936), - [anon_sym_const] = ACTIONS(2936), - [anon_sym_continue] = ACTIONS(2936), - [anon_sym_default] = ACTIONS(2936), - [anon_sym_enum] = ACTIONS(2936), - [anon_sym_fn] = ACTIONS(2936), - [anon_sym_for] = ACTIONS(2936), - [anon_sym_gen] = ACTIONS(2936), - [anon_sym_if] = ACTIONS(2936), - [anon_sym_impl] = ACTIONS(2936), - [anon_sym_let] = ACTIONS(2936), - [anon_sym_loop] = ACTIONS(2936), - [anon_sym_match] = ACTIONS(2936), - [anon_sym_mod] = ACTIONS(2936), - [anon_sym_pub] = ACTIONS(2936), - [anon_sym_return] = ACTIONS(2936), - [anon_sym_static] = ACTIONS(2936), - [anon_sym_struct] = ACTIONS(2936), - [anon_sym_trait] = ACTIONS(2936), - [anon_sym_type] = ACTIONS(2936), - [anon_sym_union] = ACTIONS(2936), - [anon_sym_unsafe] = ACTIONS(2936), - [anon_sym_use] = ACTIONS(2936), - [anon_sym_while] = ACTIONS(2936), - [anon_sym_extern] = ACTIONS(2936), - [anon_sym_yield] = ACTIONS(2936), - [anon_sym_move] = ACTIONS(2936), - [anon_sym_try] = ACTIONS(2936), - [sym_integer_literal] = ACTIONS(2934), - [aux_sym_string_literal_token1] = ACTIONS(2934), - [sym_char_literal] = ACTIONS(2934), - [anon_sym_true] = ACTIONS(2936), - [anon_sym_false] = ACTIONS(2936), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2936), - [sym_super] = ACTIONS(2936), - [sym_crate] = ACTIONS(2936), - [sym_metavariable] = ACTIONS(2934), - [sym__raw_string_literal_start] = ACTIONS(2934), - [sym_float_literal] = ACTIONS(2934), + [ts_builtin_sym_end] = ACTIONS(2856), + [sym_identifier] = ACTIONS(2858), + [anon_sym_SEMI] = ACTIONS(2856), + [anon_sym_macro_rules_BANG] = ACTIONS(2856), + [anon_sym_LPAREN] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [anon_sym_RBRACE] = ACTIONS(2856), + [anon_sym_STAR] = ACTIONS(2856), + [anon_sym_u8] = ACTIONS(2858), + [anon_sym_i8] = ACTIONS(2858), + [anon_sym_u16] = ACTIONS(2858), + [anon_sym_i16] = ACTIONS(2858), + [anon_sym_u32] = ACTIONS(2858), + [anon_sym_i32] = ACTIONS(2858), + [anon_sym_u64] = ACTIONS(2858), + [anon_sym_i64] = ACTIONS(2858), + [anon_sym_u128] = ACTIONS(2858), + [anon_sym_i128] = ACTIONS(2858), + [anon_sym_isize] = ACTIONS(2858), + [anon_sym_usize] = ACTIONS(2858), + [anon_sym_f32] = ACTIONS(2858), + [anon_sym_f64] = ACTIONS(2858), + [anon_sym_bool] = ACTIONS(2858), + [anon_sym_str] = ACTIONS(2858), + [anon_sym_char] = ACTIONS(2858), + [anon_sym_DASH] = ACTIONS(2856), + [anon_sym_BANG] = ACTIONS(2856), + [anon_sym_AMP] = ACTIONS(2856), + [anon_sym_PIPE] = ACTIONS(2856), + [anon_sym_LT] = ACTIONS(2856), + [anon_sym_DOT_DOT] = ACTIONS(2856), + [anon_sym_COLON_COLON] = ACTIONS(2856), + [anon_sym_POUND] = ACTIONS(2856), + [anon_sym_SQUOTE] = ACTIONS(2858), + [anon_sym_async] = ACTIONS(2858), + [anon_sym_break] = ACTIONS(2858), + [anon_sym_const] = ACTIONS(2858), + [anon_sym_continue] = ACTIONS(2858), + [anon_sym_default] = ACTIONS(2858), + [anon_sym_enum] = ACTIONS(2858), + [anon_sym_fn] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_gen] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_impl] = ACTIONS(2858), + [anon_sym_let] = ACTIONS(2858), + [anon_sym_loop] = ACTIONS(2858), + [anon_sym_match] = ACTIONS(2858), + [anon_sym_mod] = ACTIONS(2858), + [anon_sym_pub] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_static] = ACTIONS(2858), + [anon_sym_struct] = ACTIONS(2858), + [anon_sym_trait] = ACTIONS(2858), + [anon_sym_type] = ACTIONS(2858), + [anon_sym_union] = ACTIONS(2858), + [anon_sym_unsafe] = ACTIONS(2858), + [anon_sym_use] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_extern] = ACTIONS(2858), + [anon_sym_yield] = ACTIONS(2858), + [anon_sym_move] = ACTIONS(2858), + [anon_sym_try] = ACTIONS(2858), + [sym_integer_literal] = ACTIONS(2856), + [aux_sym_string_literal_token1] = ACTIONS(2856), + [sym_char_literal] = ACTIONS(2856), + [anon_sym_true] = ACTIONS(2858), + [anon_sym_false] = ACTIONS(2858), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2858), + [sym_super] = ACTIONS(2858), + [sym_crate] = ACTIONS(2858), + [sym_metavariable] = ACTIONS(2856), + [sym__raw_string_literal_start] = ACTIONS(2856), + [sym_float_literal] = ACTIONS(2856), }, [STATE(756)] = { [sym_line_comment] = STATE(756), [sym_block_comment] = STATE(756), - [ts_builtin_sym_end] = ACTIONS(2938), - [sym_identifier] = ACTIONS(2940), - [anon_sym_SEMI] = ACTIONS(2938), - [anon_sym_macro_rules_BANG] = ACTIONS(2938), - [anon_sym_LPAREN] = ACTIONS(2938), - [anon_sym_LBRACK] = ACTIONS(2938), - [anon_sym_LBRACE] = ACTIONS(2938), - [anon_sym_RBRACE] = ACTIONS(2938), - [anon_sym_STAR] = ACTIONS(2938), - [anon_sym_u8] = ACTIONS(2940), - [anon_sym_i8] = ACTIONS(2940), - [anon_sym_u16] = ACTIONS(2940), - [anon_sym_i16] = ACTIONS(2940), - [anon_sym_u32] = ACTIONS(2940), - [anon_sym_i32] = ACTIONS(2940), - [anon_sym_u64] = ACTIONS(2940), - [anon_sym_i64] = ACTIONS(2940), - [anon_sym_u128] = ACTIONS(2940), - [anon_sym_i128] = ACTIONS(2940), - [anon_sym_isize] = ACTIONS(2940), - [anon_sym_usize] = ACTIONS(2940), - [anon_sym_f32] = ACTIONS(2940), - [anon_sym_f64] = ACTIONS(2940), - [anon_sym_bool] = ACTIONS(2940), - [anon_sym_str] = ACTIONS(2940), - [anon_sym_char] = ACTIONS(2940), - [anon_sym_DASH] = ACTIONS(2938), - [anon_sym_BANG] = ACTIONS(2938), - [anon_sym_AMP] = ACTIONS(2938), - [anon_sym_PIPE] = ACTIONS(2938), - [anon_sym_LT] = ACTIONS(2938), - [anon_sym_DOT_DOT] = ACTIONS(2938), - [anon_sym_COLON_COLON] = ACTIONS(2938), - [anon_sym_POUND] = ACTIONS(2938), - [anon_sym_SQUOTE] = ACTIONS(2940), - [anon_sym_async] = ACTIONS(2940), - [anon_sym_break] = ACTIONS(2940), - [anon_sym_const] = ACTIONS(2940), - [anon_sym_continue] = ACTIONS(2940), - [anon_sym_default] = ACTIONS(2940), - [anon_sym_enum] = ACTIONS(2940), - [anon_sym_fn] = ACTIONS(2940), - [anon_sym_for] = ACTIONS(2940), - [anon_sym_gen] = ACTIONS(2940), - [anon_sym_if] = ACTIONS(2940), - [anon_sym_impl] = ACTIONS(2940), - [anon_sym_let] = ACTIONS(2940), - [anon_sym_loop] = ACTIONS(2940), - [anon_sym_match] = ACTIONS(2940), - [anon_sym_mod] = ACTIONS(2940), - [anon_sym_pub] = ACTIONS(2940), - [anon_sym_return] = ACTIONS(2940), - [anon_sym_static] = ACTIONS(2940), - [anon_sym_struct] = ACTIONS(2940), - [anon_sym_trait] = ACTIONS(2940), - [anon_sym_type] = ACTIONS(2940), - [anon_sym_union] = ACTIONS(2940), - [anon_sym_unsafe] = ACTIONS(2940), - [anon_sym_use] = ACTIONS(2940), - [anon_sym_while] = ACTIONS(2940), - [anon_sym_extern] = ACTIONS(2940), - [anon_sym_yield] = ACTIONS(2940), - [anon_sym_move] = ACTIONS(2940), - [anon_sym_try] = ACTIONS(2940), - [sym_integer_literal] = ACTIONS(2938), - [aux_sym_string_literal_token1] = ACTIONS(2938), - [sym_char_literal] = ACTIONS(2938), - [anon_sym_true] = ACTIONS(2940), - [anon_sym_false] = ACTIONS(2940), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2940), - [sym_super] = ACTIONS(2940), - [sym_crate] = ACTIONS(2940), - [sym_metavariable] = ACTIONS(2938), - [sym__raw_string_literal_start] = ACTIONS(2938), - [sym_float_literal] = ACTIONS(2938), + [ts_builtin_sym_end] = ACTIONS(2860), + [sym_identifier] = ACTIONS(2862), + [anon_sym_SEMI] = ACTIONS(2860), + [anon_sym_macro_rules_BANG] = ACTIONS(2860), + [anon_sym_LPAREN] = ACTIONS(2860), + [anon_sym_LBRACK] = ACTIONS(2860), + [anon_sym_LBRACE] = ACTIONS(2860), + [anon_sym_RBRACE] = ACTIONS(2860), + [anon_sym_STAR] = ACTIONS(2860), + [anon_sym_u8] = ACTIONS(2862), + [anon_sym_i8] = ACTIONS(2862), + [anon_sym_u16] = ACTIONS(2862), + [anon_sym_i16] = ACTIONS(2862), + [anon_sym_u32] = ACTIONS(2862), + [anon_sym_i32] = ACTIONS(2862), + [anon_sym_u64] = ACTIONS(2862), + [anon_sym_i64] = ACTIONS(2862), + [anon_sym_u128] = ACTIONS(2862), + [anon_sym_i128] = ACTIONS(2862), + [anon_sym_isize] = ACTIONS(2862), + [anon_sym_usize] = ACTIONS(2862), + [anon_sym_f32] = ACTIONS(2862), + [anon_sym_f64] = ACTIONS(2862), + [anon_sym_bool] = ACTIONS(2862), + [anon_sym_str] = ACTIONS(2862), + [anon_sym_char] = ACTIONS(2862), + [anon_sym_DASH] = ACTIONS(2860), + [anon_sym_BANG] = ACTIONS(2860), + [anon_sym_AMP] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2860), + [anon_sym_LT] = ACTIONS(2860), + [anon_sym_DOT_DOT] = ACTIONS(2860), + [anon_sym_COLON_COLON] = ACTIONS(2860), + [anon_sym_POUND] = ACTIONS(2860), + [anon_sym_SQUOTE] = ACTIONS(2862), + [anon_sym_async] = ACTIONS(2862), + [anon_sym_break] = ACTIONS(2862), + [anon_sym_const] = ACTIONS(2862), + [anon_sym_continue] = ACTIONS(2862), + [anon_sym_default] = ACTIONS(2862), + [anon_sym_enum] = ACTIONS(2862), + [anon_sym_fn] = ACTIONS(2862), + [anon_sym_for] = ACTIONS(2862), + [anon_sym_gen] = ACTIONS(2862), + [anon_sym_if] = ACTIONS(2862), + [anon_sym_impl] = ACTIONS(2862), + [anon_sym_let] = ACTIONS(2862), + [anon_sym_loop] = ACTIONS(2862), + [anon_sym_match] = ACTIONS(2862), + [anon_sym_mod] = ACTIONS(2862), + [anon_sym_pub] = ACTIONS(2862), + [anon_sym_return] = ACTIONS(2862), + [anon_sym_static] = ACTIONS(2862), + [anon_sym_struct] = ACTIONS(2862), + [anon_sym_trait] = ACTIONS(2862), + [anon_sym_type] = ACTIONS(2862), + [anon_sym_union] = ACTIONS(2862), + [anon_sym_unsafe] = ACTIONS(2862), + [anon_sym_use] = ACTIONS(2862), + [anon_sym_while] = ACTIONS(2862), + [anon_sym_extern] = ACTIONS(2862), + [anon_sym_yield] = ACTIONS(2862), + [anon_sym_move] = ACTIONS(2862), + [anon_sym_try] = ACTIONS(2862), + [sym_integer_literal] = ACTIONS(2860), + [aux_sym_string_literal_token1] = ACTIONS(2860), + [sym_char_literal] = ACTIONS(2860), + [anon_sym_true] = ACTIONS(2862), + [anon_sym_false] = ACTIONS(2862), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2862), + [sym_super] = ACTIONS(2862), + [sym_crate] = ACTIONS(2862), + [sym_metavariable] = ACTIONS(2860), + [sym__raw_string_literal_start] = ACTIONS(2860), + [sym_float_literal] = ACTIONS(2860), }, [STATE(757)] = { + [sym_empty_statement] = STATE(1117), + [sym_macro_definition] = STATE(1117), + [sym_attribute_item] = STATE(1117), + [sym_inner_attribute_item] = STATE(1117), + [sym_mod_item] = STATE(1117), + [sym_foreign_mod_item] = STATE(1117), + [sym_struct_item] = STATE(1117), + [sym_union_item] = STATE(1117), + [sym_enum_item] = STATE(1117), + [sym_extern_crate_declaration] = STATE(1117), + [sym_const_item] = STATE(1117), + [sym_static_item] = STATE(1117), + [sym_type_item] = STATE(1117), + [sym_function_item] = STATE(1117), + [sym_function_signature_item] = STATE(1117), + [sym_function_modifiers] = STATE(3780), + [sym_impl_item] = STATE(1117), + [sym_trait_item] = STATE(1117), + [sym_associated_type] = STATE(1117), + [sym_let_declaration] = STATE(1117), + [sym_use_declaration] = STATE(1117), + [sym_extern_modifier] = STATE(2190), + [sym_visibility_modifier] = STATE(2023), + [sym_bracketed_type] = STATE(3737), + [sym_generic_type_with_turbofish] = STATE(3801), + [sym_macro_invocation] = STATE(1117), + [sym_scoped_identifier] = STATE(3458), [sym_line_comment] = STATE(757), [sym_block_comment] = STATE(757), - [ts_builtin_sym_end] = ACTIONS(2942), - [sym_identifier] = ACTIONS(2944), - [anon_sym_SEMI] = ACTIONS(2942), - [anon_sym_macro_rules_BANG] = ACTIONS(2942), - [anon_sym_LPAREN] = ACTIONS(2942), - [anon_sym_LBRACK] = ACTIONS(2942), - [anon_sym_LBRACE] = ACTIONS(2942), - [anon_sym_RBRACE] = ACTIONS(2942), - [anon_sym_STAR] = ACTIONS(2942), - [anon_sym_u8] = ACTIONS(2944), - [anon_sym_i8] = ACTIONS(2944), - [anon_sym_u16] = ACTIONS(2944), - [anon_sym_i16] = ACTIONS(2944), - [anon_sym_u32] = ACTIONS(2944), - [anon_sym_i32] = ACTIONS(2944), - [anon_sym_u64] = ACTIONS(2944), - [anon_sym_i64] = ACTIONS(2944), - [anon_sym_u128] = ACTIONS(2944), - [anon_sym_i128] = ACTIONS(2944), - [anon_sym_isize] = ACTIONS(2944), - [anon_sym_usize] = ACTIONS(2944), - [anon_sym_f32] = ACTIONS(2944), - [anon_sym_f64] = ACTIONS(2944), - [anon_sym_bool] = ACTIONS(2944), - [anon_sym_str] = ACTIONS(2944), - [anon_sym_char] = ACTIONS(2944), - [anon_sym_DASH] = ACTIONS(2942), - [anon_sym_BANG] = ACTIONS(2942), - [anon_sym_AMP] = ACTIONS(2942), - [anon_sym_PIPE] = ACTIONS(2942), - [anon_sym_LT] = ACTIONS(2942), - [anon_sym_DOT_DOT] = ACTIONS(2942), - [anon_sym_COLON_COLON] = ACTIONS(2942), - [anon_sym_POUND] = ACTIONS(2942), - [anon_sym_SQUOTE] = ACTIONS(2944), - [anon_sym_async] = ACTIONS(2944), - [anon_sym_break] = ACTIONS(2944), - [anon_sym_const] = ACTIONS(2944), - [anon_sym_continue] = ACTIONS(2944), - [anon_sym_default] = ACTIONS(2944), - [anon_sym_enum] = ACTIONS(2944), - [anon_sym_fn] = ACTIONS(2944), - [anon_sym_for] = ACTIONS(2944), - [anon_sym_gen] = ACTIONS(2944), - [anon_sym_if] = ACTIONS(2944), - [anon_sym_impl] = ACTIONS(2944), - [anon_sym_let] = ACTIONS(2944), - [anon_sym_loop] = ACTIONS(2944), - [anon_sym_match] = ACTIONS(2944), - [anon_sym_mod] = ACTIONS(2944), - [anon_sym_pub] = ACTIONS(2944), - [anon_sym_return] = ACTIONS(2944), - [anon_sym_static] = ACTIONS(2944), - [anon_sym_struct] = ACTIONS(2944), - [anon_sym_trait] = ACTIONS(2944), - [anon_sym_type] = ACTIONS(2944), - [anon_sym_union] = ACTIONS(2944), - [anon_sym_unsafe] = ACTIONS(2944), - [anon_sym_use] = ACTIONS(2944), - [anon_sym_while] = ACTIONS(2944), - [anon_sym_extern] = ACTIONS(2944), - [anon_sym_yield] = ACTIONS(2944), - [anon_sym_move] = ACTIONS(2944), - [anon_sym_try] = ACTIONS(2944), - [sym_integer_literal] = ACTIONS(2942), - [aux_sym_string_literal_token1] = ACTIONS(2942), - [sym_char_literal] = ACTIONS(2942), - [anon_sym_true] = ACTIONS(2944), - [anon_sym_false] = ACTIONS(2944), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2944), - [sym_super] = ACTIONS(2944), - [sym_crate] = ACTIONS(2944), - [sym_metavariable] = ACTIONS(2942), - [sym__raw_string_literal_start] = ACTIONS(2942), - [sym_float_literal] = ACTIONS(2942), + [aux_sym_declaration_list_repeat1] = STATE(757), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2864), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym_macro_rules_BANG] = ACTIONS(2870), + [anon_sym_RBRACE] = ACTIONS(2873), + [anon_sym_u8] = ACTIONS(2875), + [anon_sym_i8] = ACTIONS(2875), + [anon_sym_u16] = ACTIONS(2875), + [anon_sym_i16] = ACTIONS(2875), + [anon_sym_u32] = ACTIONS(2875), + [anon_sym_i32] = ACTIONS(2875), + [anon_sym_u64] = ACTIONS(2875), + [anon_sym_i64] = ACTIONS(2875), + [anon_sym_u128] = ACTIONS(2875), + [anon_sym_i128] = ACTIONS(2875), + [anon_sym_isize] = ACTIONS(2875), + [anon_sym_usize] = ACTIONS(2875), + [anon_sym_f32] = ACTIONS(2875), + [anon_sym_f64] = ACTIONS(2875), + [anon_sym_bool] = ACTIONS(2875), + [anon_sym_str] = ACTIONS(2875), + [anon_sym_char] = ACTIONS(2875), + [anon_sym_LT] = ACTIONS(2878), + [anon_sym_COLON_COLON] = ACTIONS(2881), + [anon_sym_POUND] = ACTIONS(2884), + [anon_sym_async] = ACTIONS(2887), + [anon_sym_const] = ACTIONS(2890), + [anon_sym_default] = ACTIONS(2893), + [anon_sym_enum] = ACTIONS(2896), + [anon_sym_fn] = ACTIONS(2899), + [anon_sym_gen] = ACTIONS(2893), + [anon_sym_impl] = ACTIONS(2902), + [anon_sym_let] = ACTIONS(2905), + [anon_sym_mod] = ACTIONS(2908), + [anon_sym_pub] = ACTIONS(2911), + [anon_sym_static] = ACTIONS(2914), + [anon_sym_struct] = ACTIONS(2917), + [anon_sym_trait] = ACTIONS(2920), + [anon_sym_type] = ACTIONS(2923), + [anon_sym_union] = ACTIONS(2926), + [anon_sym_unsafe] = ACTIONS(2929), + [anon_sym_use] = ACTIONS(2932), + [anon_sym_extern] = ACTIONS(2935), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2938), + [sym_super] = ACTIONS(2938), + [sym_crate] = ACTIONS(2941), + [sym_metavariable] = ACTIONS(2944), }, [STATE(758)] = { [sym_line_comment] = STATE(758), [sym_block_comment] = STATE(758), - [ts_builtin_sym_end] = ACTIONS(2946), - [sym_identifier] = ACTIONS(2948), - [anon_sym_SEMI] = ACTIONS(2946), - [anon_sym_macro_rules_BANG] = ACTIONS(2946), - [anon_sym_LPAREN] = ACTIONS(2946), - [anon_sym_LBRACK] = ACTIONS(2946), - [anon_sym_LBRACE] = ACTIONS(2946), - [anon_sym_RBRACE] = ACTIONS(2946), - [anon_sym_STAR] = ACTIONS(2946), - [anon_sym_u8] = ACTIONS(2948), - [anon_sym_i8] = ACTIONS(2948), - [anon_sym_u16] = ACTIONS(2948), - [anon_sym_i16] = ACTIONS(2948), - [anon_sym_u32] = ACTIONS(2948), - [anon_sym_i32] = ACTIONS(2948), - [anon_sym_u64] = ACTIONS(2948), - [anon_sym_i64] = ACTIONS(2948), - [anon_sym_u128] = ACTIONS(2948), - [anon_sym_i128] = ACTIONS(2948), - [anon_sym_isize] = ACTIONS(2948), - [anon_sym_usize] = ACTIONS(2948), - [anon_sym_f32] = ACTIONS(2948), - [anon_sym_f64] = ACTIONS(2948), - [anon_sym_bool] = ACTIONS(2948), - [anon_sym_str] = ACTIONS(2948), - [anon_sym_char] = ACTIONS(2948), - [anon_sym_DASH] = ACTIONS(2946), - [anon_sym_BANG] = ACTIONS(2946), - [anon_sym_AMP] = ACTIONS(2946), - [anon_sym_PIPE] = ACTIONS(2946), - [anon_sym_LT] = ACTIONS(2946), - [anon_sym_DOT_DOT] = ACTIONS(2946), - [anon_sym_COLON_COLON] = ACTIONS(2946), - [anon_sym_POUND] = ACTIONS(2946), - [anon_sym_SQUOTE] = ACTIONS(2948), - [anon_sym_async] = ACTIONS(2948), - [anon_sym_break] = ACTIONS(2948), - [anon_sym_const] = ACTIONS(2948), - [anon_sym_continue] = ACTIONS(2948), - [anon_sym_default] = ACTIONS(2948), - [anon_sym_enum] = ACTIONS(2948), - [anon_sym_fn] = ACTIONS(2948), - [anon_sym_for] = ACTIONS(2948), - [anon_sym_gen] = ACTIONS(2948), - [anon_sym_if] = ACTIONS(2948), - [anon_sym_impl] = ACTIONS(2948), - [anon_sym_let] = ACTIONS(2948), - [anon_sym_loop] = ACTIONS(2948), - [anon_sym_match] = ACTIONS(2948), - [anon_sym_mod] = ACTIONS(2948), - [anon_sym_pub] = ACTIONS(2948), - [anon_sym_return] = ACTIONS(2948), - [anon_sym_static] = ACTIONS(2948), - [anon_sym_struct] = ACTIONS(2948), - [anon_sym_trait] = ACTIONS(2948), - [anon_sym_type] = ACTIONS(2948), - [anon_sym_union] = ACTIONS(2948), - [anon_sym_unsafe] = ACTIONS(2948), - [anon_sym_use] = ACTIONS(2948), - [anon_sym_while] = ACTIONS(2948), - [anon_sym_extern] = ACTIONS(2948), - [anon_sym_yield] = ACTIONS(2948), - [anon_sym_move] = ACTIONS(2948), - [anon_sym_try] = ACTIONS(2948), - [sym_integer_literal] = ACTIONS(2946), - [aux_sym_string_literal_token1] = ACTIONS(2946), - [sym_char_literal] = ACTIONS(2946), - [anon_sym_true] = ACTIONS(2948), - [anon_sym_false] = ACTIONS(2948), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2948), - [sym_super] = ACTIONS(2948), - [sym_crate] = ACTIONS(2948), - [sym_metavariable] = ACTIONS(2946), - [sym__raw_string_literal_start] = ACTIONS(2946), - [sym_float_literal] = ACTIONS(2946), + [ts_builtin_sym_end] = ACTIONS(2947), + [sym_identifier] = ACTIONS(2949), + [anon_sym_SEMI] = ACTIONS(2947), + [anon_sym_macro_rules_BANG] = ACTIONS(2947), + [anon_sym_LPAREN] = ACTIONS(2947), + [anon_sym_LBRACK] = ACTIONS(2947), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_RBRACE] = ACTIONS(2947), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_u8] = ACTIONS(2949), + [anon_sym_i8] = ACTIONS(2949), + [anon_sym_u16] = ACTIONS(2949), + [anon_sym_i16] = ACTIONS(2949), + [anon_sym_u32] = ACTIONS(2949), + [anon_sym_i32] = ACTIONS(2949), + [anon_sym_u64] = ACTIONS(2949), + [anon_sym_i64] = ACTIONS(2949), + [anon_sym_u128] = ACTIONS(2949), + [anon_sym_i128] = ACTIONS(2949), + [anon_sym_isize] = ACTIONS(2949), + [anon_sym_usize] = ACTIONS(2949), + [anon_sym_f32] = ACTIONS(2949), + [anon_sym_f64] = ACTIONS(2949), + [anon_sym_bool] = ACTIONS(2949), + [anon_sym_str] = ACTIONS(2949), + [anon_sym_char] = ACTIONS(2949), + [anon_sym_DASH] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2947), + [anon_sym_PIPE] = ACTIONS(2947), + [anon_sym_LT] = ACTIONS(2947), + [anon_sym_DOT_DOT] = ACTIONS(2947), + [anon_sym_COLON_COLON] = ACTIONS(2947), + [anon_sym_POUND] = ACTIONS(2947), + [anon_sym_SQUOTE] = ACTIONS(2949), + [anon_sym_async] = ACTIONS(2949), + [anon_sym_break] = ACTIONS(2949), + [anon_sym_const] = ACTIONS(2949), + [anon_sym_continue] = ACTIONS(2949), + [anon_sym_default] = ACTIONS(2949), + [anon_sym_enum] = ACTIONS(2949), + [anon_sym_fn] = ACTIONS(2949), + [anon_sym_for] = ACTIONS(2949), + [anon_sym_gen] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2949), + [anon_sym_impl] = ACTIONS(2949), + [anon_sym_let] = ACTIONS(2949), + [anon_sym_loop] = ACTIONS(2949), + [anon_sym_match] = ACTIONS(2949), + [anon_sym_mod] = ACTIONS(2949), + [anon_sym_pub] = ACTIONS(2949), + [anon_sym_return] = ACTIONS(2949), + [anon_sym_static] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2949), + [anon_sym_trait] = ACTIONS(2949), + [anon_sym_type] = ACTIONS(2949), + [anon_sym_union] = ACTIONS(2949), + [anon_sym_unsafe] = ACTIONS(2949), + [anon_sym_use] = ACTIONS(2949), + [anon_sym_while] = ACTIONS(2949), + [anon_sym_extern] = ACTIONS(2949), + [anon_sym_yield] = ACTIONS(2949), + [anon_sym_move] = ACTIONS(2949), + [anon_sym_try] = ACTIONS(2949), + [sym_integer_literal] = ACTIONS(2947), + [aux_sym_string_literal_token1] = ACTIONS(2947), + [sym_char_literal] = ACTIONS(2947), + [anon_sym_true] = ACTIONS(2949), + [anon_sym_false] = ACTIONS(2949), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2949), + [sym_super] = ACTIONS(2949), + [sym_crate] = ACTIONS(2949), + [sym_metavariable] = ACTIONS(2947), + [sym__raw_string_literal_start] = ACTIONS(2947), + [sym_float_literal] = ACTIONS(2947), }, [STATE(759)] = { [sym_line_comment] = STATE(759), [sym_block_comment] = STATE(759), - [ts_builtin_sym_end] = ACTIONS(2950), - [sym_identifier] = ACTIONS(2952), - [anon_sym_SEMI] = ACTIONS(2950), - [anon_sym_macro_rules_BANG] = ACTIONS(2950), - [anon_sym_LPAREN] = ACTIONS(2950), - [anon_sym_LBRACK] = ACTIONS(2950), - [anon_sym_LBRACE] = ACTIONS(2950), - [anon_sym_RBRACE] = ACTIONS(2950), - [anon_sym_STAR] = ACTIONS(2950), - [anon_sym_u8] = ACTIONS(2952), - [anon_sym_i8] = ACTIONS(2952), - [anon_sym_u16] = ACTIONS(2952), - [anon_sym_i16] = ACTIONS(2952), - [anon_sym_u32] = ACTIONS(2952), - [anon_sym_i32] = ACTIONS(2952), - [anon_sym_u64] = ACTIONS(2952), - [anon_sym_i64] = ACTIONS(2952), - [anon_sym_u128] = ACTIONS(2952), - [anon_sym_i128] = ACTIONS(2952), - [anon_sym_isize] = ACTIONS(2952), - [anon_sym_usize] = ACTIONS(2952), - [anon_sym_f32] = ACTIONS(2952), - [anon_sym_f64] = ACTIONS(2952), - [anon_sym_bool] = ACTIONS(2952), - [anon_sym_str] = ACTIONS(2952), - [anon_sym_char] = ACTIONS(2952), - [anon_sym_DASH] = ACTIONS(2950), - [anon_sym_BANG] = ACTIONS(2950), - [anon_sym_AMP] = ACTIONS(2950), - [anon_sym_PIPE] = ACTIONS(2950), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_DOT_DOT] = ACTIONS(2950), - [anon_sym_COLON_COLON] = ACTIONS(2950), - [anon_sym_POUND] = ACTIONS(2950), - [anon_sym_SQUOTE] = ACTIONS(2952), - [anon_sym_async] = ACTIONS(2952), - [anon_sym_break] = ACTIONS(2952), - [anon_sym_const] = ACTIONS(2952), - [anon_sym_continue] = ACTIONS(2952), - [anon_sym_default] = ACTIONS(2952), - [anon_sym_enum] = ACTIONS(2952), - [anon_sym_fn] = ACTIONS(2952), - [anon_sym_for] = ACTIONS(2952), - [anon_sym_gen] = ACTIONS(2952), - [anon_sym_if] = ACTIONS(2952), - [anon_sym_impl] = ACTIONS(2952), - [anon_sym_let] = ACTIONS(2952), - [anon_sym_loop] = ACTIONS(2952), - [anon_sym_match] = ACTIONS(2952), - [anon_sym_mod] = ACTIONS(2952), - [anon_sym_pub] = ACTIONS(2952), - [anon_sym_return] = ACTIONS(2952), - [anon_sym_static] = ACTIONS(2952), - [anon_sym_struct] = ACTIONS(2952), - [anon_sym_trait] = ACTIONS(2952), - [anon_sym_type] = ACTIONS(2952), - [anon_sym_union] = ACTIONS(2952), - [anon_sym_unsafe] = ACTIONS(2952), - [anon_sym_use] = ACTIONS(2952), - [anon_sym_while] = ACTIONS(2952), - [anon_sym_extern] = ACTIONS(2952), - [anon_sym_yield] = ACTIONS(2952), - [anon_sym_move] = ACTIONS(2952), - [anon_sym_try] = ACTIONS(2952), - [sym_integer_literal] = ACTIONS(2950), - [aux_sym_string_literal_token1] = ACTIONS(2950), - [sym_char_literal] = ACTIONS(2950), - [anon_sym_true] = ACTIONS(2952), - [anon_sym_false] = ACTIONS(2952), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2952), - [sym_super] = ACTIONS(2952), - [sym_crate] = ACTIONS(2952), - [sym_metavariable] = ACTIONS(2950), - [sym__raw_string_literal_start] = ACTIONS(2950), - [sym_float_literal] = ACTIONS(2950), + [ts_builtin_sym_end] = ACTIONS(2951), + [sym_identifier] = ACTIONS(2953), + [anon_sym_SEMI] = ACTIONS(2951), + [anon_sym_macro_rules_BANG] = ACTIONS(2951), + [anon_sym_LPAREN] = ACTIONS(2951), + [anon_sym_LBRACK] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_RBRACE] = ACTIONS(2951), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_u8] = ACTIONS(2953), + [anon_sym_i8] = ACTIONS(2953), + [anon_sym_u16] = ACTIONS(2953), + [anon_sym_i16] = ACTIONS(2953), + [anon_sym_u32] = ACTIONS(2953), + [anon_sym_i32] = ACTIONS(2953), + [anon_sym_u64] = ACTIONS(2953), + [anon_sym_i64] = ACTIONS(2953), + [anon_sym_u128] = ACTIONS(2953), + [anon_sym_i128] = ACTIONS(2953), + [anon_sym_isize] = ACTIONS(2953), + [anon_sym_usize] = ACTIONS(2953), + [anon_sym_f32] = ACTIONS(2953), + [anon_sym_f64] = ACTIONS(2953), + [anon_sym_bool] = ACTIONS(2953), + [anon_sym_str] = ACTIONS(2953), + [anon_sym_char] = ACTIONS(2953), + [anon_sym_DASH] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2951), + [anon_sym_PIPE] = ACTIONS(2951), + [anon_sym_LT] = ACTIONS(2951), + [anon_sym_DOT_DOT] = ACTIONS(2951), + [anon_sym_COLON_COLON] = ACTIONS(2951), + [anon_sym_POUND] = ACTIONS(2951), + [anon_sym_SQUOTE] = ACTIONS(2953), + [anon_sym_async] = ACTIONS(2953), + [anon_sym_break] = ACTIONS(2953), + [anon_sym_const] = ACTIONS(2953), + [anon_sym_continue] = ACTIONS(2953), + [anon_sym_default] = ACTIONS(2953), + [anon_sym_enum] = ACTIONS(2953), + [anon_sym_fn] = ACTIONS(2953), + [anon_sym_for] = ACTIONS(2953), + [anon_sym_gen] = ACTIONS(2953), + [anon_sym_if] = ACTIONS(2953), + [anon_sym_impl] = ACTIONS(2953), + [anon_sym_let] = ACTIONS(2953), + [anon_sym_loop] = ACTIONS(2953), + [anon_sym_match] = ACTIONS(2953), + [anon_sym_mod] = ACTIONS(2953), + [anon_sym_pub] = ACTIONS(2953), + [anon_sym_return] = ACTIONS(2953), + [anon_sym_static] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2953), + [anon_sym_trait] = ACTIONS(2953), + [anon_sym_type] = ACTIONS(2953), + [anon_sym_union] = ACTIONS(2953), + [anon_sym_unsafe] = ACTIONS(2953), + [anon_sym_use] = ACTIONS(2953), + [anon_sym_while] = ACTIONS(2953), + [anon_sym_extern] = ACTIONS(2953), + [anon_sym_yield] = ACTIONS(2953), + [anon_sym_move] = ACTIONS(2953), + [anon_sym_try] = ACTIONS(2953), + [sym_integer_literal] = ACTIONS(2951), + [aux_sym_string_literal_token1] = ACTIONS(2951), + [sym_char_literal] = ACTIONS(2951), + [anon_sym_true] = ACTIONS(2953), + [anon_sym_false] = ACTIONS(2953), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2953), + [sym_super] = ACTIONS(2953), + [sym_crate] = ACTIONS(2953), + [sym_metavariable] = ACTIONS(2951), + [sym__raw_string_literal_start] = ACTIONS(2951), + [sym_float_literal] = ACTIONS(2951), }, [STATE(760)] = { [sym_line_comment] = STATE(760), [sym_block_comment] = STATE(760), - [ts_builtin_sym_end] = ACTIONS(2954), - [sym_identifier] = ACTIONS(2956), - [anon_sym_SEMI] = ACTIONS(2954), - [anon_sym_macro_rules_BANG] = ACTIONS(2954), - [anon_sym_LPAREN] = ACTIONS(2954), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_LBRACE] = ACTIONS(2954), - [anon_sym_RBRACE] = ACTIONS(2954), - [anon_sym_STAR] = ACTIONS(2954), - [anon_sym_u8] = ACTIONS(2956), - [anon_sym_i8] = ACTIONS(2956), - [anon_sym_u16] = ACTIONS(2956), - [anon_sym_i16] = ACTIONS(2956), - [anon_sym_u32] = ACTIONS(2956), - [anon_sym_i32] = ACTIONS(2956), - [anon_sym_u64] = ACTIONS(2956), - [anon_sym_i64] = ACTIONS(2956), - [anon_sym_u128] = ACTIONS(2956), - [anon_sym_i128] = ACTIONS(2956), - [anon_sym_isize] = ACTIONS(2956), - [anon_sym_usize] = ACTIONS(2956), - [anon_sym_f32] = ACTIONS(2956), - [anon_sym_f64] = ACTIONS(2956), - [anon_sym_bool] = ACTIONS(2956), - [anon_sym_str] = ACTIONS(2956), - [anon_sym_char] = ACTIONS(2956), - [anon_sym_DASH] = ACTIONS(2954), - [anon_sym_BANG] = ACTIONS(2954), - [anon_sym_AMP] = ACTIONS(2954), - [anon_sym_PIPE] = ACTIONS(2954), - [anon_sym_LT] = ACTIONS(2954), - [anon_sym_DOT_DOT] = ACTIONS(2954), - [anon_sym_COLON_COLON] = ACTIONS(2954), - [anon_sym_POUND] = ACTIONS(2954), - [anon_sym_SQUOTE] = ACTIONS(2956), - [anon_sym_async] = ACTIONS(2956), - [anon_sym_break] = ACTIONS(2956), - [anon_sym_const] = ACTIONS(2956), - [anon_sym_continue] = ACTIONS(2956), - [anon_sym_default] = ACTIONS(2956), - [anon_sym_enum] = ACTIONS(2956), - [anon_sym_fn] = ACTIONS(2956), - [anon_sym_for] = ACTIONS(2956), - [anon_sym_gen] = ACTIONS(2956), - [anon_sym_if] = ACTIONS(2956), - [anon_sym_impl] = ACTIONS(2956), - [anon_sym_let] = ACTIONS(2956), - [anon_sym_loop] = ACTIONS(2956), - [anon_sym_match] = ACTIONS(2956), - [anon_sym_mod] = ACTIONS(2956), - [anon_sym_pub] = ACTIONS(2956), - [anon_sym_return] = ACTIONS(2956), - [anon_sym_static] = ACTIONS(2956), - [anon_sym_struct] = ACTIONS(2956), - [anon_sym_trait] = ACTIONS(2956), - [anon_sym_type] = ACTIONS(2956), - [anon_sym_union] = ACTIONS(2956), - [anon_sym_unsafe] = ACTIONS(2956), - [anon_sym_use] = ACTIONS(2956), - [anon_sym_while] = ACTIONS(2956), - [anon_sym_extern] = ACTIONS(2956), - [anon_sym_yield] = ACTIONS(2956), - [anon_sym_move] = ACTIONS(2956), - [anon_sym_try] = ACTIONS(2956), - [sym_integer_literal] = ACTIONS(2954), - [aux_sym_string_literal_token1] = ACTIONS(2954), - [sym_char_literal] = ACTIONS(2954), - [anon_sym_true] = ACTIONS(2956), - [anon_sym_false] = ACTIONS(2956), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2956), - [sym_super] = ACTIONS(2956), - [sym_crate] = ACTIONS(2956), - [sym_metavariable] = ACTIONS(2954), - [sym__raw_string_literal_start] = ACTIONS(2954), - [sym_float_literal] = ACTIONS(2954), + [ts_builtin_sym_end] = ACTIONS(2955), + [sym_identifier] = ACTIONS(2957), + [anon_sym_SEMI] = ACTIONS(2955), + [anon_sym_macro_rules_BANG] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym_LBRACK] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_RBRACE] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_u8] = ACTIONS(2957), + [anon_sym_i8] = ACTIONS(2957), + [anon_sym_u16] = ACTIONS(2957), + [anon_sym_i16] = ACTIONS(2957), + [anon_sym_u32] = ACTIONS(2957), + [anon_sym_i32] = ACTIONS(2957), + [anon_sym_u64] = ACTIONS(2957), + [anon_sym_i64] = ACTIONS(2957), + [anon_sym_u128] = ACTIONS(2957), + [anon_sym_i128] = ACTIONS(2957), + [anon_sym_isize] = ACTIONS(2957), + [anon_sym_usize] = ACTIONS(2957), + [anon_sym_f32] = ACTIONS(2957), + [anon_sym_f64] = ACTIONS(2957), + [anon_sym_bool] = ACTIONS(2957), + [anon_sym_str] = ACTIONS(2957), + [anon_sym_char] = ACTIONS(2957), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_DOT_DOT] = ACTIONS(2955), + [anon_sym_COLON_COLON] = ACTIONS(2955), + [anon_sym_POUND] = ACTIONS(2955), + [anon_sym_SQUOTE] = ACTIONS(2957), + [anon_sym_async] = ACTIONS(2957), + [anon_sym_break] = ACTIONS(2957), + [anon_sym_const] = ACTIONS(2957), + [anon_sym_continue] = ACTIONS(2957), + [anon_sym_default] = ACTIONS(2957), + [anon_sym_enum] = ACTIONS(2957), + [anon_sym_fn] = ACTIONS(2957), + [anon_sym_for] = ACTIONS(2957), + [anon_sym_gen] = ACTIONS(2957), + [anon_sym_if] = ACTIONS(2957), + [anon_sym_impl] = ACTIONS(2957), + [anon_sym_let] = ACTIONS(2957), + [anon_sym_loop] = ACTIONS(2957), + [anon_sym_match] = ACTIONS(2957), + [anon_sym_mod] = ACTIONS(2957), + [anon_sym_pub] = ACTIONS(2957), + [anon_sym_return] = ACTIONS(2957), + [anon_sym_static] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2957), + [anon_sym_trait] = ACTIONS(2957), + [anon_sym_type] = ACTIONS(2957), + [anon_sym_union] = ACTIONS(2957), + [anon_sym_unsafe] = ACTIONS(2957), + [anon_sym_use] = ACTIONS(2957), + [anon_sym_while] = ACTIONS(2957), + [anon_sym_extern] = ACTIONS(2957), + [anon_sym_yield] = ACTIONS(2957), + [anon_sym_move] = ACTIONS(2957), + [anon_sym_try] = ACTIONS(2957), + [sym_integer_literal] = ACTIONS(2955), + [aux_sym_string_literal_token1] = ACTIONS(2955), + [sym_char_literal] = ACTIONS(2955), + [anon_sym_true] = ACTIONS(2957), + [anon_sym_false] = ACTIONS(2957), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2957), + [sym_super] = ACTIONS(2957), + [sym_crate] = ACTIONS(2957), + [sym_metavariable] = ACTIONS(2955), + [sym__raw_string_literal_start] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), }, [STATE(761)] = { [sym_line_comment] = STATE(761), [sym_block_comment] = STATE(761), - [ts_builtin_sym_end] = ACTIONS(2958), - [sym_identifier] = ACTIONS(2960), - [anon_sym_SEMI] = ACTIONS(2958), - [anon_sym_macro_rules_BANG] = ACTIONS(2958), - [anon_sym_LPAREN] = ACTIONS(2958), - [anon_sym_LBRACK] = ACTIONS(2958), - [anon_sym_LBRACE] = ACTIONS(2958), - [anon_sym_RBRACE] = ACTIONS(2958), - [anon_sym_STAR] = ACTIONS(2958), - [anon_sym_u8] = ACTIONS(2960), - [anon_sym_i8] = ACTIONS(2960), - [anon_sym_u16] = ACTIONS(2960), - [anon_sym_i16] = ACTIONS(2960), - [anon_sym_u32] = ACTIONS(2960), - [anon_sym_i32] = ACTIONS(2960), - [anon_sym_u64] = ACTIONS(2960), - [anon_sym_i64] = ACTIONS(2960), - [anon_sym_u128] = ACTIONS(2960), - [anon_sym_i128] = ACTIONS(2960), - [anon_sym_isize] = ACTIONS(2960), - [anon_sym_usize] = ACTIONS(2960), - [anon_sym_f32] = ACTIONS(2960), - [anon_sym_f64] = ACTIONS(2960), - [anon_sym_bool] = ACTIONS(2960), - [anon_sym_str] = ACTIONS(2960), - [anon_sym_char] = ACTIONS(2960), - [anon_sym_DASH] = ACTIONS(2958), - [anon_sym_BANG] = ACTIONS(2958), - [anon_sym_AMP] = ACTIONS(2958), - [anon_sym_PIPE] = ACTIONS(2958), - [anon_sym_LT] = ACTIONS(2958), - [anon_sym_DOT_DOT] = ACTIONS(2958), - [anon_sym_COLON_COLON] = ACTIONS(2958), - [anon_sym_POUND] = ACTIONS(2958), - [anon_sym_SQUOTE] = ACTIONS(2960), - [anon_sym_async] = ACTIONS(2960), - [anon_sym_break] = ACTIONS(2960), - [anon_sym_const] = ACTIONS(2960), - [anon_sym_continue] = ACTIONS(2960), - [anon_sym_default] = ACTIONS(2960), - [anon_sym_enum] = ACTIONS(2960), - [anon_sym_fn] = ACTIONS(2960), - [anon_sym_for] = ACTIONS(2960), - [anon_sym_gen] = ACTIONS(2960), - [anon_sym_if] = ACTIONS(2960), - [anon_sym_impl] = ACTIONS(2960), - [anon_sym_let] = ACTIONS(2960), - [anon_sym_loop] = ACTIONS(2960), - [anon_sym_match] = ACTIONS(2960), - [anon_sym_mod] = ACTIONS(2960), - [anon_sym_pub] = ACTIONS(2960), - [anon_sym_return] = ACTIONS(2960), - [anon_sym_static] = ACTIONS(2960), - [anon_sym_struct] = ACTIONS(2960), - [anon_sym_trait] = ACTIONS(2960), - [anon_sym_type] = ACTIONS(2960), - [anon_sym_union] = ACTIONS(2960), - [anon_sym_unsafe] = ACTIONS(2960), - [anon_sym_use] = ACTIONS(2960), - [anon_sym_while] = ACTIONS(2960), - [anon_sym_extern] = ACTIONS(2960), - [anon_sym_yield] = ACTIONS(2960), - [anon_sym_move] = ACTIONS(2960), - [anon_sym_try] = ACTIONS(2960), - [sym_integer_literal] = ACTIONS(2958), - [aux_sym_string_literal_token1] = ACTIONS(2958), - [sym_char_literal] = ACTIONS(2958), - [anon_sym_true] = ACTIONS(2960), - [anon_sym_false] = ACTIONS(2960), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2960), - [sym_super] = ACTIONS(2960), - [sym_crate] = ACTIONS(2960), - [sym_metavariable] = ACTIONS(2958), - [sym__raw_string_literal_start] = ACTIONS(2958), - [sym_float_literal] = ACTIONS(2958), + [ts_builtin_sym_end] = ACTIONS(2959), + [sym_identifier] = ACTIONS(2961), + [anon_sym_SEMI] = ACTIONS(2959), + [anon_sym_macro_rules_BANG] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_RBRACE] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_u8] = ACTIONS(2961), + [anon_sym_i8] = ACTIONS(2961), + [anon_sym_u16] = ACTIONS(2961), + [anon_sym_i16] = ACTIONS(2961), + [anon_sym_u32] = ACTIONS(2961), + [anon_sym_i32] = ACTIONS(2961), + [anon_sym_u64] = ACTIONS(2961), + [anon_sym_i64] = ACTIONS(2961), + [anon_sym_u128] = ACTIONS(2961), + [anon_sym_i128] = ACTIONS(2961), + [anon_sym_isize] = ACTIONS(2961), + [anon_sym_usize] = ACTIONS(2961), + [anon_sym_f32] = ACTIONS(2961), + [anon_sym_f64] = ACTIONS(2961), + [anon_sym_bool] = ACTIONS(2961), + [anon_sym_str] = ACTIONS(2961), + [anon_sym_char] = ACTIONS(2961), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_DOT_DOT] = ACTIONS(2959), + [anon_sym_COLON_COLON] = ACTIONS(2959), + [anon_sym_POUND] = ACTIONS(2959), + [anon_sym_SQUOTE] = ACTIONS(2961), + [anon_sym_async] = ACTIONS(2961), + [anon_sym_break] = ACTIONS(2961), + [anon_sym_const] = ACTIONS(2961), + [anon_sym_continue] = ACTIONS(2961), + [anon_sym_default] = ACTIONS(2961), + [anon_sym_enum] = ACTIONS(2961), + [anon_sym_fn] = ACTIONS(2961), + [anon_sym_for] = ACTIONS(2961), + [anon_sym_gen] = ACTIONS(2961), + [anon_sym_if] = ACTIONS(2961), + [anon_sym_impl] = ACTIONS(2961), + [anon_sym_let] = ACTIONS(2961), + [anon_sym_loop] = ACTIONS(2961), + [anon_sym_match] = ACTIONS(2961), + [anon_sym_mod] = ACTIONS(2961), + [anon_sym_pub] = ACTIONS(2961), + [anon_sym_return] = ACTIONS(2961), + [anon_sym_static] = ACTIONS(2961), + [anon_sym_struct] = ACTIONS(2961), + [anon_sym_trait] = ACTIONS(2961), + [anon_sym_type] = ACTIONS(2961), + [anon_sym_union] = ACTIONS(2961), + [anon_sym_unsafe] = ACTIONS(2961), + [anon_sym_use] = ACTIONS(2961), + [anon_sym_while] = ACTIONS(2961), + [anon_sym_extern] = ACTIONS(2961), + [anon_sym_yield] = ACTIONS(2961), + [anon_sym_move] = ACTIONS(2961), + [anon_sym_try] = ACTIONS(2961), + [sym_integer_literal] = ACTIONS(2959), + [aux_sym_string_literal_token1] = ACTIONS(2959), + [sym_char_literal] = ACTIONS(2959), + [anon_sym_true] = ACTIONS(2961), + [anon_sym_false] = ACTIONS(2961), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2961), + [sym_super] = ACTIONS(2961), + [sym_crate] = ACTIONS(2961), + [sym_metavariable] = ACTIONS(2959), + [sym__raw_string_literal_start] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), }, [STATE(762)] = { [sym_line_comment] = STATE(762), [sym_block_comment] = STATE(762), - [ts_builtin_sym_end] = ACTIONS(2962), - [sym_identifier] = ACTIONS(2964), - [anon_sym_SEMI] = ACTIONS(2962), - [anon_sym_macro_rules_BANG] = ACTIONS(2962), - [anon_sym_LPAREN] = ACTIONS(2962), - [anon_sym_LBRACK] = ACTIONS(2962), - [anon_sym_LBRACE] = ACTIONS(2962), - [anon_sym_RBRACE] = ACTIONS(2962), - [anon_sym_STAR] = ACTIONS(2962), - [anon_sym_u8] = ACTIONS(2964), - [anon_sym_i8] = ACTIONS(2964), - [anon_sym_u16] = ACTIONS(2964), - [anon_sym_i16] = ACTIONS(2964), - [anon_sym_u32] = ACTIONS(2964), - [anon_sym_i32] = ACTIONS(2964), - [anon_sym_u64] = ACTIONS(2964), - [anon_sym_i64] = ACTIONS(2964), - [anon_sym_u128] = ACTIONS(2964), - [anon_sym_i128] = ACTIONS(2964), - [anon_sym_isize] = ACTIONS(2964), - [anon_sym_usize] = ACTIONS(2964), - [anon_sym_f32] = ACTIONS(2964), - [anon_sym_f64] = ACTIONS(2964), - [anon_sym_bool] = ACTIONS(2964), - [anon_sym_str] = ACTIONS(2964), - [anon_sym_char] = ACTIONS(2964), - [anon_sym_DASH] = ACTIONS(2962), - [anon_sym_BANG] = ACTIONS(2962), - [anon_sym_AMP] = ACTIONS(2962), - [anon_sym_PIPE] = ACTIONS(2962), - [anon_sym_LT] = ACTIONS(2962), - [anon_sym_DOT_DOT] = ACTIONS(2962), - [anon_sym_COLON_COLON] = ACTIONS(2962), - [anon_sym_POUND] = ACTIONS(2962), - [anon_sym_SQUOTE] = ACTIONS(2964), - [anon_sym_async] = ACTIONS(2964), - [anon_sym_break] = ACTIONS(2964), - [anon_sym_const] = ACTIONS(2964), - [anon_sym_continue] = ACTIONS(2964), - [anon_sym_default] = ACTIONS(2964), - [anon_sym_enum] = ACTIONS(2964), - [anon_sym_fn] = ACTIONS(2964), - [anon_sym_for] = ACTIONS(2964), - [anon_sym_gen] = ACTIONS(2964), - [anon_sym_if] = ACTIONS(2964), - [anon_sym_impl] = ACTIONS(2964), - [anon_sym_let] = ACTIONS(2964), - [anon_sym_loop] = ACTIONS(2964), - [anon_sym_match] = ACTIONS(2964), - [anon_sym_mod] = ACTIONS(2964), - [anon_sym_pub] = ACTIONS(2964), - [anon_sym_return] = ACTIONS(2964), - [anon_sym_static] = ACTIONS(2964), - [anon_sym_struct] = ACTIONS(2964), - [anon_sym_trait] = ACTIONS(2964), - [anon_sym_type] = ACTIONS(2964), - [anon_sym_union] = ACTIONS(2964), - [anon_sym_unsafe] = ACTIONS(2964), - [anon_sym_use] = ACTIONS(2964), - [anon_sym_while] = ACTIONS(2964), - [anon_sym_extern] = ACTIONS(2964), - [anon_sym_yield] = ACTIONS(2964), - [anon_sym_move] = ACTIONS(2964), - [anon_sym_try] = ACTIONS(2964), - [sym_integer_literal] = ACTIONS(2962), - [aux_sym_string_literal_token1] = ACTIONS(2962), - [sym_char_literal] = ACTIONS(2962), - [anon_sym_true] = ACTIONS(2964), - [anon_sym_false] = ACTIONS(2964), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2964), - [sym_super] = ACTIONS(2964), - [sym_crate] = ACTIONS(2964), - [sym_metavariable] = ACTIONS(2962), - [sym__raw_string_literal_start] = ACTIONS(2962), - [sym_float_literal] = ACTIONS(2962), + [ts_builtin_sym_end] = ACTIONS(2963), + [sym_identifier] = ACTIONS(2965), + [anon_sym_SEMI] = ACTIONS(2963), + [anon_sym_macro_rules_BANG] = ACTIONS(2963), + [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_LBRACK] = ACTIONS(2963), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_RBRACE] = ACTIONS(2963), + [anon_sym_STAR] = ACTIONS(2963), + [anon_sym_u8] = ACTIONS(2965), + [anon_sym_i8] = ACTIONS(2965), + [anon_sym_u16] = ACTIONS(2965), + [anon_sym_i16] = ACTIONS(2965), + [anon_sym_u32] = ACTIONS(2965), + [anon_sym_i32] = ACTIONS(2965), + [anon_sym_u64] = ACTIONS(2965), + [anon_sym_i64] = ACTIONS(2965), + [anon_sym_u128] = ACTIONS(2965), + [anon_sym_i128] = ACTIONS(2965), + [anon_sym_isize] = ACTIONS(2965), + [anon_sym_usize] = ACTIONS(2965), + [anon_sym_f32] = ACTIONS(2965), + [anon_sym_f64] = ACTIONS(2965), + [anon_sym_bool] = ACTIONS(2965), + [anon_sym_str] = ACTIONS(2965), + [anon_sym_char] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2963), + [anon_sym_BANG] = ACTIONS(2963), + [anon_sym_AMP] = ACTIONS(2963), + [anon_sym_PIPE] = ACTIONS(2963), + [anon_sym_LT] = ACTIONS(2963), + [anon_sym_DOT_DOT] = ACTIONS(2963), + [anon_sym_COLON_COLON] = ACTIONS(2963), + [anon_sym_POUND] = ACTIONS(2963), + [anon_sym_SQUOTE] = ACTIONS(2965), + [anon_sym_async] = ACTIONS(2965), + [anon_sym_break] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(2965), + [anon_sym_continue] = ACTIONS(2965), + [anon_sym_default] = ACTIONS(2965), + [anon_sym_enum] = ACTIONS(2965), + [anon_sym_fn] = ACTIONS(2965), + [anon_sym_for] = ACTIONS(2965), + [anon_sym_gen] = ACTIONS(2965), + [anon_sym_if] = ACTIONS(2965), + [anon_sym_impl] = ACTIONS(2965), + [anon_sym_let] = ACTIONS(2965), + [anon_sym_loop] = ACTIONS(2965), + [anon_sym_match] = ACTIONS(2965), + [anon_sym_mod] = ACTIONS(2965), + [anon_sym_pub] = ACTIONS(2965), + [anon_sym_return] = ACTIONS(2965), + [anon_sym_static] = ACTIONS(2965), + [anon_sym_struct] = ACTIONS(2965), + [anon_sym_trait] = ACTIONS(2965), + [anon_sym_type] = ACTIONS(2965), + [anon_sym_union] = ACTIONS(2965), + [anon_sym_unsafe] = ACTIONS(2965), + [anon_sym_use] = ACTIONS(2965), + [anon_sym_while] = ACTIONS(2965), + [anon_sym_extern] = ACTIONS(2965), + [anon_sym_yield] = ACTIONS(2965), + [anon_sym_move] = ACTIONS(2965), + [anon_sym_try] = ACTIONS(2965), + [sym_integer_literal] = ACTIONS(2963), + [aux_sym_string_literal_token1] = ACTIONS(2963), + [sym_char_literal] = ACTIONS(2963), + [anon_sym_true] = ACTIONS(2965), + [anon_sym_false] = ACTIONS(2965), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2965), + [sym_super] = ACTIONS(2965), + [sym_crate] = ACTIONS(2965), + [sym_metavariable] = ACTIONS(2963), + [sym__raw_string_literal_start] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2963), }, [STATE(763)] = { [sym_line_comment] = STATE(763), [sym_block_comment] = STATE(763), - [ts_builtin_sym_end] = ACTIONS(2966), - [sym_identifier] = ACTIONS(2968), - [anon_sym_SEMI] = ACTIONS(2966), - [anon_sym_macro_rules_BANG] = ACTIONS(2966), - [anon_sym_LPAREN] = ACTIONS(2966), - [anon_sym_LBRACK] = ACTIONS(2966), - [anon_sym_LBRACE] = ACTIONS(2966), - [anon_sym_RBRACE] = ACTIONS(2966), - [anon_sym_STAR] = ACTIONS(2966), - [anon_sym_u8] = ACTIONS(2968), - [anon_sym_i8] = ACTIONS(2968), - [anon_sym_u16] = ACTIONS(2968), - [anon_sym_i16] = ACTIONS(2968), - [anon_sym_u32] = ACTIONS(2968), - [anon_sym_i32] = ACTIONS(2968), - [anon_sym_u64] = ACTIONS(2968), - [anon_sym_i64] = ACTIONS(2968), - [anon_sym_u128] = ACTIONS(2968), - [anon_sym_i128] = ACTIONS(2968), - [anon_sym_isize] = ACTIONS(2968), - [anon_sym_usize] = ACTIONS(2968), - [anon_sym_f32] = ACTIONS(2968), - [anon_sym_f64] = ACTIONS(2968), - [anon_sym_bool] = ACTIONS(2968), - [anon_sym_str] = ACTIONS(2968), - [anon_sym_char] = ACTIONS(2968), - [anon_sym_DASH] = ACTIONS(2966), - [anon_sym_BANG] = ACTIONS(2966), - [anon_sym_AMP] = ACTIONS(2966), - [anon_sym_PIPE] = ACTIONS(2966), - [anon_sym_LT] = ACTIONS(2966), - [anon_sym_DOT_DOT] = ACTIONS(2966), - [anon_sym_COLON_COLON] = ACTIONS(2966), - [anon_sym_POUND] = ACTIONS(2966), - [anon_sym_SQUOTE] = ACTIONS(2968), - [anon_sym_async] = ACTIONS(2968), - [anon_sym_break] = ACTIONS(2968), - [anon_sym_const] = ACTIONS(2968), - [anon_sym_continue] = ACTIONS(2968), - [anon_sym_default] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2968), - [anon_sym_fn] = ACTIONS(2968), - [anon_sym_for] = ACTIONS(2968), - [anon_sym_gen] = ACTIONS(2968), - [anon_sym_if] = ACTIONS(2968), - [anon_sym_impl] = ACTIONS(2968), - [anon_sym_let] = ACTIONS(2968), - [anon_sym_loop] = ACTIONS(2968), - [anon_sym_match] = ACTIONS(2968), - [anon_sym_mod] = ACTIONS(2968), - [anon_sym_pub] = ACTIONS(2968), - [anon_sym_return] = ACTIONS(2968), - [anon_sym_static] = ACTIONS(2968), - [anon_sym_struct] = ACTIONS(2968), - [anon_sym_trait] = ACTIONS(2968), - [anon_sym_type] = ACTIONS(2968), - [anon_sym_union] = ACTIONS(2968), - [anon_sym_unsafe] = ACTIONS(2968), - [anon_sym_use] = ACTIONS(2968), - [anon_sym_while] = ACTIONS(2968), - [anon_sym_extern] = ACTIONS(2968), - [anon_sym_yield] = ACTIONS(2968), - [anon_sym_move] = ACTIONS(2968), - [anon_sym_try] = ACTIONS(2968), - [sym_integer_literal] = ACTIONS(2966), - [aux_sym_string_literal_token1] = ACTIONS(2966), - [sym_char_literal] = ACTIONS(2966), - [anon_sym_true] = ACTIONS(2968), - [anon_sym_false] = ACTIONS(2968), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2968), - [sym_super] = ACTIONS(2968), - [sym_crate] = ACTIONS(2968), - [sym_metavariable] = ACTIONS(2966), - [sym__raw_string_literal_start] = ACTIONS(2966), - [sym_float_literal] = ACTIONS(2966), + [ts_builtin_sym_end] = ACTIONS(2967), + [sym_identifier] = ACTIONS(2969), + [anon_sym_SEMI] = ACTIONS(2967), + [anon_sym_macro_rules_BANG] = ACTIONS(2967), + [anon_sym_LPAREN] = ACTIONS(2967), + [anon_sym_LBRACK] = ACTIONS(2967), + [anon_sym_LBRACE] = ACTIONS(2967), + [anon_sym_RBRACE] = ACTIONS(2967), + [anon_sym_STAR] = 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(2967), + [anon_sym_BANG] = ACTIONS(2967), + [anon_sym_AMP] = ACTIONS(2967), + [anon_sym_PIPE] = ACTIONS(2967), + [anon_sym_LT] = ACTIONS(2967), + [anon_sym_DOT_DOT] = ACTIONS(2967), + [anon_sym_COLON_COLON] = ACTIONS(2967), + [anon_sym_POUND] = ACTIONS(2967), + [anon_sym_SQUOTE] = ACTIONS(2969), + [anon_sym_async] = ACTIONS(2969), + [anon_sym_break] = ACTIONS(2969), + [anon_sym_const] = ACTIONS(2969), + [anon_sym_continue] = ACTIONS(2969), + [anon_sym_default] = ACTIONS(2969), + [anon_sym_enum] = ACTIONS(2969), + [anon_sym_fn] = ACTIONS(2969), + [anon_sym_for] = ACTIONS(2969), + [anon_sym_gen] = ACTIONS(2969), + [anon_sym_if] = ACTIONS(2969), + [anon_sym_impl] = ACTIONS(2969), + [anon_sym_let] = ACTIONS(2969), + [anon_sym_loop] = ACTIONS(2969), + [anon_sym_match] = ACTIONS(2969), + [anon_sym_mod] = ACTIONS(2969), + [anon_sym_pub] = ACTIONS(2969), + [anon_sym_return] = ACTIONS(2969), + [anon_sym_static] = ACTIONS(2969), + [anon_sym_struct] = ACTIONS(2969), + [anon_sym_trait] = ACTIONS(2969), + [anon_sym_type] = ACTIONS(2969), + [anon_sym_union] = ACTIONS(2969), + [anon_sym_unsafe] = ACTIONS(2969), + [anon_sym_use] = ACTIONS(2969), + [anon_sym_while] = ACTIONS(2969), + [anon_sym_extern] = ACTIONS(2969), + [anon_sym_yield] = ACTIONS(2969), + [anon_sym_move] = ACTIONS(2969), + [anon_sym_try] = ACTIONS(2969), + [sym_integer_literal] = ACTIONS(2967), + [aux_sym_string_literal_token1] = ACTIONS(2967), + [sym_char_literal] = ACTIONS(2967), + [anon_sym_true] = ACTIONS(2969), + [anon_sym_false] = ACTIONS(2969), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2969), + [sym_super] = ACTIONS(2969), + [sym_crate] = ACTIONS(2969), + [sym_metavariable] = ACTIONS(2967), + [sym__raw_string_literal_start] = ACTIONS(2967), + [sym_float_literal] = ACTIONS(2967), }, [STATE(764)] = { [sym_line_comment] = STATE(764), [sym_block_comment] = STATE(764), - [ts_builtin_sym_end] = ACTIONS(2970), - [sym_identifier] = ACTIONS(2972), - [anon_sym_SEMI] = ACTIONS(2970), - [anon_sym_macro_rules_BANG] = ACTIONS(2970), - [anon_sym_LPAREN] = ACTIONS(2970), - [anon_sym_LBRACK] = ACTIONS(2970), - [anon_sym_LBRACE] = ACTIONS(2970), - [anon_sym_RBRACE] = ACTIONS(2970), - [anon_sym_STAR] = ACTIONS(2970), - [anon_sym_u8] = ACTIONS(2972), - [anon_sym_i8] = ACTIONS(2972), - [anon_sym_u16] = ACTIONS(2972), - [anon_sym_i16] = ACTIONS(2972), - [anon_sym_u32] = ACTIONS(2972), - [anon_sym_i32] = ACTIONS(2972), - [anon_sym_u64] = ACTIONS(2972), - [anon_sym_i64] = ACTIONS(2972), - [anon_sym_u128] = ACTIONS(2972), - [anon_sym_i128] = ACTIONS(2972), - [anon_sym_isize] = ACTIONS(2972), - [anon_sym_usize] = ACTIONS(2972), - [anon_sym_f32] = ACTIONS(2972), - [anon_sym_f64] = ACTIONS(2972), - [anon_sym_bool] = ACTIONS(2972), - [anon_sym_str] = ACTIONS(2972), - [anon_sym_char] = ACTIONS(2972), - [anon_sym_DASH] = ACTIONS(2970), - [anon_sym_BANG] = ACTIONS(2970), - [anon_sym_AMP] = ACTIONS(2970), - [anon_sym_PIPE] = ACTIONS(2970), - [anon_sym_LT] = ACTIONS(2970), - [anon_sym_DOT_DOT] = ACTIONS(2970), - [anon_sym_COLON_COLON] = ACTIONS(2970), - [anon_sym_POUND] = ACTIONS(2970), - [anon_sym_SQUOTE] = ACTIONS(2972), - [anon_sym_async] = ACTIONS(2972), - [anon_sym_break] = ACTIONS(2972), - [anon_sym_const] = ACTIONS(2972), - [anon_sym_continue] = ACTIONS(2972), - [anon_sym_default] = ACTIONS(2972), - [anon_sym_enum] = ACTIONS(2972), - [anon_sym_fn] = ACTIONS(2972), - [anon_sym_for] = ACTIONS(2972), - [anon_sym_gen] = ACTIONS(2972), - [anon_sym_if] = ACTIONS(2972), - [anon_sym_impl] = ACTIONS(2972), - [anon_sym_let] = ACTIONS(2972), - [anon_sym_loop] = ACTIONS(2972), - [anon_sym_match] = ACTIONS(2972), - [anon_sym_mod] = ACTIONS(2972), - [anon_sym_pub] = ACTIONS(2972), - [anon_sym_return] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2972), - [anon_sym_struct] = ACTIONS(2972), - [anon_sym_trait] = ACTIONS(2972), - [anon_sym_type] = ACTIONS(2972), - [anon_sym_union] = ACTIONS(2972), - [anon_sym_unsafe] = ACTIONS(2972), - [anon_sym_use] = ACTIONS(2972), - [anon_sym_while] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(2972), - [anon_sym_yield] = ACTIONS(2972), - [anon_sym_move] = ACTIONS(2972), - [anon_sym_try] = ACTIONS(2972), - [sym_integer_literal] = ACTIONS(2970), - [aux_sym_string_literal_token1] = ACTIONS(2970), - [sym_char_literal] = ACTIONS(2970), - [anon_sym_true] = ACTIONS(2972), - [anon_sym_false] = ACTIONS(2972), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2972), - [sym_super] = ACTIONS(2972), - [sym_crate] = ACTIONS(2972), - [sym_metavariable] = ACTIONS(2970), - [sym__raw_string_literal_start] = ACTIONS(2970), - [sym_float_literal] = ACTIONS(2970), + [ts_builtin_sym_end] = ACTIONS(2971), + [sym_identifier] = ACTIONS(2973), + [anon_sym_SEMI] = ACTIONS(2971), + [anon_sym_macro_rules_BANG] = ACTIONS(2971), + [anon_sym_LPAREN] = ACTIONS(2971), + [anon_sym_LBRACK] = ACTIONS(2971), + [anon_sym_LBRACE] = ACTIONS(2971), + [anon_sym_RBRACE] = ACTIONS(2971), + [anon_sym_STAR] = ACTIONS(2971), + [anon_sym_u8] = ACTIONS(2973), + [anon_sym_i8] = ACTIONS(2973), + [anon_sym_u16] = ACTIONS(2973), + [anon_sym_i16] = ACTIONS(2973), + [anon_sym_u32] = ACTIONS(2973), + [anon_sym_i32] = ACTIONS(2973), + [anon_sym_u64] = ACTIONS(2973), + [anon_sym_i64] = ACTIONS(2973), + [anon_sym_u128] = ACTIONS(2973), + [anon_sym_i128] = ACTIONS(2973), + [anon_sym_isize] = ACTIONS(2973), + [anon_sym_usize] = ACTIONS(2973), + [anon_sym_f32] = ACTIONS(2973), + [anon_sym_f64] = ACTIONS(2973), + [anon_sym_bool] = ACTIONS(2973), + [anon_sym_str] = ACTIONS(2973), + [anon_sym_char] = ACTIONS(2973), + [anon_sym_DASH] = ACTIONS(2971), + [anon_sym_BANG] = ACTIONS(2971), + [anon_sym_AMP] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(2971), + [anon_sym_LT] = ACTIONS(2971), + [anon_sym_DOT_DOT] = ACTIONS(2971), + [anon_sym_COLON_COLON] = ACTIONS(2971), + [anon_sym_POUND] = ACTIONS(2971), + [anon_sym_SQUOTE] = ACTIONS(2973), + [anon_sym_async] = ACTIONS(2973), + [anon_sym_break] = ACTIONS(2973), + [anon_sym_const] = ACTIONS(2973), + [anon_sym_continue] = ACTIONS(2973), + [anon_sym_default] = ACTIONS(2973), + [anon_sym_enum] = ACTIONS(2973), + [anon_sym_fn] = ACTIONS(2973), + [anon_sym_for] = ACTIONS(2973), + [anon_sym_gen] = ACTIONS(2973), + [anon_sym_if] = ACTIONS(2973), + [anon_sym_impl] = ACTIONS(2973), + [anon_sym_let] = ACTIONS(2973), + [anon_sym_loop] = ACTIONS(2973), + [anon_sym_match] = ACTIONS(2973), + [anon_sym_mod] = ACTIONS(2973), + [anon_sym_pub] = ACTIONS(2973), + [anon_sym_return] = ACTIONS(2973), + [anon_sym_static] = ACTIONS(2973), + [anon_sym_struct] = ACTIONS(2973), + [anon_sym_trait] = ACTIONS(2973), + [anon_sym_type] = ACTIONS(2973), + [anon_sym_union] = ACTIONS(2973), + [anon_sym_unsafe] = ACTIONS(2973), + [anon_sym_use] = ACTIONS(2973), + [anon_sym_while] = ACTIONS(2973), + [anon_sym_extern] = ACTIONS(2973), + [anon_sym_yield] = ACTIONS(2973), + [anon_sym_move] = ACTIONS(2973), + [anon_sym_try] = ACTIONS(2973), + [sym_integer_literal] = ACTIONS(2971), + [aux_sym_string_literal_token1] = ACTIONS(2971), + [sym_char_literal] = ACTIONS(2971), + [anon_sym_true] = ACTIONS(2973), + [anon_sym_false] = ACTIONS(2973), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2973), + [sym_super] = ACTIONS(2973), + [sym_crate] = ACTIONS(2973), + [sym_metavariable] = ACTIONS(2971), + [sym__raw_string_literal_start] = ACTIONS(2971), + [sym_float_literal] = ACTIONS(2971), }, [STATE(765)] = { [sym_line_comment] = STATE(765), [sym_block_comment] = STATE(765), - [ts_builtin_sym_end] = ACTIONS(2974), - [sym_identifier] = ACTIONS(2976), - [anon_sym_SEMI] = ACTIONS(2974), - [anon_sym_macro_rules_BANG] = ACTIONS(2974), - [anon_sym_LPAREN] = ACTIONS(2974), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_LBRACE] = ACTIONS(2974), - [anon_sym_RBRACE] = ACTIONS(2974), - [anon_sym_STAR] = ACTIONS(2974), - [anon_sym_u8] = ACTIONS(2976), - [anon_sym_i8] = ACTIONS(2976), - [anon_sym_u16] = ACTIONS(2976), - [anon_sym_i16] = ACTIONS(2976), - [anon_sym_u32] = ACTIONS(2976), - [anon_sym_i32] = ACTIONS(2976), - [anon_sym_u64] = ACTIONS(2976), - [anon_sym_i64] = ACTIONS(2976), - [anon_sym_u128] = ACTIONS(2976), - [anon_sym_i128] = ACTIONS(2976), - [anon_sym_isize] = ACTIONS(2976), - [anon_sym_usize] = ACTIONS(2976), - [anon_sym_f32] = ACTIONS(2976), - [anon_sym_f64] = ACTIONS(2976), - [anon_sym_bool] = ACTIONS(2976), - [anon_sym_str] = ACTIONS(2976), - [anon_sym_char] = ACTIONS(2976), - [anon_sym_DASH] = ACTIONS(2974), - [anon_sym_BANG] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2974), - [anon_sym_PIPE] = ACTIONS(2974), - [anon_sym_LT] = ACTIONS(2974), - [anon_sym_DOT_DOT] = ACTIONS(2974), - [anon_sym_COLON_COLON] = ACTIONS(2974), - [anon_sym_POUND] = ACTIONS(2974), - [anon_sym_SQUOTE] = ACTIONS(2976), - [anon_sym_async] = ACTIONS(2976), - [anon_sym_break] = ACTIONS(2976), - [anon_sym_const] = ACTIONS(2976), - [anon_sym_continue] = ACTIONS(2976), - [anon_sym_default] = ACTIONS(2976), - [anon_sym_enum] = ACTIONS(2976), - [anon_sym_fn] = ACTIONS(2976), - [anon_sym_for] = ACTIONS(2976), - [anon_sym_gen] = ACTIONS(2976), - [anon_sym_if] = ACTIONS(2976), - [anon_sym_impl] = ACTIONS(2976), - [anon_sym_let] = ACTIONS(2976), - [anon_sym_loop] = ACTIONS(2976), - [anon_sym_match] = ACTIONS(2976), - [anon_sym_mod] = ACTIONS(2976), - [anon_sym_pub] = ACTIONS(2976), - [anon_sym_return] = ACTIONS(2976), - [anon_sym_static] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2976), - [anon_sym_trait] = ACTIONS(2976), - [anon_sym_type] = ACTIONS(2976), - [anon_sym_union] = ACTIONS(2976), - [anon_sym_unsafe] = ACTIONS(2976), - [anon_sym_use] = ACTIONS(2976), - [anon_sym_while] = ACTIONS(2976), - [anon_sym_extern] = ACTIONS(2976), - [anon_sym_yield] = ACTIONS(2976), - [anon_sym_move] = ACTIONS(2976), - [anon_sym_try] = ACTIONS(2976), - [sym_integer_literal] = ACTIONS(2974), - [aux_sym_string_literal_token1] = ACTIONS(2974), - [sym_char_literal] = ACTIONS(2974), - [anon_sym_true] = ACTIONS(2976), - [anon_sym_false] = ACTIONS(2976), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2976), - [sym_super] = ACTIONS(2976), - [sym_crate] = ACTIONS(2976), - [sym_metavariable] = ACTIONS(2974), - [sym__raw_string_literal_start] = ACTIONS(2974), - [sym_float_literal] = ACTIONS(2974), + [ts_builtin_sym_end] = ACTIONS(2975), + [sym_identifier] = ACTIONS(2977), + [anon_sym_SEMI] = ACTIONS(2975), + [anon_sym_macro_rules_BANG] = ACTIONS(2975), + [anon_sym_LPAREN] = ACTIONS(2975), + [anon_sym_LBRACK] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2975), + [anon_sym_RBRACE] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2975), + [anon_sym_u8] = ACTIONS(2977), + [anon_sym_i8] = ACTIONS(2977), + [anon_sym_u16] = ACTIONS(2977), + [anon_sym_i16] = ACTIONS(2977), + [anon_sym_u32] = ACTIONS(2977), + [anon_sym_i32] = ACTIONS(2977), + [anon_sym_u64] = ACTIONS(2977), + [anon_sym_i64] = ACTIONS(2977), + [anon_sym_u128] = ACTIONS(2977), + [anon_sym_i128] = ACTIONS(2977), + [anon_sym_isize] = ACTIONS(2977), + [anon_sym_usize] = ACTIONS(2977), + [anon_sym_f32] = ACTIONS(2977), + [anon_sym_f64] = ACTIONS(2977), + [anon_sym_bool] = ACTIONS(2977), + [anon_sym_str] = ACTIONS(2977), + [anon_sym_char] = ACTIONS(2977), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_DOT_DOT] = ACTIONS(2975), + [anon_sym_COLON_COLON] = ACTIONS(2975), + [anon_sym_POUND] = ACTIONS(2975), + [anon_sym_SQUOTE] = ACTIONS(2977), + [anon_sym_async] = ACTIONS(2977), + [anon_sym_break] = ACTIONS(2977), + [anon_sym_const] = ACTIONS(2977), + [anon_sym_continue] = ACTIONS(2977), + [anon_sym_default] = ACTIONS(2977), + [anon_sym_enum] = ACTIONS(2977), + [anon_sym_fn] = ACTIONS(2977), + [anon_sym_for] = ACTIONS(2977), + [anon_sym_gen] = ACTIONS(2977), + [anon_sym_if] = ACTIONS(2977), + [anon_sym_impl] = ACTIONS(2977), + [anon_sym_let] = ACTIONS(2977), + [anon_sym_loop] = ACTIONS(2977), + [anon_sym_match] = ACTIONS(2977), + [anon_sym_mod] = ACTIONS(2977), + [anon_sym_pub] = ACTIONS(2977), + [anon_sym_return] = ACTIONS(2977), + [anon_sym_static] = ACTIONS(2977), + [anon_sym_struct] = ACTIONS(2977), + [anon_sym_trait] = ACTIONS(2977), + [anon_sym_type] = ACTIONS(2977), + [anon_sym_union] = ACTIONS(2977), + [anon_sym_unsafe] = ACTIONS(2977), + [anon_sym_use] = ACTIONS(2977), + [anon_sym_while] = ACTIONS(2977), + [anon_sym_extern] = ACTIONS(2977), + [anon_sym_yield] = ACTIONS(2977), + [anon_sym_move] = ACTIONS(2977), + [anon_sym_try] = ACTIONS(2977), + [sym_integer_literal] = ACTIONS(2975), + [aux_sym_string_literal_token1] = ACTIONS(2975), + [sym_char_literal] = ACTIONS(2975), + [anon_sym_true] = ACTIONS(2977), + [anon_sym_false] = ACTIONS(2977), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2977), + [sym_super] = ACTIONS(2977), + [sym_crate] = ACTIONS(2977), + [sym_metavariable] = ACTIONS(2975), + [sym__raw_string_literal_start] = ACTIONS(2975), + [sym_float_literal] = ACTIONS(2975), }, [STATE(766)] = { [sym_line_comment] = STATE(766), [sym_block_comment] = STATE(766), - [ts_builtin_sym_end] = ACTIONS(2978), - [sym_identifier] = ACTIONS(2980), - [anon_sym_SEMI] = ACTIONS(2978), - [anon_sym_macro_rules_BANG] = ACTIONS(2978), - [anon_sym_LPAREN] = ACTIONS(2978), - [anon_sym_LBRACK] = ACTIONS(2978), - [anon_sym_LBRACE] = ACTIONS(2978), - [anon_sym_RBRACE] = ACTIONS(2978), - [anon_sym_STAR] = ACTIONS(2978), - [anon_sym_u8] = ACTIONS(2980), - [anon_sym_i8] = ACTIONS(2980), - [anon_sym_u16] = ACTIONS(2980), - [anon_sym_i16] = ACTIONS(2980), - [anon_sym_u32] = ACTIONS(2980), - [anon_sym_i32] = ACTIONS(2980), - [anon_sym_u64] = ACTIONS(2980), - [anon_sym_i64] = ACTIONS(2980), - [anon_sym_u128] = ACTIONS(2980), - [anon_sym_i128] = ACTIONS(2980), - [anon_sym_isize] = ACTIONS(2980), - [anon_sym_usize] = ACTIONS(2980), - [anon_sym_f32] = ACTIONS(2980), - [anon_sym_f64] = ACTIONS(2980), - [anon_sym_bool] = ACTIONS(2980), - [anon_sym_str] = ACTIONS(2980), - [anon_sym_char] = ACTIONS(2980), - [anon_sym_DASH] = ACTIONS(2978), - [anon_sym_BANG] = ACTIONS(2978), - [anon_sym_AMP] = ACTIONS(2978), - [anon_sym_PIPE] = ACTIONS(2978), - [anon_sym_LT] = ACTIONS(2978), - [anon_sym_DOT_DOT] = ACTIONS(2978), - [anon_sym_COLON_COLON] = ACTIONS(2978), - [anon_sym_POUND] = ACTIONS(2978), - [anon_sym_SQUOTE] = ACTIONS(2980), - [anon_sym_async] = ACTIONS(2980), - [anon_sym_break] = ACTIONS(2980), - [anon_sym_const] = ACTIONS(2980), - [anon_sym_continue] = ACTIONS(2980), - [anon_sym_default] = ACTIONS(2980), - [anon_sym_enum] = ACTIONS(2980), - [anon_sym_fn] = ACTIONS(2980), - [anon_sym_for] = ACTIONS(2980), - [anon_sym_gen] = ACTIONS(2980), - [anon_sym_if] = ACTIONS(2980), - [anon_sym_impl] = ACTIONS(2980), - [anon_sym_let] = ACTIONS(2980), - [anon_sym_loop] = ACTIONS(2980), - [anon_sym_match] = ACTIONS(2980), - [anon_sym_mod] = ACTIONS(2980), - [anon_sym_pub] = ACTIONS(2980), - [anon_sym_return] = ACTIONS(2980), - [anon_sym_static] = ACTIONS(2980), - [anon_sym_struct] = ACTIONS(2980), - [anon_sym_trait] = ACTIONS(2980), - [anon_sym_type] = ACTIONS(2980), - [anon_sym_union] = ACTIONS(2980), - [anon_sym_unsafe] = ACTIONS(2980), - [anon_sym_use] = ACTIONS(2980), - [anon_sym_while] = ACTIONS(2980), - [anon_sym_extern] = ACTIONS(2980), - [anon_sym_yield] = ACTIONS(2980), - [anon_sym_move] = ACTIONS(2980), - [anon_sym_try] = ACTIONS(2980), - [sym_integer_literal] = ACTIONS(2978), - [aux_sym_string_literal_token1] = ACTIONS(2978), - [sym_char_literal] = ACTIONS(2978), - [anon_sym_true] = ACTIONS(2980), - [anon_sym_false] = ACTIONS(2980), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2980), - [sym_super] = ACTIONS(2980), - [sym_crate] = ACTIONS(2980), - [sym_metavariable] = ACTIONS(2978), - [sym__raw_string_literal_start] = ACTIONS(2978), - [sym_float_literal] = ACTIONS(2978), + [ts_builtin_sym_end] = ACTIONS(2979), + [sym_identifier] = ACTIONS(2981), + [anon_sym_SEMI] = ACTIONS(2979), + [anon_sym_macro_rules_BANG] = ACTIONS(2979), + [anon_sym_LPAREN] = ACTIONS(2979), + [anon_sym_LBRACK] = ACTIONS(2979), + [anon_sym_LBRACE] = ACTIONS(2979), + [anon_sym_RBRACE] = ACTIONS(2979), + [anon_sym_STAR] = ACTIONS(2979), + [anon_sym_u8] = ACTIONS(2981), + [anon_sym_i8] = ACTIONS(2981), + [anon_sym_u16] = ACTIONS(2981), + [anon_sym_i16] = ACTIONS(2981), + [anon_sym_u32] = ACTIONS(2981), + [anon_sym_i32] = ACTIONS(2981), + [anon_sym_u64] = ACTIONS(2981), + [anon_sym_i64] = ACTIONS(2981), + [anon_sym_u128] = ACTIONS(2981), + [anon_sym_i128] = ACTIONS(2981), + [anon_sym_isize] = ACTIONS(2981), + [anon_sym_usize] = ACTIONS(2981), + [anon_sym_f32] = ACTIONS(2981), + [anon_sym_f64] = ACTIONS(2981), + [anon_sym_bool] = ACTIONS(2981), + [anon_sym_str] = ACTIONS(2981), + [anon_sym_char] = ACTIONS(2981), + [anon_sym_DASH] = ACTIONS(2979), + [anon_sym_BANG] = ACTIONS(2979), + [anon_sym_AMP] = ACTIONS(2979), + [anon_sym_PIPE] = ACTIONS(2979), + [anon_sym_LT] = ACTIONS(2979), + [anon_sym_DOT_DOT] = ACTIONS(2979), + [anon_sym_COLON_COLON] = ACTIONS(2979), + [anon_sym_POUND] = ACTIONS(2979), + [anon_sym_SQUOTE] = ACTIONS(2981), + [anon_sym_async] = ACTIONS(2981), + [anon_sym_break] = ACTIONS(2981), + [anon_sym_const] = ACTIONS(2981), + [anon_sym_continue] = ACTIONS(2981), + [anon_sym_default] = ACTIONS(2981), + [anon_sym_enum] = ACTIONS(2981), + [anon_sym_fn] = ACTIONS(2981), + [anon_sym_for] = ACTIONS(2981), + [anon_sym_gen] = ACTIONS(2981), + [anon_sym_if] = ACTIONS(2981), + [anon_sym_impl] = ACTIONS(2981), + [anon_sym_let] = ACTIONS(2981), + [anon_sym_loop] = ACTIONS(2981), + [anon_sym_match] = ACTIONS(2981), + [anon_sym_mod] = ACTIONS(2981), + [anon_sym_pub] = ACTIONS(2981), + [anon_sym_return] = ACTIONS(2981), + [anon_sym_static] = ACTIONS(2981), + [anon_sym_struct] = ACTIONS(2981), + [anon_sym_trait] = ACTIONS(2981), + [anon_sym_type] = ACTIONS(2981), + [anon_sym_union] = ACTIONS(2981), + [anon_sym_unsafe] = ACTIONS(2981), + [anon_sym_use] = ACTIONS(2981), + [anon_sym_while] = ACTIONS(2981), + [anon_sym_extern] = ACTIONS(2981), + [anon_sym_yield] = ACTIONS(2981), + [anon_sym_move] = ACTIONS(2981), + [anon_sym_try] = ACTIONS(2981), + [sym_integer_literal] = ACTIONS(2979), + [aux_sym_string_literal_token1] = ACTIONS(2979), + [sym_char_literal] = ACTIONS(2979), + [anon_sym_true] = ACTIONS(2981), + [anon_sym_false] = ACTIONS(2981), + [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(2979), + [sym__raw_string_literal_start] = ACTIONS(2979), + [sym_float_literal] = ACTIONS(2979), }, [STATE(767)] = { [sym_line_comment] = STATE(767), [sym_block_comment] = STATE(767), - [ts_builtin_sym_end] = ACTIONS(2982), - [sym_identifier] = ACTIONS(2984), - [anon_sym_SEMI] = ACTIONS(2982), - [anon_sym_macro_rules_BANG] = ACTIONS(2982), - [anon_sym_LPAREN] = ACTIONS(2982), - [anon_sym_LBRACK] = ACTIONS(2982), - [anon_sym_LBRACE] = ACTIONS(2982), - [anon_sym_RBRACE] = ACTIONS(2982), - [anon_sym_STAR] = ACTIONS(2982), - [anon_sym_u8] = ACTIONS(2984), - [anon_sym_i8] = ACTIONS(2984), - [anon_sym_u16] = ACTIONS(2984), - [anon_sym_i16] = ACTIONS(2984), - [anon_sym_u32] = ACTIONS(2984), - [anon_sym_i32] = ACTIONS(2984), - [anon_sym_u64] = ACTIONS(2984), - [anon_sym_i64] = ACTIONS(2984), - [anon_sym_u128] = ACTIONS(2984), - [anon_sym_i128] = ACTIONS(2984), - [anon_sym_isize] = ACTIONS(2984), - [anon_sym_usize] = ACTIONS(2984), - [anon_sym_f32] = ACTIONS(2984), - [anon_sym_f64] = ACTIONS(2984), - [anon_sym_bool] = ACTIONS(2984), - [anon_sym_str] = ACTIONS(2984), - [anon_sym_char] = ACTIONS(2984), - [anon_sym_DASH] = ACTIONS(2982), - [anon_sym_BANG] = ACTIONS(2982), - [anon_sym_AMP] = ACTIONS(2982), - [anon_sym_PIPE] = ACTIONS(2982), - [anon_sym_LT] = ACTIONS(2982), - [anon_sym_DOT_DOT] = ACTIONS(2982), - [anon_sym_COLON_COLON] = ACTIONS(2982), - [anon_sym_POUND] = ACTIONS(2982), - [anon_sym_SQUOTE] = ACTIONS(2984), - [anon_sym_async] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_const] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_default] = ACTIONS(2984), - [anon_sym_enum] = ACTIONS(2984), - [anon_sym_fn] = ACTIONS(2984), - [anon_sym_for] = ACTIONS(2984), - [anon_sym_gen] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_impl] = ACTIONS(2984), - [anon_sym_let] = ACTIONS(2984), - [anon_sym_loop] = ACTIONS(2984), - [anon_sym_match] = ACTIONS(2984), - [anon_sym_mod] = ACTIONS(2984), - [anon_sym_pub] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_static] = ACTIONS(2984), - [anon_sym_struct] = ACTIONS(2984), - [anon_sym_trait] = ACTIONS(2984), - [anon_sym_type] = ACTIONS(2984), - [anon_sym_union] = ACTIONS(2984), - [anon_sym_unsafe] = ACTIONS(2984), - [anon_sym_use] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_extern] = ACTIONS(2984), - [anon_sym_yield] = ACTIONS(2984), - [anon_sym_move] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [sym_integer_literal] = ACTIONS(2982), - [aux_sym_string_literal_token1] = ACTIONS(2982), - [sym_char_literal] = ACTIONS(2982), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2984), - [sym_super] = ACTIONS(2984), - [sym_crate] = ACTIONS(2984), - [sym_metavariable] = ACTIONS(2982), - [sym__raw_string_literal_start] = ACTIONS(2982), - [sym_float_literal] = ACTIONS(2982), + [ts_builtin_sym_end] = ACTIONS(2983), + [sym_identifier] = ACTIONS(2985), + [anon_sym_SEMI] = ACTIONS(2983), + [anon_sym_macro_rules_BANG] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2983), + [anon_sym_LBRACK] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2983), + [anon_sym_RBRACE] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2983), + [anon_sym_u8] = ACTIONS(2985), + [anon_sym_i8] = ACTIONS(2985), + [anon_sym_u16] = ACTIONS(2985), + [anon_sym_i16] = ACTIONS(2985), + [anon_sym_u32] = ACTIONS(2985), + [anon_sym_i32] = ACTIONS(2985), + [anon_sym_u64] = ACTIONS(2985), + [anon_sym_i64] = ACTIONS(2985), + [anon_sym_u128] = ACTIONS(2985), + [anon_sym_i128] = ACTIONS(2985), + [anon_sym_isize] = ACTIONS(2985), + [anon_sym_usize] = ACTIONS(2985), + [anon_sym_f32] = ACTIONS(2985), + [anon_sym_f64] = ACTIONS(2985), + [anon_sym_bool] = ACTIONS(2985), + [anon_sym_str] = ACTIONS(2985), + [anon_sym_char] = ACTIONS(2985), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_BANG] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2983), + [anon_sym_PIPE] = ACTIONS(2983), + [anon_sym_LT] = ACTIONS(2983), + [anon_sym_DOT_DOT] = ACTIONS(2983), + [anon_sym_COLON_COLON] = ACTIONS(2983), + [anon_sym_POUND] = ACTIONS(2983), + [anon_sym_SQUOTE] = ACTIONS(2985), + [anon_sym_async] = ACTIONS(2985), + [anon_sym_break] = ACTIONS(2985), + [anon_sym_const] = ACTIONS(2985), + [anon_sym_continue] = ACTIONS(2985), + [anon_sym_default] = ACTIONS(2985), + [anon_sym_enum] = ACTIONS(2985), + [anon_sym_fn] = ACTIONS(2985), + [anon_sym_for] = ACTIONS(2985), + [anon_sym_gen] = ACTIONS(2985), + [anon_sym_if] = ACTIONS(2985), + [anon_sym_impl] = ACTIONS(2985), + [anon_sym_let] = ACTIONS(2985), + [anon_sym_loop] = ACTIONS(2985), + [anon_sym_match] = ACTIONS(2985), + [anon_sym_mod] = ACTIONS(2985), + [anon_sym_pub] = ACTIONS(2985), + [anon_sym_return] = ACTIONS(2985), + [anon_sym_static] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(2985), + [anon_sym_trait] = ACTIONS(2985), + [anon_sym_type] = ACTIONS(2985), + [anon_sym_union] = ACTIONS(2985), + [anon_sym_unsafe] = ACTIONS(2985), + [anon_sym_use] = ACTIONS(2985), + [anon_sym_while] = ACTIONS(2985), + [anon_sym_extern] = ACTIONS(2985), + [anon_sym_yield] = ACTIONS(2985), + [anon_sym_move] = ACTIONS(2985), + [anon_sym_try] = ACTIONS(2985), + [sym_integer_literal] = ACTIONS(2983), + [aux_sym_string_literal_token1] = ACTIONS(2983), + [sym_char_literal] = ACTIONS(2983), + [anon_sym_true] = ACTIONS(2985), + [anon_sym_false] = ACTIONS(2985), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2985), + [sym_super] = ACTIONS(2985), + [sym_crate] = ACTIONS(2985), + [sym_metavariable] = ACTIONS(2983), + [sym__raw_string_literal_start] = ACTIONS(2983), + [sym_float_literal] = ACTIONS(2983), }, [STATE(768)] = { [sym_line_comment] = STATE(768), [sym_block_comment] = STATE(768), - [ts_builtin_sym_end] = ACTIONS(2986), - [sym_identifier] = ACTIONS(2988), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_macro_rules_BANG] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(2986), - [anon_sym_LBRACK] = ACTIONS(2986), - [anon_sym_LBRACE] = ACTIONS(2986), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_STAR] = ACTIONS(2986), - [anon_sym_u8] = ACTIONS(2988), - [anon_sym_i8] = ACTIONS(2988), - [anon_sym_u16] = ACTIONS(2988), - [anon_sym_i16] = ACTIONS(2988), - [anon_sym_u32] = ACTIONS(2988), - [anon_sym_i32] = ACTIONS(2988), - [anon_sym_u64] = ACTIONS(2988), - [anon_sym_i64] = ACTIONS(2988), - [anon_sym_u128] = ACTIONS(2988), - [anon_sym_i128] = ACTIONS(2988), - [anon_sym_isize] = ACTIONS(2988), - [anon_sym_usize] = ACTIONS(2988), - [anon_sym_f32] = ACTIONS(2988), - [anon_sym_f64] = ACTIONS(2988), - [anon_sym_bool] = ACTIONS(2988), - [anon_sym_str] = ACTIONS(2988), - [anon_sym_char] = ACTIONS(2988), - [anon_sym_DASH] = ACTIONS(2986), - [anon_sym_BANG] = ACTIONS(2986), - [anon_sym_AMP] = ACTIONS(2986), - [anon_sym_PIPE] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2986), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_COLON_COLON] = ACTIONS(2986), - [anon_sym_POUND] = ACTIONS(2986), - [anon_sym_SQUOTE] = ACTIONS(2988), - [anon_sym_async] = ACTIONS(2988), - [anon_sym_break] = ACTIONS(2988), - [anon_sym_const] = ACTIONS(2988), - [anon_sym_continue] = ACTIONS(2988), - [anon_sym_default] = ACTIONS(2988), - [anon_sym_enum] = ACTIONS(2988), - [anon_sym_fn] = ACTIONS(2988), - [anon_sym_for] = ACTIONS(2988), - [anon_sym_gen] = ACTIONS(2988), - [anon_sym_if] = ACTIONS(2988), - [anon_sym_impl] = ACTIONS(2988), - [anon_sym_let] = ACTIONS(2988), - [anon_sym_loop] = ACTIONS(2988), - [anon_sym_match] = ACTIONS(2988), - [anon_sym_mod] = ACTIONS(2988), - [anon_sym_pub] = ACTIONS(2988), - [anon_sym_return] = ACTIONS(2988), - [anon_sym_static] = ACTIONS(2988), - [anon_sym_struct] = ACTIONS(2988), - [anon_sym_trait] = ACTIONS(2988), - [anon_sym_type] = ACTIONS(2988), - [anon_sym_union] = ACTIONS(2988), - [anon_sym_unsafe] = ACTIONS(2988), - [anon_sym_use] = ACTIONS(2988), - [anon_sym_while] = ACTIONS(2988), - [anon_sym_extern] = ACTIONS(2988), - [anon_sym_yield] = ACTIONS(2988), - [anon_sym_move] = ACTIONS(2988), - [anon_sym_try] = ACTIONS(2988), - [sym_integer_literal] = ACTIONS(2986), - [aux_sym_string_literal_token1] = ACTIONS(2986), - [sym_char_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2988), - [anon_sym_false] = ACTIONS(2988), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2988), - [sym_super] = ACTIONS(2988), - [sym_crate] = ACTIONS(2988), - [sym_metavariable] = ACTIONS(2986), - [sym__raw_string_literal_start] = ACTIONS(2986), - [sym_float_literal] = ACTIONS(2986), + [ts_builtin_sym_end] = ACTIONS(2987), + [sym_identifier] = ACTIONS(2989), + [anon_sym_SEMI] = ACTIONS(2987), + [anon_sym_macro_rules_BANG] = ACTIONS(2987), + [anon_sym_LPAREN] = ACTIONS(2987), + [anon_sym_LBRACK] = ACTIONS(2987), + [anon_sym_LBRACE] = ACTIONS(2987), + [anon_sym_RBRACE] = ACTIONS(2987), + [anon_sym_STAR] = ACTIONS(2987), + [anon_sym_u8] = ACTIONS(2989), + [anon_sym_i8] = ACTIONS(2989), + [anon_sym_u16] = ACTIONS(2989), + [anon_sym_i16] = ACTIONS(2989), + [anon_sym_u32] = ACTIONS(2989), + [anon_sym_i32] = ACTIONS(2989), + [anon_sym_u64] = ACTIONS(2989), + [anon_sym_i64] = ACTIONS(2989), + [anon_sym_u128] = ACTIONS(2989), + [anon_sym_i128] = ACTIONS(2989), + [anon_sym_isize] = ACTIONS(2989), + [anon_sym_usize] = ACTIONS(2989), + [anon_sym_f32] = ACTIONS(2989), + [anon_sym_f64] = ACTIONS(2989), + [anon_sym_bool] = ACTIONS(2989), + [anon_sym_str] = ACTIONS(2989), + [anon_sym_char] = ACTIONS(2989), + [anon_sym_DASH] = ACTIONS(2987), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_AMP] = ACTIONS(2987), + [anon_sym_PIPE] = ACTIONS(2987), + [anon_sym_LT] = ACTIONS(2987), + [anon_sym_DOT_DOT] = ACTIONS(2987), + [anon_sym_COLON_COLON] = ACTIONS(2987), + [anon_sym_POUND] = ACTIONS(2987), + [anon_sym_SQUOTE] = ACTIONS(2989), + [anon_sym_async] = ACTIONS(2989), + [anon_sym_break] = ACTIONS(2989), + [anon_sym_const] = ACTIONS(2989), + [anon_sym_continue] = ACTIONS(2989), + [anon_sym_default] = ACTIONS(2989), + [anon_sym_enum] = ACTIONS(2989), + [anon_sym_fn] = ACTIONS(2989), + [anon_sym_for] = ACTIONS(2989), + [anon_sym_gen] = ACTIONS(2989), + [anon_sym_if] = ACTIONS(2989), + [anon_sym_impl] = ACTIONS(2989), + [anon_sym_let] = ACTIONS(2989), + [anon_sym_loop] = ACTIONS(2989), + [anon_sym_match] = ACTIONS(2989), + [anon_sym_mod] = ACTIONS(2989), + [anon_sym_pub] = ACTIONS(2989), + [anon_sym_return] = ACTIONS(2989), + [anon_sym_static] = ACTIONS(2989), + [anon_sym_struct] = ACTIONS(2989), + [anon_sym_trait] = ACTIONS(2989), + [anon_sym_type] = ACTIONS(2989), + [anon_sym_union] = ACTIONS(2989), + [anon_sym_unsafe] = ACTIONS(2989), + [anon_sym_use] = ACTIONS(2989), + [anon_sym_while] = ACTIONS(2989), + [anon_sym_extern] = ACTIONS(2989), + [anon_sym_yield] = ACTIONS(2989), + [anon_sym_move] = ACTIONS(2989), + [anon_sym_try] = ACTIONS(2989), + [sym_integer_literal] = ACTIONS(2987), + [aux_sym_string_literal_token1] = ACTIONS(2987), + [sym_char_literal] = ACTIONS(2987), + [anon_sym_true] = ACTIONS(2989), + [anon_sym_false] = ACTIONS(2989), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2989), + [sym_super] = ACTIONS(2989), + [sym_crate] = ACTIONS(2989), + [sym_metavariable] = ACTIONS(2987), + [sym__raw_string_literal_start] = ACTIONS(2987), + [sym_float_literal] = ACTIONS(2987), }, [STATE(769)] = { [sym_line_comment] = STATE(769), [sym_block_comment] = STATE(769), - [ts_builtin_sym_end] = ACTIONS(2990), - [sym_identifier] = ACTIONS(2992), - [anon_sym_SEMI] = ACTIONS(2990), - [anon_sym_macro_rules_BANG] = ACTIONS(2990), - [anon_sym_LPAREN] = ACTIONS(2990), - [anon_sym_LBRACK] = ACTIONS(2990), - [anon_sym_LBRACE] = ACTIONS(2990), - [anon_sym_RBRACE] = ACTIONS(2990), - [anon_sym_STAR] = ACTIONS(2990), - [anon_sym_u8] = ACTIONS(2992), - [anon_sym_i8] = ACTIONS(2992), - [anon_sym_u16] = ACTIONS(2992), - [anon_sym_i16] = ACTIONS(2992), - [anon_sym_u32] = ACTIONS(2992), - [anon_sym_i32] = ACTIONS(2992), - [anon_sym_u64] = ACTIONS(2992), - [anon_sym_i64] = ACTIONS(2992), - [anon_sym_u128] = ACTIONS(2992), - [anon_sym_i128] = ACTIONS(2992), - [anon_sym_isize] = ACTIONS(2992), - [anon_sym_usize] = ACTIONS(2992), - [anon_sym_f32] = ACTIONS(2992), - [anon_sym_f64] = ACTIONS(2992), - [anon_sym_bool] = ACTIONS(2992), - [anon_sym_str] = ACTIONS(2992), - [anon_sym_char] = ACTIONS(2992), - [anon_sym_DASH] = ACTIONS(2990), - [anon_sym_BANG] = ACTIONS(2990), - [anon_sym_AMP] = ACTIONS(2990), - [anon_sym_PIPE] = ACTIONS(2990), - [anon_sym_LT] = ACTIONS(2990), - [anon_sym_DOT_DOT] = ACTIONS(2990), - [anon_sym_COLON_COLON] = ACTIONS(2990), - [anon_sym_POUND] = ACTIONS(2990), - [anon_sym_SQUOTE] = ACTIONS(2992), - [anon_sym_async] = ACTIONS(2992), - [anon_sym_break] = ACTIONS(2992), - [anon_sym_const] = ACTIONS(2992), - [anon_sym_continue] = ACTIONS(2992), - [anon_sym_default] = ACTIONS(2992), - [anon_sym_enum] = ACTIONS(2992), - [anon_sym_fn] = ACTIONS(2992), - [anon_sym_for] = ACTIONS(2992), - [anon_sym_gen] = ACTIONS(2992), - [anon_sym_if] = ACTIONS(2992), - [anon_sym_impl] = ACTIONS(2992), - [anon_sym_let] = ACTIONS(2992), - [anon_sym_loop] = ACTIONS(2992), - [anon_sym_match] = ACTIONS(2992), - [anon_sym_mod] = ACTIONS(2992), - [anon_sym_pub] = ACTIONS(2992), - [anon_sym_return] = ACTIONS(2992), - [anon_sym_static] = ACTIONS(2992), - [anon_sym_struct] = ACTIONS(2992), - [anon_sym_trait] = ACTIONS(2992), - [anon_sym_type] = ACTIONS(2992), - [anon_sym_union] = ACTIONS(2992), - [anon_sym_unsafe] = ACTIONS(2992), - [anon_sym_use] = ACTIONS(2992), - [anon_sym_while] = ACTIONS(2992), - [anon_sym_extern] = ACTIONS(2992), - [anon_sym_yield] = ACTIONS(2992), - [anon_sym_move] = ACTIONS(2992), - [anon_sym_try] = ACTIONS(2992), - [sym_integer_literal] = ACTIONS(2990), - [aux_sym_string_literal_token1] = ACTIONS(2990), - [sym_char_literal] = ACTIONS(2990), - [anon_sym_true] = ACTIONS(2992), - [anon_sym_false] = ACTIONS(2992), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2992), - [sym_super] = ACTIONS(2992), - [sym_crate] = ACTIONS(2992), - [sym_metavariable] = ACTIONS(2990), - [sym__raw_string_literal_start] = ACTIONS(2990), - [sym_float_literal] = ACTIONS(2990), + [ts_builtin_sym_end] = ACTIONS(2991), + [sym_identifier] = ACTIONS(2993), + [anon_sym_SEMI] = ACTIONS(2991), + [anon_sym_macro_rules_BANG] = ACTIONS(2991), + [anon_sym_LPAREN] = ACTIONS(2991), + [anon_sym_LBRACK] = ACTIONS(2991), + [anon_sym_LBRACE] = ACTIONS(2991), + [anon_sym_RBRACE] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(2991), + [anon_sym_u8] = ACTIONS(2993), + [anon_sym_i8] = ACTIONS(2993), + [anon_sym_u16] = ACTIONS(2993), + [anon_sym_i16] = ACTIONS(2993), + [anon_sym_u32] = ACTIONS(2993), + [anon_sym_i32] = ACTIONS(2993), + [anon_sym_u64] = ACTIONS(2993), + [anon_sym_i64] = ACTIONS(2993), + [anon_sym_u128] = ACTIONS(2993), + [anon_sym_i128] = ACTIONS(2993), + [anon_sym_isize] = ACTIONS(2993), + [anon_sym_usize] = ACTIONS(2993), + [anon_sym_f32] = ACTIONS(2993), + [anon_sym_f64] = ACTIONS(2993), + [anon_sym_bool] = ACTIONS(2993), + [anon_sym_str] = ACTIONS(2993), + [anon_sym_char] = ACTIONS(2993), + [anon_sym_DASH] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_AMP] = ACTIONS(2991), + [anon_sym_PIPE] = ACTIONS(2991), + [anon_sym_LT] = ACTIONS(2991), + [anon_sym_DOT_DOT] = ACTIONS(2991), + [anon_sym_COLON_COLON] = ACTIONS(2991), + [anon_sym_POUND] = ACTIONS(2991), + [anon_sym_SQUOTE] = ACTIONS(2993), + [anon_sym_async] = ACTIONS(2993), + [anon_sym_break] = ACTIONS(2993), + [anon_sym_const] = ACTIONS(2993), + [anon_sym_continue] = ACTIONS(2993), + [anon_sym_default] = ACTIONS(2993), + [anon_sym_enum] = ACTIONS(2993), + [anon_sym_fn] = ACTIONS(2993), + [anon_sym_for] = ACTIONS(2993), + [anon_sym_gen] = ACTIONS(2993), + [anon_sym_if] = ACTIONS(2993), + [anon_sym_impl] = ACTIONS(2993), + [anon_sym_let] = ACTIONS(2993), + [anon_sym_loop] = ACTIONS(2993), + [anon_sym_match] = ACTIONS(2993), + [anon_sym_mod] = ACTIONS(2993), + [anon_sym_pub] = ACTIONS(2993), + [anon_sym_return] = ACTIONS(2993), + [anon_sym_static] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2993), + [anon_sym_trait] = ACTIONS(2993), + [anon_sym_type] = ACTIONS(2993), + [anon_sym_union] = ACTIONS(2993), + [anon_sym_unsafe] = ACTIONS(2993), + [anon_sym_use] = ACTIONS(2993), + [anon_sym_while] = ACTIONS(2993), + [anon_sym_extern] = ACTIONS(2993), + [anon_sym_yield] = ACTIONS(2993), + [anon_sym_move] = ACTIONS(2993), + [anon_sym_try] = ACTIONS(2993), + [sym_integer_literal] = ACTIONS(2991), + [aux_sym_string_literal_token1] = ACTIONS(2991), + [sym_char_literal] = ACTIONS(2991), + [anon_sym_true] = ACTIONS(2993), + [anon_sym_false] = ACTIONS(2993), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2993), + [sym_super] = ACTIONS(2993), + [sym_crate] = ACTIONS(2993), + [sym_metavariable] = ACTIONS(2991), + [sym__raw_string_literal_start] = ACTIONS(2991), + [sym_float_literal] = ACTIONS(2991), }, [STATE(770)] = { [sym_line_comment] = STATE(770), [sym_block_comment] = STATE(770), - [ts_builtin_sym_end] = ACTIONS(2994), - [sym_identifier] = ACTIONS(2996), - [anon_sym_SEMI] = ACTIONS(2994), - [anon_sym_macro_rules_BANG] = ACTIONS(2994), - [anon_sym_LPAREN] = ACTIONS(2994), - [anon_sym_LBRACK] = ACTIONS(2994), - [anon_sym_LBRACE] = ACTIONS(2994), - [anon_sym_RBRACE] = ACTIONS(2994), - [anon_sym_STAR] = ACTIONS(2994), - [anon_sym_u8] = ACTIONS(2996), - [anon_sym_i8] = ACTIONS(2996), - [anon_sym_u16] = ACTIONS(2996), - [anon_sym_i16] = ACTIONS(2996), - [anon_sym_u32] = ACTIONS(2996), - [anon_sym_i32] = ACTIONS(2996), - [anon_sym_u64] = ACTIONS(2996), - [anon_sym_i64] = ACTIONS(2996), - [anon_sym_u128] = ACTIONS(2996), - [anon_sym_i128] = ACTIONS(2996), - [anon_sym_isize] = ACTIONS(2996), - [anon_sym_usize] = ACTIONS(2996), - [anon_sym_f32] = ACTIONS(2996), - [anon_sym_f64] = ACTIONS(2996), - [anon_sym_bool] = ACTIONS(2996), - [anon_sym_str] = ACTIONS(2996), - [anon_sym_char] = ACTIONS(2996), - [anon_sym_DASH] = ACTIONS(2994), - [anon_sym_BANG] = ACTIONS(2994), - [anon_sym_AMP] = ACTIONS(2994), - [anon_sym_PIPE] = ACTIONS(2994), - [anon_sym_LT] = ACTIONS(2994), - [anon_sym_DOT_DOT] = ACTIONS(2994), - [anon_sym_COLON_COLON] = ACTIONS(2994), - [anon_sym_POUND] = ACTIONS(2994), - [anon_sym_SQUOTE] = ACTIONS(2996), - [anon_sym_async] = ACTIONS(2996), - [anon_sym_break] = ACTIONS(2996), - [anon_sym_const] = ACTIONS(2996), - [anon_sym_continue] = ACTIONS(2996), - [anon_sym_default] = ACTIONS(2996), - [anon_sym_enum] = ACTIONS(2996), - [anon_sym_fn] = ACTIONS(2996), - [anon_sym_for] = ACTIONS(2996), - [anon_sym_gen] = ACTIONS(2996), - [anon_sym_if] = ACTIONS(2996), - [anon_sym_impl] = ACTIONS(2996), - [anon_sym_let] = ACTIONS(2996), - [anon_sym_loop] = ACTIONS(2996), - [anon_sym_match] = ACTIONS(2996), - [anon_sym_mod] = ACTIONS(2996), - [anon_sym_pub] = ACTIONS(2996), - [anon_sym_return] = ACTIONS(2996), - [anon_sym_static] = ACTIONS(2996), - [anon_sym_struct] = ACTIONS(2996), - [anon_sym_trait] = ACTIONS(2996), - [anon_sym_type] = ACTIONS(2996), - [anon_sym_union] = ACTIONS(2996), - [anon_sym_unsafe] = ACTIONS(2996), - [anon_sym_use] = ACTIONS(2996), - [anon_sym_while] = ACTIONS(2996), - [anon_sym_extern] = ACTIONS(2996), - [anon_sym_yield] = ACTIONS(2996), - [anon_sym_move] = ACTIONS(2996), - [anon_sym_try] = ACTIONS(2996), - [sym_integer_literal] = ACTIONS(2994), - [aux_sym_string_literal_token1] = ACTIONS(2994), - [sym_char_literal] = ACTIONS(2994), - [anon_sym_true] = ACTIONS(2996), - [anon_sym_false] = ACTIONS(2996), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2996), - [sym_super] = ACTIONS(2996), - [sym_crate] = ACTIONS(2996), - [sym_metavariable] = ACTIONS(2994), - [sym__raw_string_literal_start] = ACTIONS(2994), - [sym_float_literal] = ACTIONS(2994), + [ts_builtin_sym_end] = ACTIONS(2995), + [sym_identifier] = ACTIONS(2997), + [anon_sym_SEMI] = ACTIONS(2995), + [anon_sym_macro_rules_BANG] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(2995), + [anon_sym_LBRACE] = ACTIONS(2995), + [anon_sym_RBRACE] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_u8] = ACTIONS(2997), + [anon_sym_i8] = ACTIONS(2997), + [anon_sym_u16] = ACTIONS(2997), + [anon_sym_i16] = ACTIONS(2997), + [anon_sym_u32] = ACTIONS(2997), + [anon_sym_i32] = ACTIONS(2997), + [anon_sym_u64] = ACTIONS(2997), + [anon_sym_i64] = ACTIONS(2997), + [anon_sym_u128] = ACTIONS(2997), + [anon_sym_i128] = ACTIONS(2997), + [anon_sym_isize] = ACTIONS(2997), + [anon_sym_usize] = ACTIONS(2997), + [anon_sym_f32] = ACTIONS(2997), + [anon_sym_f64] = ACTIONS(2997), + [anon_sym_bool] = ACTIONS(2997), + [anon_sym_str] = ACTIONS(2997), + [anon_sym_char] = ACTIONS(2997), + [anon_sym_DASH] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2995), + [anon_sym_PIPE] = ACTIONS(2995), + [anon_sym_LT] = ACTIONS(2995), + [anon_sym_DOT_DOT] = ACTIONS(2995), + [anon_sym_COLON_COLON] = ACTIONS(2995), + [anon_sym_POUND] = ACTIONS(2995), + [anon_sym_SQUOTE] = ACTIONS(2997), + [anon_sym_async] = ACTIONS(2997), + [anon_sym_break] = ACTIONS(2997), + [anon_sym_const] = ACTIONS(2997), + [anon_sym_continue] = ACTIONS(2997), + [anon_sym_default] = ACTIONS(2997), + [anon_sym_enum] = ACTIONS(2997), + [anon_sym_fn] = ACTIONS(2997), + [anon_sym_for] = ACTIONS(2997), + [anon_sym_gen] = ACTIONS(2997), + [anon_sym_if] = ACTIONS(2997), + [anon_sym_impl] = ACTIONS(2997), + [anon_sym_let] = ACTIONS(2997), + [anon_sym_loop] = ACTIONS(2997), + [anon_sym_match] = ACTIONS(2997), + [anon_sym_mod] = ACTIONS(2997), + [anon_sym_pub] = ACTIONS(2997), + [anon_sym_return] = ACTIONS(2997), + [anon_sym_static] = ACTIONS(2997), + [anon_sym_struct] = ACTIONS(2997), + [anon_sym_trait] = ACTIONS(2997), + [anon_sym_type] = ACTIONS(2997), + [anon_sym_union] = ACTIONS(2997), + [anon_sym_unsafe] = ACTIONS(2997), + [anon_sym_use] = ACTIONS(2997), + [anon_sym_while] = ACTIONS(2997), + [anon_sym_extern] = ACTIONS(2997), + [anon_sym_yield] = ACTIONS(2997), + [anon_sym_move] = ACTIONS(2997), + [anon_sym_try] = ACTIONS(2997), + [sym_integer_literal] = ACTIONS(2995), + [aux_sym_string_literal_token1] = ACTIONS(2995), + [sym_char_literal] = ACTIONS(2995), + [anon_sym_true] = ACTIONS(2997), + [anon_sym_false] = ACTIONS(2997), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2997), + [sym_super] = ACTIONS(2997), + [sym_crate] = ACTIONS(2997), + [sym_metavariable] = ACTIONS(2995), + [sym__raw_string_literal_start] = ACTIONS(2995), + [sym_float_literal] = ACTIONS(2995), }, [STATE(771)] = { [sym_line_comment] = STATE(771), [sym_block_comment] = STATE(771), - [ts_builtin_sym_end] = ACTIONS(2998), - [sym_identifier] = ACTIONS(3000), - [anon_sym_SEMI] = ACTIONS(2998), - [anon_sym_macro_rules_BANG] = ACTIONS(2998), - [anon_sym_LPAREN] = ACTIONS(2998), - [anon_sym_LBRACK] = ACTIONS(2998), - [anon_sym_LBRACE] = ACTIONS(2998), - [anon_sym_RBRACE] = ACTIONS(2998), - [anon_sym_STAR] = ACTIONS(2998), - [anon_sym_u8] = ACTIONS(3000), - [anon_sym_i8] = ACTIONS(3000), - [anon_sym_u16] = ACTIONS(3000), - [anon_sym_i16] = ACTIONS(3000), - [anon_sym_u32] = ACTIONS(3000), - [anon_sym_i32] = ACTIONS(3000), - [anon_sym_u64] = ACTIONS(3000), - [anon_sym_i64] = ACTIONS(3000), - [anon_sym_u128] = ACTIONS(3000), - [anon_sym_i128] = ACTIONS(3000), - [anon_sym_isize] = ACTIONS(3000), - [anon_sym_usize] = ACTIONS(3000), - [anon_sym_f32] = ACTIONS(3000), - [anon_sym_f64] = ACTIONS(3000), - [anon_sym_bool] = ACTIONS(3000), - [anon_sym_str] = ACTIONS(3000), - [anon_sym_char] = ACTIONS(3000), - [anon_sym_DASH] = ACTIONS(2998), - [anon_sym_BANG] = ACTIONS(2998), - [anon_sym_AMP] = ACTIONS(2998), - [anon_sym_PIPE] = ACTIONS(2998), - [anon_sym_LT] = ACTIONS(2998), - [anon_sym_DOT_DOT] = ACTIONS(2998), - [anon_sym_COLON_COLON] = ACTIONS(2998), - [anon_sym_POUND] = ACTIONS(2998), - [anon_sym_SQUOTE] = ACTIONS(3000), - [anon_sym_async] = ACTIONS(3000), - [anon_sym_break] = ACTIONS(3000), - [anon_sym_const] = ACTIONS(3000), - [anon_sym_continue] = ACTIONS(3000), - [anon_sym_default] = ACTIONS(3000), - [anon_sym_enum] = ACTIONS(3000), - [anon_sym_fn] = ACTIONS(3000), - [anon_sym_for] = ACTIONS(3000), - [anon_sym_gen] = ACTIONS(3000), - [anon_sym_if] = ACTIONS(3000), - [anon_sym_impl] = ACTIONS(3000), - [anon_sym_let] = ACTIONS(3000), - [anon_sym_loop] = ACTIONS(3000), - [anon_sym_match] = ACTIONS(3000), - [anon_sym_mod] = ACTIONS(3000), - [anon_sym_pub] = ACTIONS(3000), - [anon_sym_return] = ACTIONS(3000), - [anon_sym_static] = ACTIONS(3000), - [anon_sym_struct] = ACTIONS(3000), - [anon_sym_trait] = ACTIONS(3000), - [anon_sym_type] = ACTIONS(3000), - [anon_sym_union] = ACTIONS(3000), - [anon_sym_unsafe] = ACTIONS(3000), - [anon_sym_use] = ACTIONS(3000), - [anon_sym_while] = ACTIONS(3000), - [anon_sym_extern] = ACTIONS(3000), - [anon_sym_yield] = ACTIONS(3000), - [anon_sym_move] = ACTIONS(3000), - [anon_sym_try] = ACTIONS(3000), - [sym_integer_literal] = ACTIONS(2998), - [aux_sym_string_literal_token1] = ACTIONS(2998), - [sym_char_literal] = ACTIONS(2998), - [anon_sym_true] = ACTIONS(3000), - [anon_sym_false] = ACTIONS(3000), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3000), - [sym_super] = ACTIONS(3000), - [sym_crate] = ACTIONS(3000), - [sym_metavariable] = ACTIONS(2998), - [sym__raw_string_literal_start] = ACTIONS(2998), - [sym_float_literal] = ACTIONS(2998), + [ts_builtin_sym_end] = ACTIONS(2999), + [sym_identifier] = ACTIONS(3001), + [anon_sym_SEMI] = ACTIONS(2999), + [anon_sym_macro_rules_BANG] = ACTIONS(2999), + [anon_sym_LPAREN] = ACTIONS(2999), + [anon_sym_LBRACK] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(2999), + [anon_sym_RBRACE] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(2999), + [anon_sym_u8] = ACTIONS(3001), + [anon_sym_i8] = ACTIONS(3001), + [anon_sym_u16] = ACTIONS(3001), + [anon_sym_i16] = ACTIONS(3001), + [anon_sym_u32] = ACTIONS(3001), + [anon_sym_i32] = ACTIONS(3001), + [anon_sym_u64] = ACTIONS(3001), + [anon_sym_i64] = ACTIONS(3001), + [anon_sym_u128] = ACTIONS(3001), + [anon_sym_i128] = ACTIONS(3001), + [anon_sym_isize] = ACTIONS(3001), + [anon_sym_usize] = ACTIONS(3001), + [anon_sym_f32] = ACTIONS(3001), + [anon_sym_f64] = ACTIONS(3001), + [anon_sym_bool] = ACTIONS(3001), + [anon_sym_str] = ACTIONS(3001), + [anon_sym_char] = ACTIONS(3001), + [anon_sym_DASH] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_AMP] = ACTIONS(2999), + [anon_sym_PIPE] = ACTIONS(2999), + [anon_sym_LT] = ACTIONS(2999), + [anon_sym_DOT_DOT] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(2999), + [anon_sym_POUND] = ACTIONS(2999), + [anon_sym_SQUOTE] = ACTIONS(3001), + [anon_sym_async] = ACTIONS(3001), + [anon_sym_break] = ACTIONS(3001), + [anon_sym_const] = ACTIONS(3001), + [anon_sym_continue] = ACTIONS(3001), + [anon_sym_default] = ACTIONS(3001), + [anon_sym_enum] = ACTIONS(3001), + [anon_sym_fn] = ACTIONS(3001), + [anon_sym_for] = ACTIONS(3001), + [anon_sym_gen] = ACTIONS(3001), + [anon_sym_if] = ACTIONS(3001), + [anon_sym_impl] = ACTIONS(3001), + [anon_sym_let] = ACTIONS(3001), + [anon_sym_loop] = ACTIONS(3001), + [anon_sym_match] = ACTIONS(3001), + [anon_sym_mod] = ACTIONS(3001), + [anon_sym_pub] = ACTIONS(3001), + [anon_sym_return] = ACTIONS(3001), + [anon_sym_static] = ACTIONS(3001), + [anon_sym_struct] = ACTIONS(3001), + [anon_sym_trait] = ACTIONS(3001), + [anon_sym_type] = ACTIONS(3001), + [anon_sym_union] = ACTIONS(3001), + [anon_sym_unsafe] = ACTIONS(3001), + [anon_sym_use] = ACTIONS(3001), + [anon_sym_while] = ACTIONS(3001), + [anon_sym_extern] = ACTIONS(3001), + [anon_sym_yield] = ACTIONS(3001), + [anon_sym_move] = ACTIONS(3001), + [anon_sym_try] = ACTIONS(3001), + [sym_integer_literal] = ACTIONS(2999), + [aux_sym_string_literal_token1] = ACTIONS(2999), + [sym_char_literal] = ACTIONS(2999), + [anon_sym_true] = ACTIONS(3001), + [anon_sym_false] = ACTIONS(3001), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3001), + [sym_super] = ACTIONS(3001), + [sym_crate] = ACTIONS(3001), + [sym_metavariable] = ACTIONS(2999), + [sym__raw_string_literal_start] = ACTIONS(2999), + [sym_float_literal] = ACTIONS(2999), }, [STATE(772)] = { [sym_line_comment] = STATE(772), [sym_block_comment] = STATE(772), - [ts_builtin_sym_end] = ACTIONS(3002), - [sym_identifier] = ACTIONS(3004), - [anon_sym_SEMI] = ACTIONS(3002), - [anon_sym_macro_rules_BANG] = ACTIONS(3002), - [anon_sym_LPAREN] = ACTIONS(3002), - [anon_sym_LBRACK] = ACTIONS(3002), - [anon_sym_LBRACE] = ACTIONS(3002), - [anon_sym_RBRACE] = ACTIONS(3002), - [anon_sym_STAR] = ACTIONS(3002), - [anon_sym_u8] = ACTIONS(3004), - [anon_sym_i8] = ACTIONS(3004), - [anon_sym_u16] = ACTIONS(3004), - [anon_sym_i16] = ACTIONS(3004), - [anon_sym_u32] = ACTIONS(3004), - [anon_sym_i32] = ACTIONS(3004), - [anon_sym_u64] = ACTIONS(3004), - [anon_sym_i64] = ACTIONS(3004), - [anon_sym_u128] = ACTIONS(3004), - [anon_sym_i128] = ACTIONS(3004), - [anon_sym_isize] = ACTIONS(3004), - [anon_sym_usize] = ACTIONS(3004), - [anon_sym_f32] = ACTIONS(3004), - [anon_sym_f64] = ACTIONS(3004), - [anon_sym_bool] = ACTIONS(3004), - [anon_sym_str] = ACTIONS(3004), - [anon_sym_char] = ACTIONS(3004), - [anon_sym_DASH] = ACTIONS(3002), - [anon_sym_BANG] = ACTIONS(3002), - [anon_sym_AMP] = ACTIONS(3002), - [anon_sym_PIPE] = ACTIONS(3002), - [anon_sym_LT] = ACTIONS(3002), - [anon_sym_DOT_DOT] = ACTIONS(3002), - [anon_sym_COLON_COLON] = ACTIONS(3002), - [anon_sym_POUND] = ACTIONS(3002), - [anon_sym_SQUOTE] = ACTIONS(3004), - [anon_sym_async] = ACTIONS(3004), - [anon_sym_break] = ACTIONS(3004), - [anon_sym_const] = ACTIONS(3004), - [anon_sym_continue] = ACTIONS(3004), - [anon_sym_default] = ACTIONS(3004), - [anon_sym_enum] = ACTIONS(3004), - [anon_sym_fn] = ACTIONS(3004), - [anon_sym_for] = ACTIONS(3004), - [anon_sym_gen] = ACTIONS(3004), - [anon_sym_if] = ACTIONS(3004), - [anon_sym_impl] = ACTIONS(3004), - [anon_sym_let] = ACTIONS(3004), - [anon_sym_loop] = ACTIONS(3004), - [anon_sym_match] = ACTIONS(3004), - [anon_sym_mod] = ACTIONS(3004), - [anon_sym_pub] = ACTIONS(3004), - [anon_sym_return] = ACTIONS(3004), - [anon_sym_static] = ACTIONS(3004), - [anon_sym_struct] = ACTIONS(3004), - [anon_sym_trait] = ACTIONS(3004), - [anon_sym_type] = ACTIONS(3004), - [anon_sym_union] = ACTIONS(3004), - [anon_sym_unsafe] = ACTIONS(3004), - [anon_sym_use] = ACTIONS(3004), - [anon_sym_while] = ACTIONS(3004), - [anon_sym_extern] = ACTIONS(3004), - [anon_sym_yield] = ACTIONS(3004), - [anon_sym_move] = ACTIONS(3004), - [anon_sym_try] = ACTIONS(3004), - [sym_integer_literal] = ACTIONS(3002), - [aux_sym_string_literal_token1] = ACTIONS(3002), - [sym_char_literal] = ACTIONS(3002), - [anon_sym_true] = ACTIONS(3004), - [anon_sym_false] = ACTIONS(3004), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3004), - [sym_super] = ACTIONS(3004), - [sym_crate] = ACTIONS(3004), - [sym_metavariable] = ACTIONS(3002), - [sym__raw_string_literal_start] = ACTIONS(3002), - [sym_float_literal] = ACTIONS(3002), + [ts_builtin_sym_end] = ACTIONS(3003), + [sym_identifier] = ACTIONS(3005), + [anon_sym_SEMI] = ACTIONS(3003), + [anon_sym_macro_rules_BANG] = ACTIONS(3003), + [anon_sym_LPAREN] = ACTIONS(3003), + [anon_sym_LBRACK] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3003), + [anon_sym_RBRACE] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3003), + [anon_sym_u8] = ACTIONS(3005), + [anon_sym_i8] = ACTIONS(3005), + [anon_sym_u16] = ACTIONS(3005), + [anon_sym_i16] = ACTIONS(3005), + [anon_sym_u32] = ACTIONS(3005), + [anon_sym_i32] = ACTIONS(3005), + [anon_sym_u64] = ACTIONS(3005), + [anon_sym_i64] = ACTIONS(3005), + [anon_sym_u128] = ACTIONS(3005), + [anon_sym_i128] = ACTIONS(3005), + [anon_sym_isize] = ACTIONS(3005), + [anon_sym_usize] = ACTIONS(3005), + [anon_sym_f32] = ACTIONS(3005), + [anon_sym_f64] = ACTIONS(3005), + [anon_sym_bool] = ACTIONS(3005), + [anon_sym_str] = ACTIONS(3005), + [anon_sym_char] = ACTIONS(3005), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_LT] = ACTIONS(3003), + [anon_sym_DOT_DOT] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3003), + [anon_sym_POUND] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), + [anon_sym_async] = ACTIONS(3005), + [anon_sym_break] = ACTIONS(3005), + [anon_sym_const] = ACTIONS(3005), + [anon_sym_continue] = ACTIONS(3005), + [anon_sym_default] = ACTIONS(3005), + [anon_sym_enum] = ACTIONS(3005), + [anon_sym_fn] = ACTIONS(3005), + [anon_sym_for] = ACTIONS(3005), + [anon_sym_gen] = ACTIONS(3005), + [anon_sym_if] = ACTIONS(3005), + [anon_sym_impl] = ACTIONS(3005), + [anon_sym_let] = ACTIONS(3005), + [anon_sym_loop] = ACTIONS(3005), + [anon_sym_match] = ACTIONS(3005), + [anon_sym_mod] = ACTIONS(3005), + [anon_sym_pub] = ACTIONS(3005), + [anon_sym_return] = ACTIONS(3005), + [anon_sym_static] = ACTIONS(3005), + [anon_sym_struct] = ACTIONS(3005), + [anon_sym_trait] = ACTIONS(3005), + [anon_sym_type] = ACTIONS(3005), + [anon_sym_union] = ACTIONS(3005), + [anon_sym_unsafe] = ACTIONS(3005), + [anon_sym_use] = ACTIONS(3005), + [anon_sym_while] = ACTIONS(3005), + [anon_sym_extern] = ACTIONS(3005), + [anon_sym_yield] = ACTIONS(3005), + [anon_sym_move] = ACTIONS(3005), + [anon_sym_try] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [aux_sym_string_literal_token1] = ACTIONS(3003), + [sym_char_literal] = ACTIONS(3003), + [anon_sym_true] = ACTIONS(3005), + [anon_sym_false] = ACTIONS(3005), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3005), + [sym_super] = ACTIONS(3005), + [sym_crate] = ACTIONS(3005), + [sym_metavariable] = ACTIONS(3003), + [sym__raw_string_literal_start] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3003), }, [STATE(773)] = { [sym_line_comment] = STATE(773), [sym_block_comment] = STATE(773), - [ts_builtin_sym_end] = ACTIONS(3006), - [sym_identifier] = ACTIONS(3008), - [anon_sym_SEMI] = ACTIONS(3006), - [anon_sym_macro_rules_BANG] = ACTIONS(3006), - [anon_sym_LPAREN] = ACTIONS(3006), - [anon_sym_LBRACK] = ACTIONS(3006), - [anon_sym_LBRACE] = ACTIONS(3006), - [anon_sym_RBRACE] = ACTIONS(3006), - [anon_sym_STAR] = ACTIONS(3006), - [anon_sym_u8] = ACTIONS(3008), - [anon_sym_i8] = ACTIONS(3008), - [anon_sym_u16] = ACTIONS(3008), - [anon_sym_i16] = ACTIONS(3008), - [anon_sym_u32] = ACTIONS(3008), - [anon_sym_i32] = ACTIONS(3008), - [anon_sym_u64] = ACTIONS(3008), - [anon_sym_i64] = ACTIONS(3008), - [anon_sym_u128] = ACTIONS(3008), - [anon_sym_i128] = ACTIONS(3008), - [anon_sym_isize] = ACTIONS(3008), - [anon_sym_usize] = ACTIONS(3008), - [anon_sym_f32] = ACTIONS(3008), - [anon_sym_f64] = ACTIONS(3008), - [anon_sym_bool] = ACTIONS(3008), - [anon_sym_str] = ACTIONS(3008), - [anon_sym_char] = ACTIONS(3008), - [anon_sym_DASH] = ACTIONS(3006), - [anon_sym_BANG] = ACTIONS(3006), - [anon_sym_AMP] = ACTIONS(3006), - [anon_sym_PIPE] = ACTIONS(3006), - [anon_sym_LT] = ACTIONS(3006), - [anon_sym_DOT_DOT] = ACTIONS(3006), - [anon_sym_COLON_COLON] = ACTIONS(3006), - [anon_sym_POUND] = ACTIONS(3006), - [anon_sym_SQUOTE] = ACTIONS(3008), - [anon_sym_async] = ACTIONS(3008), - [anon_sym_break] = ACTIONS(3008), - [anon_sym_const] = ACTIONS(3008), - [anon_sym_continue] = ACTIONS(3008), - [anon_sym_default] = ACTIONS(3008), - [anon_sym_enum] = ACTIONS(3008), - [anon_sym_fn] = ACTIONS(3008), - [anon_sym_for] = ACTIONS(3008), - [anon_sym_gen] = ACTIONS(3008), - [anon_sym_if] = ACTIONS(3008), - [anon_sym_impl] = ACTIONS(3008), - [anon_sym_let] = ACTIONS(3008), - [anon_sym_loop] = ACTIONS(3008), - [anon_sym_match] = ACTIONS(3008), - [anon_sym_mod] = ACTIONS(3008), - [anon_sym_pub] = ACTIONS(3008), - [anon_sym_return] = ACTIONS(3008), - [anon_sym_static] = ACTIONS(3008), - [anon_sym_struct] = ACTIONS(3008), - [anon_sym_trait] = ACTIONS(3008), - [anon_sym_type] = ACTIONS(3008), - [anon_sym_union] = ACTIONS(3008), - [anon_sym_unsafe] = ACTIONS(3008), - [anon_sym_use] = ACTIONS(3008), - [anon_sym_while] = ACTIONS(3008), - [anon_sym_extern] = ACTIONS(3008), - [anon_sym_yield] = ACTIONS(3008), - [anon_sym_move] = ACTIONS(3008), - [anon_sym_try] = ACTIONS(3008), - [sym_integer_literal] = ACTIONS(3006), - [aux_sym_string_literal_token1] = ACTIONS(3006), - [sym_char_literal] = ACTIONS(3006), - [anon_sym_true] = ACTIONS(3008), - [anon_sym_false] = ACTIONS(3008), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3008), - [sym_super] = ACTIONS(3008), - [sym_crate] = ACTIONS(3008), - [sym_metavariable] = ACTIONS(3006), - [sym__raw_string_literal_start] = ACTIONS(3006), - [sym_float_literal] = ACTIONS(3006), + [ts_builtin_sym_end] = ACTIONS(3007), + [sym_identifier] = ACTIONS(3009), + [anon_sym_SEMI] = ACTIONS(3007), + [anon_sym_macro_rules_BANG] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_RBRACE] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_u8] = ACTIONS(3009), + [anon_sym_i8] = ACTIONS(3009), + [anon_sym_u16] = ACTIONS(3009), + [anon_sym_i16] = ACTIONS(3009), + [anon_sym_u32] = ACTIONS(3009), + [anon_sym_i32] = ACTIONS(3009), + [anon_sym_u64] = ACTIONS(3009), + [anon_sym_i64] = ACTIONS(3009), + [anon_sym_u128] = ACTIONS(3009), + [anon_sym_i128] = ACTIONS(3009), + [anon_sym_isize] = ACTIONS(3009), + [anon_sym_usize] = ACTIONS(3009), + [anon_sym_f32] = ACTIONS(3009), + [anon_sym_f64] = ACTIONS(3009), + [anon_sym_bool] = ACTIONS(3009), + [anon_sym_str] = ACTIONS(3009), + [anon_sym_char] = ACTIONS(3009), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_DOT_DOT] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3007), + [anon_sym_POUND] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), + [anon_sym_async] = ACTIONS(3009), + [anon_sym_break] = ACTIONS(3009), + [anon_sym_const] = ACTIONS(3009), + [anon_sym_continue] = ACTIONS(3009), + [anon_sym_default] = ACTIONS(3009), + [anon_sym_enum] = ACTIONS(3009), + [anon_sym_fn] = ACTIONS(3009), + [anon_sym_for] = ACTIONS(3009), + [anon_sym_gen] = ACTIONS(3009), + [anon_sym_if] = ACTIONS(3009), + [anon_sym_impl] = ACTIONS(3009), + [anon_sym_let] = ACTIONS(3009), + [anon_sym_loop] = ACTIONS(3009), + [anon_sym_match] = ACTIONS(3009), + [anon_sym_mod] = ACTIONS(3009), + [anon_sym_pub] = ACTIONS(3009), + [anon_sym_return] = ACTIONS(3009), + [anon_sym_static] = ACTIONS(3009), + [anon_sym_struct] = ACTIONS(3009), + [anon_sym_trait] = ACTIONS(3009), + [anon_sym_type] = ACTIONS(3009), + [anon_sym_union] = ACTIONS(3009), + [anon_sym_unsafe] = ACTIONS(3009), + [anon_sym_use] = ACTIONS(3009), + [anon_sym_while] = ACTIONS(3009), + [anon_sym_extern] = ACTIONS(3009), + [anon_sym_yield] = ACTIONS(3009), + [anon_sym_move] = ACTIONS(3009), + [anon_sym_try] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [aux_sym_string_literal_token1] = ACTIONS(3007), + [sym_char_literal] = ACTIONS(3007), + [anon_sym_true] = ACTIONS(3009), + [anon_sym_false] = ACTIONS(3009), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3009), + [sym_super] = ACTIONS(3009), + [sym_crate] = ACTIONS(3009), + [sym_metavariable] = ACTIONS(3007), + [sym__raw_string_literal_start] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), }, [STATE(774)] = { [sym_line_comment] = STATE(774), [sym_block_comment] = STATE(774), - [ts_builtin_sym_end] = ACTIONS(3010), - [sym_identifier] = ACTIONS(3012), - [anon_sym_SEMI] = ACTIONS(3010), - [anon_sym_macro_rules_BANG] = ACTIONS(3010), - [anon_sym_LPAREN] = ACTIONS(3010), - [anon_sym_LBRACK] = ACTIONS(3010), - [anon_sym_LBRACE] = ACTIONS(3010), - [anon_sym_RBRACE] = ACTIONS(3010), - [anon_sym_STAR] = ACTIONS(3010), - [anon_sym_u8] = ACTIONS(3012), - [anon_sym_i8] = ACTIONS(3012), - [anon_sym_u16] = ACTIONS(3012), - [anon_sym_i16] = ACTIONS(3012), - [anon_sym_u32] = ACTIONS(3012), - [anon_sym_i32] = ACTIONS(3012), - [anon_sym_u64] = ACTIONS(3012), - [anon_sym_i64] = ACTIONS(3012), - [anon_sym_u128] = ACTIONS(3012), - [anon_sym_i128] = ACTIONS(3012), - [anon_sym_isize] = ACTIONS(3012), - [anon_sym_usize] = ACTIONS(3012), - [anon_sym_f32] = ACTIONS(3012), - [anon_sym_f64] = ACTIONS(3012), - [anon_sym_bool] = ACTIONS(3012), - [anon_sym_str] = ACTIONS(3012), - [anon_sym_char] = ACTIONS(3012), - [anon_sym_DASH] = ACTIONS(3010), - [anon_sym_BANG] = ACTIONS(3010), - [anon_sym_AMP] = ACTIONS(3010), - [anon_sym_PIPE] = ACTIONS(3010), - [anon_sym_LT] = ACTIONS(3010), - [anon_sym_DOT_DOT] = ACTIONS(3010), - [anon_sym_COLON_COLON] = ACTIONS(3010), - [anon_sym_POUND] = ACTIONS(3010), - [anon_sym_SQUOTE] = ACTIONS(3012), - [anon_sym_async] = ACTIONS(3012), - [anon_sym_break] = ACTIONS(3012), - [anon_sym_const] = ACTIONS(3012), - [anon_sym_continue] = ACTIONS(3012), - [anon_sym_default] = ACTIONS(3012), - [anon_sym_enum] = ACTIONS(3012), - [anon_sym_fn] = ACTIONS(3012), - [anon_sym_for] = ACTIONS(3012), - [anon_sym_gen] = ACTIONS(3012), - [anon_sym_if] = ACTIONS(3012), - [anon_sym_impl] = ACTIONS(3012), - [anon_sym_let] = ACTIONS(3012), - [anon_sym_loop] = ACTIONS(3012), - [anon_sym_match] = ACTIONS(3012), - [anon_sym_mod] = ACTIONS(3012), - [anon_sym_pub] = ACTIONS(3012), - [anon_sym_return] = ACTIONS(3012), - [anon_sym_static] = ACTIONS(3012), - [anon_sym_struct] = ACTIONS(3012), - [anon_sym_trait] = ACTIONS(3012), - [anon_sym_type] = ACTIONS(3012), - [anon_sym_union] = ACTIONS(3012), - [anon_sym_unsafe] = ACTIONS(3012), - [anon_sym_use] = ACTIONS(3012), - [anon_sym_while] = ACTIONS(3012), - [anon_sym_extern] = ACTIONS(3012), - [anon_sym_yield] = ACTIONS(3012), - [anon_sym_move] = ACTIONS(3012), - [anon_sym_try] = ACTIONS(3012), - [sym_integer_literal] = ACTIONS(3010), - [aux_sym_string_literal_token1] = ACTIONS(3010), - [sym_char_literal] = ACTIONS(3010), - [anon_sym_true] = ACTIONS(3012), - [anon_sym_false] = ACTIONS(3012), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3012), - [sym_super] = ACTIONS(3012), - [sym_crate] = ACTIONS(3012), - [sym_metavariable] = ACTIONS(3010), - [sym__raw_string_literal_start] = ACTIONS(3010), - [sym_float_literal] = ACTIONS(3010), + [ts_builtin_sym_end] = ACTIONS(3011), + [sym_identifier] = ACTIONS(3013), + [anon_sym_SEMI] = ACTIONS(3011), + [anon_sym_macro_rules_BANG] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_RBRACE] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_u8] = ACTIONS(3013), + [anon_sym_i8] = ACTIONS(3013), + [anon_sym_u16] = ACTIONS(3013), + [anon_sym_i16] = ACTIONS(3013), + [anon_sym_u32] = ACTIONS(3013), + [anon_sym_i32] = ACTIONS(3013), + [anon_sym_u64] = ACTIONS(3013), + [anon_sym_i64] = ACTIONS(3013), + [anon_sym_u128] = ACTIONS(3013), + [anon_sym_i128] = ACTIONS(3013), + [anon_sym_isize] = ACTIONS(3013), + [anon_sym_usize] = ACTIONS(3013), + [anon_sym_f32] = ACTIONS(3013), + [anon_sym_f64] = ACTIONS(3013), + [anon_sym_bool] = ACTIONS(3013), + [anon_sym_str] = ACTIONS(3013), + [anon_sym_char] = ACTIONS(3013), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(3011), + [anon_sym_POUND] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [anon_sym_async] = ACTIONS(3013), + [anon_sym_break] = ACTIONS(3013), + [anon_sym_const] = ACTIONS(3013), + [anon_sym_continue] = ACTIONS(3013), + [anon_sym_default] = ACTIONS(3013), + [anon_sym_enum] = ACTIONS(3013), + [anon_sym_fn] = ACTIONS(3013), + [anon_sym_for] = ACTIONS(3013), + [anon_sym_gen] = ACTIONS(3013), + [anon_sym_if] = ACTIONS(3013), + [anon_sym_impl] = ACTIONS(3013), + [anon_sym_let] = ACTIONS(3013), + [anon_sym_loop] = ACTIONS(3013), + [anon_sym_match] = ACTIONS(3013), + [anon_sym_mod] = ACTIONS(3013), + [anon_sym_pub] = ACTIONS(3013), + [anon_sym_return] = ACTIONS(3013), + [anon_sym_static] = ACTIONS(3013), + [anon_sym_struct] = ACTIONS(3013), + [anon_sym_trait] = ACTIONS(3013), + [anon_sym_type] = ACTIONS(3013), + [anon_sym_union] = ACTIONS(3013), + [anon_sym_unsafe] = ACTIONS(3013), + [anon_sym_use] = ACTIONS(3013), + [anon_sym_while] = ACTIONS(3013), + [anon_sym_extern] = ACTIONS(3013), + [anon_sym_yield] = ACTIONS(3013), + [anon_sym_move] = ACTIONS(3013), + [anon_sym_try] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [aux_sym_string_literal_token1] = ACTIONS(3011), + [sym_char_literal] = ACTIONS(3011), + [anon_sym_true] = ACTIONS(3013), + [anon_sym_false] = ACTIONS(3013), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3013), + [sym_super] = ACTIONS(3013), + [sym_crate] = ACTIONS(3013), + [sym_metavariable] = ACTIONS(3011), + [sym__raw_string_literal_start] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), }, [STATE(775)] = { + [sym_empty_statement] = STATE(1117), + [sym_macro_definition] = STATE(1117), + [sym_attribute_item] = STATE(1117), + [sym_inner_attribute_item] = STATE(1117), + [sym_mod_item] = STATE(1117), + [sym_foreign_mod_item] = STATE(1117), + [sym_struct_item] = STATE(1117), + [sym_union_item] = STATE(1117), + [sym_enum_item] = STATE(1117), + [sym_extern_crate_declaration] = STATE(1117), + [sym_const_item] = STATE(1117), + [sym_static_item] = STATE(1117), + [sym_type_item] = STATE(1117), + [sym_function_item] = STATE(1117), + [sym_function_signature_item] = STATE(1117), + [sym_function_modifiers] = STATE(3780), + [sym_impl_item] = STATE(1117), + [sym_trait_item] = STATE(1117), + [sym_associated_type] = STATE(1117), + [sym_let_declaration] = STATE(1117), + [sym_use_declaration] = STATE(1117), + [sym_extern_modifier] = STATE(2190), + [sym_visibility_modifier] = STATE(2023), + [sym_bracketed_type] = STATE(3737), + [sym_generic_type_with_turbofish] = STATE(3801), + [sym_macro_invocation] = STATE(1117), + [sym_scoped_identifier] = STATE(3458), [sym_line_comment] = STATE(775), [sym_block_comment] = STATE(775), - [ts_builtin_sym_end] = ACTIONS(3014), - [sym_identifier] = ACTIONS(3016), - [anon_sym_SEMI] = ACTIONS(3014), - [anon_sym_macro_rules_BANG] = ACTIONS(3014), - [anon_sym_LPAREN] = ACTIONS(3014), - [anon_sym_LBRACK] = ACTIONS(3014), - [anon_sym_LBRACE] = ACTIONS(3014), - [anon_sym_RBRACE] = ACTIONS(3014), - [anon_sym_STAR] = ACTIONS(3014), - [anon_sym_u8] = ACTIONS(3016), - [anon_sym_i8] = ACTIONS(3016), - [anon_sym_u16] = ACTIONS(3016), - [anon_sym_i16] = ACTIONS(3016), - [anon_sym_u32] = ACTIONS(3016), - [anon_sym_i32] = ACTIONS(3016), - [anon_sym_u64] = ACTIONS(3016), - [anon_sym_i64] = ACTIONS(3016), - [anon_sym_u128] = ACTIONS(3016), - [anon_sym_i128] = ACTIONS(3016), - [anon_sym_isize] = ACTIONS(3016), - [anon_sym_usize] = ACTIONS(3016), - [anon_sym_f32] = ACTIONS(3016), - [anon_sym_f64] = ACTIONS(3016), - [anon_sym_bool] = ACTIONS(3016), - [anon_sym_str] = ACTIONS(3016), - [anon_sym_char] = ACTIONS(3016), - [anon_sym_DASH] = ACTIONS(3014), - [anon_sym_BANG] = ACTIONS(3014), - [anon_sym_AMP] = ACTIONS(3014), - [anon_sym_PIPE] = ACTIONS(3014), - [anon_sym_LT] = ACTIONS(3014), - [anon_sym_DOT_DOT] = ACTIONS(3014), - [anon_sym_COLON_COLON] = ACTIONS(3014), - [anon_sym_POUND] = ACTIONS(3014), - [anon_sym_SQUOTE] = ACTIONS(3016), - [anon_sym_async] = ACTIONS(3016), - [anon_sym_break] = ACTIONS(3016), - [anon_sym_const] = ACTIONS(3016), - [anon_sym_continue] = ACTIONS(3016), - [anon_sym_default] = ACTIONS(3016), - [anon_sym_enum] = ACTIONS(3016), - [anon_sym_fn] = ACTIONS(3016), - [anon_sym_for] = ACTIONS(3016), - [anon_sym_gen] = ACTIONS(3016), - [anon_sym_if] = ACTIONS(3016), - [anon_sym_impl] = ACTIONS(3016), - [anon_sym_let] = ACTIONS(3016), - [anon_sym_loop] = ACTIONS(3016), - [anon_sym_match] = ACTIONS(3016), - [anon_sym_mod] = ACTIONS(3016), - [anon_sym_pub] = ACTIONS(3016), - [anon_sym_return] = ACTIONS(3016), - [anon_sym_static] = ACTIONS(3016), - [anon_sym_struct] = ACTIONS(3016), - [anon_sym_trait] = ACTIONS(3016), - [anon_sym_type] = ACTIONS(3016), - [anon_sym_union] = ACTIONS(3016), - [anon_sym_unsafe] = ACTIONS(3016), - [anon_sym_use] = ACTIONS(3016), - [anon_sym_while] = ACTIONS(3016), - [anon_sym_extern] = ACTIONS(3016), - [anon_sym_yield] = ACTIONS(3016), - [anon_sym_move] = ACTIONS(3016), - [anon_sym_try] = ACTIONS(3016), - [sym_integer_literal] = ACTIONS(3014), - [aux_sym_string_literal_token1] = ACTIONS(3014), - [sym_char_literal] = ACTIONS(3014), - [anon_sym_true] = ACTIONS(3016), - [anon_sym_false] = ACTIONS(3016), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3016), - [sym_super] = ACTIONS(3016), - [sym_crate] = ACTIONS(3016), - [sym_metavariable] = ACTIONS(3014), - [sym__raw_string_literal_start] = ACTIONS(3014), - [sym_float_literal] = ACTIONS(3014), + [aux_sym_declaration_list_repeat1] = STATE(684), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2538), + [anon_sym_SEMI] = ACTIONS(2540), + [anon_sym_macro_rules_BANG] = ACTIONS(2542), + [anon_sym_RBRACE] = ACTIONS(3015), + [anon_sym_u8] = ACTIONS(2546), + [anon_sym_i8] = ACTIONS(2546), + [anon_sym_u16] = ACTIONS(2546), + [anon_sym_i16] = ACTIONS(2546), + [anon_sym_u32] = ACTIONS(2546), + [anon_sym_i32] = ACTIONS(2546), + [anon_sym_u64] = ACTIONS(2546), + [anon_sym_i64] = ACTIONS(2546), + [anon_sym_u128] = ACTIONS(2546), + [anon_sym_i128] = ACTIONS(2546), + [anon_sym_isize] = ACTIONS(2546), + [anon_sym_usize] = ACTIONS(2546), + [anon_sym_f32] = ACTIONS(2546), + [anon_sym_f64] = ACTIONS(2546), + [anon_sym_bool] = ACTIONS(2546), + [anon_sym_str] = ACTIONS(2546), + [anon_sym_char] = ACTIONS(2546), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2548), + [anon_sym_POUND] = ACTIONS(2550), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(2552), + [anon_sym_default] = ACTIONS(2554), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_fn] = ACTIONS(2558), + [anon_sym_gen] = ACTIONS(2554), + [anon_sym_impl] = ACTIONS(2560), + [anon_sym_let] = ACTIONS(2562), + [anon_sym_mod] = ACTIONS(2564), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2566), + [anon_sym_struct] = ACTIONS(2568), + [anon_sym_trait] = ACTIONS(2570), + [anon_sym_type] = ACTIONS(2572), + [anon_sym_union] = ACTIONS(2574), + [anon_sym_unsafe] = ACTIONS(2576), + [anon_sym_use] = ACTIONS(2578), + [anon_sym_extern] = ACTIONS(2580), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2582), + [sym_super] = ACTIONS(2582), + [sym_crate] = ACTIONS(2584), + [sym_metavariable] = ACTIONS(2586), }, [STATE(776)] = { [sym_line_comment] = STATE(776), [sym_block_comment] = STATE(776), - [ts_builtin_sym_end] = ACTIONS(3018), - [sym_identifier] = ACTIONS(3020), - [anon_sym_SEMI] = ACTIONS(3018), - [anon_sym_macro_rules_BANG] = ACTIONS(3018), - [anon_sym_LPAREN] = ACTIONS(3018), - [anon_sym_LBRACK] = ACTIONS(3018), - [anon_sym_LBRACE] = ACTIONS(3018), - [anon_sym_RBRACE] = ACTIONS(3018), - [anon_sym_STAR] = ACTIONS(3018), - [anon_sym_u8] = ACTIONS(3020), - [anon_sym_i8] = ACTIONS(3020), - [anon_sym_u16] = ACTIONS(3020), - [anon_sym_i16] = ACTIONS(3020), - [anon_sym_u32] = ACTIONS(3020), - [anon_sym_i32] = ACTIONS(3020), - [anon_sym_u64] = ACTIONS(3020), - [anon_sym_i64] = ACTIONS(3020), - [anon_sym_u128] = ACTIONS(3020), - [anon_sym_i128] = ACTIONS(3020), - [anon_sym_isize] = ACTIONS(3020), - [anon_sym_usize] = ACTIONS(3020), - [anon_sym_f32] = ACTIONS(3020), - [anon_sym_f64] = ACTIONS(3020), - [anon_sym_bool] = ACTIONS(3020), - [anon_sym_str] = ACTIONS(3020), - [anon_sym_char] = ACTIONS(3020), - [anon_sym_DASH] = ACTIONS(3018), - [anon_sym_BANG] = ACTIONS(3018), - [anon_sym_AMP] = ACTIONS(3018), - [anon_sym_PIPE] = ACTIONS(3018), - [anon_sym_LT] = ACTIONS(3018), - [anon_sym_DOT_DOT] = ACTIONS(3018), - [anon_sym_COLON_COLON] = ACTIONS(3018), - [anon_sym_POUND] = ACTIONS(3018), - [anon_sym_SQUOTE] = ACTIONS(3020), - [anon_sym_async] = ACTIONS(3020), - [anon_sym_break] = ACTIONS(3020), - [anon_sym_const] = ACTIONS(3020), - [anon_sym_continue] = ACTIONS(3020), - [anon_sym_default] = ACTIONS(3020), - [anon_sym_enum] = ACTIONS(3020), - [anon_sym_fn] = ACTIONS(3020), - [anon_sym_for] = ACTIONS(3020), - [anon_sym_gen] = ACTIONS(3020), - [anon_sym_if] = ACTIONS(3020), - [anon_sym_impl] = ACTIONS(3020), - [anon_sym_let] = ACTIONS(3020), - [anon_sym_loop] = ACTIONS(3020), - [anon_sym_match] = ACTIONS(3020), - [anon_sym_mod] = ACTIONS(3020), - [anon_sym_pub] = ACTIONS(3020), - [anon_sym_return] = ACTIONS(3020), - [anon_sym_static] = ACTIONS(3020), - [anon_sym_struct] = ACTIONS(3020), - [anon_sym_trait] = ACTIONS(3020), - [anon_sym_type] = ACTIONS(3020), - [anon_sym_union] = ACTIONS(3020), - [anon_sym_unsafe] = ACTIONS(3020), - [anon_sym_use] = ACTIONS(3020), - [anon_sym_while] = ACTIONS(3020), - [anon_sym_extern] = ACTIONS(3020), - [anon_sym_yield] = ACTIONS(3020), - [anon_sym_move] = ACTIONS(3020), - [anon_sym_try] = ACTIONS(3020), - [sym_integer_literal] = ACTIONS(3018), - [aux_sym_string_literal_token1] = ACTIONS(3018), - [sym_char_literal] = ACTIONS(3018), - [anon_sym_true] = ACTIONS(3020), - [anon_sym_false] = ACTIONS(3020), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3020), - [sym_super] = ACTIONS(3020), - [sym_crate] = ACTIONS(3020), - [sym_metavariable] = ACTIONS(3018), - [sym__raw_string_literal_start] = ACTIONS(3018), - [sym_float_literal] = ACTIONS(3018), + [ts_builtin_sym_end] = ACTIONS(3017), + [sym_identifier] = ACTIONS(3019), + [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_macro_rules_BANG] = ACTIONS(3017), + [anon_sym_LPAREN] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_LBRACE] = ACTIONS(3017), + [anon_sym_RBRACE] = ACTIONS(3017), + [anon_sym_STAR] = ACTIONS(3017), + [anon_sym_u8] = ACTIONS(3019), + [anon_sym_i8] = ACTIONS(3019), + [anon_sym_u16] = ACTIONS(3019), + [anon_sym_i16] = ACTIONS(3019), + [anon_sym_u32] = ACTIONS(3019), + [anon_sym_i32] = ACTIONS(3019), + [anon_sym_u64] = ACTIONS(3019), + [anon_sym_i64] = ACTIONS(3019), + [anon_sym_u128] = ACTIONS(3019), + [anon_sym_i128] = ACTIONS(3019), + [anon_sym_isize] = ACTIONS(3019), + [anon_sym_usize] = ACTIONS(3019), + [anon_sym_f32] = ACTIONS(3019), + [anon_sym_f64] = ACTIONS(3019), + [anon_sym_bool] = ACTIONS(3019), + [anon_sym_str] = ACTIONS(3019), + [anon_sym_char] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3017), + [anon_sym_BANG] = ACTIONS(3017), + [anon_sym_AMP] = ACTIONS(3017), + [anon_sym_PIPE] = ACTIONS(3017), + [anon_sym_LT] = ACTIONS(3017), + [anon_sym_DOT_DOT] = ACTIONS(3017), + [anon_sym_COLON_COLON] = ACTIONS(3017), + [anon_sym_POUND] = ACTIONS(3017), + [anon_sym_SQUOTE] = ACTIONS(3019), + [anon_sym_async] = ACTIONS(3019), + [anon_sym_break] = ACTIONS(3019), + [anon_sym_const] = ACTIONS(3019), + [anon_sym_continue] = ACTIONS(3019), + [anon_sym_default] = ACTIONS(3019), + [anon_sym_enum] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_for] = ACTIONS(3019), + [anon_sym_gen] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(3019), + [anon_sym_let] = ACTIONS(3019), + [anon_sym_loop] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_mod] = ACTIONS(3019), + [anon_sym_pub] = ACTIONS(3019), + [anon_sym_return] = ACTIONS(3019), + [anon_sym_static] = ACTIONS(3019), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_trait] = ACTIONS(3019), + [anon_sym_type] = ACTIONS(3019), + [anon_sym_union] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_use] = ACTIONS(3019), + [anon_sym_while] = ACTIONS(3019), + [anon_sym_extern] = ACTIONS(3019), + [anon_sym_yield] = ACTIONS(3019), + [anon_sym_move] = ACTIONS(3019), + [anon_sym_try] = ACTIONS(3019), + [sym_integer_literal] = ACTIONS(3017), + [aux_sym_string_literal_token1] = ACTIONS(3017), + [sym_char_literal] = ACTIONS(3017), + [anon_sym_true] = ACTIONS(3019), + [anon_sym_false] = ACTIONS(3019), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3019), + [sym_super] = ACTIONS(3019), + [sym_crate] = ACTIONS(3019), + [sym_metavariable] = ACTIONS(3017), + [sym__raw_string_literal_start] = ACTIONS(3017), + [sym_float_literal] = ACTIONS(3017), }, [STATE(777)] = { [sym_line_comment] = STATE(777), [sym_block_comment] = STATE(777), - [ts_builtin_sym_end] = ACTIONS(3022), - [sym_identifier] = ACTIONS(3024), - [anon_sym_SEMI] = ACTIONS(3022), - [anon_sym_macro_rules_BANG] = ACTIONS(3022), - [anon_sym_LPAREN] = ACTIONS(3022), - [anon_sym_LBRACK] = ACTIONS(3022), - [anon_sym_LBRACE] = ACTIONS(3022), - [anon_sym_RBRACE] = ACTIONS(3022), - [anon_sym_STAR] = ACTIONS(3022), - [anon_sym_u8] = ACTIONS(3024), - [anon_sym_i8] = ACTIONS(3024), - [anon_sym_u16] = ACTIONS(3024), - [anon_sym_i16] = ACTIONS(3024), - [anon_sym_u32] = ACTIONS(3024), - [anon_sym_i32] = ACTIONS(3024), - [anon_sym_u64] = ACTIONS(3024), - [anon_sym_i64] = ACTIONS(3024), - [anon_sym_u128] = ACTIONS(3024), - [anon_sym_i128] = ACTIONS(3024), - [anon_sym_isize] = ACTIONS(3024), - [anon_sym_usize] = ACTIONS(3024), - [anon_sym_f32] = ACTIONS(3024), - [anon_sym_f64] = ACTIONS(3024), - [anon_sym_bool] = ACTIONS(3024), - [anon_sym_str] = ACTIONS(3024), - [anon_sym_char] = ACTIONS(3024), - [anon_sym_DASH] = ACTIONS(3022), - [anon_sym_BANG] = ACTIONS(3022), - [anon_sym_AMP] = ACTIONS(3022), - [anon_sym_PIPE] = ACTIONS(3022), - [anon_sym_LT] = ACTIONS(3022), - [anon_sym_DOT_DOT] = ACTIONS(3022), - [anon_sym_COLON_COLON] = ACTIONS(3022), - [anon_sym_POUND] = ACTIONS(3022), - [anon_sym_SQUOTE] = ACTIONS(3024), - [anon_sym_async] = ACTIONS(3024), - [anon_sym_break] = ACTIONS(3024), - [anon_sym_const] = ACTIONS(3024), - [anon_sym_continue] = ACTIONS(3024), - [anon_sym_default] = ACTIONS(3024), - [anon_sym_enum] = ACTIONS(3024), - [anon_sym_fn] = ACTIONS(3024), - [anon_sym_for] = ACTIONS(3024), - [anon_sym_gen] = ACTIONS(3024), - [anon_sym_if] = ACTIONS(3024), - [anon_sym_impl] = ACTIONS(3024), - [anon_sym_let] = ACTIONS(3024), - [anon_sym_loop] = ACTIONS(3024), - [anon_sym_match] = ACTIONS(3024), - [anon_sym_mod] = ACTIONS(3024), - [anon_sym_pub] = ACTIONS(3024), - [anon_sym_return] = ACTIONS(3024), - [anon_sym_static] = ACTIONS(3024), - [anon_sym_struct] = ACTIONS(3024), - [anon_sym_trait] = ACTIONS(3024), - [anon_sym_type] = ACTIONS(3024), - [anon_sym_union] = ACTIONS(3024), - [anon_sym_unsafe] = ACTIONS(3024), - [anon_sym_use] = ACTIONS(3024), - [anon_sym_while] = ACTIONS(3024), - [anon_sym_extern] = ACTIONS(3024), - [anon_sym_yield] = ACTIONS(3024), - [anon_sym_move] = ACTIONS(3024), - [anon_sym_try] = ACTIONS(3024), - [sym_integer_literal] = ACTIONS(3022), - [aux_sym_string_literal_token1] = ACTIONS(3022), - [sym_char_literal] = ACTIONS(3022), - [anon_sym_true] = ACTIONS(3024), - [anon_sym_false] = ACTIONS(3024), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3024), - [sym_super] = ACTIONS(3024), - [sym_crate] = ACTIONS(3024), - [sym_metavariable] = ACTIONS(3022), - [sym__raw_string_literal_start] = ACTIONS(3022), - [sym_float_literal] = ACTIONS(3022), + [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_STAR] = 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(1469), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_AMP] = ACTIONS(1469), + [anon_sym_PIPE] = ACTIONS(1469), + [anon_sym_LT] = ACTIONS(1469), + [anon_sym_DOT_DOT] = ACTIONS(1469), + [anon_sym_COLON_COLON] = ACTIONS(1469), + [anon_sym_POUND] = ACTIONS(1469), + [anon_sym_SQUOTE] = 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(778)] = { [sym_line_comment] = STATE(778), [sym_block_comment] = STATE(778), - [ts_builtin_sym_end] = ACTIONS(3026), - [sym_identifier] = ACTIONS(3028), - [anon_sym_SEMI] = ACTIONS(3026), - [anon_sym_macro_rules_BANG] = ACTIONS(3026), - [anon_sym_LPAREN] = ACTIONS(3026), - [anon_sym_LBRACK] = ACTIONS(3026), - [anon_sym_LBRACE] = ACTIONS(3026), - [anon_sym_RBRACE] = ACTIONS(3026), - [anon_sym_STAR] = ACTIONS(3026), - [anon_sym_u8] = ACTIONS(3028), - [anon_sym_i8] = ACTIONS(3028), - [anon_sym_u16] = ACTIONS(3028), - [anon_sym_i16] = ACTIONS(3028), - [anon_sym_u32] = ACTIONS(3028), - [anon_sym_i32] = ACTIONS(3028), - [anon_sym_u64] = ACTIONS(3028), - [anon_sym_i64] = ACTIONS(3028), - [anon_sym_u128] = ACTIONS(3028), - [anon_sym_i128] = ACTIONS(3028), - [anon_sym_isize] = ACTIONS(3028), - [anon_sym_usize] = ACTIONS(3028), - [anon_sym_f32] = ACTIONS(3028), - [anon_sym_f64] = ACTIONS(3028), - [anon_sym_bool] = ACTIONS(3028), - [anon_sym_str] = ACTIONS(3028), - [anon_sym_char] = ACTIONS(3028), - [anon_sym_DASH] = ACTIONS(3026), - [anon_sym_BANG] = ACTIONS(3026), - [anon_sym_AMP] = ACTIONS(3026), - [anon_sym_PIPE] = ACTIONS(3026), - [anon_sym_LT] = ACTIONS(3026), - [anon_sym_DOT_DOT] = ACTIONS(3026), - [anon_sym_COLON_COLON] = ACTIONS(3026), - [anon_sym_POUND] = ACTIONS(3026), - [anon_sym_SQUOTE] = ACTIONS(3028), - [anon_sym_async] = ACTIONS(3028), - [anon_sym_break] = ACTIONS(3028), - [anon_sym_const] = ACTIONS(3028), - [anon_sym_continue] = ACTIONS(3028), - [anon_sym_default] = ACTIONS(3028), - [anon_sym_enum] = ACTIONS(3028), - [anon_sym_fn] = ACTIONS(3028), - [anon_sym_for] = ACTIONS(3028), - [anon_sym_gen] = ACTIONS(3028), - [anon_sym_if] = ACTIONS(3028), - [anon_sym_impl] = ACTIONS(3028), - [anon_sym_let] = ACTIONS(3028), - [anon_sym_loop] = ACTIONS(3028), - [anon_sym_match] = ACTIONS(3028), - [anon_sym_mod] = ACTIONS(3028), - [anon_sym_pub] = ACTIONS(3028), - [anon_sym_return] = ACTIONS(3028), - [anon_sym_static] = ACTIONS(3028), - [anon_sym_struct] = ACTIONS(3028), - [anon_sym_trait] = ACTIONS(3028), - [anon_sym_type] = ACTIONS(3028), - [anon_sym_union] = ACTIONS(3028), - [anon_sym_unsafe] = ACTIONS(3028), - [anon_sym_use] = ACTIONS(3028), - [anon_sym_while] = ACTIONS(3028), - [anon_sym_extern] = ACTIONS(3028), - [anon_sym_yield] = ACTIONS(3028), - [anon_sym_move] = ACTIONS(3028), - [anon_sym_try] = ACTIONS(3028), - [sym_integer_literal] = ACTIONS(3026), - [aux_sym_string_literal_token1] = ACTIONS(3026), - [sym_char_literal] = ACTIONS(3026), - [anon_sym_true] = ACTIONS(3028), - [anon_sym_false] = ACTIONS(3028), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3028), - [sym_super] = ACTIONS(3028), - [sym_crate] = ACTIONS(3028), - [sym_metavariable] = ACTIONS(3026), - [sym__raw_string_literal_start] = ACTIONS(3026), - [sym_float_literal] = ACTIONS(3026), + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3023), + [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_macro_rules_BANG] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_LBRACE] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3021), + [anon_sym_STAR] = ACTIONS(3021), + [anon_sym_u8] = ACTIONS(3023), + [anon_sym_i8] = ACTIONS(3023), + [anon_sym_u16] = ACTIONS(3023), + [anon_sym_i16] = ACTIONS(3023), + [anon_sym_u32] = ACTIONS(3023), + [anon_sym_i32] = ACTIONS(3023), + [anon_sym_u64] = ACTIONS(3023), + [anon_sym_i64] = ACTIONS(3023), + [anon_sym_u128] = ACTIONS(3023), + [anon_sym_i128] = ACTIONS(3023), + [anon_sym_isize] = ACTIONS(3023), + [anon_sym_usize] = ACTIONS(3023), + [anon_sym_f32] = ACTIONS(3023), + [anon_sym_f64] = ACTIONS(3023), + [anon_sym_bool] = ACTIONS(3023), + [anon_sym_str] = ACTIONS(3023), + [anon_sym_char] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3021), + [anon_sym_BANG] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3021), + [anon_sym_PIPE] = ACTIONS(3021), + [anon_sym_LT] = ACTIONS(3021), + [anon_sym_DOT_DOT] = ACTIONS(3021), + [anon_sym_COLON_COLON] = ACTIONS(3021), + [anon_sym_POUND] = ACTIONS(3021), + [anon_sym_SQUOTE] = ACTIONS(3023), + [anon_sym_async] = ACTIONS(3023), + [anon_sym_break] = ACTIONS(3023), + [anon_sym_const] = ACTIONS(3023), + [anon_sym_continue] = ACTIONS(3023), + [anon_sym_default] = ACTIONS(3023), + [anon_sym_enum] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_for] = ACTIONS(3023), + [anon_sym_gen] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_impl] = ACTIONS(3023), + [anon_sym_let] = ACTIONS(3023), + [anon_sym_loop] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_mod] = ACTIONS(3023), + [anon_sym_pub] = ACTIONS(3023), + [anon_sym_return] = ACTIONS(3023), + [anon_sym_static] = ACTIONS(3023), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_trait] = ACTIONS(3023), + [anon_sym_type] = ACTIONS(3023), + [anon_sym_union] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_use] = ACTIONS(3023), + [anon_sym_while] = ACTIONS(3023), + [anon_sym_extern] = ACTIONS(3023), + [anon_sym_yield] = ACTIONS(3023), + [anon_sym_move] = ACTIONS(3023), + [anon_sym_try] = ACTIONS(3023), + [sym_integer_literal] = ACTIONS(3021), + [aux_sym_string_literal_token1] = ACTIONS(3021), + [sym_char_literal] = ACTIONS(3021), + [anon_sym_true] = ACTIONS(3023), + [anon_sym_false] = ACTIONS(3023), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3023), + [sym_super] = ACTIONS(3023), + [sym_crate] = ACTIONS(3023), + [sym_metavariable] = ACTIONS(3021), + [sym__raw_string_literal_start] = ACTIONS(3021), + [sym_float_literal] = ACTIONS(3021), }, [STATE(779)] = { [sym_line_comment] = STATE(779), [sym_block_comment] = STATE(779), - [ts_builtin_sym_end] = ACTIONS(3030), - [sym_identifier] = ACTIONS(3032), - [anon_sym_SEMI] = ACTIONS(3030), - [anon_sym_macro_rules_BANG] = ACTIONS(3030), - [anon_sym_LPAREN] = ACTIONS(3030), - [anon_sym_LBRACK] = ACTIONS(3030), - [anon_sym_LBRACE] = ACTIONS(3030), - [anon_sym_RBRACE] = ACTIONS(3030), - [anon_sym_STAR] = ACTIONS(3030), - [anon_sym_u8] = ACTIONS(3032), - [anon_sym_i8] = ACTIONS(3032), - [anon_sym_u16] = ACTIONS(3032), - [anon_sym_i16] = ACTIONS(3032), - [anon_sym_u32] = ACTIONS(3032), - [anon_sym_i32] = ACTIONS(3032), - [anon_sym_u64] = ACTIONS(3032), - [anon_sym_i64] = ACTIONS(3032), - [anon_sym_u128] = ACTIONS(3032), - [anon_sym_i128] = ACTIONS(3032), - [anon_sym_isize] = ACTIONS(3032), - [anon_sym_usize] = ACTIONS(3032), - [anon_sym_f32] = ACTIONS(3032), - [anon_sym_f64] = ACTIONS(3032), - [anon_sym_bool] = ACTIONS(3032), - [anon_sym_str] = ACTIONS(3032), - [anon_sym_char] = ACTIONS(3032), - [anon_sym_DASH] = ACTIONS(3030), - [anon_sym_BANG] = ACTIONS(3030), - [anon_sym_AMP] = ACTIONS(3030), - [anon_sym_PIPE] = ACTIONS(3030), - [anon_sym_LT] = ACTIONS(3030), - [anon_sym_DOT_DOT] = ACTIONS(3030), - [anon_sym_COLON_COLON] = ACTIONS(3030), - [anon_sym_POUND] = ACTIONS(3030), - [anon_sym_SQUOTE] = ACTIONS(3032), - [anon_sym_async] = ACTIONS(3032), - [anon_sym_break] = ACTIONS(3032), - [anon_sym_const] = ACTIONS(3032), - [anon_sym_continue] = ACTIONS(3032), - [anon_sym_default] = ACTIONS(3032), - [anon_sym_enum] = ACTIONS(3032), - [anon_sym_fn] = ACTIONS(3032), - [anon_sym_for] = ACTIONS(3032), - [anon_sym_gen] = ACTIONS(3032), - [anon_sym_if] = ACTIONS(3032), - [anon_sym_impl] = ACTIONS(3032), - [anon_sym_let] = ACTIONS(3032), - [anon_sym_loop] = ACTIONS(3032), - [anon_sym_match] = ACTIONS(3032), - [anon_sym_mod] = ACTIONS(3032), - [anon_sym_pub] = ACTIONS(3032), - [anon_sym_return] = ACTIONS(3032), - [anon_sym_static] = ACTIONS(3032), - [anon_sym_struct] = ACTIONS(3032), - [anon_sym_trait] = ACTIONS(3032), - [anon_sym_type] = ACTIONS(3032), - [anon_sym_union] = ACTIONS(3032), - [anon_sym_unsafe] = ACTIONS(3032), - [anon_sym_use] = ACTIONS(3032), - [anon_sym_while] = ACTIONS(3032), - [anon_sym_extern] = ACTIONS(3032), - [anon_sym_yield] = ACTIONS(3032), - [anon_sym_move] = ACTIONS(3032), - [anon_sym_try] = ACTIONS(3032), - [sym_integer_literal] = ACTIONS(3030), - [aux_sym_string_literal_token1] = ACTIONS(3030), - [sym_char_literal] = ACTIONS(3030), - [anon_sym_true] = ACTIONS(3032), - [anon_sym_false] = ACTIONS(3032), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3032), - [sym_super] = ACTIONS(3032), - [sym_crate] = ACTIONS(3032), - [sym_metavariable] = ACTIONS(3030), - [sym__raw_string_literal_start] = ACTIONS(3030), - [sym_float_literal] = ACTIONS(3030), + [ts_builtin_sym_end] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3027), + [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_macro_rules_BANG] = ACTIONS(3025), + [anon_sym_LPAREN] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3025), + [anon_sym_LBRACE] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3025), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_u8] = ACTIONS(3027), + [anon_sym_i8] = ACTIONS(3027), + [anon_sym_u16] = ACTIONS(3027), + [anon_sym_i16] = ACTIONS(3027), + [anon_sym_u32] = ACTIONS(3027), + [anon_sym_i32] = ACTIONS(3027), + [anon_sym_u64] = ACTIONS(3027), + [anon_sym_i64] = ACTIONS(3027), + [anon_sym_u128] = ACTIONS(3027), + [anon_sym_i128] = ACTIONS(3027), + [anon_sym_isize] = ACTIONS(3027), + [anon_sym_usize] = ACTIONS(3027), + [anon_sym_f32] = ACTIONS(3027), + [anon_sym_f64] = ACTIONS(3027), + [anon_sym_bool] = ACTIONS(3027), + [anon_sym_str] = ACTIONS(3027), + [anon_sym_char] = ACTIONS(3027), + [anon_sym_DASH] = ACTIONS(3025), + [anon_sym_BANG] = ACTIONS(3025), + [anon_sym_AMP] = ACTIONS(3025), + [anon_sym_PIPE] = ACTIONS(3025), + [anon_sym_LT] = ACTIONS(3025), + [anon_sym_DOT_DOT] = ACTIONS(3025), + [anon_sym_COLON_COLON] = ACTIONS(3025), + [anon_sym_POUND] = ACTIONS(3025), + [anon_sym_SQUOTE] = ACTIONS(3027), + [anon_sym_async] = ACTIONS(3027), + [anon_sym_break] = ACTIONS(3027), + [anon_sym_const] = ACTIONS(3027), + [anon_sym_continue] = ACTIONS(3027), + [anon_sym_default] = ACTIONS(3027), + [anon_sym_enum] = ACTIONS(3027), + [anon_sym_fn] = ACTIONS(3027), + [anon_sym_for] = ACTIONS(3027), + [anon_sym_gen] = ACTIONS(3027), + [anon_sym_if] = ACTIONS(3027), + [anon_sym_impl] = ACTIONS(3027), + [anon_sym_let] = ACTIONS(3027), + [anon_sym_loop] = ACTIONS(3027), + [anon_sym_match] = ACTIONS(3027), + [anon_sym_mod] = ACTIONS(3027), + [anon_sym_pub] = ACTIONS(3027), + [anon_sym_return] = ACTIONS(3027), + [anon_sym_static] = ACTIONS(3027), + [anon_sym_struct] = ACTIONS(3027), + [anon_sym_trait] = ACTIONS(3027), + [anon_sym_type] = ACTIONS(3027), + [anon_sym_union] = ACTIONS(3027), + [anon_sym_unsafe] = ACTIONS(3027), + [anon_sym_use] = ACTIONS(3027), + [anon_sym_while] = ACTIONS(3027), + [anon_sym_extern] = ACTIONS(3027), + [anon_sym_yield] = ACTIONS(3027), + [anon_sym_move] = ACTIONS(3027), + [anon_sym_try] = ACTIONS(3027), + [sym_integer_literal] = ACTIONS(3025), + [aux_sym_string_literal_token1] = ACTIONS(3025), + [sym_char_literal] = ACTIONS(3025), + [anon_sym_true] = ACTIONS(3027), + [anon_sym_false] = ACTIONS(3027), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3027), + [sym_super] = ACTIONS(3027), + [sym_crate] = ACTIONS(3027), + [sym_metavariable] = ACTIONS(3025), + [sym__raw_string_literal_start] = ACTIONS(3025), + [sym_float_literal] = ACTIONS(3025), }, [STATE(780)] = { [sym_line_comment] = STATE(780), [sym_block_comment] = STATE(780), - [ts_builtin_sym_end] = ACTIONS(3034), - [sym_identifier] = ACTIONS(3036), - [anon_sym_SEMI] = ACTIONS(3034), - [anon_sym_macro_rules_BANG] = ACTIONS(3034), - [anon_sym_LPAREN] = ACTIONS(3034), - [anon_sym_LBRACK] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(3034), - [anon_sym_RBRACE] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(3034), - [anon_sym_u8] = ACTIONS(3036), - [anon_sym_i8] = ACTIONS(3036), - [anon_sym_u16] = ACTIONS(3036), - [anon_sym_i16] = ACTIONS(3036), - [anon_sym_u32] = ACTIONS(3036), - [anon_sym_i32] = ACTIONS(3036), - [anon_sym_u64] = ACTIONS(3036), - [anon_sym_i64] = ACTIONS(3036), - [anon_sym_u128] = ACTIONS(3036), - [anon_sym_i128] = ACTIONS(3036), - [anon_sym_isize] = ACTIONS(3036), - [anon_sym_usize] = ACTIONS(3036), - [anon_sym_f32] = ACTIONS(3036), - [anon_sym_f64] = ACTIONS(3036), - [anon_sym_bool] = ACTIONS(3036), - [anon_sym_str] = ACTIONS(3036), - [anon_sym_char] = ACTIONS(3036), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_AMP] = ACTIONS(3034), - [anon_sym_PIPE] = ACTIONS(3034), - [anon_sym_LT] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3034), - [anon_sym_POUND] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [anon_sym_async] = ACTIONS(3036), - [anon_sym_break] = ACTIONS(3036), - [anon_sym_const] = ACTIONS(3036), - [anon_sym_continue] = ACTIONS(3036), - [anon_sym_default] = ACTIONS(3036), - [anon_sym_enum] = ACTIONS(3036), - [anon_sym_fn] = ACTIONS(3036), - [anon_sym_for] = ACTIONS(3036), - [anon_sym_gen] = ACTIONS(3036), - [anon_sym_if] = ACTIONS(3036), - [anon_sym_impl] = ACTIONS(3036), - [anon_sym_let] = ACTIONS(3036), - [anon_sym_loop] = ACTIONS(3036), - [anon_sym_match] = ACTIONS(3036), - [anon_sym_mod] = ACTIONS(3036), - [anon_sym_pub] = ACTIONS(3036), - [anon_sym_return] = ACTIONS(3036), - [anon_sym_static] = ACTIONS(3036), - [anon_sym_struct] = ACTIONS(3036), - [anon_sym_trait] = ACTIONS(3036), - [anon_sym_type] = ACTIONS(3036), - [anon_sym_union] = ACTIONS(3036), - [anon_sym_unsafe] = ACTIONS(3036), - [anon_sym_use] = ACTIONS(3036), - [anon_sym_while] = ACTIONS(3036), - [anon_sym_extern] = ACTIONS(3036), - [anon_sym_yield] = ACTIONS(3036), - [anon_sym_move] = ACTIONS(3036), - [anon_sym_try] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [aux_sym_string_literal_token1] = ACTIONS(3034), - [sym_char_literal] = ACTIONS(3034), - [anon_sym_true] = ACTIONS(3036), - [anon_sym_false] = ACTIONS(3036), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3036), - [sym_super] = ACTIONS(3036), - [sym_crate] = ACTIONS(3036), - [sym_metavariable] = ACTIONS(3034), - [sym__raw_string_literal_start] = ACTIONS(3034), - [sym_float_literal] = ACTIONS(3034), + [ts_builtin_sym_end] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3031), + [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_macro_rules_BANG] = ACTIONS(3029), + [anon_sym_LPAREN] = ACTIONS(3029), + [anon_sym_LBRACK] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(3029), + [anon_sym_u8] = ACTIONS(3031), + [anon_sym_i8] = ACTIONS(3031), + [anon_sym_u16] = ACTIONS(3031), + [anon_sym_i16] = ACTIONS(3031), + [anon_sym_u32] = ACTIONS(3031), + [anon_sym_i32] = ACTIONS(3031), + [anon_sym_u64] = ACTIONS(3031), + [anon_sym_i64] = ACTIONS(3031), + [anon_sym_u128] = ACTIONS(3031), + [anon_sym_i128] = ACTIONS(3031), + [anon_sym_isize] = ACTIONS(3031), + [anon_sym_usize] = ACTIONS(3031), + [anon_sym_f32] = ACTIONS(3031), + [anon_sym_f64] = ACTIONS(3031), + [anon_sym_bool] = ACTIONS(3031), + [anon_sym_str] = ACTIONS(3031), + [anon_sym_char] = ACTIONS(3031), + [anon_sym_DASH] = ACTIONS(3029), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_AMP] = ACTIONS(3029), + [anon_sym_PIPE] = ACTIONS(3029), + [anon_sym_LT] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3029), + [anon_sym_POUND] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), + [anon_sym_async] = ACTIONS(3031), + [anon_sym_break] = ACTIONS(3031), + [anon_sym_const] = ACTIONS(3031), + [anon_sym_continue] = ACTIONS(3031), + [anon_sym_default] = ACTIONS(3031), + [anon_sym_enum] = ACTIONS(3031), + [anon_sym_fn] = ACTIONS(3031), + [anon_sym_for] = ACTIONS(3031), + [anon_sym_gen] = ACTIONS(3031), + [anon_sym_if] = ACTIONS(3031), + [anon_sym_impl] = ACTIONS(3031), + [anon_sym_let] = ACTIONS(3031), + [anon_sym_loop] = ACTIONS(3031), + [anon_sym_match] = ACTIONS(3031), + [anon_sym_mod] = ACTIONS(3031), + [anon_sym_pub] = ACTIONS(3031), + [anon_sym_return] = ACTIONS(3031), + [anon_sym_static] = ACTIONS(3031), + [anon_sym_struct] = ACTIONS(3031), + [anon_sym_trait] = ACTIONS(3031), + [anon_sym_type] = ACTIONS(3031), + [anon_sym_union] = ACTIONS(3031), + [anon_sym_unsafe] = ACTIONS(3031), + [anon_sym_use] = ACTIONS(3031), + [anon_sym_while] = ACTIONS(3031), + [anon_sym_extern] = ACTIONS(3031), + [anon_sym_yield] = ACTIONS(3031), + [anon_sym_move] = ACTIONS(3031), + [anon_sym_try] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [aux_sym_string_literal_token1] = ACTIONS(3029), + [sym_char_literal] = ACTIONS(3029), + [anon_sym_true] = ACTIONS(3031), + [anon_sym_false] = ACTIONS(3031), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3031), + [sym_super] = ACTIONS(3031), + [sym_crate] = ACTIONS(3031), + [sym_metavariable] = ACTIONS(3029), + [sym__raw_string_literal_start] = ACTIONS(3029), + [sym_float_literal] = ACTIONS(3029), }, [STATE(781)] = { [sym_line_comment] = STATE(781), [sym_block_comment] = STATE(781), - [ts_builtin_sym_end] = ACTIONS(3038), - [sym_identifier] = ACTIONS(3040), - [anon_sym_SEMI] = ACTIONS(3038), - [anon_sym_macro_rules_BANG] = ACTIONS(3038), - [anon_sym_LPAREN] = ACTIONS(3038), - [anon_sym_LBRACK] = ACTIONS(3038), - [anon_sym_LBRACE] = ACTIONS(3038), - [anon_sym_RBRACE] = ACTIONS(3038), - [anon_sym_STAR] = ACTIONS(3038), - [anon_sym_u8] = ACTIONS(3040), - [anon_sym_i8] = ACTIONS(3040), - [anon_sym_u16] = ACTIONS(3040), - [anon_sym_i16] = ACTIONS(3040), - [anon_sym_u32] = ACTIONS(3040), - [anon_sym_i32] = ACTIONS(3040), - [anon_sym_u64] = ACTIONS(3040), - [anon_sym_i64] = ACTIONS(3040), - [anon_sym_u128] = ACTIONS(3040), - [anon_sym_i128] = ACTIONS(3040), - [anon_sym_isize] = ACTIONS(3040), - [anon_sym_usize] = ACTIONS(3040), - [anon_sym_f32] = ACTIONS(3040), - [anon_sym_f64] = ACTIONS(3040), - [anon_sym_bool] = ACTIONS(3040), - [anon_sym_str] = ACTIONS(3040), - [anon_sym_char] = ACTIONS(3040), - [anon_sym_DASH] = ACTIONS(3038), - [anon_sym_BANG] = ACTIONS(3038), - [anon_sym_AMP] = ACTIONS(3038), - [anon_sym_PIPE] = ACTIONS(3038), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_DOT_DOT] = ACTIONS(3038), - [anon_sym_COLON_COLON] = ACTIONS(3038), - [anon_sym_POUND] = ACTIONS(3038), - [anon_sym_SQUOTE] = ACTIONS(3040), - [anon_sym_async] = ACTIONS(3040), - [anon_sym_break] = ACTIONS(3040), - [anon_sym_const] = ACTIONS(3040), - [anon_sym_continue] = ACTIONS(3040), - [anon_sym_default] = ACTIONS(3040), - [anon_sym_enum] = ACTIONS(3040), - [anon_sym_fn] = ACTIONS(3040), - [anon_sym_for] = ACTIONS(3040), - [anon_sym_gen] = ACTIONS(3040), - [anon_sym_if] = ACTIONS(3040), - [anon_sym_impl] = ACTIONS(3040), - [anon_sym_let] = ACTIONS(3040), - [anon_sym_loop] = ACTIONS(3040), - [anon_sym_match] = ACTIONS(3040), - [anon_sym_mod] = ACTIONS(3040), - [anon_sym_pub] = ACTIONS(3040), - [anon_sym_return] = ACTIONS(3040), - [anon_sym_static] = ACTIONS(3040), - [anon_sym_struct] = ACTIONS(3040), - [anon_sym_trait] = ACTIONS(3040), - [anon_sym_type] = ACTIONS(3040), - [anon_sym_union] = ACTIONS(3040), - [anon_sym_unsafe] = ACTIONS(3040), - [anon_sym_use] = ACTIONS(3040), - [anon_sym_while] = ACTIONS(3040), - [anon_sym_extern] = ACTIONS(3040), - [anon_sym_yield] = ACTIONS(3040), - [anon_sym_move] = ACTIONS(3040), - [anon_sym_try] = ACTIONS(3040), - [sym_integer_literal] = ACTIONS(3038), - [aux_sym_string_literal_token1] = ACTIONS(3038), - [sym_char_literal] = ACTIONS(3038), - [anon_sym_true] = ACTIONS(3040), - [anon_sym_false] = ACTIONS(3040), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3040), - [sym_super] = ACTIONS(3040), - [sym_crate] = ACTIONS(3040), - [sym_metavariable] = ACTIONS(3038), - [sym__raw_string_literal_start] = ACTIONS(3038), - [sym_float_literal] = ACTIONS(3038), + [ts_builtin_sym_end] = ACTIONS(3033), + [sym_identifier] = ACTIONS(3035), + [anon_sym_SEMI] = ACTIONS(3033), + [anon_sym_macro_rules_BANG] = ACTIONS(3033), + [anon_sym_LPAREN] = ACTIONS(3033), + [anon_sym_LBRACK] = ACTIONS(3033), + [anon_sym_LBRACE] = ACTIONS(3033), + [anon_sym_RBRACE] = ACTIONS(3033), + [anon_sym_STAR] = ACTIONS(3033), + [anon_sym_u8] = ACTIONS(3035), + [anon_sym_i8] = ACTIONS(3035), + [anon_sym_u16] = ACTIONS(3035), + [anon_sym_i16] = ACTIONS(3035), + [anon_sym_u32] = ACTIONS(3035), + [anon_sym_i32] = ACTIONS(3035), + [anon_sym_u64] = ACTIONS(3035), + [anon_sym_i64] = ACTIONS(3035), + [anon_sym_u128] = ACTIONS(3035), + [anon_sym_i128] = ACTIONS(3035), + [anon_sym_isize] = ACTIONS(3035), + [anon_sym_usize] = ACTIONS(3035), + [anon_sym_f32] = ACTIONS(3035), + [anon_sym_f64] = ACTIONS(3035), + [anon_sym_bool] = ACTIONS(3035), + [anon_sym_str] = ACTIONS(3035), + [anon_sym_char] = ACTIONS(3035), + [anon_sym_DASH] = ACTIONS(3033), + [anon_sym_BANG] = ACTIONS(3033), + [anon_sym_AMP] = ACTIONS(3033), + [anon_sym_PIPE] = ACTIONS(3033), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_DOT_DOT] = ACTIONS(3033), + [anon_sym_COLON_COLON] = ACTIONS(3033), + [anon_sym_POUND] = ACTIONS(3033), + [anon_sym_SQUOTE] = ACTIONS(3035), + [anon_sym_async] = ACTIONS(3035), + [anon_sym_break] = ACTIONS(3035), + [anon_sym_const] = ACTIONS(3035), + [anon_sym_continue] = ACTIONS(3035), + [anon_sym_default] = ACTIONS(3035), + [anon_sym_enum] = ACTIONS(3035), + [anon_sym_fn] = ACTIONS(3035), + [anon_sym_for] = ACTIONS(3035), + [anon_sym_gen] = ACTIONS(3035), + [anon_sym_if] = ACTIONS(3035), + [anon_sym_impl] = ACTIONS(3035), + [anon_sym_let] = ACTIONS(3035), + [anon_sym_loop] = ACTIONS(3035), + [anon_sym_match] = ACTIONS(3035), + [anon_sym_mod] = ACTIONS(3035), + [anon_sym_pub] = ACTIONS(3035), + [anon_sym_return] = ACTIONS(3035), + [anon_sym_static] = ACTIONS(3035), + [anon_sym_struct] = ACTIONS(3035), + [anon_sym_trait] = ACTIONS(3035), + [anon_sym_type] = ACTIONS(3035), + [anon_sym_union] = ACTIONS(3035), + [anon_sym_unsafe] = ACTIONS(3035), + [anon_sym_use] = ACTIONS(3035), + [anon_sym_while] = ACTIONS(3035), + [anon_sym_extern] = ACTIONS(3035), + [anon_sym_yield] = ACTIONS(3035), + [anon_sym_move] = ACTIONS(3035), + [anon_sym_try] = ACTIONS(3035), + [sym_integer_literal] = ACTIONS(3033), + [aux_sym_string_literal_token1] = ACTIONS(3033), + [sym_char_literal] = ACTIONS(3033), + [anon_sym_true] = ACTIONS(3035), + [anon_sym_false] = ACTIONS(3035), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3035), + [sym_super] = ACTIONS(3035), + [sym_crate] = ACTIONS(3035), + [sym_metavariable] = ACTIONS(3033), + [sym__raw_string_literal_start] = ACTIONS(3033), + [sym_float_literal] = ACTIONS(3033), }, [STATE(782)] = { [sym_line_comment] = STATE(782), [sym_block_comment] = STATE(782), - [ts_builtin_sym_end] = ACTIONS(3042), - [sym_identifier] = ACTIONS(3044), - [anon_sym_SEMI] = ACTIONS(3042), - [anon_sym_macro_rules_BANG] = ACTIONS(3042), - [anon_sym_LPAREN] = ACTIONS(3042), - [anon_sym_LBRACK] = ACTIONS(3042), - [anon_sym_LBRACE] = ACTIONS(3042), - [anon_sym_RBRACE] = ACTIONS(3042), - [anon_sym_STAR] = ACTIONS(3042), - [anon_sym_u8] = ACTIONS(3044), - [anon_sym_i8] = ACTIONS(3044), - [anon_sym_u16] = ACTIONS(3044), - [anon_sym_i16] = ACTIONS(3044), - [anon_sym_u32] = ACTIONS(3044), - [anon_sym_i32] = ACTIONS(3044), - [anon_sym_u64] = ACTIONS(3044), - [anon_sym_i64] = ACTIONS(3044), - [anon_sym_u128] = ACTIONS(3044), - [anon_sym_i128] = ACTIONS(3044), - [anon_sym_isize] = ACTIONS(3044), - [anon_sym_usize] = ACTIONS(3044), - [anon_sym_f32] = ACTIONS(3044), - [anon_sym_f64] = ACTIONS(3044), - [anon_sym_bool] = ACTIONS(3044), - [anon_sym_str] = ACTIONS(3044), - [anon_sym_char] = ACTIONS(3044), - [anon_sym_DASH] = ACTIONS(3042), - [anon_sym_BANG] = ACTIONS(3042), - [anon_sym_AMP] = ACTIONS(3042), - [anon_sym_PIPE] = ACTIONS(3042), - [anon_sym_LT] = ACTIONS(3042), - [anon_sym_DOT_DOT] = ACTIONS(3042), - [anon_sym_COLON_COLON] = ACTIONS(3042), - [anon_sym_POUND] = ACTIONS(3042), - [anon_sym_SQUOTE] = ACTIONS(3044), - [anon_sym_async] = ACTIONS(3044), - [anon_sym_break] = ACTIONS(3044), - [anon_sym_const] = ACTIONS(3044), - [anon_sym_continue] = ACTIONS(3044), - [anon_sym_default] = ACTIONS(3044), - [anon_sym_enum] = ACTIONS(3044), - [anon_sym_fn] = ACTIONS(3044), - [anon_sym_for] = ACTIONS(3044), - [anon_sym_gen] = ACTIONS(3044), - [anon_sym_if] = ACTIONS(3044), - [anon_sym_impl] = ACTIONS(3044), - [anon_sym_let] = ACTIONS(3044), - [anon_sym_loop] = ACTIONS(3044), - [anon_sym_match] = ACTIONS(3044), - [anon_sym_mod] = ACTIONS(3044), - [anon_sym_pub] = ACTIONS(3044), - [anon_sym_return] = ACTIONS(3044), - [anon_sym_static] = ACTIONS(3044), - [anon_sym_struct] = ACTIONS(3044), - [anon_sym_trait] = ACTIONS(3044), - [anon_sym_type] = ACTIONS(3044), - [anon_sym_union] = ACTIONS(3044), - [anon_sym_unsafe] = ACTIONS(3044), - [anon_sym_use] = ACTIONS(3044), - [anon_sym_while] = ACTIONS(3044), - [anon_sym_extern] = ACTIONS(3044), - [anon_sym_yield] = ACTIONS(3044), - [anon_sym_move] = ACTIONS(3044), - [anon_sym_try] = ACTIONS(3044), - [sym_integer_literal] = ACTIONS(3042), - [aux_sym_string_literal_token1] = ACTIONS(3042), - [sym_char_literal] = ACTIONS(3042), - [anon_sym_true] = ACTIONS(3044), - [anon_sym_false] = ACTIONS(3044), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3044), - [sym_super] = ACTIONS(3044), - [sym_crate] = ACTIONS(3044), - [sym_metavariable] = ACTIONS(3042), - [sym__raw_string_literal_start] = ACTIONS(3042), - [sym_float_literal] = ACTIONS(3042), + [ts_builtin_sym_end] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3039), + [anon_sym_SEMI] = ACTIONS(3037), + [anon_sym_macro_rules_BANG] = ACTIONS(3037), + [anon_sym_LPAREN] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_LBRACE] = ACTIONS(3037), + [anon_sym_RBRACE] = ACTIONS(3037), + [anon_sym_STAR] = ACTIONS(3037), + [anon_sym_u8] = ACTIONS(3039), + [anon_sym_i8] = ACTIONS(3039), + [anon_sym_u16] = ACTIONS(3039), + [anon_sym_i16] = ACTIONS(3039), + [anon_sym_u32] = ACTIONS(3039), + [anon_sym_i32] = ACTIONS(3039), + [anon_sym_u64] = ACTIONS(3039), + [anon_sym_i64] = ACTIONS(3039), + [anon_sym_u128] = ACTIONS(3039), + [anon_sym_i128] = ACTIONS(3039), + [anon_sym_isize] = ACTIONS(3039), + [anon_sym_usize] = ACTIONS(3039), + [anon_sym_f32] = ACTIONS(3039), + [anon_sym_f64] = ACTIONS(3039), + [anon_sym_bool] = ACTIONS(3039), + [anon_sym_str] = ACTIONS(3039), + [anon_sym_char] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3037), + [anon_sym_BANG] = ACTIONS(3037), + [anon_sym_AMP] = ACTIONS(3037), + [anon_sym_PIPE] = ACTIONS(3037), + [anon_sym_LT] = ACTIONS(3037), + [anon_sym_DOT_DOT] = ACTIONS(3037), + [anon_sym_COLON_COLON] = ACTIONS(3037), + [anon_sym_POUND] = ACTIONS(3037), + [anon_sym_SQUOTE] = ACTIONS(3039), + [anon_sym_async] = ACTIONS(3039), + [anon_sym_break] = ACTIONS(3039), + [anon_sym_const] = ACTIONS(3039), + [anon_sym_continue] = ACTIONS(3039), + [anon_sym_default] = ACTIONS(3039), + [anon_sym_enum] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_for] = ACTIONS(3039), + [anon_sym_gen] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_impl] = ACTIONS(3039), + [anon_sym_let] = ACTIONS(3039), + [anon_sym_loop] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_mod] = ACTIONS(3039), + [anon_sym_pub] = ACTIONS(3039), + [anon_sym_return] = ACTIONS(3039), + [anon_sym_static] = ACTIONS(3039), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_trait] = ACTIONS(3039), + [anon_sym_type] = ACTIONS(3039), + [anon_sym_union] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_use] = ACTIONS(3039), + [anon_sym_while] = ACTIONS(3039), + [anon_sym_extern] = ACTIONS(3039), + [anon_sym_yield] = ACTIONS(3039), + [anon_sym_move] = ACTIONS(3039), + [anon_sym_try] = ACTIONS(3039), + [sym_integer_literal] = ACTIONS(3037), + [aux_sym_string_literal_token1] = ACTIONS(3037), + [sym_char_literal] = ACTIONS(3037), + [anon_sym_true] = ACTIONS(3039), + [anon_sym_false] = ACTIONS(3039), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3039), + [sym_super] = ACTIONS(3039), + [sym_crate] = ACTIONS(3039), + [sym_metavariable] = ACTIONS(3037), + [sym__raw_string_literal_start] = ACTIONS(3037), + [sym_float_literal] = ACTIONS(3037), }, [STATE(783)] = { [sym_line_comment] = STATE(783), [sym_block_comment] = STATE(783), - [ts_builtin_sym_end] = ACTIONS(3046), - [sym_identifier] = ACTIONS(3048), - [anon_sym_SEMI] = ACTIONS(3046), - [anon_sym_macro_rules_BANG] = ACTIONS(3046), - [anon_sym_LPAREN] = ACTIONS(3046), - [anon_sym_LBRACK] = ACTIONS(3046), - [anon_sym_LBRACE] = ACTIONS(3046), - [anon_sym_RBRACE] = ACTIONS(3046), - [anon_sym_STAR] = ACTIONS(3046), - [anon_sym_u8] = ACTIONS(3048), - [anon_sym_i8] = ACTIONS(3048), - [anon_sym_u16] = ACTIONS(3048), - [anon_sym_i16] = ACTIONS(3048), - [anon_sym_u32] = ACTIONS(3048), - [anon_sym_i32] = ACTIONS(3048), - [anon_sym_u64] = ACTIONS(3048), - [anon_sym_i64] = ACTIONS(3048), - [anon_sym_u128] = ACTIONS(3048), - [anon_sym_i128] = ACTIONS(3048), - [anon_sym_isize] = ACTIONS(3048), - [anon_sym_usize] = ACTIONS(3048), - [anon_sym_f32] = ACTIONS(3048), - [anon_sym_f64] = ACTIONS(3048), - [anon_sym_bool] = ACTIONS(3048), - [anon_sym_str] = ACTIONS(3048), - [anon_sym_char] = ACTIONS(3048), - [anon_sym_DASH] = ACTIONS(3046), - [anon_sym_BANG] = ACTIONS(3046), - [anon_sym_AMP] = ACTIONS(3046), - [anon_sym_PIPE] = ACTIONS(3046), - [anon_sym_LT] = ACTIONS(3046), - [anon_sym_DOT_DOT] = ACTIONS(3046), - [anon_sym_COLON_COLON] = ACTIONS(3046), - [anon_sym_POUND] = ACTIONS(3046), - [anon_sym_SQUOTE] = ACTIONS(3048), - [anon_sym_async] = ACTIONS(3048), - [anon_sym_break] = ACTIONS(3048), - [anon_sym_const] = ACTIONS(3048), - [anon_sym_continue] = ACTIONS(3048), - [anon_sym_default] = ACTIONS(3048), - [anon_sym_enum] = ACTIONS(3048), - [anon_sym_fn] = ACTIONS(3048), - [anon_sym_for] = ACTIONS(3048), - [anon_sym_gen] = ACTIONS(3048), - [anon_sym_if] = ACTIONS(3048), - [anon_sym_impl] = ACTIONS(3048), - [anon_sym_let] = ACTIONS(3048), - [anon_sym_loop] = ACTIONS(3048), - [anon_sym_match] = ACTIONS(3048), - [anon_sym_mod] = ACTIONS(3048), - [anon_sym_pub] = ACTIONS(3048), - [anon_sym_return] = ACTIONS(3048), - [anon_sym_static] = ACTIONS(3048), - [anon_sym_struct] = ACTIONS(3048), - [anon_sym_trait] = ACTIONS(3048), - [anon_sym_type] = ACTIONS(3048), - [anon_sym_union] = ACTIONS(3048), - [anon_sym_unsafe] = ACTIONS(3048), - [anon_sym_use] = ACTIONS(3048), - [anon_sym_while] = ACTIONS(3048), - [anon_sym_extern] = ACTIONS(3048), - [anon_sym_yield] = ACTIONS(3048), - [anon_sym_move] = ACTIONS(3048), - [anon_sym_try] = ACTIONS(3048), - [sym_integer_literal] = ACTIONS(3046), - [aux_sym_string_literal_token1] = ACTIONS(3046), - [sym_char_literal] = ACTIONS(3046), - [anon_sym_true] = ACTIONS(3048), - [anon_sym_false] = ACTIONS(3048), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3048), - [sym_super] = ACTIONS(3048), - [sym_crate] = ACTIONS(3048), - [sym_metavariable] = ACTIONS(3046), - [sym__raw_string_literal_start] = ACTIONS(3046), - [sym_float_literal] = ACTIONS(3046), + [ts_builtin_sym_end] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3043), + [anon_sym_SEMI] = ACTIONS(3041), + [anon_sym_macro_rules_BANG] = ACTIONS(3041), + [anon_sym_LPAREN] = ACTIONS(3041), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_LBRACE] = ACTIONS(3041), + [anon_sym_RBRACE] = ACTIONS(3041), + [anon_sym_STAR] = ACTIONS(3041), + [anon_sym_u8] = ACTIONS(3043), + [anon_sym_i8] = ACTIONS(3043), + [anon_sym_u16] = ACTIONS(3043), + [anon_sym_i16] = ACTIONS(3043), + [anon_sym_u32] = ACTIONS(3043), + [anon_sym_i32] = ACTIONS(3043), + [anon_sym_u64] = ACTIONS(3043), + [anon_sym_i64] = ACTIONS(3043), + [anon_sym_u128] = ACTIONS(3043), + [anon_sym_i128] = ACTIONS(3043), + [anon_sym_isize] = ACTIONS(3043), + [anon_sym_usize] = ACTIONS(3043), + [anon_sym_f32] = ACTIONS(3043), + [anon_sym_f64] = ACTIONS(3043), + [anon_sym_bool] = ACTIONS(3043), + [anon_sym_str] = ACTIONS(3043), + [anon_sym_char] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3041), + [anon_sym_BANG] = ACTIONS(3041), + [anon_sym_AMP] = ACTIONS(3041), + [anon_sym_PIPE] = ACTIONS(3041), + [anon_sym_LT] = ACTIONS(3041), + [anon_sym_DOT_DOT] = ACTIONS(3041), + [anon_sym_COLON_COLON] = ACTIONS(3041), + [anon_sym_POUND] = ACTIONS(3041), + [anon_sym_SQUOTE] = ACTIONS(3043), + [anon_sym_async] = ACTIONS(3043), + [anon_sym_break] = ACTIONS(3043), + [anon_sym_const] = ACTIONS(3043), + [anon_sym_continue] = ACTIONS(3043), + [anon_sym_default] = ACTIONS(3043), + [anon_sym_enum] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_for] = ACTIONS(3043), + [anon_sym_gen] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_impl] = ACTIONS(3043), + [anon_sym_let] = ACTIONS(3043), + [anon_sym_loop] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_mod] = ACTIONS(3043), + [anon_sym_pub] = ACTIONS(3043), + [anon_sym_return] = ACTIONS(3043), + [anon_sym_static] = ACTIONS(3043), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_trait] = ACTIONS(3043), + [anon_sym_type] = ACTIONS(3043), + [anon_sym_union] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_use] = ACTIONS(3043), + [anon_sym_while] = ACTIONS(3043), + [anon_sym_extern] = ACTIONS(3043), + [anon_sym_yield] = ACTIONS(3043), + [anon_sym_move] = ACTIONS(3043), + [anon_sym_try] = ACTIONS(3043), + [sym_integer_literal] = ACTIONS(3041), + [aux_sym_string_literal_token1] = ACTIONS(3041), + [sym_char_literal] = ACTIONS(3041), + [anon_sym_true] = ACTIONS(3043), + [anon_sym_false] = ACTIONS(3043), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3043), + [sym_super] = ACTIONS(3043), + [sym_crate] = ACTIONS(3043), + [sym_metavariable] = ACTIONS(3041), + [sym__raw_string_literal_start] = ACTIONS(3041), + [sym_float_literal] = ACTIONS(3041), }, [STATE(784)] = { [sym_line_comment] = STATE(784), [sym_block_comment] = STATE(784), - [ts_builtin_sym_end] = ACTIONS(3050), - [sym_identifier] = ACTIONS(3052), - [anon_sym_SEMI] = ACTIONS(3050), - [anon_sym_macro_rules_BANG] = ACTIONS(3050), - [anon_sym_LPAREN] = ACTIONS(3050), - [anon_sym_LBRACK] = ACTIONS(3050), - [anon_sym_LBRACE] = ACTIONS(3050), - [anon_sym_RBRACE] = ACTIONS(3050), - [anon_sym_STAR] = ACTIONS(3050), - [anon_sym_u8] = ACTIONS(3052), - [anon_sym_i8] = ACTIONS(3052), - [anon_sym_u16] = ACTIONS(3052), - [anon_sym_i16] = ACTIONS(3052), - [anon_sym_u32] = ACTIONS(3052), - [anon_sym_i32] = ACTIONS(3052), - [anon_sym_u64] = ACTIONS(3052), - [anon_sym_i64] = ACTIONS(3052), - [anon_sym_u128] = ACTIONS(3052), - [anon_sym_i128] = ACTIONS(3052), - [anon_sym_isize] = ACTIONS(3052), - [anon_sym_usize] = ACTIONS(3052), - [anon_sym_f32] = ACTIONS(3052), - [anon_sym_f64] = ACTIONS(3052), - [anon_sym_bool] = ACTIONS(3052), - [anon_sym_str] = ACTIONS(3052), - [anon_sym_char] = ACTIONS(3052), - [anon_sym_DASH] = ACTIONS(3050), - [anon_sym_BANG] = ACTIONS(3050), - [anon_sym_AMP] = ACTIONS(3050), - [anon_sym_PIPE] = ACTIONS(3050), - [anon_sym_LT] = ACTIONS(3050), - [anon_sym_DOT_DOT] = ACTIONS(3050), - [anon_sym_COLON_COLON] = ACTIONS(3050), - [anon_sym_POUND] = ACTIONS(3050), - [anon_sym_SQUOTE] = ACTIONS(3052), - [anon_sym_async] = ACTIONS(3052), - [anon_sym_break] = ACTIONS(3052), - [anon_sym_const] = ACTIONS(3052), - [anon_sym_continue] = ACTIONS(3052), - [anon_sym_default] = ACTIONS(3052), - [anon_sym_enum] = ACTIONS(3052), - [anon_sym_fn] = ACTIONS(3052), - [anon_sym_for] = ACTIONS(3052), - [anon_sym_gen] = ACTIONS(3052), - [anon_sym_if] = ACTIONS(3052), - [anon_sym_impl] = ACTIONS(3052), - [anon_sym_let] = ACTIONS(3052), - [anon_sym_loop] = ACTIONS(3052), - [anon_sym_match] = ACTIONS(3052), - [anon_sym_mod] = ACTIONS(3052), - [anon_sym_pub] = ACTIONS(3052), - [anon_sym_return] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3052), - [anon_sym_struct] = ACTIONS(3052), - [anon_sym_trait] = ACTIONS(3052), - [anon_sym_type] = ACTIONS(3052), - [anon_sym_union] = ACTIONS(3052), - [anon_sym_unsafe] = ACTIONS(3052), - [anon_sym_use] = ACTIONS(3052), - [anon_sym_while] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3052), - [anon_sym_yield] = ACTIONS(3052), - [anon_sym_move] = ACTIONS(3052), - [anon_sym_try] = ACTIONS(3052), - [sym_integer_literal] = ACTIONS(3050), - [aux_sym_string_literal_token1] = ACTIONS(3050), - [sym_char_literal] = ACTIONS(3050), - [anon_sym_true] = ACTIONS(3052), - [anon_sym_false] = ACTIONS(3052), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3052), - [sym_super] = ACTIONS(3052), - [sym_crate] = ACTIONS(3052), - [sym_metavariable] = ACTIONS(3050), - [sym__raw_string_literal_start] = ACTIONS(3050), - [sym_float_literal] = ACTIONS(3050), + [ts_builtin_sym_end] = ACTIONS(3045), + [sym_identifier] = ACTIONS(3047), + [anon_sym_SEMI] = ACTIONS(3045), + [anon_sym_macro_rules_BANG] = ACTIONS(3045), + [anon_sym_LPAREN] = ACTIONS(3045), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_LBRACE] = ACTIONS(3045), + [anon_sym_RBRACE] = ACTIONS(3045), + [anon_sym_STAR] = ACTIONS(3045), + [anon_sym_u8] = ACTIONS(3047), + [anon_sym_i8] = ACTIONS(3047), + [anon_sym_u16] = ACTIONS(3047), + [anon_sym_i16] = ACTIONS(3047), + [anon_sym_u32] = ACTIONS(3047), + [anon_sym_i32] = ACTIONS(3047), + [anon_sym_u64] = ACTIONS(3047), + [anon_sym_i64] = ACTIONS(3047), + [anon_sym_u128] = ACTIONS(3047), + [anon_sym_i128] = ACTIONS(3047), + [anon_sym_isize] = ACTIONS(3047), + [anon_sym_usize] = ACTIONS(3047), + [anon_sym_f32] = ACTIONS(3047), + [anon_sym_f64] = ACTIONS(3047), + [anon_sym_bool] = ACTIONS(3047), + [anon_sym_str] = ACTIONS(3047), + [anon_sym_char] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3045), + [anon_sym_BANG] = ACTIONS(3045), + [anon_sym_AMP] = ACTIONS(3045), + [anon_sym_PIPE] = ACTIONS(3045), + [anon_sym_LT] = ACTIONS(3045), + [anon_sym_DOT_DOT] = ACTIONS(3045), + [anon_sym_COLON_COLON] = ACTIONS(3045), + [anon_sym_POUND] = ACTIONS(3045), + [anon_sym_SQUOTE] = ACTIONS(3047), + [anon_sym_async] = ACTIONS(3047), + [anon_sym_break] = ACTIONS(3047), + [anon_sym_const] = ACTIONS(3047), + [anon_sym_continue] = ACTIONS(3047), + [anon_sym_default] = ACTIONS(3047), + [anon_sym_enum] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_for] = ACTIONS(3047), + [anon_sym_gen] = ACTIONS(3047), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_impl] = ACTIONS(3047), + [anon_sym_let] = ACTIONS(3047), + [anon_sym_loop] = ACTIONS(3047), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_mod] = ACTIONS(3047), + [anon_sym_pub] = ACTIONS(3047), + [anon_sym_return] = ACTIONS(3047), + [anon_sym_static] = ACTIONS(3047), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_trait] = ACTIONS(3047), + [anon_sym_type] = ACTIONS(3047), + [anon_sym_union] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_use] = ACTIONS(3047), + [anon_sym_while] = ACTIONS(3047), + [anon_sym_extern] = ACTIONS(3047), + [anon_sym_yield] = ACTIONS(3047), + [anon_sym_move] = ACTIONS(3047), + [anon_sym_try] = ACTIONS(3047), + [sym_integer_literal] = ACTIONS(3045), + [aux_sym_string_literal_token1] = ACTIONS(3045), + [sym_char_literal] = ACTIONS(3045), + [anon_sym_true] = ACTIONS(3047), + [anon_sym_false] = ACTIONS(3047), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3047), + [sym_super] = ACTIONS(3047), + [sym_crate] = ACTIONS(3047), + [sym_metavariable] = ACTIONS(3045), + [sym__raw_string_literal_start] = ACTIONS(3045), + [sym_float_literal] = ACTIONS(3045), }, [STATE(785)] = { [sym_line_comment] = STATE(785), [sym_block_comment] = STATE(785), - [ts_builtin_sym_end] = ACTIONS(3054), - [sym_identifier] = ACTIONS(3056), - [anon_sym_SEMI] = ACTIONS(3054), - [anon_sym_macro_rules_BANG] = ACTIONS(3054), - [anon_sym_LPAREN] = ACTIONS(3054), - [anon_sym_LBRACK] = ACTIONS(3054), - [anon_sym_LBRACE] = ACTIONS(3054), - [anon_sym_RBRACE] = ACTIONS(3054), - [anon_sym_STAR] = ACTIONS(3054), - [anon_sym_u8] = ACTIONS(3056), - [anon_sym_i8] = ACTIONS(3056), - [anon_sym_u16] = ACTIONS(3056), - [anon_sym_i16] = ACTIONS(3056), - [anon_sym_u32] = ACTIONS(3056), - [anon_sym_i32] = ACTIONS(3056), - [anon_sym_u64] = ACTIONS(3056), - [anon_sym_i64] = ACTIONS(3056), - [anon_sym_u128] = ACTIONS(3056), - [anon_sym_i128] = ACTIONS(3056), - [anon_sym_isize] = ACTIONS(3056), - [anon_sym_usize] = ACTIONS(3056), - [anon_sym_f32] = ACTIONS(3056), - [anon_sym_f64] = ACTIONS(3056), - [anon_sym_bool] = ACTIONS(3056), - [anon_sym_str] = ACTIONS(3056), - [anon_sym_char] = ACTIONS(3056), - [anon_sym_DASH] = ACTIONS(3054), - [anon_sym_BANG] = ACTIONS(3054), - [anon_sym_AMP] = ACTIONS(3054), - [anon_sym_PIPE] = ACTIONS(3054), - [anon_sym_LT] = ACTIONS(3054), - [anon_sym_DOT_DOT] = ACTIONS(3054), - [anon_sym_COLON_COLON] = ACTIONS(3054), - [anon_sym_POUND] = ACTIONS(3054), - [anon_sym_SQUOTE] = ACTIONS(3056), - [anon_sym_async] = ACTIONS(3056), - [anon_sym_break] = ACTIONS(3056), - [anon_sym_const] = ACTIONS(3056), - [anon_sym_continue] = ACTIONS(3056), - [anon_sym_default] = ACTIONS(3056), - [anon_sym_enum] = ACTIONS(3056), - [anon_sym_fn] = ACTIONS(3056), - [anon_sym_for] = ACTIONS(3056), - [anon_sym_gen] = ACTIONS(3056), - [anon_sym_if] = ACTIONS(3056), - [anon_sym_impl] = ACTIONS(3056), - [anon_sym_let] = ACTIONS(3056), - [anon_sym_loop] = ACTIONS(3056), - [anon_sym_match] = ACTIONS(3056), - [anon_sym_mod] = ACTIONS(3056), - [anon_sym_pub] = ACTIONS(3056), - [anon_sym_return] = ACTIONS(3056), - [anon_sym_static] = ACTIONS(3056), - [anon_sym_struct] = ACTIONS(3056), - [anon_sym_trait] = ACTIONS(3056), - [anon_sym_type] = ACTIONS(3056), - [anon_sym_union] = ACTIONS(3056), - [anon_sym_unsafe] = ACTIONS(3056), - [anon_sym_use] = ACTIONS(3056), - [anon_sym_while] = ACTIONS(3056), - [anon_sym_extern] = ACTIONS(3056), - [anon_sym_yield] = ACTIONS(3056), - [anon_sym_move] = ACTIONS(3056), - [anon_sym_try] = ACTIONS(3056), - [sym_integer_literal] = ACTIONS(3054), - [aux_sym_string_literal_token1] = ACTIONS(3054), - [sym_char_literal] = ACTIONS(3054), - [anon_sym_true] = ACTIONS(3056), - [anon_sym_false] = ACTIONS(3056), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3056), - [sym_super] = ACTIONS(3056), - [sym_crate] = ACTIONS(3056), - [sym_metavariable] = ACTIONS(3054), - [sym__raw_string_literal_start] = ACTIONS(3054), - [sym_float_literal] = ACTIONS(3054), + [ts_builtin_sym_end] = ACTIONS(3049), + [sym_identifier] = ACTIONS(3051), + [anon_sym_SEMI] = ACTIONS(3049), + [anon_sym_macro_rules_BANG] = ACTIONS(3049), + [anon_sym_LPAREN] = ACTIONS(3049), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_RBRACE] = ACTIONS(3049), + [anon_sym_STAR] = ACTIONS(3049), + [anon_sym_u8] = ACTIONS(3051), + [anon_sym_i8] = ACTIONS(3051), + [anon_sym_u16] = ACTIONS(3051), + [anon_sym_i16] = ACTIONS(3051), + [anon_sym_u32] = ACTIONS(3051), + [anon_sym_i32] = ACTIONS(3051), + [anon_sym_u64] = ACTIONS(3051), + [anon_sym_i64] = ACTIONS(3051), + [anon_sym_u128] = ACTIONS(3051), + [anon_sym_i128] = ACTIONS(3051), + [anon_sym_isize] = ACTIONS(3051), + [anon_sym_usize] = ACTIONS(3051), + [anon_sym_f32] = ACTIONS(3051), + [anon_sym_f64] = ACTIONS(3051), + [anon_sym_bool] = ACTIONS(3051), + [anon_sym_str] = ACTIONS(3051), + [anon_sym_char] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3049), + [anon_sym_BANG] = ACTIONS(3049), + [anon_sym_AMP] = ACTIONS(3049), + [anon_sym_PIPE] = ACTIONS(3049), + [anon_sym_LT] = ACTIONS(3049), + [anon_sym_DOT_DOT] = ACTIONS(3049), + [anon_sym_COLON_COLON] = ACTIONS(3049), + [anon_sym_POUND] = ACTIONS(3049), + [anon_sym_SQUOTE] = ACTIONS(3051), + [anon_sym_async] = ACTIONS(3051), + [anon_sym_break] = ACTIONS(3051), + [anon_sym_const] = ACTIONS(3051), + [anon_sym_continue] = ACTIONS(3051), + [anon_sym_default] = ACTIONS(3051), + [anon_sym_enum] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_for] = ACTIONS(3051), + [anon_sym_gen] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_impl] = ACTIONS(3051), + [anon_sym_let] = ACTIONS(3051), + [anon_sym_loop] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_mod] = ACTIONS(3051), + [anon_sym_pub] = ACTIONS(3051), + [anon_sym_return] = ACTIONS(3051), + [anon_sym_static] = ACTIONS(3051), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_trait] = ACTIONS(3051), + [anon_sym_type] = ACTIONS(3051), + [anon_sym_union] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_use] = ACTIONS(3051), + [anon_sym_while] = ACTIONS(3051), + [anon_sym_extern] = ACTIONS(3051), + [anon_sym_yield] = ACTIONS(3051), + [anon_sym_move] = ACTIONS(3051), + [anon_sym_try] = ACTIONS(3051), + [sym_integer_literal] = ACTIONS(3049), + [aux_sym_string_literal_token1] = ACTIONS(3049), + [sym_char_literal] = ACTIONS(3049), + [anon_sym_true] = ACTIONS(3051), + [anon_sym_false] = ACTIONS(3051), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3051), + [sym_super] = ACTIONS(3051), + [sym_crate] = ACTIONS(3051), + [sym_metavariable] = ACTIONS(3049), + [sym__raw_string_literal_start] = ACTIONS(3049), + [sym_float_literal] = ACTIONS(3049), }, [STATE(786)] = { [sym_line_comment] = STATE(786), [sym_block_comment] = STATE(786), - [ts_builtin_sym_end] = ACTIONS(3058), - [sym_identifier] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3058), - [anon_sym_macro_rules_BANG] = ACTIONS(3058), - [anon_sym_LPAREN] = ACTIONS(3058), - [anon_sym_LBRACK] = ACTIONS(3058), - [anon_sym_LBRACE] = ACTIONS(3058), - [anon_sym_RBRACE] = ACTIONS(3058), - [anon_sym_STAR] = ACTIONS(3058), - [anon_sym_u8] = ACTIONS(3060), - [anon_sym_i8] = ACTIONS(3060), - [anon_sym_u16] = ACTIONS(3060), - [anon_sym_i16] = ACTIONS(3060), - [anon_sym_u32] = ACTIONS(3060), - [anon_sym_i32] = ACTIONS(3060), - [anon_sym_u64] = ACTIONS(3060), - [anon_sym_i64] = ACTIONS(3060), - [anon_sym_u128] = ACTIONS(3060), - [anon_sym_i128] = ACTIONS(3060), - [anon_sym_isize] = ACTIONS(3060), - [anon_sym_usize] = ACTIONS(3060), - [anon_sym_f32] = ACTIONS(3060), - [anon_sym_f64] = ACTIONS(3060), - [anon_sym_bool] = ACTIONS(3060), - [anon_sym_str] = ACTIONS(3060), - [anon_sym_char] = ACTIONS(3060), - [anon_sym_DASH] = ACTIONS(3058), - [anon_sym_BANG] = ACTIONS(3058), - [anon_sym_AMP] = ACTIONS(3058), - [anon_sym_PIPE] = ACTIONS(3058), - [anon_sym_LT] = ACTIONS(3058), - [anon_sym_DOT_DOT] = ACTIONS(3058), - [anon_sym_COLON_COLON] = ACTIONS(3058), - [anon_sym_POUND] = ACTIONS(3058), - [anon_sym_SQUOTE] = ACTIONS(3060), - [anon_sym_async] = ACTIONS(3060), - [anon_sym_break] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_continue] = ACTIONS(3060), - [anon_sym_default] = ACTIONS(3060), - [anon_sym_enum] = ACTIONS(3060), - [anon_sym_fn] = ACTIONS(3060), - [anon_sym_for] = ACTIONS(3060), - [anon_sym_gen] = ACTIONS(3060), - [anon_sym_if] = ACTIONS(3060), - [anon_sym_impl] = ACTIONS(3060), - [anon_sym_let] = ACTIONS(3060), - [anon_sym_loop] = ACTIONS(3060), - [anon_sym_match] = ACTIONS(3060), - [anon_sym_mod] = ACTIONS(3060), - [anon_sym_pub] = ACTIONS(3060), - [anon_sym_return] = ACTIONS(3060), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_struct] = ACTIONS(3060), - [anon_sym_trait] = ACTIONS(3060), - [anon_sym_type] = ACTIONS(3060), - [anon_sym_union] = ACTIONS(3060), - [anon_sym_unsafe] = ACTIONS(3060), - [anon_sym_use] = ACTIONS(3060), - [anon_sym_while] = ACTIONS(3060), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym_yield] = ACTIONS(3060), - [anon_sym_move] = ACTIONS(3060), - [anon_sym_try] = ACTIONS(3060), - [sym_integer_literal] = ACTIONS(3058), - [aux_sym_string_literal_token1] = ACTIONS(3058), - [sym_char_literal] = ACTIONS(3058), - [anon_sym_true] = ACTIONS(3060), - [anon_sym_false] = ACTIONS(3060), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3060), - [sym_super] = ACTIONS(3060), - [sym_crate] = ACTIONS(3060), - [sym_metavariable] = ACTIONS(3058), - [sym__raw_string_literal_start] = ACTIONS(3058), - [sym_float_literal] = ACTIONS(3058), + [ts_builtin_sym_end] = ACTIONS(3053), + [sym_identifier] = ACTIONS(3055), + [anon_sym_SEMI] = ACTIONS(3053), + [anon_sym_macro_rules_BANG] = ACTIONS(3053), + [anon_sym_LPAREN] = ACTIONS(3053), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_LBRACE] = ACTIONS(3053), + [anon_sym_RBRACE] = ACTIONS(3053), + [anon_sym_STAR] = ACTIONS(3053), + [anon_sym_u8] = ACTIONS(3055), + [anon_sym_i8] = ACTIONS(3055), + [anon_sym_u16] = ACTIONS(3055), + [anon_sym_i16] = ACTIONS(3055), + [anon_sym_u32] = ACTIONS(3055), + [anon_sym_i32] = ACTIONS(3055), + [anon_sym_u64] = ACTIONS(3055), + [anon_sym_i64] = ACTIONS(3055), + [anon_sym_u128] = ACTIONS(3055), + [anon_sym_i128] = ACTIONS(3055), + [anon_sym_isize] = ACTIONS(3055), + [anon_sym_usize] = ACTIONS(3055), + [anon_sym_f32] = ACTIONS(3055), + [anon_sym_f64] = ACTIONS(3055), + [anon_sym_bool] = ACTIONS(3055), + [anon_sym_str] = ACTIONS(3055), + [anon_sym_char] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3053), + [anon_sym_BANG] = ACTIONS(3053), + [anon_sym_AMP] = ACTIONS(3053), + [anon_sym_PIPE] = ACTIONS(3053), + [anon_sym_LT] = ACTIONS(3053), + [anon_sym_DOT_DOT] = ACTIONS(3053), + [anon_sym_COLON_COLON] = ACTIONS(3053), + [anon_sym_POUND] = ACTIONS(3053), + [anon_sym_SQUOTE] = ACTIONS(3055), + [anon_sym_async] = ACTIONS(3055), + [anon_sym_break] = ACTIONS(3055), + [anon_sym_const] = ACTIONS(3055), + [anon_sym_continue] = ACTIONS(3055), + [anon_sym_default] = ACTIONS(3055), + [anon_sym_enum] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_for] = ACTIONS(3055), + [anon_sym_gen] = ACTIONS(3055), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_impl] = ACTIONS(3055), + [anon_sym_let] = ACTIONS(3055), + [anon_sym_loop] = ACTIONS(3055), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_mod] = ACTIONS(3055), + [anon_sym_pub] = ACTIONS(3055), + [anon_sym_return] = ACTIONS(3055), + [anon_sym_static] = ACTIONS(3055), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_trait] = ACTIONS(3055), + [anon_sym_type] = ACTIONS(3055), + [anon_sym_union] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_use] = ACTIONS(3055), + [anon_sym_while] = ACTIONS(3055), + [anon_sym_extern] = ACTIONS(3055), + [anon_sym_yield] = ACTIONS(3055), + [anon_sym_move] = ACTIONS(3055), + [anon_sym_try] = ACTIONS(3055), + [sym_integer_literal] = ACTIONS(3053), + [aux_sym_string_literal_token1] = ACTIONS(3053), + [sym_char_literal] = ACTIONS(3053), + [anon_sym_true] = ACTIONS(3055), + [anon_sym_false] = ACTIONS(3055), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3055), + [sym_super] = ACTIONS(3055), + [sym_crate] = ACTIONS(3055), + [sym_metavariable] = ACTIONS(3053), + [sym__raw_string_literal_start] = ACTIONS(3053), + [sym_float_literal] = ACTIONS(3053), }, [STATE(787)] = { [sym_line_comment] = STATE(787), [sym_block_comment] = STATE(787), - [ts_builtin_sym_end] = ACTIONS(3062), - [sym_identifier] = ACTIONS(3064), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym_macro_rules_BANG] = ACTIONS(3062), - [anon_sym_LPAREN] = ACTIONS(3062), - [anon_sym_LBRACK] = ACTIONS(3062), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_RBRACE] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_u8] = ACTIONS(3064), - [anon_sym_i8] = ACTIONS(3064), - [anon_sym_u16] = ACTIONS(3064), - [anon_sym_i16] = ACTIONS(3064), - [anon_sym_u32] = ACTIONS(3064), - [anon_sym_i32] = ACTIONS(3064), - [anon_sym_u64] = ACTIONS(3064), - [anon_sym_i64] = ACTIONS(3064), - [anon_sym_u128] = ACTIONS(3064), - [anon_sym_i128] = ACTIONS(3064), - [anon_sym_isize] = ACTIONS(3064), - [anon_sym_usize] = ACTIONS(3064), - [anon_sym_f32] = ACTIONS(3064), - [anon_sym_f64] = ACTIONS(3064), - [anon_sym_bool] = ACTIONS(3064), - [anon_sym_str] = ACTIONS(3064), - [anon_sym_char] = ACTIONS(3064), - [anon_sym_DASH] = ACTIONS(3062), - [anon_sym_BANG] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3062), - [anon_sym_PIPE] = ACTIONS(3062), - [anon_sym_LT] = ACTIONS(3062), - [anon_sym_DOT_DOT] = ACTIONS(3062), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_POUND] = ACTIONS(3062), - [anon_sym_SQUOTE] = ACTIONS(3064), - [anon_sym_async] = ACTIONS(3064), - [anon_sym_break] = ACTIONS(3064), - [anon_sym_const] = ACTIONS(3064), - [anon_sym_continue] = ACTIONS(3064), - [anon_sym_default] = ACTIONS(3064), - [anon_sym_enum] = ACTIONS(3064), - [anon_sym_fn] = ACTIONS(3064), - [anon_sym_for] = ACTIONS(3064), - [anon_sym_gen] = ACTIONS(3064), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_impl] = ACTIONS(3064), - [anon_sym_let] = ACTIONS(3064), - [anon_sym_loop] = ACTIONS(3064), - [anon_sym_match] = ACTIONS(3064), - [anon_sym_mod] = ACTIONS(3064), - [anon_sym_pub] = ACTIONS(3064), - [anon_sym_return] = ACTIONS(3064), - [anon_sym_static] = ACTIONS(3064), - [anon_sym_struct] = ACTIONS(3064), - [anon_sym_trait] = ACTIONS(3064), - [anon_sym_type] = ACTIONS(3064), - [anon_sym_union] = ACTIONS(3064), - [anon_sym_unsafe] = ACTIONS(3064), - [anon_sym_use] = ACTIONS(3064), - [anon_sym_while] = ACTIONS(3064), - [anon_sym_extern] = ACTIONS(3064), - [anon_sym_yield] = ACTIONS(3064), - [anon_sym_move] = ACTIONS(3064), - [anon_sym_try] = ACTIONS(3064), - [sym_integer_literal] = ACTIONS(3062), - [aux_sym_string_literal_token1] = ACTIONS(3062), - [sym_char_literal] = ACTIONS(3062), - [anon_sym_true] = ACTIONS(3064), - [anon_sym_false] = ACTIONS(3064), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3064), - [sym_super] = ACTIONS(3064), - [sym_crate] = ACTIONS(3064), - [sym_metavariable] = ACTIONS(3062), - [sym__raw_string_literal_start] = ACTIONS(3062), - [sym_float_literal] = ACTIONS(3062), + [ts_builtin_sym_end] = ACTIONS(3057), + [sym_identifier] = ACTIONS(3059), + [anon_sym_SEMI] = ACTIONS(3057), + [anon_sym_macro_rules_BANG] = ACTIONS(3057), + [anon_sym_LPAREN] = ACTIONS(3057), + [anon_sym_LBRACK] = ACTIONS(3057), + [anon_sym_LBRACE] = ACTIONS(3057), + [anon_sym_RBRACE] = ACTIONS(3057), + [anon_sym_STAR] = ACTIONS(3057), + [anon_sym_u8] = ACTIONS(3059), + [anon_sym_i8] = ACTIONS(3059), + [anon_sym_u16] = ACTIONS(3059), + [anon_sym_i16] = ACTIONS(3059), + [anon_sym_u32] = ACTIONS(3059), + [anon_sym_i32] = ACTIONS(3059), + [anon_sym_u64] = ACTIONS(3059), + [anon_sym_i64] = ACTIONS(3059), + [anon_sym_u128] = ACTIONS(3059), + [anon_sym_i128] = ACTIONS(3059), + [anon_sym_isize] = ACTIONS(3059), + [anon_sym_usize] = ACTIONS(3059), + [anon_sym_f32] = ACTIONS(3059), + [anon_sym_f64] = ACTIONS(3059), + [anon_sym_bool] = ACTIONS(3059), + [anon_sym_str] = ACTIONS(3059), + [anon_sym_char] = ACTIONS(3059), + [anon_sym_DASH] = ACTIONS(3057), + [anon_sym_BANG] = ACTIONS(3057), + [anon_sym_AMP] = ACTIONS(3057), + [anon_sym_PIPE] = ACTIONS(3057), + [anon_sym_LT] = ACTIONS(3057), + [anon_sym_DOT_DOT] = ACTIONS(3057), + [anon_sym_COLON_COLON] = ACTIONS(3057), + [anon_sym_POUND] = ACTIONS(3057), + [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_async] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_const] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_default] = ACTIONS(3059), + [anon_sym_enum] = ACTIONS(3059), + [anon_sym_fn] = ACTIONS(3059), + [anon_sym_for] = ACTIONS(3059), + [anon_sym_gen] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_impl] = ACTIONS(3059), + [anon_sym_let] = ACTIONS(3059), + [anon_sym_loop] = ACTIONS(3059), + [anon_sym_match] = ACTIONS(3059), + [anon_sym_mod] = ACTIONS(3059), + [anon_sym_pub] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_static] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3059), + [anon_sym_trait] = ACTIONS(3059), + [anon_sym_type] = ACTIONS(3059), + [anon_sym_union] = ACTIONS(3059), + [anon_sym_unsafe] = ACTIONS(3059), + [anon_sym_use] = ACTIONS(3059), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_extern] = ACTIONS(3059), + [anon_sym_yield] = ACTIONS(3059), + [anon_sym_move] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [sym_integer_literal] = ACTIONS(3057), + [aux_sym_string_literal_token1] = ACTIONS(3057), + [sym_char_literal] = ACTIONS(3057), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3059), + [sym_super] = ACTIONS(3059), + [sym_crate] = ACTIONS(3059), + [sym_metavariable] = ACTIONS(3057), + [sym__raw_string_literal_start] = ACTIONS(3057), + [sym_float_literal] = ACTIONS(3057), }, [STATE(788)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_const_parameter] = STATE(2971), - [sym_type_parameter] = STATE(2971), - [sym_lifetime_parameter] = STATE(2971), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2926), - [sym_bracketed_type] = STATE(3752), - [sym_qualified_type] = STATE(3704), - [sym_lifetime] = STATE(2612), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_const_parameter] = STATE(3037), + [sym_type_parameter] = STATE(3037), + [sym_lifetime_parameter] = STATE(3037), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3749), + [sym_qualified_type] = STATE(3792), + [sym_lifetime] = STATE(2600), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(788), [sym_block_comment] = STATE(788), - [aux_sym_enum_variant_list_repeat1] = STATE(2169), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3066), + [aux_sym_enum_variant_list_repeat1] = STATE(2158), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3061), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), [anon_sym_STAR] = ACTIONS(1619), @@ -95704,67 +95701,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3070), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(3072), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(3067), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), - [sym_metavariable] = ACTIONS(3074), + [sym_metavariable] = ACTIONS(3069), }, [STATE(789)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(900), - [sym__type] = STATE(2834), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(955), + [sym__type] = STATE(2621), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(789), [sym_block_comment] = STATE(789), [aux_sym_enum_variant_list_repeat1] = STATE(802), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3078), + [anon_sym_RPAREN] = ACTIONS(3073), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -95782,69 +95779,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), - [anon_sym_COMMA] = ACTIONS(3082), + [anon_sym_COMMA] = ACTIONS(3077), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(790)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(944), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(903), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(790), [sym_block_comment] = STATE(790), - [aux_sym_enum_variant_list_repeat1] = STATE(797), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_enum_variant_list_repeat1] = STATE(798), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_RPAREN] = ACTIONS(3085), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -95862,68 +95859,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(791)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(944), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(903), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(791), [sym_block_comment] = STATE(791), - [aux_sym_enum_variant_list_repeat1] = STATE(797), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_enum_variant_list_repeat1] = STATE(798), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3092), + [anon_sym_RPAREN] = ACTIONS(3087), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -95941,68 +95938,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(792)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(944), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(903), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(792), [sym_block_comment] = STATE(792), - [aux_sym_enum_variant_list_repeat1] = STATE(797), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_enum_variant_list_repeat1] = STATE(798), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3094), + [anon_sym_RPAREN] = ACTIONS(3089), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -96020,68 +96017,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(793)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(944), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(903), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(793), [sym_block_comment] = STATE(793), - [aux_sym_enum_variant_list_repeat1] = STATE(797), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_enum_variant_list_repeat1] = STATE(798), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3096), + [anon_sym_RPAREN] = ACTIONS(3091), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -96099,68 +96096,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(794)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(944), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(903), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(794), [sym_block_comment] = STATE(794), - [aux_sym_enum_variant_list_repeat1] = STATE(797), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_enum_variant_list_repeat1] = STATE(798), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3098), + [anon_sym_RPAREN] = ACTIONS(3093), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -96178,68 +96175,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(795)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(944), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(903), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(795), [sym_block_comment] = STATE(795), - [aux_sym_enum_variant_list_repeat1] = STATE(797), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_enum_variant_list_repeat1] = STATE(798), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3100), + [anon_sym_RPAREN] = ACTIONS(3095), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -96257,64 +96254,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(796)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2708), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2616), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(796), [sym_block_comment] = STATE(796), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3102), [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_RBRACK] = ACTIONS(1561), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), [anon_sym_u16] = ACTIONS(1733), @@ -96332,70 +96329,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(3104), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(1567), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(797)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(904), - [sym__type] = STATE(3063), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2674), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(797), [sym_block_comment] = STATE(797), - [aux_sym_enum_variant_list_repeat1] = STATE(1093), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(3099), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(798)] = { + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(921), + [sym__type] = STATE(3057), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(798), + [sym_block_comment] = STATE(798), + [aux_sym_enum_variant_list_repeat1] = STATE(1101), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -96413,63 +96488,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, - [STATE(798)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2707), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(798), - [sym_block_comment] = STATE(798), + [STATE(799)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2675), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(799), + [sym_block_comment] = STATE(799), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3106), + [anon_sym_RPAREN] = ACTIONS(3101), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -96488,66 +96563,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(799)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2776), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(799), - [sym_block_comment] = STATE(799), + [STATE(800)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2865), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(800), + [sym_block_comment] = STATE(800), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3110), + [anon_sym_RPAREN] = ACTIONS(3105), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -96566,144 +96641,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(3112), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(800)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(944), - [sym__type] = STATE(3026), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(800), - [sym_block_comment] = STATE(800), - [aux_sym_enum_variant_list_repeat1] = STATE(797), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), - [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1623), - [anon_sym_i8] = ACTIONS(1623), - [anon_sym_u16] = ACTIONS(1623), - [anon_sym_i16] = ACTIONS(1623), - [anon_sym_u32] = ACTIONS(1623), - [anon_sym_i32] = ACTIONS(1623), - [anon_sym_u64] = ACTIONS(1623), - [anon_sym_i64] = ACTIONS(1623), - [anon_sym_u128] = ACTIONS(1623), - [anon_sym_i128] = ACTIONS(1623), - [anon_sym_isize] = ACTIONS(1623), - [anon_sym_usize] = ACTIONS(1623), - [anon_sym_f32] = ACTIONS(1623), - [anon_sym_f64] = ACTIONS(1623), - [anon_sym_bool] = ACTIONS(1623), - [anon_sym_str] = ACTIONS(1623), - [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1645), - [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), - [sym_metavariable] = ACTIONS(1647), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(801)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2626), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2633), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(801), [sym_block_comment] = STATE(801), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3114), + [anon_sym_RPAREN] = ACTIONS(3109), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -96722,70 +96719,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(3116), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(802)] = { - [sym_attribute_item] = STATE(1254), - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym_visibility_modifier] = STATE(1012), - [sym__type] = STATE(2681), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(1053), + [sym__type] = STATE(2654), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(802), [sym_block_comment] = STATE(802), - [aux_sym_enum_variant_list_repeat1] = STATE(1093), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_enum_variant_list_repeat1] = STATE(1101), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -96803,64 +96800,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_POUND] = ACTIONS(3068), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_pub] = ACTIONS(3086), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(3088), + [sym_crate] = ACTIONS(3083), [sym_metavariable] = ACTIONS(1647), }, [STATE(803)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2828), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2657), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(803), [sym_block_comment] = STATE(803), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_RBRACK] = ACTIONS(1561), + [anon_sym_RBRACK] = ACTIONS(3113), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), [anon_sym_u16] = ACTIONS(1733), @@ -96878,145 +96875,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(1567), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(804)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2671), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_attribute_item] = STATE(1126), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym_visibility_modifier] = STATE(903), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(804), [sym_block_comment] = STATE(804), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_RBRACK] = ACTIONS(3118), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [aux_sym_enum_variant_list_repeat1] = STATE(798), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1623), + [anon_sym_i8] = ACTIONS(1623), + [anon_sym_u16] = ACTIONS(1623), + [anon_sym_i16] = ACTIONS(1623), + [anon_sym_u32] = ACTIONS(1623), + [anon_sym_i32] = ACTIONS(1623), + [anon_sym_u64] = ACTIONS(1623), + [anon_sym_i64] = ACTIONS(1623), + [anon_sym_u128] = ACTIONS(1623), + [anon_sym_i128] = ACTIONS(1623), + [anon_sym_isize] = ACTIONS(1623), + [anon_sym_usize] = ACTIONS(1623), + [anon_sym_f32] = ACTIONS(1623), + [anon_sym_f64] = ACTIONS(1623), + [anon_sym_bool] = ACTIONS(1623), + [anon_sym_str] = ACTIONS(1623), + [anon_sym_char] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COMMA] = ACTIONS(3120), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [anon_sym_COLON_COLON] = ACTIONS(1629), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_pub] = ACTIONS(3081), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1645), + [sym_super] = ACTIONS(1645), + [sym_crate] = ACTIONS(3083), + [sym_metavariable] = ACTIONS(1647), }, [STATE(805)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(805), [sym_block_comment] = STATE(805), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_RBRACK] = ACTIONS(3122), + [anon_sym_RBRACK] = ACTIONS(3117), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), [anon_sym_u16] = ACTIONS(1733), @@ -97034,65 +97031,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(806)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_parameter] = STATE(3243), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2974), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(806), [sym_block_comment] = STATE(806), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3124), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -97111,65 +97108,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(3119), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3121), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(807)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(807), [sym_block_comment] = STATE(807), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3126), + [anon_sym_RPAREN] = ACTIONS(3123), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -97188,65 +97185,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(808)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(808), [sym_block_comment] = STATE(808), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3128), + [anon_sym_RPAREN] = ACTIONS(3125), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -97265,65 +97262,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(809)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2820), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(809), [sym_block_comment] = STATE(809), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3130), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -97342,66 +97338,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3127), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(3129), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(810)] = { - [sym_parameter] = STATE(3217), - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3053), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(810), [sym_block_comment] = STATE(810), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_RBRACK] = ACTIONS(3131), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), [anon_sym_u16] = ACTIONS(1733), @@ -97419,65 +97416,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(3132), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3134), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(811)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(811), [sym_block_comment] = STATE(811), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3136), + [anon_sym_RPAREN] = ACTIONS(3133), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -97496,682 +97493,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(812)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(812), [sym_block_comment] = STATE(812), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3138), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(813)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(813), - [sym_block_comment] = STATE(813), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_RBRACK] = ACTIONS(3140), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(814)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2674), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(814), - [sym_block_comment] = STATE(814), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3142), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3144), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(815)] = { - [sym_parameter] = STATE(3002), - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2576), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(815), - [sym_block_comment] = STATE(815), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(3132), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3134), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(816)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(816), - [sym_block_comment] = STATE(816), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3148), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(817)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(817), - [sym_block_comment] = STATE(817), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_RPAREN] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(818)] = { - [sym_parameter] = STATE(3002), - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2687), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(818), - [sym_block_comment] = STATE(818), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(3132), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3134), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(819)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(819), - [sym_block_comment] = STATE(819), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_RBRACK] = ACTIONS(3152), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(820)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(820), - [sym_block_comment] = STATE(820), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(3135), [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_RBRACK] = ACTIONS(3154), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), [anon_sym_u16] = ACTIONS(1733), @@ -98189,64 +97570,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(821)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2194), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(821), - [sym_block_comment] = STATE(821), + [STATE(813)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(813), + [sym_block_comment] = STATE(813), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(3137), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -98265,62 +97647,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(822)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3478), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(822), - [sym_block_comment] = STATE(822), + [STATE(814)] = { + [sym_parameter] = STATE(3084), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2612), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(814), + [sym_block_comment] = STATE(814), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -98341,65 +97724,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(3139), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(3119), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3121), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(823)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2589), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(823), - [sym_block_comment] = STATE(823), + [STATE(815)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(815), + [sym_block_comment] = STATE(815), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_RBRACK] = ACTIONS(3141), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), [anon_sym_u16] = ACTIONS(1733), @@ -98417,65 +97801,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(3156), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(824)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3260), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(824), - [sym_block_comment] = STATE(824), + [STATE(816)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(816), + [sym_block_comment] = STATE(816), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_RBRACK] = ACTIONS(3143), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), [anon_sym_u16] = ACTIONS(1733), @@ -98493,64 +97878,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(825)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2608), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(825), - [sym_block_comment] = STATE(825), + [STATE(817)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(817), + [sym_block_comment] = STATE(817), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(3145), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -98569,64 +97955,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(826)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3490), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(826), - [sym_block_comment] = STATE(826), + [STATE(818)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(818), + [sym_block_comment] = STATE(818), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(3147), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -98645,62 +98032,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(827)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3430), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(827), - [sym_block_comment] = STATE(827), + [STATE(819)] = { + [sym_parameter] = STATE(3084), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2827), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(819), + [sym_block_comment] = STATE(819), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -98721,64 +98109,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(3139), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(3119), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3121), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(828)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2549), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(828), - [sym_block_comment] = STATE(828), + [STATE(820)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(820), + [sym_block_comment] = STATE(820), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_RPAREN] = ACTIONS(3149), [anon_sym_LBRACK] = ACTIONS(1731), [anon_sym_u8] = ACTIONS(1733), [anon_sym_i8] = ACTIONS(1733), @@ -98797,62 +98186,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(829)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2213), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(829), - [sym_block_comment] = STATE(829), + [STATE(821)] = { + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3092), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(821), + [sym_block_comment] = STATE(821), + [sym_identifier] = ACTIONS(1671), + [anon_sym_LPAREN] = ACTIONS(1673), + [anon_sym_LBRACK] = ACTIONS(1675), + [anon_sym_u8] = ACTIONS(1679), + [anon_sym_i8] = ACTIONS(1679), + [anon_sym_u16] = ACTIONS(1679), + [anon_sym_i16] = ACTIONS(1679), + [anon_sym_u32] = ACTIONS(1679), + [anon_sym_i32] = ACTIONS(1679), + [anon_sym_u64] = ACTIONS(1679), + [anon_sym_i64] = ACTIONS(1679), + [anon_sym_u128] = ACTIONS(1679), + [anon_sym_i128] = ACTIONS(1679), + [anon_sym_isize] = ACTIONS(1679), + [anon_sym_usize] = ACTIONS(1679), + [anon_sym_f32] = ACTIONS(1679), + [anon_sym_f64] = ACTIONS(1679), + [anon_sym_bool] = ACTIONS(1679), + [anon_sym_str] = ACTIONS(1679), + [anon_sym_char] = ACTIONS(1679), + [anon_sym_DASH] = ACTIONS(1681), + [anon_sym_AMP] = ACTIONS(1683), + [anon_sym_PIPE] = ACTIONS(1685), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1687), + [anon_sym_DOT_DOT] = ACTIONS(1689), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), + [anon_sym_COLON_COLON] = ACTIONS(1693), + [anon_sym_const] = ACTIONS(1697), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_gen] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_ref] = ACTIONS(1701), + [sym_mutable_specifier] = ACTIONS(1703), + [sym_integer_literal] = ACTIONS(1705), + [aux_sym_string_literal_token1] = ACTIONS(1707), + [sym_char_literal] = ACTIONS(1705), + [anon_sym_true] = ACTIONS(1709), + [anon_sym_false] = ACTIONS(1709), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1711), + [sym_super] = ACTIONS(1711), + [sym_crate] = ACTIONS(1711), + [sym_metavariable] = ACTIONS(1713), + [sym__raw_string_literal_start] = ACTIONS(1715), + [sym_float_literal] = ACTIONS(1705), + }, + [STATE(822)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2819), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(822), + [sym_block_comment] = STATE(822), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -98873,62 +98338,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(3151), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(830)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2603), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(830), - [sym_block_comment] = STATE(830), + [STATE(823)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3368), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(823), + [sym_block_comment] = STATE(823), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -98949,62 +98414,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(831)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2214), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(831), - [sym_block_comment] = STATE(831), + [STATE(824)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2212), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(824), + [sym_block_comment] = STATE(824), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -99025,62 +98490,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(832)] = { - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(3068), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(832), - [sym_block_comment] = STATE(832), + [STATE(825)] = { + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(2944), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(825), + [sym_block_comment] = STATE(825), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -99114,7 +98579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(1699), [anon_sym_union] = ACTIONS(1699), [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(3160), + [sym_mutable_specifier] = ACTIONS(1703), [sym_integer_literal] = ACTIONS(1705), [aux_sym_string_literal_token1] = ACTIONS(1707), [sym_char_literal] = ACTIONS(1705), @@ -99129,34 +98594,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, - [STATE(833)] = { - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(3072), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(833), - [sym_block_comment] = STATE(833), + [STATE(826)] = { + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3036), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(826), + [sym_block_comment] = STATE(826), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -99205,110 +98670,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, - [STATE(834)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2751), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(834), - [sym_block_comment] = STATE(834), - [sym_identifier] = ACTIONS(1725), - [anon_sym_LPAREN] = ACTIONS(1727), - [anon_sym_LBRACK] = ACTIONS(1731), - [anon_sym_u8] = ACTIONS(1733), - [anon_sym_i8] = ACTIONS(1733), - [anon_sym_u16] = ACTIONS(1733), - [anon_sym_i16] = ACTIONS(1733), - [anon_sym_u32] = ACTIONS(1733), - [anon_sym_i32] = ACTIONS(1733), - [anon_sym_u64] = ACTIONS(1733), - [anon_sym_i64] = ACTIONS(1733), - [anon_sym_u128] = ACTIONS(1733), - [anon_sym_i128] = ACTIONS(1733), - [anon_sym_isize] = ACTIONS(1733), - [anon_sym_usize] = ACTIONS(1733), - [anon_sym_f32] = ACTIONS(1733), - [anon_sym_f64] = ACTIONS(1733), - [anon_sym_bool] = ACTIONS(1733), - [anon_sym_str] = ACTIONS(1733), - [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), - [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3162), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), - }, - [STATE(835)] = { - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(3183), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(835), - [sym_block_comment] = STATE(835), + [STATE(827)] = { + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3008), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(827), + [sym_block_comment] = STATE(827), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -99357,34 +98746,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, - [STATE(836)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2229), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(836), - [sym_block_comment] = STATE(836), + [STATE(828)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2200), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(828), + [sym_block_comment] = STATE(828), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -99405,62 +98794,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(837)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3423), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(837), - [sym_block_comment] = STATE(837), + [STATE(829)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3076), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(829), + [sym_block_comment] = STATE(829), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(830)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2794), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(830), + [sym_block_comment] = STATE(830), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(831)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2596), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(831), + [sym_block_comment] = STATE(831), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(3153), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(832)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2521), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(832), + [sym_block_comment] = STATE(832), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -99481,62 +99098,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), - [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(3155), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(838)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2656), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(838), - [sym_block_comment] = STATE(838), + [STATE(833)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3357), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(833), + [sym_block_comment] = STATE(833), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -99557,62 +99174,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(839)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2182), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(839), - [sym_block_comment] = STATE(839), + [STATE(834)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2606), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(834), + [sym_block_comment] = STATE(834), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -99633,62 +99250,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(840)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2201), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(840), - [sym_block_comment] = STATE(840), + [STATE(835)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3484), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(835), + [sym_block_comment] = STATE(835), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -99709,62 +99326,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(841)] = { - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(2991), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(841), - [sym_block_comment] = STATE(841), + [STATE(836)] = { + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(2917), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(836), + [sym_block_comment] = STATE(836), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -99813,34 +99430,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, - [STATE(842)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3101), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(842), - [sym_block_comment] = STATE(842), + [STATE(837)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3173), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(837), + [sym_block_comment] = STATE(837), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -99861,62 +99478,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(843)] = { - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(3000), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(843), - [sym_block_comment] = STATE(843), + [STATE(838)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2239), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(838), + [sym_block_comment] = STATE(838), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(3157), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(839)] = { + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(2926), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(839), + [sym_block_comment] = STATE(839), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -99965,34 +99658,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, - [STATE(844)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3135), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), - [sym_line_comment] = STATE(844), - [sym_block_comment] = STATE(844), + [STATE(840)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2204), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(840), + [sym_block_comment] = STATE(840), [sym_identifier] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1727), [anon_sym_LBRACK] = ACTIONS(1731), @@ -100013,62 +99706,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, - [STATE(845)] = { - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(3014), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), - [sym_line_comment] = STATE(845), - [sym_block_comment] = STATE(845), + [STATE(841)] = { + [sym_bracketed_type] = STATE(3694), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3414), + [sym_macro_invocation] = STATE(3130), + [sym_scoped_identifier] = STATE(2287), + [sym_scoped_type_identifier] = STATE(3082), + [sym_const_block] = STATE(3130), + [sym__pattern] = STATE(3030), + [sym_generic_pattern] = STATE(3130), + [sym_tuple_pattern] = STATE(3130), + [sym_slice_pattern] = STATE(3130), + [sym_tuple_struct_pattern] = STATE(3130), + [sym_struct_pattern] = STATE(3130), + [sym_remaining_field_pattern] = STATE(3130), + [sym_mut_pattern] = STATE(3130), + [sym_range_pattern] = STATE(3130), + [sym_ref_pattern] = STATE(3130), + [sym_captured_pattern] = STATE(3130), + [sym_reference_pattern] = STATE(3130), + [sym_or_pattern] = STATE(3130), + [sym__literal_pattern] = STATE(2501), + [sym_negative_literal] = STATE(2444), + [sym_string_literal] = STATE(2444), + [sym_raw_string_literal] = STATE(2444), + [sym_boolean_literal] = STATE(2444), + [sym_line_comment] = STATE(841), + [sym_block_comment] = STATE(841), [sym_identifier] = ACTIONS(1671), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1675), @@ -100102,7 +99795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(1699), [anon_sym_union] = ACTIONS(1699), [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(1703), + [sym_mutable_specifier] = ACTIONS(3159), [sym_integer_literal] = ACTIONS(1705), [aux_sym_string_literal_token1] = ACTIONS(1707), [sym_char_literal] = ACTIONS(1705), @@ -100117,32 +99810,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1715), [sym_float_literal] = ACTIONS(1705), }, + [STATE(842)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2206), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(842), + [sym_block_comment] = STATE(842), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(843)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2973), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(843), + [sym_block_comment] = STATE(843), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(844)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3263), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(844), + [sym_block_comment] = STATE(844), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, + [STATE(845)] = { + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2186), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), + [sym_line_comment] = STATE(845), + [sym_block_comment] = STATE(845), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), + }, [STATE(846)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3071), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2598), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(846), [sym_block_comment] = STATE(846), [sym_identifier] = ACTIONS(1725), @@ -100165,60 +100162,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(847)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3479), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(2224), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(847), [sym_block_comment] = STATE(847), [sym_identifier] = ACTIONS(1725), @@ -100241,136 +100238,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(848)] = { - [sym_bracketed_type] = STATE(3695), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3416), - [sym_macro_invocation] = STATE(2883), - [sym_scoped_identifier] = STATE(2241), - [sym_scoped_type_identifier] = STATE(3110), - [sym_const_block] = STATE(2883), - [sym__pattern] = STATE(3096), - [sym_generic_pattern] = STATE(2883), - [sym_tuple_pattern] = STATE(2883), - [sym_slice_pattern] = STATE(2883), - [sym_tuple_struct_pattern] = STATE(2883), - [sym_struct_pattern] = STATE(2883), - [sym_remaining_field_pattern] = STATE(2883), - [sym_mut_pattern] = STATE(2883), - [sym_range_pattern] = STATE(2883), - [sym_ref_pattern] = STATE(2883), - [sym_captured_pattern] = STATE(2883), - [sym_reference_pattern] = STATE(2883), - [sym_or_pattern] = STATE(2883), - [sym__literal_pattern] = STATE(2449), - [sym_negative_literal] = STATE(2408), - [sym_string_literal] = STATE(2408), - [sym_raw_string_literal] = STATE(2408), - [sym_boolean_literal] = STATE(2408), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3445), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(848), [sym_block_comment] = STATE(848), - [sym_identifier] = ACTIONS(1671), - [anon_sym_LPAREN] = ACTIONS(1673), - [anon_sym_LBRACK] = ACTIONS(1675), - [anon_sym_u8] = ACTIONS(1679), - [anon_sym_i8] = ACTIONS(1679), - [anon_sym_u16] = ACTIONS(1679), - [anon_sym_i16] = ACTIONS(1679), - [anon_sym_u32] = ACTIONS(1679), - [anon_sym_i32] = ACTIONS(1679), - [anon_sym_u64] = ACTIONS(1679), - [anon_sym_i64] = ACTIONS(1679), - [anon_sym_u128] = ACTIONS(1679), - [anon_sym_i128] = ACTIONS(1679), - [anon_sym_isize] = ACTIONS(1679), - [anon_sym_usize] = ACTIONS(1679), - [anon_sym_f32] = ACTIONS(1679), - [anon_sym_f64] = ACTIONS(1679), - [anon_sym_bool] = ACTIONS(1679), - [anon_sym_str] = ACTIONS(1679), - [anon_sym_char] = ACTIONS(1679), - [anon_sym_DASH] = ACTIONS(1681), - [anon_sym_AMP] = ACTIONS(1683), - [anon_sym_PIPE] = ACTIONS(1685), + [sym_identifier] = ACTIONS(1725), + [anon_sym_LPAREN] = ACTIONS(1727), + [anon_sym_LBRACK] = ACTIONS(1731), + [anon_sym_u8] = ACTIONS(1733), + [anon_sym_i8] = ACTIONS(1733), + [anon_sym_u16] = ACTIONS(1733), + [anon_sym_i16] = ACTIONS(1733), + [anon_sym_u32] = ACTIONS(1733), + [anon_sym_i32] = ACTIONS(1733), + [anon_sym_u64] = ACTIONS(1733), + [anon_sym_i64] = ACTIONS(1733), + [anon_sym_u128] = ACTIONS(1733), + [anon_sym_i128] = ACTIONS(1733), + [anon_sym_isize] = ACTIONS(1733), + [anon_sym_usize] = ACTIONS(1733), + [anon_sym_f32] = ACTIONS(1733), + [anon_sym_f64] = ACTIONS(1733), + [anon_sym_bool] = ACTIONS(1733), + [anon_sym_str] = ACTIONS(1733), + [anon_sym_char] = ACTIONS(1733), + [anon_sym_DASH] = ACTIONS(1079), + [anon_sym_AMP] = ACTIONS(1735), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1687), - [anon_sym_DOT_DOT] = ACTIONS(1689), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1691), - [anon_sym_COLON_COLON] = ACTIONS(1693), - [anon_sym_const] = ACTIONS(1697), - [anon_sym_default] = ACTIONS(1699), - [anon_sym_gen] = ACTIONS(1699), - [anon_sym_union] = ACTIONS(1699), - [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(1703), - [sym_integer_literal] = ACTIONS(1705), - [aux_sym_string_literal_token1] = ACTIONS(1707), - [sym_char_literal] = ACTIONS(1705), - [anon_sym_true] = ACTIONS(1709), - [anon_sym_false] = ACTIONS(1709), + [anon_sym__] = ACTIONS(1417), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), + [sym_mutable_specifier] = ACTIONS(1425), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1711), - [sym_super] = ACTIONS(1711), - [sym_crate] = ACTIONS(1711), - [sym_metavariable] = ACTIONS(1713), - [sym__raw_string_literal_start] = ACTIONS(1715), - [sym_float_literal] = ACTIONS(1705), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(849)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3449), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3469), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(849), [sym_block_comment] = STATE(849), [sym_identifier] = ACTIONS(1725), @@ -100393,60 +100390,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(850)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3471), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3474), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(850), [sym_block_comment] = STATE(850), [sym_identifier] = ACTIONS(1725), @@ -100469,60 +100466,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(851)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3476), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3475), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(851), [sym_block_comment] = STATE(851), [sym_identifier] = ACTIONS(1725), @@ -100545,60 +100542,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(852)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(3477), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3476), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(852), [sym_block_comment] = STATE(852), [sym_identifier] = ACTIONS(1725), @@ -100621,60 +100618,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(853)] = { - [sym_bracketed_type] = STATE(3674), - [sym_generic_type] = STATE(3711), - [sym_generic_type_with_turbofish] = STATE(3231), - [sym_macro_invocation] = STATE(2221), - [sym_scoped_identifier] = STATE(2035), - [sym_scoped_type_identifier] = STATE(3055), - [sym_const_block] = STATE(2221), - [sym__pattern] = STATE(2230), - [sym_generic_pattern] = STATE(2221), - [sym_tuple_pattern] = STATE(2221), - [sym_slice_pattern] = STATE(2221), - [sym_tuple_struct_pattern] = STATE(2221), - [sym_struct_pattern] = STATE(2221), - [sym_remaining_field_pattern] = STATE(2221), - [sym_mut_pattern] = STATE(2221), - [sym_range_pattern] = STATE(2221), - [sym_ref_pattern] = STATE(2221), - [sym_captured_pattern] = STATE(2221), - [sym_reference_pattern] = STATE(2221), - [sym_or_pattern] = STATE(2221), - [sym__literal_pattern] = STATE(2108), - [sym_negative_literal] = STATE(2110), - [sym_string_literal] = STATE(2110), - [sym_raw_string_literal] = STATE(2110), - [sym_boolean_literal] = STATE(2110), + [sym_bracketed_type] = STATE(3497), + [sym_generic_type] = STATE(3536), + [sym_generic_type_with_turbofish] = STATE(3376), + [sym_macro_invocation] = STATE(2205), + [sym_scoped_identifier] = STATE(2045), + [sym_scoped_type_identifier] = STATE(3107), + [sym_const_block] = STATE(2205), + [sym__pattern] = STATE(3477), + [sym_generic_pattern] = STATE(2205), + [sym_tuple_pattern] = STATE(2205), + [sym_slice_pattern] = STATE(2205), + [sym_tuple_struct_pattern] = STATE(2205), + [sym_struct_pattern] = STATE(2205), + [sym_remaining_field_pattern] = STATE(2205), + [sym_mut_pattern] = STATE(2205), + [sym_range_pattern] = STATE(2205), + [sym_ref_pattern] = STATE(2205), + [sym_captured_pattern] = STATE(2205), + [sym_reference_pattern] = STATE(2205), + [sym_or_pattern] = STATE(2205), + [sym__literal_pattern] = STATE(2112), + [sym_negative_literal] = STATE(2111), + [sym_string_literal] = STATE(2111), + [sym_raw_string_literal] = STATE(2111), + [sym_boolean_literal] = STATE(2111), [sym_line_comment] = STATE(853), [sym_block_comment] = STATE(853), [sym_identifier] = ACTIONS(1725), @@ -100697,215 +100694,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1733), [anon_sym_str] = ACTIONS(1733), [anon_sym_char] = ACTIONS(1733), - [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1735), - [anon_sym_PIPE] = ACTIONS(1123), + [anon_sym_PIPE] = ACTIONS(1085), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1127), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1131), - [anon_sym_COLON_COLON] = ACTIONS(1739), - [anon_sym_const] = ACTIONS(1743), - [anon_sym_default] = ACTIONS(1745), - [anon_sym_gen] = ACTIONS(1745), - [anon_sym_union] = ACTIONS(1745), - [anon_sym_ref] = ACTIONS(1159), + [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1093), + [anon_sym_COLON_COLON] = ACTIONS(1737), + [anon_sym_const] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1743), + [anon_sym_gen] = ACTIONS(1743), + [anon_sym_union] = ACTIONS(1743), + [anon_sym_ref] = ACTIONS(1121), [sym_mutable_specifier] = ACTIONS(1425), - [sym_integer_literal] = ACTIONS(1165), - [aux_sym_string_literal_token1] = ACTIONS(1167), - [sym_char_literal] = ACTIONS(1165), - [anon_sym_true] = ACTIONS(1169), - [anon_sym_false] = ACTIONS(1169), + [sym_integer_literal] = ACTIONS(1127), + [aux_sym_string_literal_token1] = ACTIONS(1129), + [sym_char_literal] = ACTIONS(1127), + [anon_sym_true] = ACTIONS(1131), + [anon_sym_false] = ACTIONS(1131), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1747), - [sym_super] = ACTIONS(1747), - [sym_crate] = ACTIONS(1747), - [sym_metavariable] = ACTIONS(1749), - [sym__raw_string_literal_start] = ACTIONS(1177), - [sym_float_literal] = ACTIONS(1165), + [sym_self] = ACTIONS(1745), + [sym_super] = ACTIONS(1745), + [sym_crate] = ACTIONS(1745), + [sym_metavariable] = ACTIONS(1747), + [sym__raw_string_literal_start] = ACTIONS(1139), + [sym_float_literal] = ACTIONS(1127), }, [STATE(854)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3297), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(854), [sym_block_comment] = STATE(854), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_PLUS] = ACTIONS(3166), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1623), - [anon_sym_i8] = ACTIONS(1623), - [anon_sym_u16] = ACTIONS(1623), - [anon_sym_i16] = ACTIONS(1623), - [anon_sym_u32] = ACTIONS(1623), - [anon_sym_i32] = ACTIONS(1623), - [anon_sym_u64] = ACTIONS(1623), - [anon_sym_i64] = ACTIONS(1623), - [anon_sym_u128] = ACTIONS(1623), - [anon_sym_i128] = ACTIONS(1623), - [anon_sym_isize] = ACTIONS(1623), - [anon_sym_usize] = ACTIONS(1623), - [anon_sym_f32] = ACTIONS(1623), - [anon_sym_f64] = ACTIONS(1623), - [anon_sym_bool] = ACTIONS(1623), - [anon_sym_str] = ACTIONS(1623), - [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(3168), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3170), - [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(1645), - [sym_metavariable] = ACTIONS(1647), - }, - [STATE(855)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1437), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(855), - [sym_block_comment] = STATE(855), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_PLUS] = ACTIONS(3178), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [sym_mutable_specifier] = ACTIONS(3202), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(856)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3359), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(856), - [sym_block_comment] = STATE(856), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_PLUS] = ACTIONS(3210), + [anon_sym_PLUS] = ACTIONS(3163), [anon_sym_STAR] = ACTIONS(1619), [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), @@ -100925,24 +100772,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), - [sym_mutable_specifier] = ACTIONS(3212), + [sym_mutable_specifier] = ACTIONS(3165), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -100950,189 +100797,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, + [STATE(855)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1500), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(855), + [sym_block_comment] = STATE(855), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3173), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [sym_mutable_specifier] = ACTIONS(3197), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(856)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1813), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(856), + [sym_block_comment] = STATE(856), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_PLUS] = ACTIONS(3209), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [sym_mutable_specifier] = ACTIONS(3233), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, [STATE(857)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1838), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(857), [sym_block_comment] = STATE(857), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3220), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [sym_mutable_specifier] = ACTIONS(3244), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(858)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(858), - [sym_block_comment] = STATE(858), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), - [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_PLUS] = ACTIONS(3166), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1623), - [anon_sym_i8] = ACTIONS(1623), - [anon_sym_u16] = ACTIONS(1623), - [anon_sym_i16] = ACTIONS(1623), - [anon_sym_u32] = ACTIONS(1623), - [anon_sym_i32] = ACTIONS(1623), - [anon_sym_u64] = ACTIONS(1623), - [anon_sym_i64] = ACTIONS(1623), - [anon_sym_u128] = ACTIONS(1623), - [anon_sym_i128] = ACTIONS(1623), - [anon_sym_isize] = ACTIONS(1623), - [anon_sym_usize] = ACTIONS(1623), - [anon_sym_f32] = ACTIONS(1623), - [anon_sym_f64] = ACTIONS(1623), - [anon_sym_bool] = ACTIONS(1623), - [anon_sym_str] = ACTIONS(1623), - [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(3250), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1645), - [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(1645), - [sym_metavariable] = ACTIONS(1647), - }, - [STATE(859)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(859), - [sym_block_comment] = STATE(859), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_PLUS] = ACTIONS(3210), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101150,64 +100997,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), - [sym_mutable_specifier] = ACTIONS(3252), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1645), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(3241), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3243), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(860)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2989), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(860), - [sym_block_comment] = STATE(860), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(858)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(858), + [sym_block_comment] = STATE(858), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3254), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101225,23 +101072,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(3245), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101249,39 +101097,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(861)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2732), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(861), - [sym_block_comment] = STATE(861), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(859)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(859), + [sym_block_comment] = STATE(859), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3256), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101299,23 +101147,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), + [sym_mutable_specifier] = ACTIONS(3247), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101323,112 +101172,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(862)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1508), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(855), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(862), - [sym_block_comment] = STATE(862), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [sym_mutable_specifier] = ACTIONS(3258), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(863)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2660), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(863), - [sym_block_comment] = STATE(863), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(860)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2077), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(858), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(860), + [sym_block_comment] = STATE(860), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101446,24 +101221,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3260), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [sym_mutable_specifier] = ACTIONS(3249), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101471,39 +101246,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(864)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_type_parameters] = STATE(1011), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2462), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2486), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2280), - [sym_line_comment] = STATE(864), - [sym_block_comment] = STATE(864), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3262), + [STATE(861)] = { + [sym_function_modifiers] = STATE(3811), + [sym_higher_ranked_trait_bound] = STATE(2324), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2327), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2327), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(861), + [sym_block_comment] = STATE(861), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101521,23 +101296,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3264), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(3266), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(3251), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101545,39 +101320,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(865)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2732), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(865), - [sym_block_comment] = STATE(865), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(862)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(862), + [sym_block_comment] = STATE(862), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3268), + [anon_sym_RPAREN] = ACTIONS(3253), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101595,23 +101370,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101619,39 +101394,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(866)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2989), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(866), - [sym_block_comment] = STATE(866), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(863)] = { + [sym_function_modifiers] = STATE(3811), + [sym_higher_ranked_trait_bound] = STATE(2324), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2338), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2338), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(2089), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(863), + [sym_block_comment] = STATE(863), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3270), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101669,23 +101444,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(3251), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101693,39 +101468,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(867)] = { - [sym_function_modifiers] = STATE(3812), - [sym_higher_ranked_trait_bound] = STATE(2263), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2264), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2264), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(867), - [sym_block_comment] = STATE(867), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(864)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2829), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(864), + [sym_block_comment] = STATE(864), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_RPAREN] = ACTIONS(3255), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101743,23 +101518,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(3272), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101767,39 +101542,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(868)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2680), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(868), - [sym_block_comment] = STATE(868), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(865)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(865), + [sym_block_comment] = STATE(865), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3268), + [anon_sym_RPAREN] = ACTIONS(3257), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101817,23 +101592,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101841,39 +101616,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(869)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2989), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(869), - [sym_block_comment] = STATE(869), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(866)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(866), + [sym_block_comment] = STATE(866), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3274), + [anon_sym_RPAREN] = ACTIONS(3259), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -101891,23 +101666,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101915,35 +101690,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(870)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2926), - [sym_bracketed_type] = STATE(3752), - [sym_qualified_type] = STATE(3704), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(870), - [sym_block_comment] = STATE(870), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(867)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3193), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(854), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(867), + [sym_block_comment] = STATE(867), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), [anon_sym_STAR] = ACTIONS(1619), @@ -101965,23 +101739,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), + [sym_mutable_specifier] = ACTIONS(3261), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -101989,39 +101764,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(871)] = { - [sym_function_modifiers] = STATE(3812), - [sym_higher_ranked_trait_bound] = STATE(2301), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2302), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2302), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(871), - [sym_block_comment] = STATE(871), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(868)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2660), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(868), + [sym_block_comment] = STATE(868), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_RPAREN] = ACTIONS(3263), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102039,23 +101814,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(3272), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102063,39 +101838,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(872)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2989), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(872), - [sym_block_comment] = STATE(872), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(869)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_type_parameters] = STATE(978), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2445), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2453), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2245), + [sym_line_comment] = STATE(869), + [sym_block_comment] = STATE(869), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3265), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3276), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102113,23 +101888,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(3267), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3269), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102137,39 +101912,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(873)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2779), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(873), - [sym_block_comment] = STATE(873), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(870)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(870), + [sym_block_comment] = STATE(870), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3271), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102187,23 +101962,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102211,38 +101986,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(874)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2649), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(874), - [sym_block_comment] = STATE(874), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(871)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2077), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(859), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(871), + [sym_block_comment] = STATE(871), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102260,24 +102035,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3280), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), + [sym_mutable_specifier] = ACTIONS(3273), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102285,39 +102060,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(875)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2989), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(875), - [sym_block_comment] = STATE(875), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(872)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1464), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(855), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(872), + [sym_block_comment] = STATE(872), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [sym_mutable_specifier] = ACTIONS(3275), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(873)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2618), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(873), + [sym_block_comment] = STATE(873), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3282), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102335,23 +102183,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3277), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102359,39 +102208,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(876)] = { - [sym_function_modifiers] = STATE(3812), - [sym_higher_ranked_trait_bound] = STATE(2301), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2303), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2303), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(2091), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(876), - [sym_block_comment] = STATE(876), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(874)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(874), + [sym_block_comment] = STATE(874), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_RPAREN] = ACTIONS(3279), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102409,23 +102258,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(3272), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102433,39 +102282,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(877)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_type_parameters] = STATE(903), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2499), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2506), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2252), - [sym_line_comment] = STATE(877), - [sym_block_comment] = STATE(877), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3284), + [STATE(875)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(875), + [sym_block_comment] = STATE(875), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_RPAREN] = ACTIONS(3281), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102483,23 +102332,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(3266), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102507,39 +102356,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(878)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2989), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(878), - [sym_block_comment] = STATE(878), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(876)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3749), + [sym_qualified_type] = STATE(3792), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(876), + [sym_block_comment] = STATE(876), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3288), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102557,23 +102406,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102581,38 +102430,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(879)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3467), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(856), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(879), - [sym_block_comment] = STATE(879), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(877)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2802), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(877), + [sym_block_comment] = STATE(877), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102630,24 +102479,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3283), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), - [sym_mutable_specifier] = ACTIONS(3290), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102655,112 +102504,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(880)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1818), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(857), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(880), - [sym_block_comment] = STATE(880), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [sym_mutable_specifier] = ACTIONS(3292), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(881)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2056), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(858), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(881), - [sym_block_comment] = STATE(881), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(878)] = { + [sym_function_modifiers] = STATE(3811), + [sym_higher_ranked_trait_bound] = STATE(2261), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2263), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2263), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(878), + [sym_block_comment] = STATE(878), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102778,24 +102554,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [sym_mutable_specifier] = ACTIONS(3294), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(3251), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102803,38 +102578,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(882)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2056), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(859), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(882), - [sym_block_comment] = STATE(882), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(879)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_type_parameters] = STATE(973), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2458), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2489), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2279), + [sym_line_comment] = STATE(879), + [sym_block_comment] = STATE(879), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3285), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102852,24 +102628,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(3287), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3269), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), - [sym_mutable_specifier] = ACTIONS(3296), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102877,39 +102652,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(883)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2779), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(883), - [sym_block_comment] = STATE(883), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(880)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2660), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(880), + [sym_block_comment] = STATE(880), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_RPAREN] = ACTIONS(3268), + [anon_sym_RPAREN] = ACTIONS(3255), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -102927,23 +102702,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -102951,39 +102726,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(884)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_type_parameters] = STATE(998), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2423), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2477), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2277), - [sym_line_comment] = STATE(884), - [sym_block_comment] = STATE(884), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3298), + [STATE(881)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_type_parameters] = STATE(990), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2407), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2495), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2284), + [sym_line_comment] = STATE(881), + [sym_block_comment] = STATE(881), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3289), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103001,23 +102776,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3300), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(3266), + [anon_sym_BANG] = ACTIONS(3291), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3269), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103025,39 +102800,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(885)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_type_parameters] = STATE(959), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2434), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2439), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2270), - [sym_line_comment] = STATE(885), - [sym_block_comment] = STATE(885), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3302), + [STATE(882)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2745), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(882), + [sym_block_comment] = STATE(882), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_RPAREN] = ACTIONS(3293), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103075,23 +102850,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3304), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(3266), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103099,38 +102874,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(886)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3018), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(886), - [sym_block_comment] = STATE(886), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(883)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_type_parameters] = STATE(914), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2409), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2411), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2260), + [sym_line_comment] = STATE(883), + [sym_block_comment] = STATE(883), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3295), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1623), + [anon_sym_i8] = ACTIONS(1623), + [anon_sym_u16] = ACTIONS(1623), + [anon_sym_i16] = ACTIONS(1623), + [anon_sym_u32] = ACTIONS(1623), + [anon_sym_i32] = ACTIONS(1623), + [anon_sym_u64] = ACTIONS(1623), + [anon_sym_i64] = ACTIONS(1623), + [anon_sym_u128] = ACTIONS(1623), + [anon_sym_i128] = ACTIONS(1623), + [anon_sym_isize] = ACTIONS(1623), + [anon_sym_usize] = ACTIONS(1623), + [anon_sym_f32] = ACTIONS(1623), + [anon_sym_f64] = ACTIONS(1623), + [anon_sym_bool] = ACTIONS(1623), + [anon_sym_str] = ACTIONS(1623), + [anon_sym_char] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(3297), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3269), + [anon_sym_COLON_COLON] = ACTIONS(1629), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1645), + [sym_super] = ACTIONS(1645), + [sym_crate] = ACTIONS(1645), + [sym_metavariable] = ACTIONS(1647), + }, + [STATE(884)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2745), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(884), + [sym_block_comment] = STATE(884), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_RPAREN] = ACTIONS(3255), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103148,23 +102998,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103172,38 +103022,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(887)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3037), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(887), - [sym_block_comment] = STATE(887), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(885)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1794), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(856), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(885), + [sym_block_comment] = STATE(885), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [sym_mutable_specifier] = ACTIONS(3299), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(886)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2856), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(886), + [sym_block_comment] = STATE(886), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103221,23 +103145,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103245,257 +103169,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(888)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1461), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), + [STATE(887)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1812), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(887), + [sym_block_comment] = STATE(887), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(888)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1466), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3746), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1466), + [sym_tuple_type] = STATE(1466), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(1140), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1466), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3421), + [sym_scoped_type_identifier] = STATE(1098), [sym_line_comment] = STATE(888), [sym_block_comment] = STATE(888), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3301), + [anon_sym_LPAREN] = ACTIONS(3303), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3305), + [anon_sym_i8] = ACTIONS(3305), + [anon_sym_u16] = ACTIONS(3305), + [anon_sym_i16] = ACTIONS(3305), + [anon_sym_u32] = ACTIONS(3305), + [anon_sym_i32] = ACTIONS(3305), + [anon_sym_u64] = ACTIONS(3305), + [anon_sym_i64] = ACTIONS(3305), + [anon_sym_u128] = ACTIONS(3305), + [anon_sym_i128] = ACTIONS(3305), + [anon_sym_isize] = ACTIONS(3305), + [anon_sym_usize] = ACTIONS(3305), + [anon_sym_f32] = ACTIONS(3305), + [anon_sym_f64] = ACTIONS(3305), + [anon_sym_bool] = ACTIONS(3305), + [anon_sym_str] = ACTIONS(3305), + [anon_sym_char] = ACTIONS(3305), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3307), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(3309), + [anon_sym_gen] = ACTIONS(3307), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(3311), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3313), }, [STATE(889)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1462), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3340), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(889), [sym_block_comment] = STATE(889), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(890)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1473), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(890), - [sym_block_comment] = STATE(890), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(891)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2458), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(891), - [sym_block_comment] = STATE(891), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103513,23 +103364,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103537,38 +103388,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(892)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3024), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(892), - [sym_block_comment] = STATE(892), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(890)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1450), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3746), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1450), + [sym_tuple_type] = STATE(1450), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(1205), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1450), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3421), + [sym_scoped_type_identifier] = STATE(1096), + [sym_line_comment] = STATE(890), + [sym_block_comment] = STATE(890), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3315), + [anon_sym_LPAREN] = ACTIONS(3303), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3305), + [anon_sym_i8] = ACTIONS(3305), + [anon_sym_u16] = ACTIONS(3305), + [anon_sym_i16] = ACTIONS(3305), + [anon_sym_u32] = ACTIONS(3305), + [anon_sym_i32] = ACTIONS(3305), + [anon_sym_u64] = ACTIONS(3305), + [anon_sym_i64] = ACTIONS(3305), + [anon_sym_u128] = ACTIONS(3305), + [anon_sym_i128] = ACTIONS(3305), + [anon_sym_isize] = ACTIONS(3305), + [anon_sym_usize] = ACTIONS(3305), + [anon_sym_f32] = ACTIONS(3305), + [anon_sym_f64] = ACTIONS(3305), + [anon_sym_bool] = ACTIONS(3305), + [anon_sym_str] = ACTIONS(3305), + [anon_sym_char] = ACTIONS(3305), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3307), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3307), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(3311), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3313), + }, + [STATE(891)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3320), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(891), + [sym_block_comment] = STATE(891), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103586,23 +103510,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103610,111 +103534,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(893)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1499), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), + [STATE(892)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1813), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(892), + [sym_block_comment] = STATE(892), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(893)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2067), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(893), [sym_block_comment] = STATE(893), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(894)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2815), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(894), - [sym_block_comment] = STATE(894), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103732,23 +103656,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103756,38 +103680,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, + [STATE(894)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1751), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(1751), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(1751), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(894), + [sym_block_comment] = STATE(894), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3317), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(3319), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, [STATE(895)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2640), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2447), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(895), [sym_block_comment] = STATE(895), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103805,23 +103802,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103830,37 +103827,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(896)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2474), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2325), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(896), [sym_block_comment] = STATE(896), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103878,23 +103875,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103903,37 +103900,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(897)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2476), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2061), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(897), [sym_block_comment] = STATE(897), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -103951,23 +103948,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -103976,37 +103973,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(898)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2479), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2064), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3781), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2064), + [sym_tuple_type] = STATE(2064), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2041), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2064), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2272), [sym_line_comment] = STATE(898), [sym_block_comment] = STATE(898), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3321), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104024,23 +104021,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104049,37 +104046,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(899)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3109), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2073), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(899), [sym_block_comment] = STATE(899), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104097,23 +104094,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104122,37 +104119,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(900)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2681), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2074), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(900), [sym_block_comment] = STATE(900), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104170,23 +104167,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104195,37 +104192,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(901)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2487), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2075), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(901), [sym_block_comment] = STATE(901), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104243,23 +104240,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104268,37 +104265,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(902)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2668), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2329), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(902), [sym_block_comment] = STATE(902), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104316,23 +104313,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104341,37 +104338,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(903)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2505), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2403), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2267), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3057), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(903), [sym_block_comment] = STATE(903), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3306), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104389,23 +104386,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3308), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104414,37 +104411,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(904)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2961), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2526), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(904), [sym_block_comment] = STATE(904), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104462,23 +104459,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104487,37 +104484,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(905)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2337), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2069), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(905), [sym_block_comment] = STATE(905), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104535,23 +104532,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104560,37 +104557,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(906)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2760), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3295), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(906), [sym_block_comment] = STATE(906), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104608,23 +104605,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104633,183 +104630,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(907)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1837), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3102), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(907), [sym_block_comment] = STATE(907), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(908)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1838), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(908), - [sym_block_comment] = STATE(908), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(909)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2622), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(909), - [sym_block_comment] = STATE(909), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104827,23 +104678,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104851,111 +104702,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, + [STATE(908)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1819), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(908), + [sym_block_comment] = STATE(908), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(909)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1759), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(909), + [sym_block_comment] = STATE(909), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, [STATE(910)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1786), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(1786), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(1786), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1820), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), [sym_line_comment] = STATE(910), [sym_block_comment] = STATE(910), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3310), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(3312), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), }, [STATE(911)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2706), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2080), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3781), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2080), + [sym_tuple_type] = STATE(2080), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2038), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2080), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2257), [sym_line_comment] = STATE(911), [sym_block_comment] = STATE(911), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3323), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -104973,23 +104970,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(3325), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -104998,694 +104995,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(912)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2710), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1765), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), [sym_line_comment] = STATE(912), [sym_block_comment] = STATE(912), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), - [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1623), - [anon_sym_i8] = ACTIONS(1623), - [anon_sym_u16] = ACTIONS(1623), - [anon_sym_i16] = ACTIONS(1623), - [anon_sym_u32] = ACTIONS(1623), - [anon_sym_i32] = ACTIONS(1623), - [anon_sym_u64] = ACTIONS(1623), - [anon_sym_i64] = ACTIONS(1623), - [anon_sym_u128] = ACTIONS(1623), - [anon_sym_i128] = ACTIONS(1623), - [anon_sym_isize] = ACTIONS(1623), - [anon_sym_usize] = ACTIONS(1623), - [anon_sym_f32] = ACTIONS(1623), - [anon_sym_f64] = ACTIONS(1623), - [anon_sym_bool] = ACTIONS(1623), - [anon_sym_str] = ACTIONS(1623), - [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1645), - [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(1645), - [sym_metavariable] = ACTIONS(1647), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), }, [STATE(913)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1843), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1768), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), [sym_line_comment] = STATE(913), [sym_block_comment] = STATE(913), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), }, [STATE(914)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1791), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2443), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2464), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2240), [sym_line_comment] = STATE(914), [sym_block_comment] = STATE(914), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(915)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1844), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(915), - [sym_block_comment] = STATE(915), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(916)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1796), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(916), - [sym_block_comment] = STATE(916), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(917)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1797), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(917), - [sym_block_comment] = STATE(917), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(918)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1804), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(918), - [sym_block_comment] = STATE(918), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(919)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1805), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(919), - [sym_block_comment] = STATE(919), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(920)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1806), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(920), - [sym_block_comment] = STATE(920), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(921)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2921), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(921), - [sym_block_comment] = STATE(921), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3327), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -105703,23 +105189,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(3329), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -105727,111 +105213,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(922)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1809), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(922), - [sym_block_comment] = STATE(922), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(923)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2312), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(923), - [sym_block_comment] = STATE(923), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(915)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3297), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(915), + [sym_block_comment] = STATE(915), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -105849,23 +105262,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -105873,107 +105286,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(924)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2825), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(924), - [sym_block_comment] = STATE(924), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), - [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1623), - [anon_sym_i8] = ACTIONS(1623), - [anon_sym_u16] = ACTIONS(1623), - [anon_sym_i16] = ACTIONS(1623), - [anon_sym_u32] = ACTIONS(1623), - [anon_sym_i32] = ACTIONS(1623), - [anon_sym_u64] = ACTIONS(1623), - [anon_sym_i64] = ACTIONS(1623), - [anon_sym_u128] = ACTIONS(1623), - [anon_sym_i128] = ACTIONS(1623), - [anon_sym_isize] = ACTIONS(1623), - [anon_sym_usize] = ACTIONS(1623), - [anon_sym_f32] = ACTIONS(1623), - [anon_sym_f64] = ACTIONS(1623), - [anon_sym_bool] = ACTIONS(1623), - [anon_sym_str] = ACTIONS(1623), - [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1645), - [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(1645), - [sym_metavariable] = ACTIONS(1647), + [STATE(916)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1503), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(1503), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(1503), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(916), + [sym_block_comment] = STATE(916), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3331), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(3333), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), }, - [STATE(925)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2755), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(925), - [sym_block_comment] = STATE(925), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(917)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(917), + [sym_block_comment] = STATE(917), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), [anon_sym_STAR] = ACTIONS(1619), @@ -105995,22 +105408,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), @@ -106019,38 +105432,622 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, + [STATE(918)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1776), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(918), + [sym_block_comment] = STATE(918), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(919)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1777), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(919), + [sym_block_comment] = STATE(919), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(920)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1778), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(920), + [sym_block_comment] = STATE(920), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(921)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2996), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(921), + [sym_block_comment] = STATE(921), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1623), + [anon_sym_i8] = ACTIONS(1623), + [anon_sym_u16] = ACTIONS(1623), + [anon_sym_i16] = ACTIONS(1623), + [anon_sym_u32] = ACTIONS(1623), + [anon_sym_i32] = ACTIONS(1623), + [anon_sym_u64] = ACTIONS(1623), + [anon_sym_i64] = ACTIONS(1623), + [anon_sym_u128] = ACTIONS(1623), + [anon_sym_i128] = ACTIONS(1623), + [anon_sym_isize] = ACTIONS(1623), + [anon_sym_usize] = ACTIONS(1623), + [anon_sym_f32] = ACTIONS(1623), + [anon_sym_f64] = ACTIONS(1623), + [anon_sym_bool] = ACTIONS(1623), + [anon_sym_str] = ACTIONS(1623), + [anon_sym_char] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1629), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1645), + [sym_super] = ACTIONS(1645), + [sym_crate] = ACTIONS(1645), + [sym_metavariable] = ACTIONS(1647), + }, + [STATE(922)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1717), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(922), + [sym_block_comment] = STATE(922), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(923)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1721), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3808), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1721), + [sym_tuple_type] = STATE(1721), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(1678), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1721), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3437), + [sym_scoped_type_identifier] = STATE(1615), + [sym_line_comment] = STATE(923), + [sym_block_comment] = STATE(923), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3335), + [anon_sym_LPAREN] = ACTIONS(3337), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3339), + [anon_sym_i8] = ACTIONS(3339), + [anon_sym_u16] = ACTIONS(3339), + [anon_sym_i16] = ACTIONS(3339), + [anon_sym_u32] = ACTIONS(3339), + [anon_sym_i32] = ACTIONS(3339), + [anon_sym_u64] = ACTIONS(3339), + [anon_sym_i64] = ACTIONS(3339), + [anon_sym_u128] = ACTIONS(3339), + [anon_sym_i128] = ACTIONS(3339), + [anon_sym_isize] = ACTIONS(3339), + [anon_sym_usize] = ACTIONS(3339), + [anon_sym_f32] = ACTIONS(3339), + [anon_sym_f64] = ACTIONS(3339), + [anon_sym_bool] = ACTIONS(3339), + [anon_sym_str] = ACTIONS(3339), + [anon_sym_char] = ACTIONS(3339), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3341), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(3343), + [anon_sym_gen] = ACTIONS(3341), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(3345), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3347), + }, + [STATE(924)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1463), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(924), + [sym_block_comment] = STATE(924), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(925)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2745), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(925), + [sym_block_comment] = STATE(925), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1623), + [anon_sym_i8] = ACTIONS(1623), + [anon_sym_u16] = ACTIONS(1623), + [anon_sym_i16] = ACTIONS(1623), + [anon_sym_u32] = ACTIONS(1623), + [anon_sym_i32] = ACTIONS(1623), + [anon_sym_u64] = ACTIONS(1623), + [anon_sym_i64] = ACTIONS(1623), + [anon_sym_u128] = ACTIONS(1623), + [anon_sym_i128] = ACTIONS(1623), + [anon_sym_isize] = ACTIONS(1623), + [anon_sym_usize] = ACTIONS(1623), + [anon_sym_f32] = ACTIONS(1623), + [anon_sym_f64] = ACTIONS(1623), + [anon_sym_bool] = ACTIONS(1623), + [anon_sym_str] = ACTIONS(1623), + [anon_sym_char] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1629), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1645), + [sym_super] = ACTIONS(1645), + [sym_crate] = ACTIONS(1645), + [sym_metavariable] = ACTIONS(1647), + }, [STATE(926)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3066), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2315), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(926), [sym_block_comment] = STATE(926), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106068,23 +106065,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106093,37 +106090,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(927)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2989), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2660), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(927), [sym_block_comment] = STATE(927), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106141,23 +106138,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106166,37 +106163,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(928)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2088), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2491), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(928), [sym_block_comment] = STATE(928), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106214,62 +106211,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3314), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1645), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, [STATE(929)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2660), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2498), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(929), [sym_block_comment] = STATE(929), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106287,23 +106284,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106312,37 +106309,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(930)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2083), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2089), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2089), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(2089), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(930), [sym_block_comment] = STATE(930), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106360,23 +106357,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106385,37 +106382,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(931)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2055), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3121), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(931), [sym_block_comment] = STATE(931), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106433,23 +106430,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106458,33 +106455,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(932)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2076), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2083), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(932), [sym_block_comment] = STATE(932), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), [anon_sym_STAR] = ACTIONS(1619), @@ -106506,22 +106503,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), @@ -106531,37 +106528,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(933)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1760), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3808), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1760), + [sym_tuple_type] = STATE(1760), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(1690), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1760), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3437), + [sym_scoped_type_identifier] = STATE(1609), [sym_line_comment] = STATE(933), [sym_block_comment] = STATE(933), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3349), + [anon_sym_LPAREN] = ACTIONS(3337), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3339), + [anon_sym_i8] = ACTIONS(3339), + [anon_sym_u16] = ACTIONS(3339), + [anon_sym_i16] = ACTIONS(3339), + [anon_sym_u32] = ACTIONS(3339), + [anon_sym_i32] = ACTIONS(3339), + [anon_sym_u64] = ACTIONS(3339), + [anon_sym_i64] = ACTIONS(3339), + [anon_sym_u128] = ACTIONS(3339), + [anon_sym_i128] = ACTIONS(3339), + [anon_sym_isize] = ACTIONS(3339), + [anon_sym_usize] = ACTIONS(3339), + [anon_sym_f32] = ACTIONS(3339), + [anon_sym_f64] = ACTIONS(3339), + [anon_sym_bool] = ACTIONS(3339), + [anon_sym_str] = ACTIONS(3339), + [anon_sym_char] = ACTIONS(3339), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3341), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3341), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(3345), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3347), + }, + [STATE(934)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2471), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(934), + [sym_block_comment] = STATE(934), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106579,23 +106649,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106603,38 +106673,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(934)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2062), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3531), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2062), - [sym_tuple_type] = STATE(2062), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2042), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2062), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2234), - [sym_line_comment] = STATE(934), - [sym_block_comment] = STATE(934), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3316), + [STATE(935)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2472), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(935), + [sym_block_comment] = STATE(935), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106652,23 +106722,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(3318), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106676,38 +106746,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(935)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2680), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(935), - [sym_block_comment] = STATE(935), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(936)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3136), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(936), + [sym_block_comment] = STATE(936), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106725,23 +106795,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106749,38 +106819,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(936)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2091), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2091), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(2091), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(936), - [sym_block_comment] = STATE(936), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(937)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1783), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), + [sym_for_lifetimes] = STATE(1647), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(937), + [sym_block_comment] = STATE(937), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), + }, + [STATE(938)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2343), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(938), + [sym_block_comment] = STATE(938), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106798,23 +106941,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3070), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106822,38 +106965,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(937)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3396), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(937), - [sym_block_comment] = STATE(937), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(939)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2482), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(939), + [sym_block_comment] = STATE(939), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -106871,23 +107014,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -106895,34 +107038,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(938)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2813), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(938), - [sym_block_comment] = STATE(938), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(940)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2072), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(940), + [sym_block_comment] = STATE(940), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), [anon_sym_STAR] = ACTIONS(1619), @@ -106944,22 +107087,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), @@ -106968,38 +107111,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(939)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2649), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(939), - [sym_block_comment] = STATE(939), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(941)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2076), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(941), + [sym_block_comment] = STATE(941), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107017,23 +107160,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107041,38 +107184,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(940)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2088), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(940), - [sym_block_comment] = STATE(940), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(942)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2440), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(942), + [sym_block_comment] = STATE(942), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107090,23 +107233,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107114,38 +107257,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(941)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2525), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(941), - [sym_block_comment] = STATE(941), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(943)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2486), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(943), + [sym_block_comment] = STATE(943), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107163,23 +107306,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107187,38 +107330,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(942)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2945), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(942), - [sym_block_comment] = STATE(942), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(944)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2853), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(944), + [sym_block_comment] = STATE(944), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107236,23 +107379,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107260,38 +107403,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(943)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2059), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(943), - [sym_block_comment] = STATE(943), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(945)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1448), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(945), + [sym_block_comment] = STATE(945), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(946)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2863), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(946), + [sym_block_comment] = STATE(946), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107309,23 +107525,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107333,38 +107549,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(944)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3063), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(944), - [sym_block_comment] = STATE(944), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(947)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1449), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(947), + [sym_block_comment] = STATE(947), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(948)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1523), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(948), + [sym_block_comment] = STATE(948), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(949)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2307), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(949), + [sym_block_comment] = STATE(949), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107382,23 +107744,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107406,38 +107768,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(945)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2077), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(945), - [sym_block_comment] = STATE(945), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(950)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1454), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(950), + [sym_block_comment] = STATE(950), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(951)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1456), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(951), + [sym_block_comment] = STATE(951), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(952)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3077), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(952), + [sym_block_comment] = STATE(952), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107455,23 +107963,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107479,38 +107987,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(946)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2078), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(946), - [sym_block_comment] = STATE(946), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(953)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2928), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(953), + [sym_block_comment] = STATE(953), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107528,23 +108036,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107552,34 +108060,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(947)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2079), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(947), - [sym_block_comment] = STATE(947), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(954)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2867), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(954), + [sym_block_comment] = STATE(954), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), [anon_sym_STAR] = ACTIONS(1619), @@ -107601,22 +108109,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), @@ -107625,38 +108133,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(948)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2881), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(948), - [sym_block_comment] = STATE(948), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(955)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2654), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(955), + [sym_block_comment] = STATE(955), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107674,23 +108182,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107698,38 +108206,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(949)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2072), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3531), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2072), - [sym_tuple_type] = STATE(2072), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2032), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2072), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2258), - [sym_line_comment] = STATE(949), - [sym_block_comment] = STATE(949), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3320), + [STATE(956)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2829), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(956), + [sym_block_comment] = STATE(956), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107747,23 +108255,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107771,34 +108279,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(950)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2085), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(950), - [sym_block_comment] = STATE(950), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(957)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2089), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(2089), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(2089), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(957), + [sym_block_comment] = STATE(957), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), [anon_sym_STAR] = ACTIONS(1619), @@ -107820,22 +108328,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), + [anon_sym_BANG] = ACTIONS(1081), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3065), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), @@ -107844,38 +108352,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(951)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(951), - [sym_block_comment] = STATE(951), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(958)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3088), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(958), + [sym_block_comment] = STATE(958), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107893,23 +108401,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -107917,38 +108425,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(952)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2087), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(952), - [sym_block_comment] = STATE(952), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(959)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2065), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(959), + [sym_block_comment] = STATE(959), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -107966,135 +108474,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1645), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3351), [sym_super] = ACTIONS(1645), [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(953)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1505), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(953), - [sym_block_comment] = STATE(953), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), + [STATE(960)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1499), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(960), + [sym_block_comment] = STATE(960), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), }, - [STATE(954)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2443), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(954), - [sym_block_comment] = STATE(954), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(961)] = { + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2063), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), + [sym_line_comment] = STATE(961), + [sym_block_comment] = STATE(961), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108112,23 +108620,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108136,111 +108644,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(955)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1515), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3522), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1515), - [sym_tuple_type] = STATE(1515), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(1296), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1515), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3420), - [sym_scoped_type_identifier] = STATE(1091), - [sym_line_comment] = STATE(955), - [sym_block_comment] = STATE(955), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3322), - [anon_sym_LPAREN] = ACTIONS(3324), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3326), - [anon_sym_i8] = ACTIONS(3326), - [anon_sym_u16] = ACTIONS(3326), - [anon_sym_i16] = ACTIONS(3326), - [anon_sym_u32] = ACTIONS(3326), - [anon_sym_i32] = ACTIONS(3326), - [anon_sym_u64] = ACTIONS(3326), - [anon_sym_i64] = ACTIONS(3326), - [anon_sym_u128] = ACTIONS(3326), - [anon_sym_i128] = ACTIONS(3326), - [anon_sym_isize] = ACTIONS(3326), - [anon_sym_usize] = ACTIONS(3326), - [anon_sym_f32] = ACTIONS(3326), - [anon_sym_f64] = ACTIONS(3326), - [anon_sym_bool] = ACTIONS(3326), - [anon_sym_str] = ACTIONS(3326), - [anon_sym_char] = ACTIONS(3326), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3328), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(3330), - [anon_sym_gen] = ACTIONS(3332), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(3332), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3334), - }, - [STATE(956)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2463), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(956), - [sym_block_comment] = STATE(956), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(962)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2619), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(962), + [sym_block_comment] = STATE(962), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108258,23 +108693,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108282,111 +108717,330 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(957)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1872), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(957), - [sym_block_comment] = STATE(957), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), + [STATE(963)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1495), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(963), + [sym_block_comment] = STATE(963), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), }, - [STATE(958)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2520), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(958), - [sym_block_comment] = STATE(958), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(964)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1496), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(964), + [sym_block_comment] = STATE(964), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(965)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1497), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(965), + [sym_block_comment] = STATE(965), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(966)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1500), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(966), + [sym_block_comment] = STATE(966), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(967)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3365), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(967), + [sym_block_comment] = STATE(967), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108404,23 +109058,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108428,38 +109082,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(959)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2446), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2467), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2282), - [sym_line_comment] = STATE(959), - [sym_block_comment] = STATE(959), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3336), + [STATE(968)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2637), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(968), + [sym_block_comment] = STATE(968), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108477,23 +109131,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3338), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108501,38 +109155,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(960)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3359), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(960), - [sym_block_comment] = STATE(960), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(969)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3142), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(969), + [sym_block_comment] = STATE(969), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108550,23 +109204,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108574,38 +109228,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(961)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2779), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(961), - [sym_block_comment] = STATE(961), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(970)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2836), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(970), + [sym_block_comment] = STATE(970), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108623,23 +109277,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108647,38 +109301,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(962)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2091), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(2091), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(2091), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(962), - [sym_block_comment] = STATE(962), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(971)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3054), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(971), + [sym_block_comment] = STATE(971), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108696,23 +109350,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108720,38 +109374,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(963)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2305), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(963), - [sym_block_comment] = STATE(963), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(972)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2549), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(972), + [sym_block_comment] = STATE(972), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108769,23 +109423,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108793,38 +109447,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(964)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2309), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(964), - [sym_block_comment] = STATE(964), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(973)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2502), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2493), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2282), + [sym_line_comment] = STATE(973), + [sym_block_comment] = STATE(973), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3353), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108842,23 +109496,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(3355), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108866,38 +109520,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(965)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2756), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(965), - [sym_block_comment] = STATE(965), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(974)] = { + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1446), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), + [sym_line_comment] = STATE(974), + [sym_block_comment] = STATE(974), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), + }, + [STATE(975)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2802), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(975), + [sym_block_comment] = STATE(975), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108915,23 +109642,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -108939,38 +109666,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(966)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2981), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(966), - [sym_block_comment] = STATE(966), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(976)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2793), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(976), + [sym_block_comment] = STATE(976), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -108988,23 +109715,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109012,38 +109739,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(967)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2910), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(967), - [sym_block_comment] = STATE(967), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(977)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2523), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(977), + [sym_block_comment] = STATE(977), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109061,23 +109788,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109085,38 +109812,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(968)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3202), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(968), - [sym_block_comment] = STATE(968), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(978)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2488), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2490), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2262), + [sym_line_comment] = STATE(978), + [sym_block_comment] = STATE(978), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3357), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109134,23 +109861,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(3359), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109158,111 +109885,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(969)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1511), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3522), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1511), - [sym_tuple_type] = STATE(1511), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(1150), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1511), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3420), - [sym_scoped_type_identifier] = STATE(1089), - [sym_line_comment] = STATE(969), - [sym_block_comment] = STATE(969), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3340), - [anon_sym_LPAREN] = ACTIONS(3324), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3326), - [anon_sym_i8] = ACTIONS(3326), - [anon_sym_u16] = ACTIONS(3326), - [anon_sym_i16] = ACTIONS(3326), - [anon_sym_u32] = ACTIONS(3326), - [anon_sym_i32] = ACTIONS(3326), - [anon_sym_u64] = ACTIONS(3326), - [anon_sym_i64] = ACTIONS(3326), - [anon_sym_u128] = ACTIONS(3326), - [anon_sym_i128] = ACTIONS(3326), - [anon_sym_isize] = ACTIONS(3326), - [anon_sym_usize] = ACTIONS(3326), - [anon_sym_f32] = ACTIONS(3326), - [anon_sym_f64] = ACTIONS(3326), - [anon_sym_bool] = ACTIONS(3326), - [anon_sym_str] = ACTIONS(3326), - [anon_sym_char] = ACTIONS(3326), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3328), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3332), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(3332), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3334), - }, - [STATE(970)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3405), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), - [sym_line_comment] = STATE(970), - [sym_block_comment] = STATE(970), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [STATE(979)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2601), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(979), + [sym_block_comment] = STATE(979), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109280,23 +109934,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109304,38 +109958,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(971)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2648), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(971), - [sym_block_comment] = STATE(971), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(980)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2067), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(980), + [sym_block_comment] = STATE(980), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109353,23 +110007,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109377,38 +110031,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(972)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2455), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(972), - [sym_block_comment] = STATE(972), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(981)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2068), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(981), + [sym_block_comment] = STATE(981), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109426,23 +110080,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109450,38 +110104,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(973)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2507), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(973), - [sym_block_comment] = STATE(973), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(982)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2607), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(982), + [sym_block_comment] = STATE(982), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109499,23 +110153,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109523,38 +110177,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(974)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2502), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(974), - [sym_block_comment] = STATE(974), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(983)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2891), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(983), + [sym_block_comment] = STATE(983), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109572,23 +110226,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109596,38 +110250,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(975)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2335), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(975), - [sym_block_comment] = STATE(975), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(984)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2435), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(984), + [sym_block_comment] = STATE(984), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109645,23 +110299,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109669,38 +110323,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(976)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), + [STATE(985)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), [sym__type] = STATE(2436), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(976), - [sym_block_comment] = STATE(976), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(985), + [sym_block_comment] = STATE(985), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109718,23 +110372,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109742,111 +110396,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(977)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1486), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(977), - [sym_block_comment] = STATE(977), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(978)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2334), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(978), - [sym_block_comment] = STATE(978), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(986)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2678), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(986), + [sym_block_comment] = STATE(986), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109864,23 +110445,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109888,38 +110469,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(979)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2719), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(979), - [sym_block_comment] = STATE(979), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(987)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2699), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(987), + [sym_block_comment] = STATE(987), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -109937,23 +110518,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -109961,38 +110542,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(980)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2508), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(980), - [sym_block_comment] = STATE(980), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(988)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2901), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(988), + [sym_block_comment] = STATE(988), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -110010,23 +110591,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -110034,38 +110615,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(981)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2431), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(981), - [sym_block_comment] = STATE(981), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(989)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2680), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(989), + [sym_block_comment] = STATE(989), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -110083,23 +110664,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -110107,38 +110688,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(982)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2447), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(982), - [sym_block_comment] = STATE(982), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(990)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2437), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2500), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2288), + [sym_line_comment] = STATE(990), + [sym_block_comment] = STATE(990), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3361), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -110156,23 +110737,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(3363), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -110180,184 +110761,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(983)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1745), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1756), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(1745), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1745), - [sym_tuple_type] = STATE(1745), - [sym_unit_type] = STATE(1745), - [sym_generic_type] = STATE(1692), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1745), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(1745), - [sym_pointer_type] = STATE(1745), - [sym_never_type] = STATE(1745), - [sym_abstract_type] = STATE(1745), - [sym_dynamic_type] = STATE(1745), - [sym_macro_invocation] = STATE(1745), - [sym_scoped_identifier] = STATE(3433), - [sym_scoped_type_identifier] = STATE(1614), - [sym_line_comment] = STATE(983), - [sym_block_comment] = STATE(983), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3214), - [anon_sym_LPAREN] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_STAR] = ACTIONS(3222), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3226), - [anon_sym_i8] = ACTIONS(3226), - [anon_sym_u16] = ACTIONS(3226), - [anon_sym_i16] = ACTIONS(3226), - [anon_sym_u32] = ACTIONS(3226), - [anon_sym_i32] = ACTIONS(3226), - [anon_sym_u64] = ACTIONS(3226), - [anon_sym_i64] = ACTIONS(3226), - [anon_sym_u128] = ACTIONS(3226), - [anon_sym_i128] = ACTIONS(3226), - [anon_sym_isize] = ACTIONS(3226), - [anon_sym_usize] = ACTIONS(3226), - [anon_sym_f32] = ACTIONS(3226), - [anon_sym_f64] = ACTIONS(3226), - [anon_sym_bool] = ACTIONS(3226), - [anon_sym_str] = ACTIONS(3226), - [anon_sym_char] = ACTIONS(3226), - [anon_sym_BANG] = ACTIONS(3228), - [anon_sym_AMP] = ACTIONS(3230), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3234), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3238), - [anon_sym_impl] = ACTIONS(3240), - [anon_sym_union] = ACTIONS(3238), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3242), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3248), - }, - [STATE(984)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1759), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3813), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1759), - [sym_tuple_type] = STATE(1759), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(1668), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1759), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3440), - [sym_scoped_type_identifier] = STATE(1609), - [sym_line_comment] = STATE(984), - [sym_block_comment] = STATE(984), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3344), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3346), - [anon_sym_i8] = ACTIONS(3346), - [anon_sym_u16] = ACTIONS(3346), - [anon_sym_i16] = ACTIONS(3346), - [anon_sym_u32] = ACTIONS(3346), - [anon_sym_i32] = ACTIONS(3346), - [anon_sym_u64] = ACTIONS(3346), - [anon_sym_i64] = ACTIONS(3346), - [anon_sym_u128] = ACTIONS(3346), - [anon_sym_i128] = ACTIONS(3346), - [anon_sym_isize] = ACTIONS(3346), - [anon_sym_usize] = ACTIONS(3346), - [anon_sym_f32] = ACTIONS(3346), - [anon_sym_f64] = ACTIONS(3346), - [anon_sym_bool] = ACTIONS(3346), - [anon_sym_str] = ACTIONS(3346), - [anon_sym_char] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3348), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(3350), - [anon_sym_gen] = ACTIONS(3352), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(3352), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3354), - }, - [STATE(985)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2524), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(985), - [sym_block_comment] = STATE(985), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(991)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2985), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(991), + [sym_block_comment] = STATE(991), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -110375,23 +110810,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -110399,38 +110834,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(986)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2732), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(986), - [sym_block_comment] = STATE(986), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(992)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2065), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(992), + [sym_block_comment] = STATE(992), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -110448,23 +110883,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -110472,330 +110907,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(987)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1436), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(987), - [sym_block_comment] = STATE(987), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(988)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1437), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(988), - [sym_block_comment] = STATE(988), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(989)] = { - [sym_function_modifiers] = STATE(3641), - [sym_removed_trait_bound] = STATE(1792), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3813), - [sym_bracketed_type] = STATE(3701), - [sym_lifetime] = STATE(3813), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1625), - [sym_function_type] = STATE(1792), - [sym_tuple_type] = STATE(1792), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(1656), - [sym_generic_type_with_turbofish] = STATE(3692), - [sym_bounded_type] = STATE(1792), - [sym_use_bounds] = STATE(3813), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3440), - [sym_scoped_type_identifier] = STATE(1615), - [sym_line_comment] = STATE(989), - [sym_block_comment] = STATE(989), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3356), - [anon_sym_LPAREN] = ACTIONS(3344), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(3224), - [anon_sym_u8] = ACTIONS(3346), - [anon_sym_i8] = ACTIONS(3346), - [anon_sym_u16] = ACTIONS(3346), - [anon_sym_i16] = ACTIONS(3346), - [anon_sym_u32] = ACTIONS(3346), - [anon_sym_i32] = ACTIONS(3346), - [anon_sym_u64] = ACTIONS(3346), - [anon_sym_i64] = ACTIONS(3346), - [anon_sym_u128] = ACTIONS(3346), - [anon_sym_i128] = ACTIONS(3346), - [anon_sym_isize] = ACTIONS(3346), - [anon_sym_usize] = ACTIONS(3346), - [anon_sym_f32] = ACTIONS(3346), - [anon_sym_f64] = ACTIONS(3346), - [anon_sym_bool] = ACTIONS(3346), - [anon_sym_str] = ACTIONS(3346), - [anon_sym_char] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3232), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3348), - [anon_sym_fn] = ACTIONS(3236), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3352), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(3352), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3246), - [sym_super] = ACTIONS(3246), - [sym_crate] = ACTIONS(3246), - [sym_metavariable] = ACTIONS(3354), - }, - [STATE(990)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1450), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(1450), - [sym_array_type] = STATE(1456), + [STATE(993)] = { + [sym_function_modifiers] = STATE(3640), + [sym_removed_trait_bound] = STATE(1841), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1720), + [sym_bracketed_type] = STATE(3700), + [sym_lifetime] = STATE(3808), + [sym_array_type] = STATE(1841), [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(1450), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(990), - [sym_block_comment] = STATE(990), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3358), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(3360), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), + [sym_function_type] = STATE(1841), + [sym_tuple_type] = STATE(1841), + [sym_unit_type] = STATE(1841), + [sym_generic_type] = STATE(1665), + [sym_generic_type_with_turbofish] = STATE(3691), + [sym_bounded_type] = STATE(1841), + [sym_use_bounds] = STATE(3808), + [sym_reference_type] = STATE(1841), + [sym_pointer_type] = STATE(1841), + [sym_never_type] = STATE(1841), + [sym_abstract_type] = STATE(1841), + [sym_dynamic_type] = STATE(1841), + [sym_macro_invocation] = STATE(1841), + [sym_scoped_identifier] = STATE(3432), + [sym_scoped_type_identifier] = STATE(1616), + [sym_line_comment] = STATE(993), + [sym_block_comment] = STATE(993), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3203), + [anon_sym_LPAREN] = ACTIONS(3205), + [anon_sym_LBRACK] = ACTIONS(3207), + [anon_sym_STAR] = ACTIONS(3211), + [anon_sym_QMARK] = ACTIONS(3213), + [anon_sym_u8] = ACTIONS(3215), + [anon_sym_i8] = ACTIONS(3215), + [anon_sym_u16] = ACTIONS(3215), + [anon_sym_i16] = ACTIONS(3215), + [anon_sym_u32] = ACTIONS(3215), + [anon_sym_i32] = ACTIONS(3215), + [anon_sym_u64] = ACTIONS(3215), + [anon_sym_i64] = ACTIONS(3215), + [anon_sym_u128] = ACTIONS(3215), + [anon_sym_i128] = ACTIONS(3215), + [anon_sym_isize] = ACTIONS(3215), + [anon_sym_usize] = ACTIONS(3215), + [anon_sym_f32] = ACTIONS(3215), + [anon_sym_f64] = ACTIONS(3215), + [anon_sym_bool] = ACTIONS(3215), + [anon_sym_str] = ACTIONS(3215), + [anon_sym_char] = ACTIONS(3215), + [anon_sym_BANG] = ACTIONS(3217), + [anon_sym_AMP] = ACTIONS(3219), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3221), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3223), + [anon_sym_fn] = ACTIONS(3225), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3223), + [anon_sym_impl] = ACTIONS(3227), + [anon_sym_union] = ACTIONS(3229), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3231), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3235), + [sym_super] = ACTIONS(3235), + [sym_crate] = ACTIONS(3235), + [sym_metavariable] = ACTIONS(3237), }, - [STATE(991)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3004), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(991), - [sym_block_comment] = STATE(991), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(994)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2061), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), + [sym_line_comment] = STATE(994), + [sym_block_comment] = STATE(994), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -110813,23 +111029,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -110837,38 +111053,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(992)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3073), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), - [sym_line_comment] = STATE(992), - [sym_block_comment] = STATE(992), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [STATE(995)] = { + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2064), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3779), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2064), + [sym_tuple_type] = STATE(2064), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2041), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2064), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2024), + [sym_line_comment] = STATE(995), + [sym_block_comment] = STATE(995), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3365), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -110886,23 +111102,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -110910,330 +111126,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1645), [sym_metavariable] = ACTIONS(1647), }, - [STATE(993)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1554), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(993), - [sym_block_comment] = STATE(993), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(994)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1457), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(994), - [sym_block_comment] = STATE(994), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, - [STATE(995)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1538), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), - [sym_line_comment] = STATE(995), - [sym_block_comment] = STATE(995), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), - }, [STATE(996)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1523), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2073), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(996), [sym_block_comment] = STATE(996), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1623), + [anon_sym_i8] = ACTIONS(1623), + [anon_sym_u16] = ACTIONS(1623), + [anon_sym_i16] = ACTIONS(1623), + [anon_sym_u32] = ACTIONS(1623), + [anon_sym_i32] = ACTIONS(1623), + [anon_sym_u64] = ACTIONS(1623), + [anon_sym_i64] = ACTIONS(1623), + [anon_sym_u128] = ACTIONS(1623), + [anon_sym_i128] = ACTIONS(1623), + [anon_sym_isize] = ACTIONS(1623), + [anon_sym_usize] = ACTIONS(1623), + [anon_sym_f32] = ACTIONS(1623), + [anon_sym_f64] = ACTIONS(1623), + [anon_sym_bool] = ACTIONS(1623), + [anon_sym_str] = ACTIONS(1623), + [anon_sym_char] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1629), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1645), + [sym_super] = ACTIONS(1645), + [sym_crate] = ACTIONS(1645), + [sym_metavariable] = ACTIONS(1647), }, [STATE(997)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3150), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2074), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(997), [sym_block_comment] = STATE(997), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111251,23 +111248,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111276,37 +111273,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(998)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2440), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2483), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2278), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2075), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(998), [sym_block_comment] = STATE(998), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3362), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111324,23 +111321,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3364), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111349,37 +111346,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(999)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2556), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2586), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(999), [sym_block_comment] = STATE(999), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111397,23 +111394,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111422,110 +111419,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1000)] = { - [sym_function_modifiers] = STATE(3772), - [sym_removed_trait_bound] = STATE(1456), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(1506), - [sym_bracketed_type] = STATE(3685), - [sym_lifetime] = STATE(3522), - [sym_array_type] = STATE(1456), - [sym_for_lifetimes] = STATE(1647), - [sym_function_type] = STATE(1456), - [sym_tuple_type] = STATE(1456), - [sym_unit_type] = STATE(1456), - [sym_generic_type] = STATE(1265), - [sym_generic_type_with_turbofish] = STATE(3673), - [sym_bounded_type] = STATE(1456), - [sym_use_bounds] = STATE(3522), - [sym_reference_type] = STATE(1456), - [sym_pointer_type] = STATE(1456), - [sym_never_type] = STATE(1456), - [sym_abstract_type] = STATE(1456), - [sym_dynamic_type] = STATE(1456), - [sym_macro_invocation] = STATE(1456), - [sym_scoped_identifier] = STATE(3339), - [sym_scoped_type_identifier] = STATE(1084), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2333), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1000), [sym_block_comment] = STATE(1000), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3172), - [anon_sym_LPAREN] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3176), - [anon_sym_STAR] = ACTIONS(3180), - [anon_sym_QMARK] = ACTIONS(3182), - [anon_sym_u8] = ACTIONS(3184), - [anon_sym_i8] = ACTIONS(3184), - [anon_sym_u16] = ACTIONS(3184), - [anon_sym_i16] = ACTIONS(3184), - [anon_sym_u32] = ACTIONS(3184), - [anon_sym_i32] = ACTIONS(3184), - [anon_sym_u64] = ACTIONS(3184), - [anon_sym_i64] = ACTIONS(3184), - [anon_sym_u128] = ACTIONS(3184), - [anon_sym_i128] = ACTIONS(3184), - [anon_sym_isize] = ACTIONS(3184), - [anon_sym_usize] = ACTIONS(3184), - [anon_sym_f32] = ACTIONS(3184), - [anon_sym_f64] = ACTIONS(3184), - [anon_sym_bool] = ACTIONS(3184), - [anon_sym_str] = ACTIONS(3184), - [anon_sym_char] = ACTIONS(3184), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_AMP] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(3192), - [anon_sym_fn] = ACTIONS(3194), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(3196), - [anon_sym_impl] = ACTIONS(3198), - [anon_sym_union] = ACTIONS(3196), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(3200), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3204), - [sym_super] = ACTIONS(3204), - [sym_crate] = ACTIONS(3204), - [sym_metavariable] = ACTIONS(3206), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(1613), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), + [anon_sym_u8] = ACTIONS(1623), + [anon_sym_i8] = ACTIONS(1623), + [anon_sym_u16] = ACTIONS(1623), + [anon_sym_i16] = ACTIONS(1623), + [anon_sym_u32] = ACTIONS(1623), + [anon_sym_i32] = ACTIONS(1623), + [anon_sym_u64] = ACTIONS(1623), + [anon_sym_i64] = ACTIONS(1623), + [anon_sym_u128] = ACTIONS(1623), + [anon_sym_i128] = ACTIONS(1623), + [anon_sym_isize] = ACTIONS(1623), + [anon_sym_usize] = ACTIONS(1623), + [anon_sym_f32] = ACTIONS(1623), + [anon_sym_f64] = ACTIONS(1623), + [anon_sym_bool] = ACTIONS(1623), + [anon_sym_str] = ACTIONS(1623), + [anon_sym_char] = ACTIONS(1623), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1629), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(1633), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1645), + [sym_super] = ACTIONS(1645), + [sym_crate] = ACTIONS(1645), + [sym_metavariable] = ACTIONS(1647), }, [STATE(1001)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2449), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1001), [sym_block_comment] = STATE(1001), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111543,23 +111540,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111568,37 +111565,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1002)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2076), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2450), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1002), [sym_block_comment] = STATE(1002), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111616,23 +111613,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111641,37 +111638,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1003)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2061), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2451), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1003), [sym_block_comment] = STATE(1003), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111689,23 +111686,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111714,37 +111711,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1004)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2567), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2452), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1004), [sym_block_comment] = STATE(1004), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111762,23 +111759,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111787,37 +111784,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1005)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2887), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2701), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1005), [sym_block_comment] = STATE(1005), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111835,23 +111832,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111860,37 +111857,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1006)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2427), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2947), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1006), [sym_block_comment] = STATE(1006), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111908,23 +111905,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -111933,37 +111930,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1007)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2430), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2702), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1007), [sym_block_comment] = STATE(1007), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -111981,23 +111978,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112006,37 +112003,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1008)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2737), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2703), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1008), [sym_block_comment] = STATE(1008), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112054,23 +112051,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112079,37 +112076,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1009)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2897), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2952), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1009), [sym_block_comment] = STATE(1009), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112127,23 +112124,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112152,37 +112149,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1010)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2741), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2706), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1010), [sym_block_comment] = STATE(1010), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112200,23 +112197,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112225,37 +112222,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1011)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2432), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2492), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2233), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2083), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1011), [sym_block_comment] = STATE(1011), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3366), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112273,23 +112270,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(3368), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112298,37 +112295,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1012)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2802), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2072), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1012), [sym_block_comment] = STATE(1012), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112346,23 +112343,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112371,37 +112368,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1013)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2088), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2076), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1013), [sym_block_comment] = STATE(1013), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112419,23 +112416,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112444,37 +112441,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1014)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2059), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2332), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1014), [sym_block_comment] = STATE(1014), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112492,23 +112489,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112517,37 +112514,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1015)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2072), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3775), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2072), - [sym_tuple_type] = STATE(2072), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2032), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2072), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2292), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1015), [sym_block_comment] = STATE(1015), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3370), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112565,23 +112562,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112590,37 +112587,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1016)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2085), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2465), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1016), [sym_block_comment] = STATE(1016), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112638,23 +112635,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112663,37 +112660,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1017)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2086), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2466), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1017), [sym_block_comment] = STATE(1017), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112711,23 +112708,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112736,37 +112733,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1018)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2087), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2536), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1018), [sym_block_comment] = STATE(1018), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112784,23 +112781,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112809,37 +112806,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1019)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2593), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2971), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1019), [sym_block_comment] = STATE(1019), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112857,23 +112854,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112882,37 +112879,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1020)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2330), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2714), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1020), [sym_block_comment] = STATE(1020), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -112930,23 +112927,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -112955,37 +112952,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1021)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2478), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2473), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1021), [sym_block_comment] = STATE(1021), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113003,23 +113000,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113028,37 +113025,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1022)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2480), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2474), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1022), [sym_block_comment] = STATE(1022), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113076,23 +113073,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113101,37 +113098,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1023)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2484), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2475), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1023), [sym_block_comment] = STATE(1023), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113149,23 +113146,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113174,37 +113171,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1024)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2489), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2476), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1024), [sym_block_comment] = STATE(1024), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113222,23 +113219,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113247,37 +113244,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1025)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2823), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2313), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1025), [sym_block_comment] = STATE(1025), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113295,23 +113292,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113320,37 +113317,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1026)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2934), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2715), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1026), [sym_block_comment] = STATE(1026), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113368,23 +113365,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113393,37 +113390,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1027)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2831), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2716), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1027), [sym_block_comment] = STATE(1027), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113441,23 +113438,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113466,37 +113463,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1028)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2832), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2432), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1028), [sym_block_comment] = STATE(1028), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113514,23 +113511,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113539,37 +113536,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1029)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2942), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2063), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1029), [sym_block_comment] = STATE(1029), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113587,23 +113584,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113612,37 +113609,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1030)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2840), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2768), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(1030), [sym_block_comment] = STATE(1030), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113660,23 +113657,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113685,37 +113682,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1031)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2077), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2485), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1031), [sym_block_comment] = STATE(1031), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113733,23 +113730,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113758,37 +113755,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1032)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2078), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2487), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1032), [sym_block_comment] = STATE(1032), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113806,23 +113803,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113831,37 +113828,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1033)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2079), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2320), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1033), [sym_block_comment] = STATE(1033), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113879,23 +113876,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113904,37 +113901,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1034)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2286), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2975), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1034), [sym_block_comment] = STATE(1034), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -113952,23 +113949,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -113977,37 +113974,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1035)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2412), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2986), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1035), [sym_block_comment] = STATE(1035), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114025,23 +114022,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114050,37 +114047,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1036)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2413), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2721), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1036), [sym_block_comment] = STATE(1036), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114098,23 +114095,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114123,37 +114120,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1037)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2604), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2328), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1037), [sym_block_comment] = STATE(1037), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114171,23 +114168,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114196,110 +114193,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1038)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2964), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3775), + [sym_removed_trait_bound] = STATE(1434), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(1508), + [sym_bracketed_type] = STATE(3683), + [sym_lifetime] = STATE(3746), + [sym_array_type] = STATE(1434), + [sym_for_lifetimes] = STATE(1638), + [sym_function_type] = STATE(1434), + [sym_tuple_type] = STATE(1434), + [sym_unit_type] = STATE(1434), + [sym_generic_type] = STATE(1130), + [sym_generic_type_with_turbofish] = STATE(3671), + [sym_bounded_type] = STATE(1434), + [sym_use_bounds] = STATE(3746), + [sym_reference_type] = STATE(1434), + [sym_pointer_type] = STATE(1434), + [sym_never_type] = STATE(1434), + [sym_abstract_type] = STATE(1434), + [sym_dynamic_type] = STATE(1434), + [sym_macro_invocation] = STATE(1434), + [sym_scoped_identifier] = STATE(3349), + [sym_scoped_type_identifier] = STATE(1095), [sym_line_comment] = STATE(1038), [sym_block_comment] = STATE(1038), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), - [anon_sym_LPAREN] = ACTIONS(1613), - [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), - [anon_sym_u8] = ACTIONS(1623), - [anon_sym_i8] = ACTIONS(1623), - [anon_sym_u16] = ACTIONS(1623), - [anon_sym_i16] = ACTIONS(1623), - [anon_sym_u32] = ACTIONS(1623), - [anon_sym_i32] = ACTIONS(1623), - [anon_sym_u64] = ACTIONS(1623), - [anon_sym_i64] = ACTIONS(1623), - [anon_sym_u128] = ACTIONS(1623), - [anon_sym_i128] = ACTIONS(1623), - [anon_sym_isize] = ACTIONS(1623), - [anon_sym_usize] = ACTIONS(1623), - [anon_sym_f32] = ACTIONS(1623), - [anon_sym_f64] = ACTIONS(1623), - [anon_sym_bool] = ACTIONS(1623), - [anon_sym_str] = ACTIONS(1623), - [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), - [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1645), - [sym_super] = ACTIONS(1645), - [sym_crate] = ACTIONS(1645), - [sym_metavariable] = ACTIONS(1647), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3177), + [anon_sym_u8] = ACTIONS(3179), + [anon_sym_i8] = ACTIONS(3179), + [anon_sym_u16] = ACTIONS(3179), + [anon_sym_i16] = ACTIONS(3179), + [anon_sym_u32] = ACTIONS(3179), + [anon_sym_i32] = ACTIONS(3179), + [anon_sym_u64] = ACTIONS(3179), + [anon_sym_i64] = ACTIONS(3179), + [anon_sym_u128] = ACTIONS(3179), + [anon_sym_i128] = ACTIONS(3179), + [anon_sym_isize] = ACTIONS(3179), + [anon_sym_usize] = ACTIONS(3179), + [anon_sym_f32] = ACTIONS(3179), + [anon_sym_f64] = ACTIONS(3179), + [anon_sym_bool] = ACTIONS(3179), + [anon_sym_str] = ACTIONS(3179), + [anon_sym_char] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), + [anon_sym_default] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3189), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(3187), + [anon_sym_impl] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3193), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(3195), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3199), + [sym_super] = ACTIONS(3199), + [sym_crate] = ACTIONS(3199), + [sym_metavariable] = ACTIONS(3201), }, [STATE(1039)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2718), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2291), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1039), [sym_block_comment] = STATE(1039), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114317,23 +114314,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114342,37 +114339,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1040)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2415), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2585), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1040), [sym_block_comment] = STATE(1040), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114390,23 +114387,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114415,37 +114412,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1041)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2417), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2837), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1041), [sym_block_comment] = STATE(1041), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114463,23 +114460,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114488,37 +114485,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1042)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2418), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3003), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1042), [sym_block_comment] = STATE(1042), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114536,23 +114533,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114561,37 +114558,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1043)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2419), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2662), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1043), [sym_block_comment] = STATE(1043), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114609,23 +114606,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114634,37 +114631,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1044)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2289), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2620), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1044), [sym_block_comment] = STATE(1044), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114682,23 +114679,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114707,37 +114704,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1045)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2837), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3741), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2065), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3781), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1629), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3781), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2273), [sym_line_comment] = STATE(1045), [sym_block_comment] = STATE(1045), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3161), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1619), + [anon_sym_QMARK] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114755,23 +114752,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1635), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1637), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1641), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114780,37 +114777,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1046)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2844), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3069), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1046), [sym_block_comment] = STATE(1046), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114828,23 +114825,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114853,37 +114850,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1047)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2083), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2504), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1047), [sym_block_comment] = STATE(1047), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114901,23 +114898,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114926,37 +114923,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1048)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2428), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2431), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1048), [sym_block_comment] = STATE(1048), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -114974,23 +114971,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -114999,37 +114996,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1049)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2429), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1049), [sym_block_comment] = STATE(1049), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115047,23 +115044,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115072,37 +115069,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1050)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2293), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2430), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1050), [sym_block_comment] = STATE(1050), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115120,23 +115117,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115145,37 +115142,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1051)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2988), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2069), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1051), [sym_block_comment] = STATE(1051), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115193,23 +115190,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115218,37 +115215,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1052)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2791), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2080), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(3779), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2080), + [sym_tuple_type] = STATE(2080), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2038), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2080), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2032), [sym_line_comment] = STATE(1052), [sym_block_comment] = STATE(1052), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3367), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115266,23 +115263,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(3369), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115291,37 +115288,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1053)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2294), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2732), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1053), [sym_block_comment] = STATE(1053), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115339,23 +115336,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115364,37 +115361,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1054)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2295), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2442), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1054), [sym_block_comment] = STATE(1054), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115412,23 +115409,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115437,37 +115434,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1055)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(2055), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2028), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2618), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1055), [sym_block_comment] = STATE(1055), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3076), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115485,23 +115482,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115510,37 +115507,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1056)] = { - [sym_function_modifiers] = STATE(3812), - [sym_removed_trait_bound] = STATE(2062), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3775), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3775), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1652), - [sym_function_type] = STATE(2062), - [sym_tuple_type] = STATE(2062), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2042), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2062), - [sym_use_bounds] = STATE(3775), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2029), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2997), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1056), [sym_block_comment] = STATE(1056), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3372), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1111), - [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115558,23 +115555,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(3080), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1147), - [anon_sym_for] = ACTIONS(3374), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1153), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1161), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115583,37 +115580,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1057)] = { - [sym_function_modifiers] = STATE(3583), - [sym_removed_trait_bound] = STATE(2069), - [sym_extern_modifier] = STATE(2461), - [sym__type] = STATE(3358), - [sym_bracketed_type] = STATE(3752), - [sym_lifetime] = STATE(3531), - [sym_array_type] = STATE(2069), - [sym_for_lifetimes] = STATE(1632), - [sym_function_type] = STATE(2069), - [sym_tuple_type] = STATE(2069), - [sym_unit_type] = STATE(2069), - [sym_generic_type] = STATE(2040), - [sym_generic_type_with_turbofish] = STATE(3736), - [sym_bounded_type] = STATE(2069), - [sym_use_bounds] = STATE(3531), - [sym_reference_type] = STATE(2069), - [sym_pointer_type] = STATE(2069), - [sym_never_type] = STATE(2069), - [sym_abstract_type] = STATE(2069), - [sym_dynamic_type] = STATE(2069), - [sym_macro_invocation] = STATE(2069), - [sym_scoped_identifier] = STATE(3461), - [sym_scoped_type_identifier] = STATE(2255), + [sym_function_modifiers] = STATE(3811), + [sym_removed_trait_bound] = STATE(2079), + [sym_extern_modifier] = STATE(2369), + [sym__type] = STATE(2895), + [sym_bracketed_type] = STATE(3749), + [sym_lifetime] = STATE(3779), + [sym_array_type] = STATE(2079), + [sym_for_lifetimes] = STATE(1619), + [sym_function_type] = STATE(2079), + [sym_tuple_type] = STATE(2079), + [sym_unit_type] = STATE(2079), + [sym_generic_type] = STATE(2055), + [sym_generic_type_with_turbofish] = STATE(3545), + [sym_bounded_type] = STATE(2079), + [sym_use_bounds] = STATE(3779), + [sym_reference_type] = STATE(2079), + [sym_pointer_type] = STATE(2079), + [sym_never_type] = STATE(2079), + [sym_abstract_type] = STATE(2079), + [sym_dynamic_type] = STATE(2079), + [sym_macro_invocation] = STATE(2079), + [sym_scoped_identifier] = STATE(3221), + [sym_scoped_type_identifier] = STATE(2030), [sym_line_comment] = STATE(1057), [sym_block_comment] = STATE(1057), - [aux_sym_function_modifiers_repeat1] = STATE(2317), - [sym_identifier] = ACTIONS(3208), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3071), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1615), - [anon_sym_STAR] = ACTIONS(1619), - [anon_sym_QMARK] = ACTIONS(1621), + [anon_sym_STAR] = ACTIONS(1073), + [anon_sym_QMARK] = ACTIONS(1075), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), @@ -115631,23 +115628,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), - [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_AMP] = ACTIONS(1625), + [anon_sym_BANG] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(3075), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1629), - [anon_sym_SQUOTE] = ACTIONS(3084), - [anon_sym_async] = ACTIONS(1141), - [anon_sym_const] = ACTIONS(1141), + [anon_sym_SQUOTE] = ACTIONS(3079), + [anon_sym_async] = ACTIONS(1103), + [anon_sym_const] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1633), - [anon_sym_fn] = ACTIONS(1635), - [anon_sym_for] = ACTIONS(1149), - [anon_sym_gen] = ACTIONS(1637), - [anon_sym_impl] = ACTIONS(1639), - [anon_sym_union] = ACTIONS(1637), - [anon_sym_unsafe] = ACTIONS(1141), - [anon_sym_use] = ACTIONS(1155), - [anon_sym_extern] = ACTIONS(1157), - [anon_sym_dyn] = ACTIONS(1641), + [anon_sym_fn] = ACTIONS(1109), + [anon_sym_for] = ACTIONS(1111), + [anon_sym_gen] = ACTIONS(1633), + [anon_sym_impl] = ACTIONS(1113), + [anon_sym_union] = ACTIONS(1639), + [anon_sym_unsafe] = ACTIONS(1103), + [anon_sym_use] = ACTIONS(1117), + [anon_sym_extern] = ACTIONS(1119), + [anon_sym_dyn] = ACTIONS(1123), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1645), @@ -115656,277 +115653,277 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1647), }, [STATE(1058)] = { - [sym_attribute_item] = STATE(1059), + [sym_attribute_item] = STATE(1060), [sym_line_comment] = STATE(1058), [sym_block_comment] = STATE(1058), [aux_sym_enum_variant_list_repeat1] = STATE(1058), - [sym_identifier] = ACTIONS(3376), - [anon_sym_LPAREN] = ACTIONS(763), - [anon_sym_LBRACK] = ACTIONS(763), - [anon_sym_RBRACK] = ACTIONS(763), - [anon_sym_LBRACE] = ACTIONS(763), - [anon_sym_STAR] = ACTIONS(763), - [anon_sym_u8] = ACTIONS(3376), - [anon_sym_i8] = ACTIONS(3376), - [anon_sym_u16] = ACTIONS(3376), - [anon_sym_i16] = ACTIONS(3376), - [anon_sym_u32] = ACTIONS(3376), - [anon_sym_i32] = ACTIONS(3376), - [anon_sym_u64] = ACTIONS(3376), - [anon_sym_i64] = ACTIONS(3376), - [anon_sym_u128] = ACTIONS(3376), - [anon_sym_i128] = ACTIONS(3376), - [anon_sym_isize] = ACTIONS(3376), - [anon_sym_usize] = ACTIONS(3376), - [anon_sym_f32] = ACTIONS(3376), - [anon_sym_f64] = ACTIONS(3376), - [anon_sym_bool] = ACTIONS(3376), - [anon_sym_str] = ACTIONS(3376), - [anon_sym_char] = ACTIONS(3376), - [anon_sym_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_AMP] = ACTIONS(763), - [anon_sym_PIPE] = ACTIONS(763), - [anon_sym_LT] = ACTIONS(763), - [anon_sym_DOT_DOT] = ACTIONS(763), - [anon_sym_COMMA] = ACTIONS(763), - [anon_sym_COLON_COLON] = ACTIONS(763), - [anon_sym_POUND] = ACTIONS(789), - [anon_sym_SQUOTE] = ACTIONS(3376), - [anon_sym_async] = ACTIONS(3376), - [anon_sym_break] = ACTIONS(3376), - [anon_sym_const] = ACTIONS(3376), - [anon_sym_continue] = ACTIONS(3376), - [anon_sym_default] = ACTIONS(3376), - [anon_sym_for] = ACTIONS(3376), - [anon_sym_gen] = ACTIONS(3376), - [anon_sym_if] = ACTIONS(3376), - [anon_sym_loop] = ACTIONS(3376), - [anon_sym_match] = ACTIONS(3376), - [anon_sym_return] = ACTIONS(3376), - [anon_sym_static] = ACTIONS(3376), - [anon_sym_union] = ACTIONS(3376), - [anon_sym_unsafe] = ACTIONS(3376), - [anon_sym_while] = ACTIONS(3376), - [anon_sym_yield] = ACTIONS(3376), - [anon_sym_move] = ACTIONS(3376), - [anon_sym_try] = ACTIONS(3376), - [sym_integer_literal] = ACTIONS(763), - [aux_sym_string_literal_token1] = ACTIONS(763), - [sym_char_literal] = ACTIONS(763), - [anon_sym_true] = ACTIONS(3376), - [anon_sym_false] = ACTIONS(3376), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3376), - [sym_super] = ACTIONS(3376), - [sym_crate] = ACTIONS(3376), - [sym_metavariable] = ACTIONS(763), - [sym__raw_string_literal_start] = ACTIONS(763), - [sym_float_literal] = ACTIONS(763), + [sym_identifier] = ACTIONS(3371), + [anon_sym_LPAREN] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(771), + [anon_sym_RBRACK] = ACTIONS(771), + [anon_sym_LBRACE] = ACTIONS(771), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_u8] = ACTIONS(3371), + [anon_sym_i8] = ACTIONS(3371), + [anon_sym_u16] = ACTIONS(3371), + [anon_sym_i16] = ACTIONS(3371), + [anon_sym_u32] = ACTIONS(3371), + [anon_sym_i32] = ACTIONS(3371), + [anon_sym_u64] = ACTIONS(3371), + [anon_sym_i64] = ACTIONS(3371), + [anon_sym_u128] = ACTIONS(3371), + [anon_sym_i128] = ACTIONS(3371), + [anon_sym_isize] = ACTIONS(3371), + [anon_sym_usize] = ACTIONS(3371), + [anon_sym_f32] = ACTIONS(3371), + [anon_sym_f64] = ACTIONS(3371), + [anon_sym_bool] = ACTIONS(3371), + [anon_sym_str] = ACTIONS(3371), + [anon_sym_char] = ACTIONS(3371), + [anon_sym_DASH] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_PIPE] = ACTIONS(771), + [anon_sym_LT] = ACTIONS(771), + [anon_sym_DOT_DOT] = ACTIONS(771), + [anon_sym_COMMA] = ACTIONS(771), + [anon_sym_COLON_COLON] = ACTIONS(771), + [anon_sym_POUND] = ACTIONS(797), + [anon_sym_SQUOTE] = ACTIONS(3371), + [anon_sym_async] = ACTIONS(3371), + [anon_sym_break] = ACTIONS(3371), + [anon_sym_const] = ACTIONS(3371), + [anon_sym_continue] = ACTIONS(3371), + [anon_sym_default] = ACTIONS(3371), + [anon_sym_for] = ACTIONS(3371), + [anon_sym_gen] = ACTIONS(3371), + [anon_sym_if] = ACTIONS(3371), + [anon_sym_loop] = ACTIONS(3371), + [anon_sym_match] = ACTIONS(3371), + [anon_sym_return] = ACTIONS(3371), + [anon_sym_static] = ACTIONS(3371), + [anon_sym_union] = ACTIONS(3371), + [anon_sym_unsafe] = ACTIONS(3371), + [anon_sym_while] = ACTIONS(3371), + [anon_sym_yield] = ACTIONS(3371), + [anon_sym_move] = ACTIONS(3371), + [anon_sym_try] = ACTIONS(3371), + [sym_integer_literal] = ACTIONS(771), + [aux_sym_string_literal_token1] = ACTIONS(771), + [sym_char_literal] = ACTIONS(771), + [anon_sym_true] = ACTIONS(3371), + [anon_sym_false] = ACTIONS(3371), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3371), + [sym_super] = ACTIONS(3371), + [sym_crate] = ACTIONS(3371), + [sym_metavariable] = ACTIONS(771), + [sym__raw_string_literal_start] = ACTIONS(771), + [sym_float_literal] = ACTIONS(771), }, [STATE(1059)] = { [sym_line_comment] = STATE(1059), [sym_block_comment] = STATE(1059), - [sym_identifier] = ACTIONS(3378), - [anon_sym_LPAREN] = ACTIONS(3380), - [anon_sym_LBRACK] = ACTIONS(3380), - [anon_sym_RBRACK] = ACTIONS(3380), - [anon_sym_LBRACE] = ACTIONS(3380), - [anon_sym_STAR] = ACTIONS(3380), - [anon_sym_u8] = ACTIONS(3378), - [anon_sym_i8] = ACTIONS(3378), - [anon_sym_u16] = ACTIONS(3378), - [anon_sym_i16] = ACTIONS(3378), - [anon_sym_u32] = ACTIONS(3378), - [anon_sym_i32] = ACTIONS(3378), - [anon_sym_u64] = ACTIONS(3378), - [anon_sym_i64] = ACTIONS(3378), - [anon_sym_u128] = ACTIONS(3378), - [anon_sym_i128] = ACTIONS(3378), - [anon_sym_isize] = ACTIONS(3378), - [anon_sym_usize] = ACTIONS(3378), - [anon_sym_f32] = ACTIONS(3378), - [anon_sym_f64] = ACTIONS(3378), - [anon_sym_bool] = ACTIONS(3378), - [anon_sym_str] = ACTIONS(3378), - [anon_sym_char] = ACTIONS(3378), - [anon_sym_DASH] = ACTIONS(3380), - [anon_sym_BANG] = ACTIONS(3380), - [anon_sym_AMP] = ACTIONS(3380), - [anon_sym_PIPE] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(3380), - [anon_sym_DOT_DOT] = ACTIONS(3380), - [anon_sym_COMMA] = ACTIONS(3380), - [anon_sym_COLON_COLON] = ACTIONS(3380), - [anon_sym_POUND] = ACTIONS(3380), - [anon_sym_SQUOTE] = ACTIONS(3378), - [anon_sym_async] = ACTIONS(3378), - [anon_sym_break] = ACTIONS(3378), - [anon_sym_const] = ACTIONS(3378), - [anon_sym_continue] = ACTIONS(3378), - [anon_sym_default] = ACTIONS(3378), - [anon_sym_for] = ACTIONS(3378), - [anon_sym_gen] = ACTIONS(3378), - [anon_sym_if] = ACTIONS(3378), - [anon_sym_loop] = ACTIONS(3378), - [anon_sym_match] = ACTIONS(3378), - [anon_sym_return] = ACTIONS(3378), - [anon_sym_static] = ACTIONS(3378), - [anon_sym_union] = ACTIONS(3378), - [anon_sym_unsafe] = ACTIONS(3378), - [anon_sym_while] = ACTIONS(3378), - [anon_sym_yield] = ACTIONS(3378), - [anon_sym_move] = ACTIONS(3378), - [anon_sym_try] = ACTIONS(3378), - [sym_integer_literal] = ACTIONS(3380), - [aux_sym_string_literal_token1] = ACTIONS(3380), - [sym_char_literal] = ACTIONS(3380), - [anon_sym_true] = ACTIONS(3378), - [anon_sym_false] = ACTIONS(3378), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3378), - [sym_super] = ACTIONS(3378), - [sym_crate] = ACTIONS(3378), - [sym_metavariable] = ACTIONS(3380), - [sym__raw_string_literal_start] = ACTIONS(3380), - [sym_float_literal] = ACTIONS(3380), + [sym_identifier] = ACTIONS(2670), + [anon_sym_LPAREN] = ACTIONS(2668), + [anon_sym_LBRACK] = ACTIONS(2668), + [anon_sym_RBRACK] = ACTIONS(2668), + [anon_sym_LBRACE] = ACTIONS(2668), + [anon_sym_STAR] = ACTIONS(2668), + [anon_sym_u8] = ACTIONS(2670), + [anon_sym_i8] = ACTIONS(2670), + [anon_sym_u16] = ACTIONS(2670), + [anon_sym_i16] = ACTIONS(2670), + [anon_sym_u32] = ACTIONS(2670), + [anon_sym_i32] = ACTIONS(2670), + [anon_sym_u64] = ACTIONS(2670), + [anon_sym_i64] = ACTIONS(2670), + [anon_sym_u128] = ACTIONS(2670), + [anon_sym_i128] = ACTIONS(2670), + [anon_sym_isize] = ACTIONS(2670), + [anon_sym_usize] = ACTIONS(2670), + [anon_sym_f32] = ACTIONS(2670), + [anon_sym_f64] = ACTIONS(2670), + [anon_sym_bool] = ACTIONS(2670), + [anon_sym_str] = ACTIONS(2670), + [anon_sym_char] = ACTIONS(2670), + [anon_sym_DASH] = ACTIONS(2668), + [anon_sym_BANG] = ACTIONS(2668), + [anon_sym_AMP] = ACTIONS(2668), + [anon_sym_PIPE] = ACTIONS(2668), + [anon_sym_LT] = ACTIONS(2668), + [anon_sym_DOT_DOT] = ACTIONS(2668), + [anon_sym_COMMA] = ACTIONS(2668), + [anon_sym_COLON_COLON] = ACTIONS(2668), + [anon_sym_POUND] = ACTIONS(2668), + [anon_sym_SQUOTE] = ACTIONS(2670), + [anon_sym_async] = ACTIONS(2670), + [anon_sym_break] = ACTIONS(2670), + [anon_sym_const] = ACTIONS(2670), + [anon_sym_continue] = ACTIONS(2670), + [anon_sym_default] = ACTIONS(2670), + [anon_sym_for] = ACTIONS(2670), + [anon_sym_gen] = ACTIONS(2670), + [anon_sym_if] = ACTIONS(2670), + [anon_sym_loop] = ACTIONS(2670), + [anon_sym_match] = ACTIONS(2670), + [anon_sym_return] = ACTIONS(2670), + [anon_sym_static] = ACTIONS(2670), + [anon_sym_union] = ACTIONS(2670), + [anon_sym_unsafe] = ACTIONS(2670), + [anon_sym_while] = ACTIONS(2670), + [anon_sym_yield] = ACTIONS(2670), + [anon_sym_move] = ACTIONS(2670), + [anon_sym_try] = ACTIONS(2670), + [sym_integer_literal] = ACTIONS(2668), + [aux_sym_string_literal_token1] = ACTIONS(2668), + [sym_char_literal] = ACTIONS(2668), + [anon_sym_true] = ACTIONS(2670), + [anon_sym_false] = ACTIONS(2670), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2670), + [sym_super] = ACTIONS(2670), + [sym_crate] = ACTIONS(2670), + [sym_metavariable] = ACTIONS(2668), + [sym__raw_string_literal_start] = ACTIONS(2668), + [sym_float_literal] = ACTIONS(2668), }, [STATE(1060)] = { [sym_line_comment] = STATE(1060), [sym_block_comment] = STATE(1060), - [sym_identifier] = ACTIONS(2380), - [anon_sym_LPAREN] = ACTIONS(2378), - [anon_sym_LBRACK] = ACTIONS(2378), - [anon_sym_RBRACK] = ACTIONS(2378), - [anon_sym_LBRACE] = ACTIONS(2378), - [anon_sym_STAR] = ACTIONS(2378), - [anon_sym_u8] = ACTIONS(2380), - [anon_sym_i8] = ACTIONS(2380), - [anon_sym_u16] = ACTIONS(2380), - [anon_sym_i16] = ACTIONS(2380), - [anon_sym_u32] = ACTIONS(2380), - [anon_sym_i32] = ACTIONS(2380), - [anon_sym_u64] = ACTIONS(2380), - [anon_sym_i64] = ACTIONS(2380), - [anon_sym_u128] = ACTIONS(2380), - [anon_sym_i128] = ACTIONS(2380), - [anon_sym_isize] = ACTIONS(2380), - [anon_sym_usize] = ACTIONS(2380), - [anon_sym_f32] = ACTIONS(2380), - [anon_sym_f64] = ACTIONS(2380), - [anon_sym_bool] = ACTIONS(2380), - [anon_sym_str] = ACTIONS(2380), - [anon_sym_char] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2378), - [anon_sym_BANG] = ACTIONS(2378), - [anon_sym_AMP] = ACTIONS(2378), - [anon_sym_PIPE] = ACTIONS(2378), - [anon_sym_LT] = ACTIONS(2378), - [anon_sym_DOT_DOT] = ACTIONS(2378), - [anon_sym_COMMA] = ACTIONS(2378), - [anon_sym_COLON_COLON] = ACTIONS(2378), - [anon_sym_POUND] = ACTIONS(2378), - [anon_sym_SQUOTE] = ACTIONS(2380), - [anon_sym_async] = ACTIONS(2380), - [anon_sym_break] = ACTIONS(2380), - [anon_sym_const] = ACTIONS(2380), - [anon_sym_continue] = ACTIONS(2380), - [anon_sym_default] = ACTIONS(2380), - [anon_sym_for] = ACTIONS(2380), - [anon_sym_gen] = ACTIONS(2380), - [anon_sym_if] = ACTIONS(2380), - [anon_sym_loop] = ACTIONS(2380), - [anon_sym_match] = ACTIONS(2380), - [anon_sym_return] = ACTIONS(2380), - [anon_sym_static] = ACTIONS(2380), - [anon_sym_union] = ACTIONS(2380), - [anon_sym_unsafe] = ACTIONS(2380), - [anon_sym_while] = ACTIONS(2380), - [anon_sym_yield] = ACTIONS(2380), - [anon_sym_move] = ACTIONS(2380), - [anon_sym_try] = ACTIONS(2380), - [sym_integer_literal] = ACTIONS(2378), - [aux_sym_string_literal_token1] = ACTIONS(2378), - [sym_char_literal] = ACTIONS(2378), - [anon_sym_true] = ACTIONS(2380), - [anon_sym_false] = ACTIONS(2380), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2380), - [sym_super] = ACTIONS(2380), - [sym_crate] = ACTIONS(2380), - [sym_metavariable] = ACTIONS(2378), - [sym__raw_string_literal_start] = ACTIONS(2378), - [sym_float_literal] = ACTIONS(2378), + [sym_identifier] = ACTIONS(3373), + [anon_sym_LPAREN] = ACTIONS(3375), + [anon_sym_LBRACK] = ACTIONS(3375), + [anon_sym_RBRACK] = ACTIONS(3375), + [anon_sym_LBRACE] = ACTIONS(3375), + [anon_sym_STAR] = ACTIONS(3375), + [anon_sym_u8] = ACTIONS(3373), + [anon_sym_i8] = ACTIONS(3373), + [anon_sym_u16] = ACTIONS(3373), + [anon_sym_i16] = ACTIONS(3373), + [anon_sym_u32] = ACTIONS(3373), + [anon_sym_i32] = ACTIONS(3373), + [anon_sym_u64] = ACTIONS(3373), + [anon_sym_i64] = ACTIONS(3373), + [anon_sym_u128] = ACTIONS(3373), + [anon_sym_i128] = ACTIONS(3373), + [anon_sym_isize] = ACTIONS(3373), + [anon_sym_usize] = ACTIONS(3373), + [anon_sym_f32] = ACTIONS(3373), + [anon_sym_f64] = ACTIONS(3373), + [anon_sym_bool] = ACTIONS(3373), + [anon_sym_str] = ACTIONS(3373), + [anon_sym_char] = ACTIONS(3373), + [anon_sym_DASH] = ACTIONS(3375), + [anon_sym_BANG] = ACTIONS(3375), + [anon_sym_AMP] = ACTIONS(3375), + [anon_sym_PIPE] = ACTIONS(3375), + [anon_sym_LT] = ACTIONS(3375), + [anon_sym_DOT_DOT] = ACTIONS(3375), + [anon_sym_COMMA] = ACTIONS(3375), + [anon_sym_COLON_COLON] = ACTIONS(3375), + [anon_sym_POUND] = ACTIONS(3375), + [anon_sym_SQUOTE] = ACTIONS(3373), + [anon_sym_async] = ACTIONS(3373), + [anon_sym_break] = ACTIONS(3373), + [anon_sym_const] = ACTIONS(3373), + [anon_sym_continue] = ACTIONS(3373), + [anon_sym_default] = ACTIONS(3373), + [anon_sym_for] = ACTIONS(3373), + [anon_sym_gen] = ACTIONS(3373), + [anon_sym_if] = ACTIONS(3373), + [anon_sym_loop] = ACTIONS(3373), + [anon_sym_match] = ACTIONS(3373), + [anon_sym_return] = ACTIONS(3373), + [anon_sym_static] = ACTIONS(3373), + [anon_sym_union] = ACTIONS(3373), + [anon_sym_unsafe] = ACTIONS(3373), + [anon_sym_while] = ACTIONS(3373), + [anon_sym_yield] = ACTIONS(3373), + [anon_sym_move] = ACTIONS(3373), + [anon_sym_try] = ACTIONS(3373), + [sym_integer_literal] = ACTIONS(3375), + [aux_sym_string_literal_token1] = ACTIONS(3375), + [sym_char_literal] = ACTIONS(3375), + [anon_sym_true] = ACTIONS(3373), + [anon_sym_false] = ACTIONS(3373), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3373), + [sym_super] = ACTIONS(3373), + [sym_crate] = ACTIONS(3373), + [sym_metavariable] = ACTIONS(3375), + [sym__raw_string_literal_start] = ACTIONS(3375), + [sym_float_literal] = ACTIONS(3375), }, [STATE(1061)] = { [sym_line_comment] = STATE(1061), [sym_block_comment] = STATE(1061), - [sym_identifier] = ACTIONS(3382), - [anon_sym_LPAREN] = ACTIONS(3384), - [anon_sym_LBRACK] = ACTIONS(3384), - [anon_sym_LBRACE] = ACTIONS(3384), - [anon_sym_STAR] = ACTIONS(3384), - [anon_sym_u8] = ACTIONS(3382), - [anon_sym_i8] = ACTIONS(3382), - [anon_sym_u16] = ACTIONS(3382), - [anon_sym_i16] = ACTIONS(3382), - [anon_sym_u32] = ACTIONS(3382), - [anon_sym_i32] = ACTIONS(3382), - [anon_sym_u64] = ACTIONS(3382), - [anon_sym_i64] = ACTIONS(3382), - [anon_sym_u128] = ACTIONS(3382), - [anon_sym_i128] = ACTIONS(3382), - [anon_sym_isize] = ACTIONS(3382), - [anon_sym_usize] = ACTIONS(3382), - [anon_sym_f32] = ACTIONS(3382), - [anon_sym_f64] = ACTIONS(3382), - [anon_sym_bool] = ACTIONS(3382), - [anon_sym_str] = ACTIONS(3382), - [anon_sym_char] = ACTIONS(3382), - [anon_sym_DASH] = ACTIONS(3382), - [anon_sym_BANG] = ACTIONS(3384), - [anon_sym_AMP] = ACTIONS(3384), - [anon_sym_PIPE] = ACTIONS(3384), - [anon_sym_LT] = ACTIONS(3384), - [anon_sym__] = ACTIONS(3382), - [anon_sym_DOT_DOT] = ACTIONS(3384), - [anon_sym_COLON_COLON] = ACTIONS(3384), - [anon_sym_DASH_GT] = ACTIONS(3384), - [anon_sym_SQUOTE] = ACTIONS(3382), - [anon_sym_async] = ACTIONS(3382), - [anon_sym_break] = ACTIONS(3382), - [anon_sym_const] = ACTIONS(3382), - [anon_sym_continue] = ACTIONS(3382), - [anon_sym_default] = ACTIONS(3382), - [anon_sym_for] = ACTIONS(3382), - [anon_sym_gen] = ACTIONS(3382), - [anon_sym_if] = ACTIONS(3382), - [anon_sym_loop] = ACTIONS(3382), - [anon_sym_match] = ACTIONS(3382), - [anon_sym_return] = ACTIONS(3382), - [anon_sym_static] = ACTIONS(3382), - [anon_sym_union] = ACTIONS(3382), - [anon_sym_unsafe] = ACTIONS(3382), - [anon_sym_while] = ACTIONS(3382), - [anon_sym_yield] = ACTIONS(3382), - [anon_sym_move] = ACTIONS(3382), - [anon_sym_try] = ACTIONS(3382), - [sym_integer_literal] = ACTIONS(3384), - [aux_sym_string_literal_token1] = ACTIONS(3384), - [sym_char_literal] = ACTIONS(3384), - [anon_sym_true] = ACTIONS(3382), - [anon_sym_false] = ACTIONS(3382), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3382), - [sym_super] = ACTIONS(3382), - [sym_crate] = ACTIONS(3382), - [sym_metavariable] = ACTIONS(3384), - [sym__raw_string_literal_start] = ACTIONS(3384), - [sym_float_literal] = ACTIONS(3384), + [sym_identifier] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_LBRACK] = ACTIONS(3379), + [anon_sym_LBRACE] = ACTIONS(3379), + [anon_sym_STAR] = ACTIONS(3379), + [anon_sym_u8] = ACTIONS(3377), + [anon_sym_i8] = ACTIONS(3377), + [anon_sym_u16] = ACTIONS(3377), + [anon_sym_i16] = ACTIONS(3377), + [anon_sym_u32] = ACTIONS(3377), + [anon_sym_i32] = ACTIONS(3377), + [anon_sym_u64] = ACTIONS(3377), + [anon_sym_i64] = ACTIONS(3377), + [anon_sym_u128] = ACTIONS(3377), + [anon_sym_i128] = ACTIONS(3377), + [anon_sym_isize] = ACTIONS(3377), + [anon_sym_usize] = ACTIONS(3377), + [anon_sym_f32] = ACTIONS(3377), + [anon_sym_f64] = ACTIONS(3377), + [anon_sym_bool] = ACTIONS(3377), + [anon_sym_str] = ACTIONS(3377), + [anon_sym_char] = ACTIONS(3377), + [anon_sym_DASH] = ACTIONS(3377), + [anon_sym_BANG] = ACTIONS(3379), + [anon_sym_AMP] = ACTIONS(3379), + [anon_sym_PIPE] = ACTIONS(3379), + [anon_sym_LT] = ACTIONS(3379), + [anon_sym__] = ACTIONS(3377), + [anon_sym_DOT_DOT] = ACTIONS(3379), + [anon_sym_COLON_COLON] = ACTIONS(3379), + [anon_sym_DASH_GT] = ACTIONS(3379), + [anon_sym_SQUOTE] = ACTIONS(3377), + [anon_sym_async] = ACTIONS(3377), + [anon_sym_break] = ACTIONS(3377), + [anon_sym_const] = ACTIONS(3377), + [anon_sym_continue] = ACTIONS(3377), + [anon_sym_default] = ACTIONS(3377), + [anon_sym_for] = ACTIONS(3377), + [anon_sym_gen] = ACTIONS(3377), + [anon_sym_if] = ACTIONS(3377), + [anon_sym_loop] = ACTIONS(3377), + [anon_sym_match] = ACTIONS(3377), + [anon_sym_return] = ACTIONS(3377), + [anon_sym_static] = ACTIONS(3377), + [anon_sym_union] = ACTIONS(3377), + [anon_sym_unsafe] = ACTIONS(3377), + [anon_sym_while] = ACTIONS(3377), + [anon_sym_yield] = ACTIONS(3377), + [anon_sym_move] = ACTIONS(3377), + [anon_sym_try] = ACTIONS(3377), + [sym_integer_literal] = ACTIONS(3379), + [aux_sym_string_literal_token1] = ACTIONS(3379), + [sym_char_literal] = ACTIONS(3379), + [anon_sym_true] = ACTIONS(3377), + [anon_sym_false] = ACTIONS(3377), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3377), + [sym_super] = ACTIONS(3377), + [sym_crate] = ACTIONS(3377), + [sym_metavariable] = ACTIONS(3379), + [sym__raw_string_literal_start] = ACTIONS(3379), + [sym_float_literal] = ACTIONS(3379), }, [STATE(1062)] = { [sym_line_comment] = STATE(1062), @@ -116025,7 +116022,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, - ACTIONS(3386), 42, + ACTIONS(3381), 42, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116076,7 +116073,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1064), 2, sym_line_comment, sym_block_comment, - ACTIONS(2378), 18, + ACTIONS(2668), 18, sym__raw_string_literal_start, sym_float_literal, anon_sym_LPAREN, @@ -116095,7 +116092,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, - ACTIONS(2380), 40, + ACTIONS(2670), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116144,7 +116141,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1065), 2, sym_line_comment, sym_block_comment, - ACTIONS(3390), 20, + ACTIONS(3385), 20, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -116165,7 +116162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3388), 36, + ACTIONS(3383), 36, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116209,50 +116206,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1117), 1, + ACTIONS(1079), 1, anon_sym_DASH, - ACTIONS(1167), 1, + ACTIONS(1129), 1, aux_sym_string_literal_token1, - ACTIONS(1177), 1, + ACTIONS(1139), 1, sym__raw_string_literal_start, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(3392), 1, + ACTIONS(3387), 1, sym_identifier, - ACTIONS(3402), 1, + ACTIONS(3397), 1, sym_metavariable, - STATE(2129), 1, + STATE(2164), 1, sym_scoped_identifier, - STATE(2204), 1, + STATE(2230), 1, sym__literal_pattern, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, - ACTIONS(1169), 2, + ACTIONS(1131), 2, anon_sym_true, anon_sym_false, STATE(1066), 2, sym_line_comment, sym_block_comment, - ACTIONS(1165), 3, + ACTIONS(1127), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3396), 3, + ACTIONS(3391), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3400), 3, + ACTIONS(3395), 3, sym_self, sym_super, sym_crate, - STATE(2110), 4, + STATE(2111), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3394), 7, + ACTIONS(3389), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -116260,7 +116257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ, anon_sym_COMMA, - ACTIONS(3398), 20, + ACTIONS(3393), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116288,50 +116285,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1117), 1, + ACTIONS(1079), 1, anon_sym_DASH, - ACTIONS(1167), 1, + ACTIONS(1129), 1, aux_sym_string_literal_token1, - ACTIONS(1177), 1, + ACTIONS(1139), 1, sym__raw_string_literal_start, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(3404), 1, + ACTIONS(3399), 1, sym_identifier, - ACTIONS(3414), 1, + ACTIONS(3409), 1, sym_metavariable, - STATE(2154), 1, + STATE(2148), 1, sym_scoped_identifier, - STATE(2216), 1, + STATE(2192), 1, sym__literal_pattern, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, - ACTIONS(1169), 2, + ACTIONS(1131), 2, anon_sym_true, anon_sym_false, STATE(1067), 2, sym_line_comment, sym_block_comment, - ACTIONS(1165), 3, + ACTIONS(1127), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3408), 3, + ACTIONS(3403), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3412), 3, + ACTIONS(3407), 3, sym_self, sym_super, sym_crate, - STATE(2110), 4, + STATE(2111), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3406), 7, + ACTIONS(3401), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -116339,7 +116336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ, anon_sym_COMMA, - ACTIONS(3410), 20, + ACTIONS(3405), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116360,106 +116357,244 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [419] = 21, + [419] = 13, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3415), 1, + anon_sym_BANG, + ACTIONS(3417), 1, + anon_sym_COLON_COLON, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(3423), 1, + anon_sym_move, + STATE(426), 1, + sym_block, + STATE(3510), 1, + sym_label, + STATE(1068), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + ACTIONS(3413), 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(3411), 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, + [503] = 21, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1117), 1, + ACTIONS(1079), 1, anon_sym_DASH, - ACTIONS(1167), 1, + ACTIONS(1129), 1, aux_sym_string_literal_token1, - ACTIONS(1177), 1, + ACTIONS(1139), 1, sym__raw_string_literal_start, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(3416), 1, + ACTIONS(3425), 1, sym_identifier, - ACTIONS(3426), 1, + ACTIONS(3435), 1, sym_metavariable, STATE(2166), 1, sym_scoped_identifier, - STATE(2179), 1, + STATE(2210), 1, sym__literal_pattern, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, - ACTIONS(1169), 2, + ACTIONS(1131), 2, anon_sym_true, anon_sym_false, - STATE(1068), 2, + STATE(1069), 2, sym_line_comment, sym_block_comment, - ACTIONS(1165), 3, + ACTIONS(1127), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3420), 3, + ACTIONS(3429), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3424), 3, + ACTIONS(3433), 3, sym_self, sym_super, sym_crate, - STATE(2110), 4, + STATE(2111), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3418), 7, + ACTIONS(3427), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + ACTIONS(3431), 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, + [603] = 12, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3417), 1, + anon_sym_COLON_COLON, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(3437), 1, + anon_sym_BANG, + ACTIONS(3439), 1, + anon_sym_move, + STATE(1438), 1, + sym_block, + STATE(3714), 1, + sym_label, + STATE(1070), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3413), 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(3411), 28, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_EQ, + 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(3422), 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, - [519] = 11, + anon_sym_as, + anon_sym_else, + [682] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, + ACTIONS(3443), 1, anon_sym_LPAREN, - ACTIONS(3434), 1, + ACTIONS(3447), 1, anon_sym_BANG, - ACTIONS(3436), 1, + ACTIONS(3449), 1, anon_sym_COLON_COLON, - ACTIONS(3438), 1, + ACTIONS(3451), 1, anon_sym_LT2, - STATE(1288), 1, + STATE(1136), 1, sym_type_arguments, - STATE(1301), 1, + STATE(1142), 1, sym_parameters, - STATE(1069), 2, + STATE(1071), 2, sym_line_comment, sym_block_comment, - ACTIONS(3432), 17, + ACTIONS(3445), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -116477,7 +116612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3428), 27, + ACTIONS(3441), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -116505,29 +116640,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [596] = 12, + [759] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3444), 1, - anon_sym_BANG, - ACTIONS(3446), 1, + ACTIONS(3443), 1, + anon_sym_LPAREN, + ACTIONS(3449), 1, anon_sym_COLON_COLON, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3450), 1, - anon_sym_move, - STATE(1468), 1, - sym_block, - STATE(3714), 1, - sym_label, - STATE(1070), 2, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(3457), 1, + anon_sym_BANG, + STATE(1136), 1, + sym_type_arguments, + STATE(1142), 1, + sym_parameters, + STATE(1072), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(3455), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -116538,17 +116671,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(3440), 28, + ACTIONS(3453), 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, @@ -116561,38 +116696,37 @@ 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, - [675] = 11, + [836] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, + ACTIONS(3443), 1, anon_sym_LPAREN, - ACTIONS(3436), 1, + ACTIONS(3449), 1, anon_sym_COLON_COLON, - ACTIONS(3438), 1, + ACTIONS(3451), 1, anon_sym_LT2, - ACTIONS(3456), 1, + ACTIONS(3457), 1, anon_sym_BANG, - STATE(1288), 1, + STATE(1136), 1, sym_type_arguments, - STATE(1301), 1, + STATE(1142), 1, sym_parameters, - STATE(1071), 2, + STATE(1073), 2, sym_line_comment, sym_block_comment, - ACTIONS(3454), 17, + ACTIONS(3461), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -116610,7 +116744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3452), 27, + ACTIONS(3459), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -116638,27 +116772,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [752] = 11, + [913] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - ACTIONS(3434), 1, - anon_sym_BANG, - ACTIONS(3436), 1, + STATE(1074), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1449), 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(1451), 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, + [977] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1075), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1481), 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, - ACTIONS(3438), 1, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1483), 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, + [1041] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3443), 1, + anon_sym_LPAREN, + ACTIONS(3451), 1, anon_sym_LT2, - STATE(1288), 1, + ACTIONS(3467), 1, + anon_sym_COLON_COLON, + STATE(1136), 1, sym_type_arguments, - STATE(1301), 1, + STATE(1142), 1, sym_parameters, - STATE(1072), 2, + STATE(1076), 2, sym_line_comment, sym_block_comment, - ACTIONS(3460), 17, + ACTIONS(3465), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -116676,7 +116926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3458), 27, + ACTIONS(3463), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -116704,15 +116954,371 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [829] = 5, + [1115] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1077), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1043), 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(1041), 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, + [1179] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1078), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1433), 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(1435), 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, + [1243] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1079), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1445), 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(1447), 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, + [1307] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1080), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1437), 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(1439), 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, + [1371] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1081), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1441), 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(1443), 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, + [1435] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3473), 1, + anon_sym_POUND, + STATE(1422), 2, + sym_attribute_item, + sym_inner_attribute_item, + STATE(1082), 3, + sym_line_comment, + sym_block_comment, + aux_sym_match_arm_repeat1, + ACTIONS(3471), 14, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3469), 31, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [1503] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1073), 2, + STATE(1083), 2, sym_line_comment, sym_block_comment, - ACTIONS(1467), 9, + ACTIONS(1489), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116722,7 +117328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1469), 40, + ACTIONS(1491), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116763,15 +117369,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [893] = 5, + [1567] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1074), 2, + STATE(1084), 2, sym_line_comment, sym_block_comment, - ACTIONS(1449), 9, + ACTIONS(1047), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116781,7 +117387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1451), 40, + ACTIONS(1045), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116822,25 +117428,25 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [957] = 5, + [1631] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1075), 2, + STATE(1085), 2, sym_line_comment, sym_block_comment, - ACTIONS(1433), 9, + ACTIONS(2672), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_PIPE, + anon_sym_EQ, anon_sym_LT, + anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1435), 40, + ACTIONS(2674), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116864,7 +117470,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_enum, anon_sym_fn, anon_sym_gen, - anon_sym_if, anon_sym_impl, anon_sym_let, anon_sym_mod, @@ -116881,25 +117486,146 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1021] = 5, + [1694] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1076), 2, + ACTIONS(3415), 1, + anon_sym_BANG, + ACTIONS(3417), 1, + anon_sym_COLON_COLON, + STATE(1086), 2, sym_line_comment, sym_block_comment, - ACTIONS(1441), 9, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + ACTIONS(3413), 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(3411), 23, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_RBRACE, - 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, + [1763] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3480), 1, + anon_sym_BANG, + ACTIONS(3482), 1, + anon_sym_COLON_COLON, + STATE(1087), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3478), 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(3476), 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, + [1830] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1088), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2784), 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(1443), 40, + ACTIONS(2786), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116923,7 +117649,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_enum, anon_sym_fn, anon_sym_gen, - anon_sym_if, anon_sym_impl, anon_sym_let, anon_sym_mod, @@ -116940,36 +117665,87 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1085] = 7, + [1893] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3466), 1, - anon_sym_POUND, - STATE(1145), 2, - sym_attribute_item, - sym_inner_attribute_item, - STATE(1077), 3, + ACTIONS(3443), 1, + anon_sym_LPAREN, + ACTIONS(3451), 1, + anon_sym_LT2, + STATE(1137), 1, + sym_type_arguments, + STATE(1143), 1, + sym_parameters, + STATE(1089), 2, sym_line_comment, sym_block_comment, - aux_sym_match_arm_repeat1, - ACTIONS(3464), 14, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3486), 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(3484), 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, + [1964] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1090), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1930), 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, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, + anon_sym_POUND, sym_metavariable, - ACTIONS(3462), 31, + ACTIONS(1932), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116987,39 +117763,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, + 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, - [1153] = 5, + [2027] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1078), 2, + ACTIONS(3492), 1, + anon_sym_BANG, + ACTIONS(3494), 1, + anon_sym_COLON_COLON, + STATE(1091), 2, sym_line_comment, sym_block_comment, - ACTIONS(1047), 9, + ACTIONS(3490), 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(3488), 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_EQ_GT, - anon_sym_PIPE, + 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, + [2094] = 24, + ACTIONS(29), 1, anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1615), 1, + anon_sym_LBRACK, + ACTIONS(3331), 1, + anon_sym_SQUOTE, + ACTIONS(3496), 1, + sym_identifier, + ACTIONS(3500), 1, + anon_sym_LPAREN, + ACTIONS(3502), 1, + anon_sym_STAR, + ACTIONS(3506), 1, + anon_sym_AMP, + ACTIONS(3508), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3512), 1, + anon_sym_for, + ACTIONS(3516), 1, sym_metavariable, - ACTIONS(1045), 40, + STATE(2529), 1, + sym_where_predicate, + STATE(2808), 1, + sym_scoped_type_identifier, + STATE(3070), 1, + sym_generic_type, + STATE(3625), 1, + sym_scoped_identifier, + STATE(3632), 1, + sym_bracketed_type, + STATE(3782), 1, + sym_generic_type_with_turbofish, + STATE(1092), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3498), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + ACTIONS(3510), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3514), 3, + sym_self, + sym_super, + sym_crate, + STATE(3312), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3504), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117037,48 +117922,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, - anon_sym_const, + [2195] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3522), 1, + anon_sym_BANG, + ACTIONS(3524), 1, + anon_sym_COLON_COLON, + STATE(1093), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3520), 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(3518), 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, + [2262] = 24, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1615), 1, + anon_sym_LBRACK, + ACTIONS(3331), 1, + anon_sym_SQUOTE, + ACTIONS(3496), 1, + sym_identifier, + ACTIONS(3500), 1, + anon_sym_LPAREN, + ACTIONS(3502), 1, + anon_sym_STAR, + ACTIONS(3506), 1, + anon_sym_AMP, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + ACTIONS(3512), 1, + anon_sym_for, + ACTIONS(3516), 1, + sym_metavariable, + STATE(2529), 1, + sym_where_predicate, + STATE(2808), 1, + sym_scoped_type_identifier, + STATE(3070), 1, + sym_generic_type, + STATE(3625), 1, + sym_scoped_identifier, + STATE(3632), 1, + sym_bracketed_type, + STATE(3782), 1, + sym_generic_type_with_turbofish, + STATE(1094), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3510), 3, 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, + ACTIONS(3514), 3, sym_self, sym_super, sym_crate, - [1217] = 10, + ACTIONS(3526), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3312), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3504), 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, + [2363] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3443), 1, + anon_sym_LPAREN, + ACTIONS(3451), 1, + anon_sym_LT2, + STATE(1137), 1, + sym_type_arguments, + STATE(1143), 1, + sym_parameters, + STATE(1095), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3530), 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(3528), 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, + [2434] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, + ACTIONS(3443), 1, anon_sym_LPAREN, - ACTIONS(3438), 1, + ACTIONS(3451), 1, anon_sym_LT2, - ACTIONS(3473), 1, - anon_sym_COLON_COLON, - STATE(1288), 1, + STATE(1137), 1, sym_type_arguments, - STATE(1301), 1, + STATE(1143), 1, sym_parameters, - STATE(1079), 2, + STATE(1096), 2, sym_line_comment, sym_block_comment, - ACTIONS(3471), 17, + ACTIONS(3534), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -117096,7 +118155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3469), 27, + ACTIONS(3532), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -117124,259 +118183,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [1291] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1080), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1531), 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(1533), 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, - [1355] = 5, + [2505] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1081), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1055), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_LT, + ACTIONS(3540), 1, + anon_sym_BANG, + ACTIONS(3542), 1, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1053), 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, - [1419] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1082), 2, + STATE(1097), 2, sym_line_comment, sym_block_comment, - ACTIONS(1437), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(3538), 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_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1439), 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, - [1483] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1083), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1445), 9, + anon_sym_LT_EQ, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3536), 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_EQ_GT, - anon_sym_PIPE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1447), 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, - [1547] = 9, + 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, + [2572] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, + ACTIONS(3443), 1, anon_sym_LPAREN, - ACTIONS(3438), 1, + ACTIONS(3451), 1, anon_sym_LT2, - STATE(1289), 1, + STATE(1137), 1, sym_type_arguments, - STATE(1303), 1, + STATE(1143), 1, sym_parameters, - STATE(1084), 2, + STATE(1098), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 17, + ACTIONS(3546), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -117394,7 +118277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 27, + ACTIONS(3544), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -117422,15 +118305,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [1618] = 5, + [2643] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1085), 2, + STATE(1099), 2, sym_line_comment, sym_block_comment, - ACTIONS(2250), 9, + ACTIONS(2102), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117440,7 +118323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2252), 39, + ACTIONS(2104), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117480,7 +118363,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1681] = 24, + [2706] = 24, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, @@ -117489,57 +118372,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_STAR, ACTIONS(1615), 1, anon_sym_LBRACK, - ACTIONS(3358), 1, + ACTIONS(3331), 1, anon_sym_SQUOTE, - ACTIONS(3479), 1, + ACTIONS(3496), 1, sym_identifier, - ACTIONS(3483), 1, + ACTIONS(3500), 1, anon_sym_LPAREN, - ACTIONS(3485), 1, + ACTIONS(3502), 1, anon_sym_STAR, - ACTIONS(3489), 1, + ACTIONS(3506), 1, anon_sym_AMP, - ACTIONS(3491), 1, + ACTIONS(3508), 1, anon_sym_COLON_COLON, - ACTIONS(3495), 1, + ACTIONS(3512), 1, anon_sym_for, - ACTIONS(3499), 1, + ACTIONS(3516), 1, sym_metavariable, - STATE(2559), 1, + STATE(2455), 1, sym_where_predicate, - STATE(2796), 1, + STATE(2808), 1, sym_scoped_type_identifier, - STATE(3036), 1, + STATE(3070), 1, sym_generic_type, - STATE(3610), 1, + STATE(3625), 1, sym_scoped_identifier, - STATE(3633), 1, + STATE(3632), 1, sym_bracketed_type, - STATE(3780), 1, + STATE(3782), 1, sym_generic_type_with_turbofish, - STATE(1086), 2, + STATE(1100), 2, sym_line_comment, sym_block_comment, - ACTIONS(3481), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(3493), 3, + ACTIONS(3510), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(3497), 3, + ACTIONS(3514), 3, sym_self, sym_super, sym_crate, - STATE(3215), 6, + ACTIONS(3548), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3312), 6, sym_higher_ranked_trait_bound, sym_lifetime, sym_array_type, sym_tuple_type, sym_reference_type, sym_pointer_type, - ACTIONS(3487), 17, + ACTIONS(3504), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117557,15 +118440,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [1782] = 5, + [2807] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1087), 2, + ACTIONS(3550), 1, + anon_sym_POUND, + STATE(1126), 1, + sym_attribute_item, + STATE(1101), 3, + sym_line_comment, + sym_block_comment, + aux_sym_enum_variant_list_repeat1, + ACTIONS(771), 11, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + sym_integer_literal, + sym_metavariable, + ACTIONS(3371), 34, + 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_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [2874] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1102), 2, sym_line_comment, sym_block_comment, - ACTIONS(2512), 9, + ACTIONS(2298), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117575,7 +118518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2514), 39, + ACTIONS(2300), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117615,147 +118558,86 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1845] = 7, + [2937] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3505), 1, - anon_sym_BANG, - ACTIONS(3507), 1, - anon_sym_COLON_COLON, - STATE(1088), 2, + STATE(1103), 2, sym_line_comment, sym_block_comment, - ACTIONS(3503), 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(3501), 29, + ACTIONS(3555), 13, 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, - [1912] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - ACTIONS(3438), 1, - anon_sym_LT2, - STATE(1289), 1, - sym_type_arguments, - STATE(1303), 1, - sym_parameters, - STATE(1089), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3511), 17, - anon_sym_PLUS, 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_LT_LT_EQ, anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3509), 27, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [1983] = 5, + sym_metavariable, + ACTIONS(3553), 34, + 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_use, + anon_sym_where, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [2999] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1090), 2, + STATE(1104), 2, sym_line_comment, sym_block_comment, - ACTIONS(2974), 9, + ACTIONS(3559), 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_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, + anon_sym_SQUOTE, sym_metavariable, - ACTIONS(2976), 39, + ACTIONS(3557), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117776,42 +118658,37 @@ 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, - [2046] = 9, + [3061] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - ACTIONS(3438), 1, - anon_sym_LT2, - STATE(1289), 1, - sym_type_arguments, - STATE(1303), 1, - sym_parameters, - STATE(1091), 2, + ACTIONS(3447), 1, + anon_sym_BANG, + ACTIONS(3561), 1, + anon_sym_LBRACE, + ACTIONS(3563), 1, + anon_sym_COLON_COLON, + STATE(1529), 1, + sym_field_initializer_list, + STATE(1105), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 17, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -117822,19 +118699,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(3513), 27, + ACTIONS(1473), 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, @@ -117847,52 +118722,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [2117] = 9, + [3131] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - ACTIONS(3438), 1, - anon_sym_LT2, - STATE(1289), 1, - sym_type_arguments, - STATE(1303), 1, - sym_parameters, - STATE(1092), 2, + STATE(1106), 2, sym_line_comment, sym_block_comment, - ACTIONS(3519), 17, + ACTIONS(3540), 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(3517), 27, + ACTIONS(3542), 31, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -117909,42 +118777,42 @@ 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, - [2188] = 7, + [3193] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3521), 1, - anon_sym_POUND, - STATE(1254), 1, - sym_attribute_item, - STATE(1093), 3, + STATE(1107), 2, sym_line_comment, sym_block_comment, - aux_sym_enum_variant_list_repeat1, - ACTIONS(763), 11, + ACTIONS(3567), 13, + anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_STAR, anon_sym_QMARK, anon_sym_BANG, anon_sym_AMP, + anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_SQUOTE, - sym_integer_literal, sym_metavariable, - ACTIONS(3376), 34, + ACTIONS(3565), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117969,124 +118837,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_gen, anon_sym_impl, - anon_sym_pub, 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, - [2255] = 24, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1615), 1, - anon_sym_LBRACK, - ACTIONS(3358), 1, - anon_sym_SQUOTE, - ACTIONS(3479), 1, - sym_identifier, - ACTIONS(3483), 1, - anon_sym_LPAREN, - ACTIONS(3485), 1, - anon_sym_STAR, - ACTIONS(3489), 1, - anon_sym_AMP, - ACTIONS(3491), 1, - anon_sym_COLON_COLON, - ACTIONS(3495), 1, - anon_sym_for, - ACTIONS(3499), 1, - sym_metavariable, - STATE(2559), 1, - sym_where_predicate, - STATE(2796), 1, - sym_scoped_type_identifier, - STATE(3036), 1, - sym_generic_type, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(1094), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3493), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3524), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3215), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3487), 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, - [2356] = 7, + [3255] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3530), 1, - anon_sym_BANG, - ACTIONS(3532), 1, - anon_sym_COLON_COLON, - STATE(1095), 2, + STATE(1108), 2, sym_line_comment, sym_block_comment, - ACTIONS(3528), 17, + ACTIONS(3480), 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(3526), 29, + ACTIONS(3482), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -118105,36 +118891,46 @@ 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, - anon_sym_LT2, - [2423] = 5, + [3317] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1096), 2, + ACTIONS(3573), 1, + anon_sym_RBRACE, + STATE(1109), 2, sym_line_comment, sym_block_comment, - ACTIONS(2658), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_EQ, + ACTIONS(3571), 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_COMMA, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2660), 39, + ACTIONS(3569), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118152,47 +118948,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [2486] = 5, + [3381] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1097), 2, + STATE(1110), 2, sym_line_comment, sym_block_comment, - ACTIONS(2794), 9, + ACTIONS(3577), 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_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, + anon_sym_SQUOTE, sym_metavariable, - ACTIONS(2796), 39, + ACTIONS(3575), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118213,116 +119005,46 @@ 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, - [2549] = 7, + [3443] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 1, - anon_sym_BANG, - ACTIONS(3540), 1, - anon_sym_COLON_COLON, - STATE(1098), 2, + STATE(1111), 2, sym_line_comment, sym_block_comment, - ACTIONS(3536), 17, + ACTIONS(3522), 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_LT_LT_EQ, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3534), 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, - [2616] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3546), 1, anon_sym_BANG, - ACTIONS(3548), 1, - anon_sym_COLON_COLON, - STATE(1099), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3544), 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(3542), 29, + ACTIONS(3524), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -118341,163 +119063,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, - anon_sym_LT2, - [2683] = 24, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1615), 1, - anon_sym_LBRACK, - ACTIONS(3358), 1, - anon_sym_SQUOTE, - ACTIONS(3479), 1, - sym_identifier, - ACTIONS(3483), 1, - anon_sym_LPAREN, - ACTIONS(3485), 1, - anon_sym_STAR, - ACTIONS(3489), 1, - anon_sym_AMP, - ACTIONS(3491), 1, - anon_sym_COLON_COLON, - ACTIONS(3495), 1, - anon_sym_for, - ACTIONS(3499), 1, - sym_metavariable, - STATE(2425), 1, - sym_where_predicate, - STATE(2796), 1, - sym_scoped_type_identifier, - STATE(3036), 1, - sym_generic_type, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(1100), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3493), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3550), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3215), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3487), 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, - [2784] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3556), 1, - anon_sym_RBRACE, - STATE(1101), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3554), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3552), 31, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, - anon_sym_const, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [2848] = 6, + [3505] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3562), 1, + ACTIONS(3583), 1, anon_sym_RBRACE, - STATE(1102), 2, + STATE(1112), 2, sym_line_comment, sym_block_comment, - ACTIONS(3560), 15, + ACTIONS(3581), 15, sym__raw_string_literal_start, sym_float_literal, anon_sym_LPAREN, @@ -118513,7 +119102,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, - ACTIONS(3558), 31, + ACTIONS(3579), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118545,15 +119134,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2912] = 5, + [3569] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1103), 2, + STATE(1113), 2, sym_line_comment, sym_block_comment, - ACTIONS(3530), 16, + ACTIONS(3492), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -118570,7 +119159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3532), 31, + ACTIONS(3494), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -118602,32 +119191,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [2974] = 8, + [3631] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3446), 1, - anon_sym_COLON_COLON, - ACTIONS(3564), 1, - anon_sym_BANG, - STATE(1104), 2, + STATE(1114), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(2638), 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(2640), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, anon_sym_unsafe, + anon_sym_use, anon_sym_extern, - ACTIONS(3442), 16, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [3692] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3585), 1, + anon_sym_LBRACE, + STATE(1115), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3522), 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, @@ -118637,11 +119274,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_as, - ACTIONS(3440), 23, + ACTIONS(3524), 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, @@ -118662,29 +119300,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [3042] = 5, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_as, + anon_sym_else, + [3755] = 26, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1105), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3570), 13, - anon_sym_SEMI, + ACTIONS(1119), 1, + anon_sym_extern, + ACTIONS(1635), 1, + anon_sym_fn, + ACTIONS(3500), 1, 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, + ACTIONS(3508), 1, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + ACTIONS(3510), 1, + anon_sym_union, + ACTIONS(3516), 1, sym_metavariable, - ACTIONS(3568), 34, + ACTIONS(3587), 1, + sym_identifier, + ACTIONS(3593), 1, + anon_sym_for, + STATE(1629), 1, + sym_for_lifetimes, + STATE(2043), 1, + sym_generic_type, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2264), 1, + sym_scoped_type_identifier, + STATE(2369), 1, + sym_extern_modifier, + STATE(3625), 1, + sym_scoped_identifier, + STATE(3632), 1, + sym_bracketed_type, + STATE(3741), 1, + sym_function_modifiers, + STATE(3782), 1, + sym_generic_type_with_turbofish, + ACTIONS(3591), 2, + anon_sym_default, + anon_sym_gen, + STATE(1116), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1103), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3514), 3, + sym_self, + sym_super, + sym_crate, + STATE(2085), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3589), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118702,46 +119381,23 @@ 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_use, - anon_sym_where, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3104] = 5, + [3858] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1106), 2, + STATE(1117), 2, sym_line_comment, sym_block_comment, - ACTIONS(3574), 13, + ACTIONS(3597), 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(3572), 34, + ACTIONS(3595), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118762,29 +119418,36 @@ 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, - [3166] = 5, + [3919] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1107), 2, + ACTIONS(3599), 1, + anon_sym_LBRACE, + STATE(1118), 2, sym_line_comment, sym_block_comment, - ACTIONS(3505), 16, + ACTIONS(3492), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -118801,13 +119464,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3507), 31, + ACTIONS(3494), 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, @@ -118830,26 +119492,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [3228] = 9, + [3982] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3576), 1, - anon_sym_LBRACE, - ACTIONS(3578), 1, - anon_sym_COLON_COLON, - STATE(1481), 1, - sym_field_initializer_list, - STATE(1108), 2, + STATE(1119), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3603), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -118865,12 +119518,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 28, + ACTIONS(3601), 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, @@ -118892,24 +119546,25 @@ 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, - [3298] = 5, + [4043] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1109), 2, + STATE(1120), 2, sym_line_comment, sym_block_comment, - ACTIONS(3538), 16, + ACTIONS(3607), 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, @@ -118919,7 +119574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3540), 31, + ACTIONS(3605), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -118951,15 +119606,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [3360] = 5, + [4104] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1110), 2, + ACTIONS(3609), 1, + anon_sym_LBRACE, + STATE(1121), 2, sym_line_comment, sym_block_comment, - ACTIONS(3546), 16, + ACTIONS(3540), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -118976,13 +119633,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3548), 31, + ACTIONS(3542), 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, @@ -119005,32 +119661,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [3422] = 5, + [4167] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1111), 2, + STATE(1122), 2, sym_line_comment, sym_block_comment, - ACTIONS(3582), 13, - anon_sym_SEMI, + ACTIONS(3571), 15, + 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_EQ, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(3580), 34, + ACTIONS(3569), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119048,97 +119705,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_fn, - anon_sym_for, anon_sym_gen, - anon_sym_impl, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - 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, - [3484] = 5, + [4228] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1112), 2, + STATE(1123), 2, sym_line_comment, sym_block_comment, - ACTIONS(3586), 13, + ACTIONS(1599), 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(1601), 31, anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, - anon_sym_STAR, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_LT, - anon_sym_COLON_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(3584), 34, - 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_use, - anon_sym_where, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3546] = 5, + anon_sym_as, + anon_sym_else, + [4289] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1113), 2, + STATE(1124), 2, sym_line_comment, sym_block_comment, - ACTIONS(2060), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3581), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2062), 39, + ACTIONS(3579), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119156,37 +119817,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_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, - [3607] = 5, + [4350] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1114), 2, + STATE(1125), 2, sym_line_comment, sym_block_comment, - ACTIONS(1838), 7, + ACTIONS(1914), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119194,7 +119847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1840), 39, + ACTIONS(1916), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119234,23 +119887,28 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3668] = 5, + [4411] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1115), 2, + STATE(1126), 2, sym_line_comment, sym_block_comment, - ACTIONS(3030), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3375), 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(3032), 39, + ACTIONS(3373), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119271,42 +119929,72 @@ 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, - [3729] = 5, + [4472] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1116), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3034), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1681), 1, + anon_sym_DASH, + ACTIONS(1707), 1, + aux_sym_string_literal_token1, + ACTIONS(1715), 1, + sym__raw_string_literal_start, + ACTIONS(3429), 1, + anon_sym_if, + ACTIONS(3611), 1, + sym_identifier, + ACTIONS(3615), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3619), 1, sym_metavariable, - ACTIONS(3036), 39, + STATE(2626), 1, + sym_scoped_identifier, + STATE(3060), 1, + sym__literal_pattern, + STATE(3628), 1, + sym_bracketed_type, + STATE(3645), 1, + sym_generic_type_with_turbofish, + ACTIONS(1709), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3427), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1127), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1705), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3617), 3, + sym_self, + sym_super, + sym_crate, + STATE(2444), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3613), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119324,149 +120012,189 @@ 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, - [3790] = 5, + [4565] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1117), 2, + ACTIONS(3621), 1, + anon_sym_COLON_COLON, + STATE(1128), 2, sym_line_comment, sym_block_comment, - ACTIONS(3038), 7, + ACTIONS(3530), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3528), 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(3040), 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, - [3851] = 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, + [4628] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1118), 2, + ACTIONS(3623), 1, + anon_sym_COLON_COLON, + STATE(1129), 2, sym_line_comment, sym_block_comment, - ACTIONS(3042), 7, + ACTIONS(3530), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3528), 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_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, + [4691] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3625), 1, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(3044), 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, - [3912] = 5, + STATE(1130), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3530), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3528), 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, + [4754] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1119), 2, + STATE(1131), 2, sym_line_comment, sym_block_comment, - ACTIONS(3046), 7, + ACTIONS(3007), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119474,7 +120202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3048), 39, + ACTIONS(3009), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119514,15 +120242,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3973] = 5, + [4815] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1120), 2, + STATE(1132), 2, sym_line_comment, sym_block_comment, - ACTIONS(3054), 7, + ACTIONS(2434), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119530,7 +120258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3056), 39, + ACTIONS(2436), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119570,23 +120298,58 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4034] = 5, + [4876] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1121), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3058), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1681), 1, + anon_sym_DASH, + ACTIONS(1707), 1, + aux_sym_string_literal_token1, + ACTIONS(1715), 1, + sym__raw_string_literal_start, + ACTIONS(3391), 1, + anon_sym_if, + ACTIONS(3615), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3627), 1, + sym_identifier, + ACTIONS(3633), 1, sym_metavariable, - ACTIONS(3060), 39, + STATE(2686), 1, + sym_scoped_identifier, + STATE(2914), 1, + sym__literal_pattern, + STATE(3628), 1, + sym_bracketed_type, + STATE(3645), 1, + sym_generic_type_with_turbofish, + ACTIONS(1709), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3389), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1133), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1705), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3631), 3, + sym_self, + sym_super, + sym_crate, + STATE(2444), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3629), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119604,45 +120367,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, - [4095] = 5, + [4969] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1122), 2, + STATE(1134), 2, sym_line_comment, sym_block_comment, - ACTIONS(1842), 7, + ACTIONS(3637), 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(3635), 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, + [5030] = 21, + ACTIONS(29), 1, anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1681), 1, + anon_sym_DASH, + ACTIONS(1707), 1, + aux_sym_string_literal_token1, + ACTIONS(1715), 1, + sym__raw_string_literal_start, + ACTIONS(3403), 1, + anon_sym_if, + ACTIONS(3615), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3639), 1, + sym_identifier, + ACTIONS(3645), 1, sym_metavariable, - ACTIONS(1844), 39, + STATE(2695), 1, + sym_scoped_identifier, + STATE(2932), 1, + sym__literal_pattern, + STATE(3628), 1, + sym_bracketed_type, + STATE(3645), 1, + sym_generic_type_with_turbofish, + ACTIONS(1709), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3401), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1135), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1705), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3643), 3, + sym_self, + sym_super, + sym_crate, + STATE(2444), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3641), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119660,429 +120495,471 @@ 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, - [4156] = 5, + [5123] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1123), 2, + STATE(1136), 2, sym_line_comment, sym_block_comment, - ACTIONS(1846), 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_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1848), 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, - [4217] = 5, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [5184] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1124), 2, + STATE(1137), 2, sym_line_comment, sym_block_comment, - ACTIONS(1850), 7, + 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), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1852), 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, - [4278] = 5, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [5245] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1125), 2, + STATE(1138), 2, sym_line_comment, sym_block_comment, - ACTIONS(1854), 7, + ACTIONS(3383), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3385), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [5306] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3659), 1, + anon_sym_DASH_GT, + STATE(1139), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3657), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1856), 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, - [4339] = 5, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3655), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [5369] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1126), 2, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + STATE(1140), 2, sym_line_comment, sym_block_comment, - ACTIONS(1858), 7, + ACTIONS(3546), 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(3544), 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(1860), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [4400] = 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, + [5432] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1127), 2, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + STATE(1141), 2, sym_line_comment, sym_block_comment, - ACTIONS(1862), 7, + ACTIONS(3486), 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(3484), 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(1864), 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, - [4461] = 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, + [5495] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1128), 2, + ACTIONS(3665), 1, + anon_sym_DASH_GT, + STATE(1142), 2, sym_line_comment, sym_block_comment, - ACTIONS(1874), 7, + ACTIONS(3663), 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(3661), 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(1876), 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, - [4522] = 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, + [5558] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1129), 2, + ACTIONS(3671), 1, + anon_sym_DASH_GT, + STATE(1143), 2, sym_line_comment, sym_block_comment, - ACTIONS(1878), 7, + ACTIONS(3669), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3667), 30, 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(1880), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [4583] = 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, + [5621] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1130), 2, + STATE(1144), 2, sym_line_comment, sym_block_comment, - ACTIONS(1882), 7, + ACTIONS(2342), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120090,7 +120967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1884), 39, + ACTIONS(2344), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120130,71 +121007,73 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4644] = 5, + [5682] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1131), 2, + ACTIONS(3673), 1, + anon_sym_else, + STATE(1511), 1, + sym_else_clause, + STATE(1145), 2, sym_line_comment, sym_block_comment, - ACTIONS(1886), 7, + ACTIONS(1407), 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(1405), 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(1888), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [4705] = 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, + [5747] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1132), 2, + STATE(1146), 2, sym_line_comment, sym_block_comment, - ACTIONS(1890), 7, + ACTIONS(3057), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120202,7 +121081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1892), 39, + ACTIONS(3059), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120242,15 +121121,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4766] = 5, + [5808] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1133), 2, + STATE(1147), 2, sym_line_comment, sym_block_comment, - ACTIONS(1894), 7, + ACTIONS(2430), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120258,7 +121137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1896), 39, + ACTIONS(2432), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120298,15 +121177,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4827] = 5, + [5869] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1134), 2, + STATE(1148), 2, sym_line_comment, sym_block_comment, - ACTIONS(1898), 7, + ACTIONS(2442), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120314,7 +121193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1900), 39, + ACTIONS(2444), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120354,15 +121233,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4888] = 5, + [5930] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1135), 2, + STATE(1149), 2, sym_line_comment, sym_block_comment, - ACTIONS(1902), 7, + ACTIONS(2454), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120370,7 +121249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1904), 39, + ACTIONS(2456), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120410,15 +121289,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4949] = 5, + [5991] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1136), 2, + STATE(1150), 2, sym_line_comment, sym_block_comment, - ACTIONS(1906), 7, + ACTIONS(2458), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120426,7 +121305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1908), 39, + ACTIONS(2460), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120466,15 +121345,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5010] = 5, + [6052] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1137), 2, + STATE(1151), 2, sym_line_comment, sym_block_comment, - ACTIONS(1910), 7, + ACTIONS(2462), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120482,7 +121361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1912), 39, + ACTIONS(2464), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120522,15 +121401,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5071] = 5, + [6113] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1138), 2, + STATE(1152), 2, sym_line_comment, sym_block_comment, - ACTIONS(1914), 7, + ACTIONS(2478), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120538,7 +121417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1916), 39, + ACTIONS(2480), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120578,15 +121457,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5132] = 5, + [6174] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1139), 2, + STATE(1153), 2, sym_line_comment, sym_block_comment, - ACTIONS(3062), 7, + ACTIONS(2486), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120594,7 +121473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3064), 39, + ACTIONS(2488), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120634,15 +121513,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5193] = 5, + [6235] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1140), 2, + STATE(1154), 2, sym_line_comment, sym_block_comment, - ACTIONS(1922), 7, + ACTIONS(2490), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120650,7 +121529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1924), 39, + ACTIONS(2492), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120690,15 +121569,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5254] = 5, + [6296] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1141), 2, + STATE(1155), 2, sym_line_comment, sym_block_comment, - ACTIONS(1930), 7, + ACTIONS(2494), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120706,7 +121585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1932), 39, + ACTIONS(2496), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120746,15 +121625,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5315] = 5, + [6357] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1142), 2, + STATE(1156), 2, sym_line_comment, sym_block_comment, - ACTIONS(1934), 7, + ACTIONS(2498), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120762,7 +121641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1936), 39, + ACTIONS(2500), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120802,15 +121681,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5376] = 5, + [6418] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1143), 2, + STATE(1157), 2, sym_line_comment, sym_block_comment, - ACTIONS(1938), 7, + ACTIONS(2534), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120818,7 +121697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1940), 39, + ACTIONS(2536), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120858,15 +121737,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5437] = 5, + [6479] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1144), 2, + STATE(1158), 2, sym_line_comment, sym_block_comment, - ACTIONS(1942), 7, + ACTIONS(2592), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120874,7 +121753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1944), 39, + ACTIONS(2594), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120914,31 +121793,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5498] = 5, + [6540] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1145), 2, + STATE(1159), 2, sym_line_comment, sym_block_comment, - ACTIONS(3590), 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(2596), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3588), 31, + ACTIONS(2598), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120956,45 +121827,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, + 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, - [5559] = 5, + [6601] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1146), 2, + STATE(1160), 2, sym_line_comment, sym_block_comment, - ACTIONS(3594), 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(2626), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3592), 31, + ACTIONS(2628), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121012,29 +121883,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, + 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, - [5620] = 5, + [6662] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1147), 2, + STATE(1161), 2, sym_line_comment, sym_block_comment, - ACTIONS(2166), 7, + ACTIONS(2630), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121042,7 +121921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2168), 39, + ACTIONS(2632), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121082,29 +121961,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5681] = 12, - ACTIONS(19), 1, - anon_sym_LBRACE, + [6723] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3446), 1, - anon_sym_COLON_COLON, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3564), 1, - anon_sym_BANG, - ACTIONS(3596), 1, - anon_sym_move, - STATE(413), 1, - sym_block, - STATE(3621), 1, - sym_label, - STATE(1148), 2, + STATE(1162), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(3520), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -121115,15 +121980,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(3440), 24, + ACTIONS(3518), 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, @@ -121136,82 +122006,84 @@ 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, - [5756] = 5, + anon_sym_else, + anon_sym_LT2, + [6784] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1149), 2, + STATE(1163), 2, sym_line_comment, sym_block_comment, - ACTIONS(2170), 7, + ACTIONS(3677), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3675), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2172), 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, - [5817] = 6, + 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, + [6845] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3598), 1, - anon_sym_COLON_COLON, - STATE(1150), 2, + ACTIONS(3683), 1, + anon_sym_DASH_GT, + STATE(1164), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3681), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -121227,7 +122099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 30, + ACTIONS(3679), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -121258,183 +122130,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [5880] = 5, + [6908] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1151), 2, + ACTIONS(3689), 1, + anon_sym_DASH_GT, + STATE(1165), 2, sym_line_comment, sym_block_comment, - ACTIONS(2178), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3687), 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(2180), 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, - [5941] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1152), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2182), 7, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3685), 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(2184), 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, - [6002] = 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, + [6971] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1153), 2, + ACTIONS(3695), 1, + anon_sym_DASH_GT, + STATE(1166), 2, sym_line_comment, sym_block_comment, - ACTIONS(2186), 7, + ACTIONS(3693), 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(3691), 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(2188), 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, - [6063] = 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, + [7034] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1154), 2, + STATE(1167), 2, sym_line_comment, sym_block_comment, - ACTIONS(2190), 7, + ACTIONS(2696), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121442,7 +122260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2192), 39, + ACTIONS(2698), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121482,15 +122300,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6124] = 5, + [7095] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1155), 2, + STATE(1168), 2, sym_line_comment, sym_block_comment, - ACTIONS(2194), 7, + ACTIONS(2704), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121498,7 +122316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2196), 39, + ACTIONS(2706), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121538,72 +122356,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6185] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3600), 1, - anon_sym_COLON_COLON, - STATE(1156), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - 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(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, - anon_sym_as, - anon_sym_else, - [6248] = 5, + [7156] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1157), 2, + STATE(1169), 2, sym_line_comment, sym_block_comment, - ACTIONS(2198), 7, + ACTIONS(2708), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121611,7 +122372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2200), 39, + ACTIONS(2710), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121651,72 +122412,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6309] = 6, + [7217] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3602), 1, - anon_sym_LBRACE, - STATE(1158), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3530), 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(3532), 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, - [6372] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1159), 2, + STATE(1170), 2, sym_line_comment, sym_block_comment, - ACTIONS(2206), 7, + ACTIONS(2712), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121724,7 +122428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2208), 39, + ACTIONS(2714), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121764,15 +122468,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6433] = 5, + [7278] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1160), 2, + STATE(1171), 2, sym_line_comment, sym_block_comment, - ACTIONS(2210), 7, + ACTIONS(2716), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121780,7 +122484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2212), 39, + ACTIONS(2718), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121820,72 +122524,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6494] = 6, + [7339] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3604), 1, - anon_sym_LBRACE, - STATE(1161), 2, + STATE(1172), 2, sym_line_comment, sym_block_comment, - ACTIONS(3505), 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(3507), 29, + ACTIONS(2732), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, + anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_as, - anon_sym_else, - [6557] = 5, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2734), 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, + [7400] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1162), 2, + STATE(1173), 2, sym_line_comment, sym_block_comment, - ACTIONS(2214), 7, + ACTIONS(2740), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121893,7 +122596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2216), 39, + ACTIONS(2742), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121933,15 +122636,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6618] = 5, + [7461] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1163), 2, + STATE(1174), 2, sym_line_comment, sym_block_comment, - ACTIONS(2218), 7, + ACTIONS(2748), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121949,7 +122652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2220), 39, + ACTIONS(2750), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121989,15 +122692,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6679] = 5, + [7522] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1164), 2, + STATE(1175), 2, sym_line_comment, sym_block_comment, - ACTIONS(2222), 7, + ACTIONS(2752), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122005,7 +122708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2224), 39, + ACTIONS(2754), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122045,15 +122748,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6740] = 5, + [7583] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1165), 2, + STATE(1176), 2, sym_line_comment, sym_block_comment, - ACTIONS(2226), 7, + ACTIONS(2756), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122061,7 +122764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2228), 39, + ACTIONS(2758), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122101,15 +122804,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6801] = 5, + [7644] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1166), 2, + STATE(1177), 2, sym_line_comment, sym_block_comment, - ACTIONS(2230), 7, + ACTIONS(2788), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122117,7 +122820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2232), 39, + ACTIONS(2790), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122157,15 +122860,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6862] = 5, + [7705] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1167), 2, + STATE(1178), 2, sym_line_comment, sym_block_comment, - ACTIONS(2234), 7, + ACTIONS(2792), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122173,7 +122876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2236), 39, + ACTIONS(2794), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122213,15 +122916,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6923] = 5, + [7766] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1168), 2, + STATE(1179), 2, sym_line_comment, sym_block_comment, - ACTIONS(2238), 7, + ACTIONS(2796), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122229,7 +122932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2240), 39, + ACTIONS(2798), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122269,15 +122972,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6984] = 5, + [7827] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1169), 2, + STATE(1180), 2, sym_line_comment, sym_block_comment, - ACTIONS(2242), 7, + ACTIONS(2800), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122285,7 +122988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2244), 39, + ACTIONS(2802), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122325,15 +123028,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7045] = 5, + [7888] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1170), 2, + STATE(1181), 2, sym_line_comment, sym_block_comment, - ACTIONS(3608), 7, + ACTIONS(2804), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122341,7 +123044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3606), 39, + ACTIONS(2806), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122381,71 +123084,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7106] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1171), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3612), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3610), 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, - [7167] = 5, + [7949] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1172), 2, + STATE(1182), 2, sym_line_comment, sym_block_comment, - ACTIONS(2254), 7, + ACTIONS(2808), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122453,7 +123100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2256), 39, + ACTIONS(2810), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122493,15 +123140,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7228] = 5, + [8010] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1173), 2, + STATE(1183), 2, sym_line_comment, sym_block_comment, - ACTIONS(2258), 7, + ACTIONS(2812), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122509,7 +123156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2260), 39, + ACTIONS(2814), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122549,15 +123196,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7289] = 5, + [8071] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1174), 2, + STATE(1184), 2, sym_line_comment, sym_block_comment, - ACTIONS(2262), 7, + ACTIONS(2816), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122565,7 +123212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2264), 39, + ACTIONS(2818), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122605,15 +123252,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7350] = 5, + [8132] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1175), 2, + STATE(1185), 2, sym_line_comment, sym_block_comment, - ACTIONS(2266), 7, + ACTIONS(2820), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122621,7 +123268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2268), 39, + ACTIONS(2822), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122661,15 +123308,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7411] = 5, + [8193] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1176), 2, + STATE(1186), 2, sym_line_comment, sym_block_comment, - ACTIONS(2270), 7, + ACTIONS(2824), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122677,7 +123324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2272), 39, + ACTIONS(2826), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122717,15 +123364,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7472] = 5, + [8254] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1177), 2, + STATE(1187), 2, sym_line_comment, sym_block_comment, - ACTIONS(2274), 7, + ACTIONS(2828), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122733,7 +123380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2276), 39, + ACTIONS(2830), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122773,15 +123420,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7533] = 5, + [8315] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1178), 2, + STATE(1188), 2, sym_line_comment, sym_block_comment, - ACTIONS(2278), 7, + ACTIONS(2832), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122789,7 +123436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2280), 39, + ACTIONS(2834), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122829,15 +123476,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7594] = 5, + [8376] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1179), 2, + STATE(1189), 2, sym_line_comment, sym_block_comment, - ACTIONS(2282), 7, + ACTIONS(2836), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122845,7 +123492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2284), 39, + ACTIONS(2838), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122885,28 +123532,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7655] = 5, + [8437] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1180), 2, + STATE(1190), 2, sym_line_comment, sym_block_comment, - ACTIONS(2378), 12, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, + ACTIONS(2840), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_POUND, - anon_sym_SQUOTE, - sym_integer_literal, sym_metavariable, - ACTIONS(2380), 34, + ACTIONS(2842), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122927,86 +123569,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_use, anon_sym_extern, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [7716] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3614), 1, - anon_sym_LBRACE, - STATE(1181), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3546), 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(3548), 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, - [7779] = 5, + [8498] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1182), 2, + STATE(1191), 2, sym_line_comment, sym_block_comment, - ACTIONS(2286), 7, + ACTIONS(2844), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123014,7 +123604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2288), 39, + ACTIONS(2846), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123054,15 +123644,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7840] = 5, + [8559] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1183), 2, + STATE(1192), 2, sym_line_comment, sym_block_comment, - ACTIONS(2290), 7, + ACTIONS(2848), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123070,7 +123660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2292), 39, + ACTIONS(2850), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123110,15 +123700,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7901] = 5, + [8620] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1184), 2, + STATE(1193), 2, sym_line_comment, sym_block_comment, - ACTIONS(2294), 7, + ACTIONS(2860), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123126,7 +123716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2296), 39, + ACTIONS(2862), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123166,15 +123756,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7962] = 5, + [8681] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1185), 2, + STATE(1194), 2, sym_line_comment, sym_block_comment, - ACTIONS(2298), 7, + ACTIONS(2955), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123182,7 +123772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2300), 39, + ACTIONS(2957), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123222,31 +123812,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8023] = 5, + [8742] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1186), 2, + STATE(1195), 2, sym_line_comment, sym_block_comment, - ACTIONS(2166), 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(2967), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(2168), 31, + ACTIONS(2969), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123264,29 +123846,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, + 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, - [8084] = 5, + [8803] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1187), 2, + STATE(1196), 2, sym_line_comment, sym_block_comment, - ACTIONS(2302), 7, + ACTIONS(2971), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123294,7 +123884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2304), 39, + ACTIONS(2973), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123334,15 +123924,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8145] = 5, + [8864] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1188), 2, + STATE(1197), 2, sym_line_comment, sym_block_comment, - ACTIONS(2306), 7, + ACTIONS(3017), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123350,7 +123940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2308), 39, + ACTIONS(3019), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123390,127 +123980,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8206] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1189), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3618), 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(3616), 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, - [8267] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1190), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3622), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3620), 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, - [8328] = 5, + [8925] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1191), 2, + STATE(1198), 2, sym_line_comment, sym_block_comment, - ACTIONS(2310), 7, + ACTIONS(3021), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123518,7 +123996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2312), 39, + ACTIONS(3023), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123558,15 +124036,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8389] = 5, + [8986] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1192), 2, + STATE(1199), 2, sym_line_comment, sym_block_comment, - ACTIONS(2314), 7, + ACTIONS(3025), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123574,7 +124052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2316), 39, + ACTIONS(3027), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123614,15 +124092,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8450] = 5, + [9047] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1193), 2, + STATE(1200), 2, sym_line_comment, sym_block_comment, - ACTIONS(2318), 7, + ACTIONS(3037), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123630,7 +124108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2320), 39, + ACTIONS(3039), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123670,15 +124148,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8511] = 5, + [9108] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1194), 2, + STATE(1201), 2, sym_line_comment, sym_block_comment, - ACTIONS(2322), 7, + ACTIONS(2290), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123686,7 +124164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2324), 39, + ACTIONS(2292), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123726,15 +124204,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8572] = 5, + [9169] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1195), 2, + STATE(1202), 2, sym_line_comment, sym_block_comment, - ACTIONS(2326), 7, + ACTIONS(2470), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123742,7 +124220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2328), 39, + ACTIONS(2472), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123782,15 +124260,241 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8633] = 5, + [9230] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1196), 2, + STATE(1203), 2, sym_line_comment, sym_block_comment, - ACTIONS(2330), 7, + 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), 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, + [9291] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1204), 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), 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, + [9352] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + STATE(1205), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3534), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3532), 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, + [9415] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3709), 1, + anon_sym_DASH_GT, + STATE(1206), 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, + 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, + [9478] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1207), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2450), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123798,7 +124502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2332), 39, + ACTIONS(2452), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123838,15 +124542,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8694] = 5, + [9539] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1197), 2, + STATE(1208), 2, sym_line_comment, sym_block_comment, - ACTIONS(2334), 7, + ACTIONS(2466), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123854,7 +124558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2336), 39, + ACTIONS(2468), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123894,15 +124598,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8755] = 5, + [9600] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1198), 2, + STATE(1209), 2, sym_line_comment, sym_block_comment, - ACTIONS(2338), 7, + ACTIONS(2502), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123910,7 +124614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2340), 39, + ACTIONS(2504), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123950,15 +124654,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8816] = 5, + [9661] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1199), 2, + STATE(1210), 2, sym_line_comment, sym_block_comment, - ACTIONS(2342), 7, + ACTIONS(2656), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123966,7 +124670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2344), 39, + ACTIONS(2658), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124006,15 +124710,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8877] = 5, + [9722] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1200), 2, + STATE(1211), 2, sym_line_comment, sym_block_comment, - ACTIONS(2346), 7, + ACTIONS(2660), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124022,7 +124726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2348), 39, + ACTIONS(2662), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124062,15 +124766,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8938] = 5, + [9783] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1201), 2, + STATE(1212), 2, sym_line_comment, sym_block_comment, - ACTIONS(2350), 7, + ACTIONS(2852), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124078,7 +124782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2352), 39, + ACTIONS(2854), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124118,15 +124822,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8999] = 5, + [9844] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1202), 2, + STATE(1213), 2, sym_line_comment, sym_block_comment, - ACTIONS(2354), 7, + ACTIONS(2999), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124134,7 +124838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2356), 39, + ACTIONS(3001), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124174,15 +124878,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9060] = 5, + [9905] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1203), 2, + STATE(1214), 2, sym_line_comment, sym_block_comment, - ACTIONS(2358), 7, + ACTIONS(3003), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124190,7 +124894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2360), 39, + ACTIONS(3005), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124230,15 +124934,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9121] = 5, + [9966] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1204), 2, + STATE(1215), 2, sym_line_comment, sym_block_comment, - ACTIONS(2362), 7, + ACTIONS(3041), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124246,7 +124950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2364), 39, + ACTIONS(3043), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124286,15 +124990,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9182] = 5, + [10027] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1205), 2, + STATE(1216), 2, sym_line_comment, sym_block_comment, - ACTIONS(2366), 7, + ACTIONS(3045), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124302,7 +125006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2368), 39, + ACTIONS(3047), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124342,15 +125046,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9243] = 5, + [10088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1206), 2, + STATE(1217), 2, sym_line_comment, sym_block_comment, - ACTIONS(2370), 7, + ACTIONS(1838), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124358,7 +125062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2372), 39, + ACTIONS(1840), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124398,15 +125102,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9304] = 5, + [10149] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1207), 2, + STATE(1218), 2, sym_line_comment, sym_block_comment, - ACTIONS(2378), 7, + ACTIONS(1922), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124414,7 +125118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2380), 39, + ACTIONS(1924), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124454,15 +125158,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9365] = 5, + [10210] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1208), 2, + STATE(1219), 2, sym_line_comment, sym_block_comment, - ACTIONS(2382), 7, + ACTIONS(2046), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124470,7 +125174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2384), 39, + ACTIONS(2048), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124510,15 +125214,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9426] = 5, + [10271] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1209), 2, + STATE(1220), 2, sym_line_comment, sym_block_comment, - ACTIONS(2386), 7, + ACTIONS(2050), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124526,7 +125230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2388), 39, + ACTIONS(2052), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124566,178 +125270,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9487] = 5, + [10332] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1210), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3626), 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(3624), 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, - [9548] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1211), 2, + STATE(1221), 2, sym_line_comment, sym_block_comment, - ACTIONS(3630), 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(3628), 31, + ACTIONS(2054), 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, - [9609] = 26, - ACTIONS(29), 1, anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1157), 1, - anon_sym_extern, - ACTIONS(1635), 1, - anon_sym_fn, - ACTIONS(3483), 1, - anon_sym_LPAREN, - ACTIONS(3491), 1, anon_sym_COLON_COLON, - ACTIONS(3499), 1, + anon_sym_POUND, sym_metavariable, - ACTIONS(3632), 1, - sym_identifier, - ACTIONS(3636), 1, - anon_sym_default, - ACTIONS(3638), 1, - anon_sym_for, - STATE(1632), 1, - sym_for_lifetimes, - STATE(2047), 1, - sym_generic_type, - STATE(2239), 1, - sym_scoped_type_identifier, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, - STATE(3583), 1, - sym_function_modifiers, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - ACTIONS(3493), 2, - anon_sym_gen, - anon_sym_union, - STATE(1212), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1141), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - STATE(2063), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3634), 17, + ACTIONS(2056), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124755,72 +125304,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [9712] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3640), 1, - anon_sym_LBRACE, - STATE(1213), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3538), 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(3540), 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, - [9775] = 5, + 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, + [10393] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1214), 2, + STATE(1222), 2, sym_line_comment, sym_block_comment, - ACTIONS(2410), 7, + ACTIONS(2182), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124828,7 +125342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2412), 39, + ACTIONS(2184), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124868,31 +125382,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9836] = 5, + [10454] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1215), 2, + STATE(1223), 2, sym_line_comment, sym_block_comment, - ACTIONS(2378), 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(2218), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(2380), 31, + ACTIONS(2220), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124910,29 +125416,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, + 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, - [9897] = 5, + [10515] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1216), 2, + STATE(1224), 2, sym_line_comment, sym_block_comment, - ACTIONS(2418), 7, + ACTIONS(2294), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124940,7 +125454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2420), 39, + ACTIONS(2296), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124980,15 +125494,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9958] = 5, + [10576] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1217), 2, + STATE(1225), 2, sym_line_comment, sym_block_comment, - ACTIONS(2422), 7, + ACTIONS(2302), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124996,7 +125510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2424), 39, + ACTIONS(2304), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125036,15 +125550,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10019] = 5, + [10637] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1218), 2, + STATE(1226), 2, sym_line_comment, sym_block_comment, - ACTIONS(2426), 7, + ACTIONS(2306), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125052,7 +125566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2428), 39, + ACTIONS(2308), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125092,15 +125606,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10080] = 5, + [10698] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1219), 2, + STATE(1227), 2, sym_line_comment, sym_block_comment, - ACTIONS(2430), 7, + ACTIONS(2310), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125108,7 +125622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2432), 39, + ACTIONS(2312), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125148,15 +125662,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10141] = 5, + [10759] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1220), 2, + STATE(1228), 2, sym_line_comment, sym_block_comment, - ACTIONS(2434), 7, + ACTIONS(2314), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125164,7 +125678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2436), 39, + ACTIONS(2316), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125204,15 +125718,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10202] = 5, + [10820] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1221), 2, + STATE(1229), 2, sym_line_comment, sym_block_comment, - ACTIONS(2438), 7, + ACTIONS(2318), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125220,7 +125734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2440), 39, + ACTIONS(2320), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125260,15 +125774,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10263] = 5, + [10881] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1222), 2, + STATE(1230), 2, sym_line_comment, sym_block_comment, - ACTIONS(2442), 7, + ACTIONS(2322), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125276,7 +125790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2444), 39, + ACTIONS(2324), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125316,15 +125830,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10324] = 5, + [10942] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1223), 2, + STATE(1231), 2, sym_line_comment, sym_block_comment, - ACTIONS(2446), 7, + ACTIONS(2326), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125332,7 +125846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2448), 39, + ACTIONS(2328), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125372,31 +125886,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10385] = 5, + [11003] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1224), 2, + STATE(1232), 2, sym_line_comment, sym_block_comment, - ACTIONS(3554), 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(2330), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3552), 31, + ACTIONS(2332), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125414,29 +125920,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, + 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, - [10446] = 5, + [11064] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1225), 2, + STATE(1233), 2, sym_line_comment, sym_block_comment, - ACTIONS(2450), 7, + ACTIONS(2334), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125444,7 +125958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2452), 39, + ACTIONS(2336), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125484,15 +125998,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10507] = 5, + [11125] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1226), 2, + STATE(1234), 2, sym_line_comment, sym_block_comment, - ACTIONS(2454), 7, + ACTIONS(2338), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125500,7 +126014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2456), 39, + ACTIONS(2340), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125540,15 +126054,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10568] = 5, + [11186] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1227), 2, + STATE(1235), 2, sym_line_comment, sym_block_comment, - ACTIONS(2458), 7, + ACTIONS(2346), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125556,7 +126070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2460), 39, + ACTIONS(2348), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125596,15 +126110,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10629] = 5, + [11247] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1228), 2, + STATE(1236), 2, sym_line_comment, sym_block_comment, - ACTIONS(2462), 7, + ACTIONS(2350), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125612,7 +126126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2464), 39, + ACTIONS(2352), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125652,15 +126166,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10690] = 5, + [11308] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1229), 2, + STATE(1237), 2, sym_line_comment, sym_block_comment, - ACTIONS(2466), 7, + ACTIONS(2354), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125668,7 +126182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2468), 39, + ACTIONS(2356), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125708,15 +126222,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10751] = 5, + [11369] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1230), 2, + STATE(1238), 2, sym_line_comment, sym_block_comment, - ACTIONS(2470), 7, + ACTIONS(2358), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125724,7 +126238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2472), 39, + ACTIONS(2360), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125764,15 +126278,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10812] = 5, + [11430] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1231), 2, + STATE(1239), 2, sym_line_comment, sym_block_comment, - ACTIONS(2474), 7, + ACTIONS(2362), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125780,7 +126294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2476), 39, + ACTIONS(2364), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125820,15 +126334,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10873] = 5, + [11491] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1232), 2, + STATE(1240), 2, sym_line_comment, sym_block_comment, - ACTIONS(2478), 7, + ACTIONS(2366), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125836,7 +126350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2480), 39, + ACTIONS(2368), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125876,15 +126390,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10934] = 5, + [11552] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1233), 2, + STATE(1241), 2, sym_line_comment, sym_block_comment, - ACTIONS(2482), 7, + ACTIONS(2370), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125892,7 +126406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2484), 39, + ACTIONS(2372), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125932,15 +126446,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10995] = 5, + [11613] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1234), 2, + STATE(1242), 2, sym_line_comment, sym_block_comment, - ACTIONS(2490), 7, + ACTIONS(2374), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125948,7 +126462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2492), 39, + ACTIONS(2376), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125988,15 +126502,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11056] = 5, + [11674] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1235), 2, + STATE(1243), 2, sym_line_comment, sym_block_comment, - ACTIONS(2494), 7, + ACTIONS(2378), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126004,7 +126518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2496), 39, + ACTIONS(2380), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126044,15 +126558,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11117] = 5, + [11735] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1236), 2, + STATE(1244), 2, sym_line_comment, sym_block_comment, - ACTIONS(2504), 7, + ACTIONS(2382), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126060,7 +126574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2506), 39, + ACTIONS(2384), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126100,148 +126614,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11178] = 26, - ACTIONS(29), 1, - anon_sym_LT, + [11796] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1157), 1, - anon_sym_extern, - ACTIONS(3194), 1, - anon_sym_fn, - ACTIONS(3642), 1, - sym_identifier, - ACTIONS(3644), 1, - anon_sym_LPAREN, - ACTIONS(3648), 1, - anon_sym_COLON_COLON, - ACTIONS(3650), 1, - anon_sym_default, - ACTIONS(3652), 1, - anon_sym_for, - ACTIONS(3658), 1, - sym_metavariable, - STATE(1092), 1, - sym_scoped_type_identifier, - STATE(1299), 1, - sym_generic_type, - STATE(1647), 1, - sym_for_lifetimes, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, - STATE(3651), 1, - sym_scoped_identifier, - STATE(3686), 1, - sym_generic_type_with_turbofish, - STATE(3698), 1, - sym_bracketed_type, - STATE(3772), 1, - sym_function_modifiers, - ACTIONS(3654), 2, - anon_sym_gen, - anon_sym_union, - STATE(1237), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1141), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3656), 3, - sym_self, - sym_super, - sym_crate, - STATE(1519), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3646), 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, - [11281] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1238), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1599), 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(1601), 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, - [11342] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1239), 2, + STATE(1245), 2, sym_line_comment, sym_block_comment, - ACTIONS(2516), 7, + ACTIONS(2386), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126249,7 +126630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2518), 39, + ACTIONS(2388), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126289,31 +126670,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11403] = 5, + [11857] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1240), 2, + STATE(1246), 2, sym_line_comment, sym_block_comment, - ACTIONS(3560), 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(2390), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3558), 31, + ACTIONS(2392), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126331,29 +126704,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, - anon_sym_DOT_DOT, + 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, - [11464] = 5, + [11918] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1241), 2, + STATE(1247), 2, sym_line_comment, sym_block_comment, - ACTIONS(2520), 7, + ACTIONS(2394), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126361,7 +126742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2522), 39, + ACTIONS(2396), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126401,15 +126782,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11525] = 5, + [11979] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1242), 2, + STATE(1248), 2, sym_line_comment, sym_block_comment, - ACTIONS(2526), 7, + ACTIONS(2398), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126417,7 +126798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2528), 39, + ACTIONS(2400), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126457,15 +126838,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11586] = 5, + [12040] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1243), 2, + STATE(1249), 2, sym_line_comment, sym_block_comment, - ACTIONS(2530), 7, + ACTIONS(2402), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126473,7 +126854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2532), 39, + ACTIONS(2404), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126513,15 +126894,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11647] = 5, + [12101] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1244), 2, + STATE(1250), 2, sym_line_comment, sym_block_comment, - ACTIONS(2534), 7, + ACTIONS(2406), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126529,7 +126910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2536), 39, + ACTIONS(2408), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126569,15 +126950,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11708] = 5, + [12162] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1245), 2, + STATE(1251), 2, sym_line_comment, sym_block_comment, - ACTIONS(2538), 7, + ACTIONS(2410), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126585,7 +126966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2540), 39, + ACTIONS(2412), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126625,15 +127006,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11769] = 5, + [12223] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1246), 2, + STATE(1252), 2, sym_line_comment, sym_block_comment, - ACTIONS(2542), 7, + ACTIONS(2414), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126641,7 +127022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2544), 39, + ACTIONS(2416), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126681,15 +127062,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11830] = 5, + [12284] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1247), 2, + STATE(1253), 2, sym_line_comment, sym_block_comment, - ACTIONS(1918), 7, + ACTIONS(2418), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126697,7 +127078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1920), 39, + ACTIONS(2420), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126737,15 +127118,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11891] = 5, + [12345] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1248), 2, + STATE(1254), 2, sym_line_comment, sym_block_comment, - ACTIONS(2546), 7, + ACTIONS(2422), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126753,7 +127134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2548), 39, + ACTIONS(2424), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126793,15 +127174,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11952] = 5, + [12406] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1249), 2, + STATE(1255), 2, sym_line_comment, sym_block_comment, - ACTIONS(2550), 7, + ACTIONS(2438), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126809,7 +127190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2552), 39, + ACTIONS(2440), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126849,15 +127230,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12013] = 5, + [12467] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1250), 2, + STATE(1256), 2, sym_line_comment, sym_block_comment, - ACTIONS(2554), 7, + ACTIONS(2446), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126865,7 +127246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2556), 39, + ACTIONS(2448), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126905,19 +127286,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12074] = 7, + [12528] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + STATE(1257), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3713), 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(3711), 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, - STATE(1496), 1, - sym_label, - STATE(1251), 2, + anon_sym_as, + anon_sym_else, + [12589] = 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(3662), 15, + ACTIONS(3717), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -126933,7 +127366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3660), 29, + ACTIONS(3715), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -126961,17 +127394,19 @@ 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, - [12139] = 5, + [12650] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1252), 2, + STATE(1259), 2, sym_line_comment, sym_block_comment, - ACTIONS(2558), 7, + ACTIONS(2482), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126979,7 +127414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2560), 39, + ACTIONS(2484), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127019,15 +127454,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12200] = 5, + [12711] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1253), 2, + STATE(1260), 2, sym_line_comment, sym_block_comment, - ACTIONS(2562), 7, + ACTIONS(2506), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127035,7 +127470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2564), 39, + ACTIONS(2508), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127075,28 +127510,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12261] = 5, + [12772] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1254), 2, + STATE(1261), 2, sym_line_comment, sym_block_comment, - ACTIONS(3380), 12, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, + ACTIONS(2510), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_POUND, - anon_sym_SQUOTE, - sym_integer_literal, sym_metavariable, - ACTIONS(3378), 34, + ACTIONS(2512), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127117,29 +127547,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_use, anon_sym_extern, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [12322] = 5, + [12833] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1255), 2, + STATE(1262), 2, sym_line_comment, sym_block_comment, - ACTIONS(2566), 7, + ACTIONS(2514), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127147,7 +127582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2568), 39, + ACTIONS(2516), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127187,15 +127622,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12383] = 5, + [12894] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1256), 2, + STATE(1263), 2, sym_line_comment, sym_block_comment, - ACTIONS(2570), 7, + ACTIONS(2518), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127203,7 +127638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2572), 39, + ACTIONS(2520), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127243,58 +127678,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12444] = 21, - ACTIONS(29), 1, - anon_sym_LT, + [12955] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1681), 1, - anon_sym_DASH, - ACTIONS(1707), 1, - aux_sym_string_literal_token1, - ACTIONS(1715), 1, - sym__raw_string_literal_start, - ACTIONS(3420), 1, - anon_sym_if, - ACTIONS(3664), 1, - sym_identifier, - ACTIONS(3668), 1, - anon_sym_COLON_COLON, - ACTIONS(3672), 1, - sym_metavariable, - STATE(2830), 1, - sym_scoped_identifier, - STATE(3090), 1, - sym__literal_pattern, - STATE(3629), 1, - sym_bracketed_type, - STATE(3646), 1, - sym_generic_type_with_turbofish, - ACTIONS(1709), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3418), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1257), 2, + STATE(1264), 2, sym_line_comment, sym_block_comment, - ACTIONS(1705), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3670), 3, - sym_self, - sym_super, - sym_crate, - STATE(2408), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3666), 20, + ACTIONS(2522), 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(2524), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127312,18 +127712,37 @@ 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, - [12537] = 5, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [13016] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1258), 2, + STATE(1265), 2, sym_line_comment, sym_block_comment, - ACTIONS(2574), 7, + ACTIONS(2526), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127331,7 +127750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2576), 39, + ACTIONS(2528), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127371,15 +127790,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12598] = 5, + [13077] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1259), 2, + STATE(1266), 2, sym_line_comment, sym_block_comment, - ACTIONS(2578), 7, + ACTIONS(2530), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127387,7 +127806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2580), 39, + ACTIONS(2532), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127427,15 +127846,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12659] = 5, + [13138] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1260), 2, + STATE(1267), 2, sym_line_comment, sym_block_comment, - ACTIONS(3026), 7, + ACTIONS(2588), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127443,7 +127862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3028), 39, + ACTIONS(2590), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127483,15 +127902,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12720] = 5, + [13199] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1261), 2, + STATE(1268), 2, sym_line_comment, sym_block_comment, - ACTIONS(2590), 7, + ACTIONS(2600), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127499,7 +127918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2592), 39, + ACTIONS(2602), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127539,72 +127958,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12781] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3674), 1, - anon_sym_COLON_COLON, - STATE(1262), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3477), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3475), 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, - [12844] = 5, + [13260] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1263), 2, + STATE(1269), 2, sym_line_comment, sym_block_comment, - ACTIONS(2594), 7, + ACTIONS(2604), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127612,7 +127974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2596), 39, + ACTIONS(2606), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127652,129 +128014,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12905] = 6, + [13321] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3676), 1, - anon_sym_COLON_COLON, - STATE(1264), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3477), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3475), 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, - [12968] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3598), 1, - anon_sym_COLON_COLON, - STATE(1265), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3477), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3475), 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, - [13031] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1266), 2, + STATE(1270), 2, sym_line_comment, sym_block_comment, - ACTIONS(2598), 7, + ACTIONS(2608), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127782,7 +128030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2600), 39, + ACTIONS(2610), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127822,73 +128070,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13092] = 7, + [13382] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3680), 1, - anon_sym_LPAREN, - STATE(1552), 1, - sym_arguments, - STATE(1267), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3682), 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(3678), 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, - [13157] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1268), 2, + STATE(1271), 2, sym_line_comment, sym_block_comment, - ACTIONS(2602), 7, + ACTIONS(2612), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127896,7 +128086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2604), 39, + ACTIONS(2614), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127936,15 +128126,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13218] = 5, + [13443] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1269), 2, + STATE(1272), 2, sym_line_comment, sym_block_comment, - ACTIONS(2606), 7, + ACTIONS(2616), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127952,7 +128142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2608), 39, + ACTIONS(2618), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127992,15 +128182,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13279] = 5, + [13504] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1270), 2, + STATE(1273), 2, sym_line_comment, sym_block_comment, - ACTIONS(2610), 7, + ACTIONS(2620), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128008,7 +128198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2612), 39, + ACTIONS(2622), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128048,15 +128238,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13340] = 5, + [13565] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1271), 2, + STATE(1274), 2, sym_line_comment, sym_block_comment, - ACTIONS(2152), 7, + ACTIONS(2634), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128064,7 +128254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2154), 39, + ACTIONS(2636), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128104,15 +128294,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13401] = 5, + [13626] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1272), 2, + STATE(1275), 2, sym_line_comment, sym_block_comment, - ACTIONS(2158), 7, + ACTIONS(2642), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128120,7 +128310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2160), 39, + ACTIONS(2644), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128160,15 +128350,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13462] = 5, + [13687] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1273), 2, + STATE(1276), 2, sym_line_comment, sym_block_comment, - ACTIONS(2614), 7, + ACTIONS(2648), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128176,7 +128366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2616), 39, + ACTIONS(2650), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128216,15 +128406,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13523] = 5, + [13748] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1274), 2, + STATE(1277), 2, sym_line_comment, sym_block_comment, - ACTIONS(2618), 7, + ACTIONS(2652), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128232,7 +128422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2620), 39, + ACTIONS(2654), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128272,15 +128462,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13584] = 5, + [13809] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1275), 2, + STATE(1278), 2, sym_line_comment, sym_block_comment, - ACTIONS(2622), 7, + ACTIONS(2664), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128288,7 +128478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2624), 39, + ACTIONS(2666), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128328,15 +128518,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13645] = 5, + [13870] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1276), 2, + STATE(1279), 2, sym_line_comment, sym_block_comment, - ACTIONS(2626), 7, + ACTIONS(2676), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128344,7 +128534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2628), 39, + ACTIONS(2678), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128384,15 +128574,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13706] = 5, + [13931] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1277), 2, + STATE(1280), 2, sym_line_comment, sym_block_comment, - ACTIONS(2630), 7, + ACTIONS(2680), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128400,7 +128590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2632), 39, + ACTIONS(2682), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128440,15 +128630,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13767] = 5, + [13992] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1278), 2, + STATE(1281), 2, sym_line_comment, sym_block_comment, - ACTIONS(2662), 7, + ACTIONS(2684), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128456,7 +128646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2664), 39, + ACTIONS(2686), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128496,15 +128686,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13828] = 5, + [14053] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1279), 2, + STATE(1282), 2, sym_line_comment, sym_block_comment, - ACTIONS(2666), 7, + ACTIONS(2688), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128512,7 +128702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2668), 39, + ACTIONS(2690), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128552,170 +128742,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13889] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1280), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3686), 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(3684), 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, - [13950] = 5, + [14114] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1281), 2, + STATE(1283), 2, sym_line_comment, sym_block_comment, - ACTIONS(3690), 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(3688), 31, + ACTIONS(2692), 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, - [14011] = 21, - ACTIONS(29), 1, anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1681), 1, - anon_sym_DASH, - ACTIONS(1707), 1, - aux_sym_string_literal_token1, - ACTIONS(1715), 1, - sym__raw_string_literal_start, - ACTIONS(3408), 1, - anon_sym_if, - ACTIONS(3668), 1, anon_sym_COLON_COLON, - ACTIONS(3692), 1, - sym_identifier, - ACTIONS(3698), 1, + anon_sym_POUND, sym_metavariable, - STATE(2752), 1, - sym_scoped_identifier, - STATE(2987), 1, - sym__literal_pattern, - STATE(3629), 1, - sym_bracketed_type, - STATE(3646), 1, - sym_generic_type_with_turbofish, - ACTIONS(1709), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3406), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1282), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1705), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3696), 3, - sym_self, - sym_super, - sym_crate, - STATE(2408), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3694), 20, + ACTIONS(2694), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128732,189 +128775,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_f64, anon_sym_bool, anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [14104] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3444), 1, - anon_sym_BANG, - ACTIONS(3446), 1, - anon_sym_COLON_COLON, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3700), 1, - anon_sym_move, - STATE(486), 1, - sym_block, - STATE(3778), 1, - sym_label, - STATE(1283), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3442), 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(3440), 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, - [14179] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1284), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3704), 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(3702), 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, - [14240] = 26, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1157), 1, - anon_sym_extern, - ACTIONS(3236), 1, - anon_sym_fn, - ACTIONS(3706), 1, - sym_identifier, - ACTIONS(3708), 1, - anon_sym_LPAREN, - ACTIONS(3712), 1, - anon_sym_COLON_COLON, - ACTIONS(3714), 1, + anon_sym_char, + anon_sym_async, + anon_sym_const, anon_sym_default, - ACTIONS(3716), 1, - anon_sym_for, - ACTIONS(3722), 1, - sym_metavariable, - STATE(1611), 1, - sym_scoped_type_identifier, - STATE(1625), 1, - sym_for_lifetimes, - STATE(1683), 1, - sym_generic_type, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, - STATE(3641), 1, - sym_function_modifiers, - STATE(3678), 1, - sym_scoped_identifier, - STATE(3696), 1, - sym_generic_type_with_turbofish, - STATE(3702), 1, - sym_bracketed_type, - ACTIONS(3718), 2, + 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, - STATE(1285), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1141), 3, - anon_sym_async, - anon_sym_const, anon_sym_unsafe, - ACTIONS(3720), 3, + anon_sym_use, + anon_sym_extern, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(1762), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3710), 17, + [14175] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1284), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2700), 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(2702), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128932,15 +128832,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [14343] = 5, + 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, + [14236] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1286), 2, + STATE(1285), 2, sym_line_comment, sym_block_comment, - ACTIONS(2686), 7, + ACTIONS(2720), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128948,7 +128870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2688), 39, + ACTIONS(2722), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128988,58 +128910,66 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14404] = 21, + [14297] = 26, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1681), 1, - anon_sym_DASH, - ACTIONS(1707), 1, - aux_sym_string_literal_token1, - ACTIONS(1715), 1, - sym__raw_string_literal_start, - ACTIONS(3396), 1, - anon_sym_if, - ACTIONS(3668), 1, + ACTIONS(1109), 1, + anon_sym_fn, + ACTIONS(1119), 1, + anon_sym_extern, + ACTIONS(3251), 1, + anon_sym_for, + ACTIONS(3500), 1, + anon_sym_LPAREN, + ACTIONS(3508), 1, anon_sym_COLON_COLON, - ACTIONS(3724), 1, - sym_identifier, - ACTIONS(3730), 1, + ACTIONS(3510), 1, + anon_sym_union, + ACTIONS(3516), 1, sym_metavariable, - STATE(2827), 1, + ACTIONS(3719), 1, + sym_identifier, + STATE(1619), 1, + sym_for_lifetimes, + STATE(2033), 1, + sym_scoped_type_identifier, + STATE(2043), 1, + sym_generic_type, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2369), 1, + sym_extern_modifier, + STATE(3625), 1, sym_scoped_identifier, - STATE(3007), 1, - sym__literal_pattern, - STATE(3629), 1, + STATE(3632), 1, sym_bracketed_type, - STATE(3646), 1, + STATE(3782), 1, sym_generic_type_with_turbofish, - ACTIONS(1709), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3394), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1287), 2, + STATE(3811), 1, + sym_function_modifiers, + ACTIONS(3591), 2, + anon_sym_default, + anon_sym_gen, + STATE(1286), 2, sym_line_comment, sym_block_comment, - ACTIONS(1705), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3728), 3, + ACTIONS(1103), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3514), 3, sym_self, sym_super, sym_crate, - STATE(2408), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3726), 20, + STATE(2085), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3589), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129057,130 +128987,15 @@ 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, - [14497] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1288), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3734), 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(3732), 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, - [14558] = 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(3738), 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(3736), 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, - [14619] = 5, + [14400] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1290), 2, + STATE(1287), 2, sym_line_comment, sym_block_comment, - ACTIONS(2690), 7, + ACTIONS(2728), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129188,7 +129003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2692), 39, + ACTIONS(2730), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129228,15 +129043,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14680] = 5, + [14461] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1291), 2, + STATE(1288), 2, sym_line_comment, sym_block_comment, - ACTIONS(2698), 7, + ACTIONS(2736), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129244,7 +129059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2700), 39, + ACTIONS(2738), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129284,15 +129099,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14741] = 5, + [14522] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1292), 2, + STATE(1289), 2, sym_line_comment, sym_block_comment, - ACTIONS(2702), 7, + ACTIONS(2744), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129300,7 +129115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2704), 39, + ACTIONS(2746), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129340,128 +129155,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14802] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1293), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3388), 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(3390), 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, - [14863] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3744), 1, - anon_sym_DASH_GT, - STATE(1294), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3742), 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(3740), 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, - [14926] = 5, + [14583] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1295), 2, + STATE(1290), 2, sym_line_comment, sym_block_comment, - ACTIONS(2706), 7, + ACTIONS(2760), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129469,7 +129171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2708), 39, + ACTIONS(2762), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129509,72 +129211,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14987] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3598), 1, - anon_sym_COLON_COLON, - STATE(1296), 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, - 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), 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, - [15050] = 5, + [14644] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1297), 2, + STATE(1291), 2, sym_line_comment, sym_block_comment, - ACTIONS(2710), 7, + ACTIONS(2764), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129582,7 +129227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2712), 39, + ACTIONS(2766), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129622,15 +129267,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15111] = 5, + [14705] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1298), 2, + STATE(1292), 2, sym_line_comment, sym_block_comment, - ACTIONS(2714), 7, + ACTIONS(2768), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129638,7 +129283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2716), 39, + ACTIONS(2770), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129678,72 +129323,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15172] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3598), 1, - anon_sym_COLON_COLON, - STATE(1299), 2, - sym_line_comment, - sym_block_comment, - 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), 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, - [15235] = 5, + [14766] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1300), 2, + STATE(1293), 2, sym_line_comment, sym_block_comment, - ACTIONS(2718), 7, + ACTIONS(2772), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129751,7 +129339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2720), 39, + ACTIONS(2774), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129791,72 +129379,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15296] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3750), 1, - anon_sym_DASH_GT, - STATE(1301), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3748), 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(3746), 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, - [15359] = 5, + [14827] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1302), 2, + STATE(1294), 2, sym_line_comment, sym_block_comment, - ACTIONS(2722), 7, + ACTIONS(2776), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129864,7 +129395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2724), 39, + ACTIONS(2778), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129904,72 +129435,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15420] = 6, + [14888] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3756), 1, - anon_sym_DASH_GT, - STATE(1303), 2, + STATE(1295), 2, sym_line_comment, sym_block_comment, - ACTIONS(3754), 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(3752), 30, + ACTIONS(2780), 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, - [15483] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2782), 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, + [14949] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1304), 2, + STATE(1296), 2, sym_line_comment, sym_block_comment, - ACTIONS(2374), 7, + ACTIONS(2856), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129977,7 +129507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2376), 39, + ACTIONS(2858), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130017,15 +129547,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15544] = 5, + [15010] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1305), 2, + STATE(1297), 2, sym_line_comment, sym_block_comment, - ACTIONS(2726), 7, + ACTIONS(2947), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130033,7 +129563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2728), 39, + ACTIONS(2949), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130073,15 +129603,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15605] = 5, + [15071] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1306), 2, + STATE(1298), 2, sym_line_comment, sym_block_comment, - ACTIONS(2730), 7, + ACTIONS(2951), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130089,7 +129619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2732), 39, + ACTIONS(2953), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130129,73 +129659,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15666] = 7, + [15132] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3758), 1, - anon_sym_else, - STATE(1475), 1, - sym_else_clause, - STATE(1307), 2, + STATE(1299), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, + ACTIONS(2959), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1405), 29, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2961), 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, + [15193] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1300), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2963), 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, - [15731] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2965), 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, + [15254] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1308), 2, + STATE(1301), 2, sym_line_comment, sym_block_comment, - ACTIONS(2390), 7, + ACTIONS(2975), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130203,7 +129787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2392), 39, + ACTIONS(2977), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130243,15 +129827,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15792] = 5, + [15315] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1309), 2, + STATE(1302), 2, sym_line_comment, sym_block_comment, - ACTIONS(2394), 7, + ACTIONS(2979), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130259,7 +129843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2396), 39, + ACTIONS(2981), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130299,15 +129883,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15853] = 5, + [15376] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1310), 2, + STATE(1303), 2, sym_line_comment, sym_block_comment, - ACTIONS(2398), 7, + ACTIONS(2983), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130315,7 +129899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2400), 39, + ACTIONS(2985), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130355,15 +129939,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15914] = 5, + [15437] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1311), 2, + STATE(1304), 2, sym_line_comment, sym_block_comment, - ACTIONS(2646), 7, + ACTIONS(2987), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130371,7 +129955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2648), 39, + ACTIONS(2989), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130411,15 +129995,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15975] = 5, + [15498] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1312), 2, + STATE(1305), 2, sym_line_comment, sym_block_comment, - ACTIONS(2650), 7, + ACTIONS(2991), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130427,7 +130011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2652), 39, + ACTIONS(2993), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130467,15 +130051,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16036] = 5, + [15559] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1313), 2, + STATE(1306), 2, sym_line_comment, sym_block_comment, - ACTIONS(2654), 7, + ACTIONS(2995), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130483,7 +130067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2656), 39, + ACTIONS(2997), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130523,15 +130107,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16097] = 5, + [15620] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1314), 2, + STATE(1307), 2, sym_line_comment, sym_block_comment, - ACTIONS(1926), 7, + ACTIONS(3029), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130539,7 +130123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1928), 39, + ACTIONS(3031), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130579,15 +130163,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16158] = 5, + [15681] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1315), 2, + STATE(1308), 2, sym_line_comment, sym_block_comment, - ACTIONS(2064), 7, + ACTIONS(3033), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130595,7 +130179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2066), 39, + ACTIONS(3035), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130635,15 +130219,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16219] = 5, + [15742] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1316), 2, + STATE(1309), 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), 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, + [15803] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1310), 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), 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, + [15864] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1311), 2, sym_line_comment, sym_block_comment, - ACTIONS(2068), 7, + ACTIONS(3049), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130651,7 +130347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2070), 39, + ACTIONS(3051), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130691,15 +130387,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16280] = 5, + [15925] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1317), 2, + STATE(1312), 2, sym_line_comment, sym_block_comment, - ACTIONS(2072), 7, + ACTIONS(3053), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130707,7 +130403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2074), 39, + ACTIONS(3055), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130747,15 +130443,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16341] = 5, + [15986] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1318), 2, + STATE(1313), 2, sym_line_comment, sym_block_comment, - ACTIONS(2076), 7, + ACTIONS(2426), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130763,7 +130459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2078), 39, + ACTIONS(2428), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130803,15 +130499,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16402] = 5, + [16047] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1319), 2, + STATE(1314), 2, sym_line_comment, sym_block_comment, - ACTIONS(2084), 7, + ACTIONS(1842), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130819,7 +130515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2086), 39, + ACTIONS(1844), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130859,15 +130555,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16463] = 5, + [16108] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1320), 2, + STATE(1315), 2, sym_line_comment, sym_block_comment, - ACTIONS(2144), 7, + ACTIONS(1846), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130875,7 +130571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2146), 39, + ACTIONS(1848), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130915,15 +130611,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16524] = 5, + [16169] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1321), 2, + STATE(1316), 2, sym_line_comment, sym_block_comment, - ACTIONS(2148), 7, + ACTIONS(1850), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130931,7 +130627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2150), 39, + ACTIONS(1852), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130971,15 +130667,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16585] = 5, + [16230] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1322), 2, + STATE(1317), 2, sym_line_comment, sym_block_comment, - ACTIONS(2162), 7, + ACTIONS(1854), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130987,7 +130683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2164), 39, + ACTIONS(1856), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131027,15 +130723,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16646] = 5, + [16291] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1323), 2, + STATE(1318), 2, sym_line_comment, sym_block_comment, - ACTIONS(2174), 7, + ACTIONS(1858), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131043,7 +130739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2176), 39, + ACTIONS(1860), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131083,71 +130779,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16707] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1324), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3503), 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(3501), 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, - [16768] = 5, + [16352] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1325), 2, + STATE(1319), 2, sym_line_comment, sym_block_comment, - ACTIONS(2734), 7, + ACTIONS(1862), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131155,7 +130795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2736), 39, + ACTIONS(1864), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131195,71 +130835,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16829] = 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(3762), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3760), 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, - [16890] = 5, + [16413] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1327), 2, + STATE(1320), 2, sym_line_comment, sym_block_comment, - ACTIONS(2738), 7, + ACTIONS(1866), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131267,7 +130851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2740), 39, + ACTIONS(1868), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131307,15 +130891,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16951] = 5, + [16474] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1328), 2, + STATE(1321), 2, sym_line_comment, sym_block_comment, - ACTIONS(2742), 7, + ACTIONS(1870), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131323,7 +130907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2744), 39, + ACTIONS(1872), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131363,15 +130947,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17012] = 5, + [16535] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1329), 2, + STATE(1322), 2, sym_line_comment, sym_block_comment, - ACTIONS(2746), 7, + ACTIONS(1874), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131379,7 +130963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2748), 39, + ACTIONS(1876), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131419,15 +131003,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17073] = 5, + [16596] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1330), 2, + STATE(1323), 2, sym_line_comment, sym_block_comment, - ACTIONS(2750), 7, + ACTIONS(1878), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131435,7 +131019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2752), 39, + ACTIONS(1880), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131475,15 +131059,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17134] = 5, + [16657] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1331), 2, + STATE(1324), 2, sym_line_comment, sym_block_comment, - ACTIONS(2754), 7, + ACTIONS(1882), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131491,7 +131075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2756), 39, + ACTIONS(1884), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131531,15 +131115,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17195] = 5, + [16718] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1332), 2, + STATE(1325), 2, sym_line_comment, sym_block_comment, - ACTIONS(2758), 7, + ACTIONS(1886), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131547,7 +131131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2760), 39, + ACTIONS(1888), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131587,72 +131171,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17256] = 6, + [16779] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3768), 1, - anon_sym_DASH_GT, - STATE(1333), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3766), 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(3764), 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, - [17319] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1334), 2, + STATE(1326), 2, sym_line_comment, sym_block_comment, - ACTIONS(2762), 7, + ACTIONS(1890), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131660,7 +131187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2764), 39, + ACTIONS(1892), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131700,129 +131227,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17380] = 6, + [16840] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3774), 1, - anon_sym_DASH_GT, - STATE(1335), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3772), 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(3770), 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, - [17443] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3780), 1, - anon_sym_DASH_GT, - STATE(1336), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3778), 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(3776), 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, - [17506] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1337), 2, + STATE(1327), 2, sym_line_comment, sym_block_comment, - ACTIONS(2766), 7, + ACTIONS(1894), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131830,7 +131243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2768), 39, + ACTIONS(1896), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131870,15 +131283,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17567] = 5, + [16901] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1338), 2, + STATE(1328), 2, sym_line_comment, sym_block_comment, - ACTIONS(2770), 7, + ACTIONS(1898), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131886,7 +131299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2772), 39, + ACTIONS(1900), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131926,15 +131339,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17628] = 5, + [16962] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1339), 2, + STATE(1329), 2, sym_line_comment, sym_block_comment, - ACTIONS(2782), 7, + ACTIONS(1902), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131942,7 +131355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2784), 39, + ACTIONS(1904), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131982,15 +131395,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17689] = 5, + [17023] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1340), 2, + STATE(1330), 2, sym_line_comment, sym_block_comment, - ACTIONS(2790), 7, + ACTIONS(1906), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131998,7 +131411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2792), 39, + ACTIONS(1908), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132038,15 +131451,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17750] = 5, + [17084] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1341), 2, + STATE(1331), 2, sym_line_comment, sym_block_comment, - ACTIONS(2798), 7, + ACTIONS(1910), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132054,7 +131467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2800), 39, + ACTIONS(1912), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132094,15 +131507,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17811] = 5, + [17145] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1342), 2, + STATE(1332), 2, sym_line_comment, sym_block_comment, - ACTIONS(2802), 7, + ACTIONS(1918), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132110,7 +131523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2804), 39, + ACTIONS(1920), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132150,15 +131563,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17872] = 5, + [17206] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1343), 2, + STATE(1333), 2, sym_line_comment, sym_block_comment, - ACTIONS(2806), 7, + ACTIONS(1926), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132166,7 +131579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2808), 39, + ACTIONS(1928), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132206,15 +131619,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17933] = 5, + [17267] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1344), 2, + STATE(1334), 2, sym_line_comment, sym_block_comment, - ACTIONS(2402), 7, + ACTIONS(1934), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132222,7 +131635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2404), 39, + ACTIONS(1936), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132262,15 +131675,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17994] = 5, + [17328] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1345), 2, + STATE(1335), 2, sym_line_comment, sym_block_comment, - ACTIONS(2810), 7, + ACTIONS(1938), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132278,7 +131691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2812), 39, + ACTIONS(1940), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132318,15 +131731,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18055] = 5, + [17389] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1346), 2, + STATE(1336), 2, sym_line_comment, sym_block_comment, - ACTIONS(2814), 7, + ACTIONS(1942), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132334,7 +131747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2816), 39, + ACTIONS(1944), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132374,15 +131787,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18116] = 5, + [17450] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1347), 2, + STATE(1337), 2, sym_line_comment, sym_block_comment, - ACTIONS(2818), 7, + ACTIONS(1946), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132390,7 +131803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2820), 39, + ACTIONS(1948), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132430,15 +131843,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18177] = 5, + [17511] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1348), 2, + STATE(1338), 2, sym_line_comment, sym_block_comment, - ACTIONS(2406), 7, + ACTIONS(1950), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132446,7 +131859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2408), 39, + ACTIONS(1952), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132486,15 +131899,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18238] = 5, + [17572] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1349), 2, + STATE(1339), 2, sym_line_comment, sym_block_comment, - ACTIONS(2822), 7, + ACTIONS(1954), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132502,7 +131915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2824), 39, + ACTIONS(1956), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132542,15 +131955,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18299] = 5, + [17633] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1350), 2, + STATE(1340), 2, sym_line_comment, sym_block_comment, - ACTIONS(2826), 7, + ACTIONS(1958), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132558,7 +131971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2828), 39, + ACTIONS(1960), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132598,15 +132011,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18360] = 5, + [17694] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1351), 2, + STATE(1341), 2, sym_line_comment, sym_block_comment, - ACTIONS(2830), 7, + ACTIONS(1962), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132614,7 +132027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2832), 39, + ACTIONS(1964), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132654,15 +132067,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18421] = 5, + [17755] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1352), 2, + STATE(1342), 2, sym_line_comment, sym_block_comment, - ACTIONS(2414), 7, + ACTIONS(1966), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132670,7 +132083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2416), 39, + ACTIONS(1968), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132710,15 +132123,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18482] = 5, + [17816] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1353), 2, + STATE(1343), 2, sym_line_comment, sym_block_comment, - ACTIONS(2486), 7, + ACTIONS(1970), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132726,7 +132139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2488), 39, + ACTIONS(1972), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132766,15 +132179,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18543] = 5, + [17877] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1354), 2, + STATE(1344), 2, sym_line_comment, sym_block_comment, - ACTIONS(2498), 7, + ACTIONS(1974), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132782,7 +132195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2500), 39, + ACTIONS(1976), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132822,15 +132235,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18604] = 5, + [17938] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1355), 2, + STATE(1345), 2, sym_line_comment, sym_block_comment, - ACTIONS(2834), 7, + ACTIONS(1978), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132838,7 +132251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2836), 39, + ACTIONS(1980), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132878,15 +132291,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18665] = 5, + [17999] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1356), 2, + STATE(1346), 2, sym_line_comment, sym_block_comment, - ACTIONS(2838), 7, + ACTIONS(1982), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132894,7 +132307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2840), 39, + ACTIONS(1984), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132934,15 +132347,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18726] = 5, + [18060] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1357), 2, + STATE(1347), 2, sym_line_comment, sym_block_comment, - ACTIONS(2842), 7, + ACTIONS(1986), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -132950,7 +132363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2844), 39, + ACTIONS(1988), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132990,15 +132403,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18787] = 5, + [18121] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1358), 2, + STATE(1348), 2, sym_line_comment, sym_block_comment, - ACTIONS(2846), 7, + ACTIONS(1990), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133006,7 +132419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2848), 39, + ACTIONS(1992), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133046,15 +132459,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18848] = 5, + [18182] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1359), 2, + STATE(1349), 2, sym_line_comment, sym_block_comment, - ACTIONS(2850), 7, + ACTIONS(1994), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133062,7 +132475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2852), 39, + ACTIONS(1996), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133102,15 +132515,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18909] = 5, + [18243] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1360), 2, + STATE(1350), 2, sym_line_comment, sym_block_comment, - ACTIONS(2854), 7, + ACTIONS(1998), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133118,7 +132531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2856), 39, + ACTIONS(2000), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133158,15 +132571,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18970] = 5, + [18304] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1361), 2, + STATE(1351), 2, sym_line_comment, sym_block_comment, - ACTIONS(2858), 7, + ACTIONS(2002), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133174,7 +132587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2860), 39, + ACTIONS(2004), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133214,15 +132627,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19031] = 5, + [18365] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1362), 2, + STATE(1352), 2, sym_line_comment, sym_block_comment, - ACTIONS(2862), 7, + ACTIONS(2006), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133230,7 +132643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2864), 39, + ACTIONS(2008), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133270,15 +132683,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19092] = 5, + [18426] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1363), 2, + STATE(1353), 2, sym_line_comment, sym_block_comment, - ACTIONS(2866), 7, + ACTIONS(2010), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133286,7 +132699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2868), 39, + ACTIONS(2012), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133326,15 +132739,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19153] = 5, + [18487] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1364), 2, + STATE(1354), 2, sym_line_comment, sym_block_comment, - ACTIONS(2870), 7, + ACTIONS(2014), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133342,7 +132755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2872), 39, + ACTIONS(2016), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133382,15 +132795,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19214] = 5, + [18548] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1365), 2, + STATE(1355), 2, sym_line_comment, sym_block_comment, - ACTIONS(2874), 7, + ACTIONS(2018), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133398,7 +132811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2876), 39, + ACTIONS(2020), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133438,15 +132851,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19275] = 5, + [18609] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1366), 2, + STATE(1356), 2, sym_line_comment, sym_block_comment, - ACTIONS(2878), 7, + ACTIONS(2022), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133454,7 +132867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2880), 39, + ACTIONS(2024), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133494,15 +132907,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19336] = 5, + [18670] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1367), 2, + STATE(1357), 2, sym_line_comment, sym_block_comment, - ACTIONS(2882), 7, + ACTIONS(2026), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133510,7 +132923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2884), 39, + ACTIONS(2028), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133550,15 +132963,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19397] = 5, + [18731] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1368), 2, + STATE(1358), 2, sym_line_comment, sym_block_comment, - ACTIONS(2886), 7, + ACTIONS(2030), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133566,7 +132979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2888), 39, + ACTIONS(2032), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133606,15 +133019,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19458] = 5, + [18792] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1369), 2, + STATE(1359), 2, sym_line_comment, sym_block_comment, - ACTIONS(2508), 7, + ACTIONS(2034), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133622,7 +133035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2510), 39, + ACTIONS(2036), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133662,15 +133075,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19519] = 5, + [18853] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1370), 2, + STATE(1360), 2, sym_line_comment, sym_block_comment, - ACTIONS(2586), 7, + ACTIONS(2038), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133678,7 +133091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2588), 39, + ACTIONS(2040), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133718,15 +133131,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19580] = 5, + [18914] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1371), 2, + STATE(1361), 2, sym_line_comment, sym_block_comment, - ACTIONS(2890), 7, + ACTIONS(2042), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133734,7 +133147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2892), 39, + ACTIONS(2044), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133774,15 +133187,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19641] = 5, + [18975] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1372), 2, + STATE(1362), 2, sym_line_comment, sym_block_comment, - ACTIONS(2894), 7, + ACTIONS(3731), 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(3729), 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, + [19036] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1363), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3735), 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(3733), 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, + [19097] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1364), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2058), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133790,7 +133315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2896), 39, + ACTIONS(2060), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133830,15 +133355,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19702] = 5, + [19158] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1373), 2, + STATE(1365), 2, sym_line_comment, sym_block_comment, - ACTIONS(2898), 7, + ACTIONS(2062), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133846,7 +133371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2900), 39, + ACTIONS(2064), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133886,15 +133411,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19763] = 5, + [19219] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1374), 2, + STATE(1366), 2, sym_line_comment, sym_block_comment, - ACTIONS(2902), 7, + ACTIONS(2066), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133902,7 +133427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2904), 39, + ACTIONS(2068), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133942,15 +133467,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19824] = 5, + [19280] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1375), 2, + STATE(1367), 2, sym_line_comment, sym_block_comment, - ACTIONS(2906), 7, + ACTIONS(2070), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -133958,7 +133483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2908), 39, + ACTIONS(2072), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -133998,71 +133523,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19885] = 5, + [19341] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1376), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3784), 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(3782), 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, - [19946] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1377), 2, + STATE(1368), 2, sym_line_comment, sym_block_comment, - ACTIONS(2634), 7, + ACTIONS(2074), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134070,7 +133539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2636), 39, + ACTIONS(2076), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134110,71 +133579,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20007] = 5, + [19402] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1378), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3788), 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(3786), 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, - [20068] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1379), 2, + STATE(1369), 2, sym_line_comment, sym_block_comment, - ACTIONS(2926), 7, + ACTIONS(2078), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134182,7 +133595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2928), 39, + ACTIONS(2080), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134222,15 +133635,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20129] = 5, + [19463] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1380), 2, + STATE(1370), 2, sym_line_comment, sym_block_comment, - ACTIONS(2930), 7, + ACTIONS(2082), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134238,7 +133651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2932), 39, + ACTIONS(2084), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134278,15 +133691,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20190] = 5, + [19524] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1381), 2, + STATE(1371), 2, sym_line_comment, sym_block_comment, - ACTIONS(2638), 7, + ACTIONS(2086), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134294,7 +133707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2640), 39, + ACTIONS(2088), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134334,15 +133747,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20251] = 5, + [19585] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1382), 2, + STATE(1372), 2, sym_line_comment, sym_block_comment, - ACTIONS(2934), 7, + ACTIONS(2090), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134350,7 +133763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2936), 39, + ACTIONS(2092), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134390,15 +133803,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20312] = 5, + [19646] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1383), 2, + STATE(1373), 2, sym_line_comment, sym_block_comment, - ACTIONS(2938), 7, + ACTIONS(2094), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134406,7 +133819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2940), 39, + ACTIONS(2096), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134446,15 +133859,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20373] = 5, + [19707] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1384), 2, + STATE(1374), 2, sym_line_comment, sym_block_comment, - ACTIONS(2642), 7, + ACTIONS(2098), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134462,7 +133875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2644), 39, + ACTIONS(2100), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134502,15 +133915,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20434] = 5, + [19768] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1385), 2, + STATE(1375), 2, sym_line_comment, sym_block_comment, - ACTIONS(2942), 7, + ACTIONS(2106), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134518,7 +133931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2944), 39, + ACTIONS(2108), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134558,15 +133971,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20495] = 5, + [19829] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1386), 2, + STATE(1376), 2, sym_line_comment, sym_block_comment, - ACTIONS(2946), 7, + ACTIONS(2110), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134574,7 +133987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2948), 39, + ACTIONS(2112), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134614,15 +134027,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20556] = 5, + [19890] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1387), 2, + STATE(1377), 2, sym_line_comment, sym_block_comment, - ACTIONS(2950), 7, + ACTIONS(2114), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134630,7 +134043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2952), 39, + ACTIONS(2116), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134670,15 +134083,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20617] = 5, + [19951] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1388), 2, + STATE(1378), 2, sym_line_comment, sym_block_comment, - ACTIONS(2954), 7, + ACTIONS(2118), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134686,7 +134099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2956), 39, + ACTIONS(2120), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134726,15 +134139,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20678] = 5, + [20012] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1389), 2, + STATE(1379), 2, sym_line_comment, sym_block_comment, - ACTIONS(2958), 7, + ACTIONS(2122), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134742,7 +134155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2960), 39, + ACTIONS(2124), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134782,15 +134195,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20739] = 5, + [20073] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1390), 2, + STATE(1380), 2, sym_line_comment, sym_block_comment, - ACTIONS(2962), 7, + ACTIONS(2126), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134798,7 +134211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2964), 39, + ACTIONS(2128), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134838,15 +134251,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20800] = 5, + [20134] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1391), 2, + STATE(1381), 2, sym_line_comment, sym_block_comment, - ACTIONS(2970), 7, + ACTIONS(2130), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134854,7 +134267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2972), 39, + ACTIONS(2132), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -134894,72 +134307,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20861] = 6, + [20195] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3794), 1, - anon_sym_DASH_GT, - STATE(1392), 2, + STATE(1382), 2, sym_line_comment, sym_block_comment, - ACTIONS(3792), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, + ACTIONS(2134), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3790), 30, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2136), 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, + [20256] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1383), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2138), 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, - [20924] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2140), 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, + [20317] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1393), 2, + STATE(1384), 2, sym_line_comment, sym_block_comment, - ACTIONS(2978), 7, + ACTIONS(2142), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -134967,7 +134435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2980), 39, + ACTIONS(2144), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135007,15 +134475,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20985] = 5, + [20378] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1394), 2, + STATE(1385), 2, sym_line_comment, sym_block_comment, - ACTIONS(2982), 7, + ACTIONS(2146), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135023,7 +134491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2984), 39, + ACTIONS(2148), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135063,15 +134531,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21046] = 5, + [20439] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1395), 2, + STATE(1386), 2, sym_line_comment, sym_block_comment, - ACTIONS(2986), 7, + ACTIONS(2150), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135079,7 +134547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2988), 39, + ACTIONS(2152), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135119,15 +134587,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21107] = 5, + [20500] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1396), 2, + STATE(1387), 2, sym_line_comment, sym_block_comment, - ACTIONS(2990), 7, + ACTIONS(2154), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135135,7 +134603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2992), 39, + ACTIONS(2156), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135175,15 +134643,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21168] = 5, + [20561] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1397), 2, + STATE(1388), 2, sym_line_comment, sym_block_comment, - ACTIONS(2994), 7, + ACTIONS(2158), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135191,7 +134659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2996), 39, + ACTIONS(2160), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135231,15 +134699,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21229] = 5, + [20622] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1398), 2, + STATE(1389), 2, sym_line_comment, sym_block_comment, - ACTIONS(2670), 7, + ACTIONS(2162), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135247,7 +134715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2672), 39, + ACTIONS(2164), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135287,15 +134755,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21290] = 5, + [20683] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1399), 2, + STATE(1390), 2, sym_line_comment, sym_block_comment, - ACTIONS(2998), 7, + ACTIONS(2166), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135303,7 +134771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3000), 39, + ACTIONS(2168), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135343,15 +134811,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21351] = 5, + [20744] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1400), 2, + STATE(1391), 2, sym_line_comment, sym_block_comment, - ACTIONS(3002), 7, + ACTIONS(2170), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135359,7 +134827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3004), 39, + ACTIONS(2172), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135399,15 +134867,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21412] = 5, + [20805] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1401), 2, + STATE(1392), 2, sym_line_comment, sym_block_comment, - ACTIONS(3006), 7, + ACTIONS(2174), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135415,7 +134883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3008), 39, + ACTIONS(2176), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135455,15 +134923,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21473] = 5, + [20866] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1402), 2, + STATE(1393), 2, sym_line_comment, sym_block_comment, - ACTIONS(2674), 7, + ACTIONS(2178), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135471,7 +134939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2676), 39, + ACTIONS(2180), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135511,15 +134979,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21534] = 5, + [20927] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1403), 2, + STATE(1394), 2, sym_line_comment, sym_block_comment, - ACTIONS(3010), 7, + ACTIONS(2186), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135527,7 +134995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3012), 39, + ACTIONS(2188), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135567,15 +135035,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21595] = 5, + [20988] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1404), 2, + STATE(1395), 2, sym_line_comment, sym_block_comment, - ACTIONS(2678), 7, + ACTIONS(2190), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135583,7 +135051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2680), 39, + ACTIONS(2192), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135623,15 +135091,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21656] = 5, + [21049] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1405), 2, + STATE(1396), 2, sym_line_comment, sym_block_comment, - ACTIONS(2682), 7, + ACTIONS(2194), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135639,7 +135107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2684), 39, + ACTIONS(2196), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135679,15 +135147,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21717] = 5, + [21110] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1406), 2, + STATE(1397), 2, sym_line_comment, sym_block_comment, - ACTIONS(2694), 7, + ACTIONS(2198), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135695,7 +135163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2696), 39, + ACTIONS(2200), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135735,15 +135203,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21778] = 5, + [21171] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1407), 2, + STATE(1398), 2, sym_line_comment, sym_block_comment, - ACTIONS(2774), 7, + ACTIONS(2202), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135751,7 +135219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2776), 39, + ACTIONS(2204), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135791,15 +135259,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21839] = 5, + [21232] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1408), 2, + STATE(1399), 2, sym_line_comment, sym_block_comment, - ACTIONS(2778), 7, + ACTIONS(2206), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135807,7 +135275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2780), 39, + ACTIONS(2208), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135847,15 +135315,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21900] = 5, + [21293] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1409), 2, + STATE(1400), 2, sym_line_comment, sym_block_comment, - ACTIONS(2786), 7, + ACTIONS(2210), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135863,7 +135331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2788), 39, + ACTIONS(2212), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135903,15 +135371,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21961] = 5, + [21354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1410), 2, + STATE(1401), 2, sym_line_comment, sym_block_comment, - ACTIONS(2910), 7, + ACTIONS(2214), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135919,7 +135387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2912), 39, + ACTIONS(2216), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135959,15 +135427,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22022] = 5, + [21415] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1411), 2, + STATE(1402), 2, sym_line_comment, sym_block_comment, - ACTIONS(2914), 7, + ACTIONS(2222), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -135975,7 +135443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2916), 39, + ACTIONS(2224), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136015,15 +135483,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22083] = 5, + [21476] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1412), 2, + STATE(1403), 2, sym_line_comment, sym_block_comment, - ACTIONS(2918), 7, + ACTIONS(2226), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136031,7 +135499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2920), 39, + ACTIONS(2228), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136071,15 +135539,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22144] = 5, + [21537] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1413), 2, + STATE(1404), 2, sym_line_comment, sym_block_comment, - ACTIONS(2922), 7, + ACTIONS(2230), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136087,7 +135555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2924), 39, + ACTIONS(2232), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136127,15 +135595,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22205] = 5, + [21598] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1414), 2, + STATE(1405), 2, sym_line_comment, sym_block_comment, - ACTIONS(2966), 7, + ACTIONS(2234), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136143,7 +135611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2968), 39, + ACTIONS(2236), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136183,15 +135651,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22266] = 5, + [21659] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1415), 2, + STATE(1406), 2, sym_line_comment, sym_block_comment, - ACTIONS(3050), 7, + ACTIONS(2238), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136199,7 +135667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3052), 39, + ACTIONS(2240), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136239,15 +135707,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22327] = 5, + [21720] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1416), 2, + STATE(1407), 2, sym_line_comment, sym_block_comment, - ACTIONS(1866), 7, + ACTIONS(2242), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136255,7 +135723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1868), 39, + ACTIONS(2244), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136295,15 +135763,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22388] = 5, + [21781] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1417), 2, + STATE(1408), 2, sym_line_comment, sym_block_comment, - ACTIONS(1870), 7, + ACTIONS(2246), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136311,7 +135779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1872), 39, + ACTIONS(2248), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136351,15 +135819,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22449] = 5, + [21842] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1418), 2, + STATE(1409), 2, sym_line_comment, sym_block_comment, - ACTIONS(1946), 7, + ACTIONS(2250), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136367,7 +135835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1948), 39, + ACTIONS(2252), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136407,15 +135875,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22510] = 5, + [21903] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1419), 2, + STATE(1410), 2, sym_line_comment, sym_block_comment, - ACTIONS(2036), 7, + ACTIONS(2254), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136423,7 +135891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2038), 39, + ACTIONS(2256), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136463,15 +135931,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22571] = 5, + [21964] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1420), 2, + STATE(1411), 2, sym_line_comment, sym_block_comment, - ACTIONS(2040), 7, + ACTIONS(2258), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136479,7 +135947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2042), 39, + ACTIONS(2260), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136519,15 +135987,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22632] = 5, + [22025] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1421), 2, + STATE(1412), 2, sym_line_comment, sym_block_comment, - ACTIONS(2044), 7, + ACTIONS(2262), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136535,7 +136003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2046), 39, + ACTIONS(2264), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136575,15 +136043,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22693] = 5, + [22086] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1422), 2, + STATE(1413), 2, sym_line_comment, sym_block_comment, - ACTIONS(2048), 7, + ACTIONS(2266), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136591,7 +136059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2050), 39, + ACTIONS(2268), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136631,15 +136099,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22754] = 5, + [22147] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1423), 2, + STATE(1414), 2, sym_line_comment, sym_block_comment, - ACTIONS(2052), 7, + ACTIONS(2270), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136647,7 +136115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2054), 39, + ACTIONS(2272), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136687,15 +136155,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22815] = 5, + [22208] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1424), 2, + STATE(1415), 2, sym_line_comment, sym_block_comment, - ACTIONS(2056), 7, + ACTIONS(2274), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136703,7 +136171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2058), 39, + ACTIONS(2276), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136743,15 +136211,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22876] = 5, + [22269] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1425), 2, + STATE(1416), 2, sym_line_comment, sym_block_comment, - ACTIONS(3014), 7, + ACTIONS(2278), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136759,7 +136227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3016), 39, + ACTIONS(2280), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136799,15 +136267,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22937] = 5, + [22330] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1426), 2, + STATE(1417), 2, sym_line_comment, sym_block_comment, - ACTIONS(3018), 7, + ACTIONS(2282), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136815,7 +136283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3020), 39, + ACTIONS(2284), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136855,15 +136323,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22998] = 5, + [22391] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1427), 2, + STATE(1418), 2, sym_line_comment, sym_block_comment, - ACTIONS(3022), 7, + ACTIONS(2286), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -136871,7 +136339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3024), 39, + ACTIONS(2288), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136911,66 +136379,86 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [23059] = 26, - ACTIONS(29), 1, + [22452] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1506), 1, + sym_label, + STATE(1419), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3739), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + 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), 29, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_as, + anon_sym_else, + [22517] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1147), 1, - anon_sym_fn, - ACTIONS(1157), 1, - anon_sym_extern, - ACTIONS(3272), 1, - anon_sym_for, - ACTIONS(3483), 1, + STATE(1420), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2668), 12, anon_sym_LPAREN, - ACTIONS(3491), 1, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, anon_sym_COLON_COLON, - ACTIONS(3499), 1, + anon_sym_POUND, + anon_sym_SQUOTE, + sym_integer_literal, sym_metavariable, - ACTIONS(3636), 1, - anon_sym_default, - ACTIONS(3796), 1, - sym_identifier, - STATE(1652), 1, - sym_for_lifetimes, - STATE(2031), 1, - sym_scoped_type_identifier, - STATE(2047), 1, - sym_generic_type, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(3812), 1, - sym_function_modifiers, - ACTIONS(3493), 2, - anon_sym_gen, - anon_sym_union, - STATE(1428), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1141), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - STATE(2063), 3, - sym_higher_ranked_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3634), 17, + ACTIONS(2670), 34, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -136988,23 +136476,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [23162] = 5, + 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_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22578] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1429), 2, + STATE(1421), 2, sym_line_comment, sym_block_comment, - ACTIONS(2080), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(2450), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2082), 39, + ACTIONS(2452), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -137022,45 +136535,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [23223] = 5, + [22639] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1430), 2, + STATE(1422), 2, sym_line_comment, sym_block_comment, - ACTIONS(2140), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3743), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2142), 39, + ACTIONS(3741), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -137078,93 +136591,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [23284] = 5, + [22700] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1431), 2, + STATE(1423), 2, sym_line_comment, sym_block_comment, - ACTIONS(3800), 15, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(3747), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, anon_sym_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(3798), 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, - [23345] = 5, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3745), 31, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22761] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1432), 2, + STATE(1424), 2, sym_line_comment, sym_block_comment, - ACTIONS(2582), 7, + ACTIONS(2668), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -137172,7 +136677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2584), 39, + ACTIONS(2670), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -137212,62 +136717,31 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [23406] = 23, - ACTIONS(29), 1, - anon_sym_LT, + [22822] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1615), 1, - anon_sym_LBRACK, - ACTIONS(3358), 1, - anon_sym_SQUOTE, - ACTIONS(3479), 1, - sym_identifier, - ACTIONS(3483), 1, + STATE(1425), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2668), 15, + sym__raw_string_literal_start, + sym_float_literal, anon_sym_LPAREN, - ACTIONS(3485), 1, - anon_sym_STAR, - ACTIONS(3489), 1, + anon_sym_LBRACK, + anon_sym_DASH, anon_sym_AMP, - ACTIONS(3491), 1, + anon_sym_PIPE, + anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - ACTIONS(3495), 1, - anon_sym_for, - ACTIONS(3499), 1, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - STATE(2559), 1, - sym_where_predicate, - STATE(2796), 1, - sym_scoped_type_identifier, - STATE(3036), 1, - sym_generic_type, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(1433), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3493), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - STATE(3215), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3487), 17, + ACTIONS(2670), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -137285,125 +136759,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [23502] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1434), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3804), 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__, anon_sym_DOT_DOT, - ACTIONS(3802), 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, - [23562] = 5, + 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, + [22883] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1435), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3808), 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(3806), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1381), 1, 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(3417), 1, + anon_sym_COLON_COLON, + ACTIONS(3419), 1, anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [23622] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1436), 2, + ACTIONS(3437), 1, + anon_sym_BANG, + ACTIONS(3749), 1, + anon_sym_move, + STATE(497), 1, + sym_block, + STATE(3777), 1, + sym_label, + STATE(1426), 2, sym_line_comment, sym_block_comment, - ACTIONS(3812), 15, + ACTIONS(3413), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137419,13 +136811,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3810), 30, - anon_sym_SEMI, + ACTIONS(3411), 24, 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, @@ -137447,183 +136835,97 @@ 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, - [23682] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1437), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3816), 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, + [22958] = 26, + ACTIONS(29), 1, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3814), 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, - [23742] = 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(3820), 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(3818), 30, - anon_sym_SEMI, + ACTIONS(1119), 1, + anon_sym_extern, + ACTIONS(3189), 1, + anon_sym_fn, + ACTIONS(3751), 1, + sym_identifier, + ACTIONS(3753), 1, 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, - [23802] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1439), 2, + ACTIONS(3757), 1, + anon_sym_COLON_COLON, + ACTIONS(3761), 1, + anon_sym_for, + ACTIONS(3763), 1, + anon_sym_union, + ACTIONS(3767), 1, + sym_metavariable, + STATE(1089), 1, + sym_scoped_type_identifier, + STATE(1141), 1, + sym_generic_type, + STATE(1638), 1, + sym_for_lifetimes, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2369), 1, + sym_extern_modifier, + STATE(3650), 1, + sym_scoped_identifier, + STATE(3685), 1, + sym_generic_type_with_turbofish, + STATE(3697), 1, + sym_bracketed_type, + STATE(3775), 1, + sym_function_modifiers, + ACTIONS(3759), 2, + anon_sym_default, + anon_sym_gen, + STATE(1427), 2, sym_line_comment, sym_block_comment, - ACTIONS(955), 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(957), 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, - [23862] = 5, + ACTIONS(1103), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3765), 3, + sym_self, + sym_super, + sym_crate, + STATE(1468), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3755), 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, + [23061] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1440), 2, + ACTIONS(3771), 1, + anon_sym_LPAREN, + STATE(1535), 1, + sym_arguments, + STATE(1428), 2, sym_line_comment, sym_block_comment, - ACTIONS(1439), 15, + ACTIONS(3773), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137639,9 +136941,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1437), 30, + ACTIONS(3769), 29, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -137670,70 +136971,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23922] = 5, + [23126] = 26, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1441), 2, + ACTIONS(1119), 1, + anon_sym_extern, + ACTIONS(3225), 1, + anon_sym_fn, + ACTIONS(3775), 1, + sym_identifier, + ACTIONS(3777), 1, + anon_sym_LPAREN, + ACTIONS(3781), 1, + anon_sym_COLON_COLON, + ACTIONS(3785), 1, + anon_sym_for, + ACTIONS(3787), 1, + anon_sym_union, + ACTIONS(3791), 1, + sym_metavariable, + STATE(1617), 1, + sym_scoped_type_identifier, + STATE(1647), 1, + sym_for_lifetimes, + STATE(1680), 1, + sym_generic_type, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2369), 1, + sym_extern_modifier, + STATE(3640), 1, + sym_function_modifiers, + STATE(3676), 1, + sym_scoped_identifier, + STATE(3695), 1, + sym_generic_type_with_turbofish, + STATE(3701), 1, + sym_bracketed_type, + ACTIONS(3783), 2, + anon_sym_default, + anon_sym_gen, + STATE(1429), 2, sym_line_comment, sym_block_comment, - ACTIONS(1477), 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(1475), 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, - [23982] = 5, + ACTIONS(1103), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3789), 3, + sym_self, + sym_super, + sym_crate, + STATE(1725), 3, + sym_higher_ranked_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3779), 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, + [23229] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1442), 2, + ACTIONS(3793), 1, + anon_sym_COLON_COLON, + STATE(1430), 2, sym_line_comment, sym_block_comment, - ACTIONS(3824), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137749,7 +137074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3822), 30, + ACTIONS(1473), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137780,21 +137105,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24042] = 5, + [23292] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1443), 2, + ACTIONS(3795), 1, + anon_sym_LBRACE, + STATE(1431), 2, sym_line_comment, sym_block_comment, - ACTIONS(3828), 15, + ACTIONS(3480), 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, @@ -137804,13 +137132,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3826), 30, + ACTIONS(3482), 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, @@ -137832,18 +137159,74 @@ 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_COLON_COLON, anon_sym_as, anon_sym_else, - [24102] = 5, + [23355] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1444), 2, + STATE(1432), 2, sym_line_comment, sym_block_comment, - ACTIONS(3832), 15, + ACTIONS(2724), 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(2726), 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, + [23416] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1433), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3799), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137859,7 +137242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3830), 30, + ACTIONS(3797), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137890,19 +137273,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24162] = 7, + [23476] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(3834), 1, - anon_sym_COLON_COLON, - STATE(1445), 2, + STATE(1434), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3530), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137918,12 +137297,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 28, + ACTIONS(3528), 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, @@ -137945,17 +137325,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, - [24226] = 5, + [23536] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1446), 2, + STATE(1435), 2, sym_line_comment, sym_block_comment, - ACTIONS(3838), 15, + ACTIONS(3803), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137971,7 +137352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3836), 30, + ACTIONS(3801), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138002,15 +137383,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24286] = 5, + [23596] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1447), 2, + STATE(1436), 2, sym_line_comment, sym_block_comment, - ACTIONS(3842), 15, + ACTIONS(1455), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138026,7 +137407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3840), 30, + ACTIONS(1453), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138057,15 +137438,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24346] = 5, + [23656] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1448), 2, + STATE(1437), 2, sym_line_comment, sym_block_comment, - ACTIONS(3846), 15, + ACTIONS(1505), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138081,7 +137462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3844), 30, + ACTIONS(1503), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138112,21 +137493,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24406] = 8, + [23716] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - STATE(1449), 2, + STATE(1438), 2, sym_line_comment, sym_block_comment, - ACTIONS(3852), 14, + ACTIONS(1551), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138140,14 +137515,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(3848), 28, + ACTIONS(1549), 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, @@ -138170,15 +137548,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24472] = 5, + [23776] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1450), 2, + STATE(1439), 2, sym_line_comment, sym_block_comment, - ACTIONS(3860), 15, + ACTIONS(1443), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138194,7 +137572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3858), 30, + ACTIONS(1441), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138225,15 +137603,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24532] = 5, + [23836] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1451), 2, + STATE(1440), 2, sym_line_comment, sym_block_comment, - ACTIONS(3864), 15, + ACTIONS(1541), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138249,7 +137627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3862), 30, + ACTIONS(1539), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138280,15 +137658,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24592] = 5, + [23896] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1452), 2, + STATE(1441), 2, sym_line_comment, sym_block_comment, - ACTIONS(3868), 15, + ACTIONS(1545), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138304,7 +137682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3866), 30, + ACTIONS(1543), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138335,15 +137713,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24652] = 5, + [23956] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1453), 2, + STATE(1442), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(1531), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138359,7 +137737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 30, + ACTIONS(1529), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138390,15 +137768,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24712] = 5, + [24016] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1454), 2, + STATE(1443), 2, sym_line_comment, sym_block_comment, - ACTIONS(3872), 15, + ACTIONS(1535), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138414,7 +137792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3870), 30, + ACTIONS(1533), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138445,23 +137823,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24772] = 9, + [24076] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - STATE(1455), 2, + STATE(1444), 2, sym_line_comment, sym_block_comment, - ACTIONS(3876), 14, + ACTIONS(3807), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138475,14 +137845,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(3874), 27, + ACTIONS(3805), 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, @@ -138503,16 +137876,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_SQUOTE, + anon_sym_as, anon_sym_else, - [24840] = 5, + [24136] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1456), 2, + STATE(1445), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 15, + ACTIONS(3811), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138528,7 +137902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 30, + ACTIONS(3809), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138559,15 +137933,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24900] = 5, + [24196] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1457), 2, + STATE(1446), 2, sym_line_comment, sym_block_comment, - ACTIONS(3882), 15, + ACTIONS(3815), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138583,7 +137957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3880), 30, + ACTIONS(3813), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138614,15 +137988,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24960] = 5, + [24256] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1458), 2, + STATE(1447), 2, sym_line_comment, sym_block_comment, - ACTIONS(3886), 15, + ACTIONS(3819), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138638,7 +138012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3884), 30, + ACTIONS(3817), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138669,15 +138043,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25020] = 5, + [24316] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1459), 2, + STATE(1448), 2, sym_line_comment, sym_block_comment, - ACTIONS(1053), 15, + ACTIONS(3823), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138693,7 +138067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1055), 30, + ACTIONS(3821), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138724,15 +138098,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25080] = 5, + [24376] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1460), 2, + STATE(1449), 2, sym_line_comment, sym_block_comment, - ACTIONS(3890), 15, + ACTIONS(3827), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138748,7 +138122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3888), 30, + ACTIONS(3825), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138779,15 +138153,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25140] = 5, + [24436] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1461), 2, + STATE(1450), 2, sym_line_comment, sym_block_comment, - ACTIONS(3894), 15, + ACTIONS(3534), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138803,7 +138177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3892), 30, + ACTIONS(3532), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138834,15 +138208,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25200] = 5, + [24496] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1462), 2, + STATE(1451), 2, sym_line_comment, sym_block_comment, - ACTIONS(3898), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138858,7 +138232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3896), 30, + ACTIONS(1473), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138889,15 +138263,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25260] = 5, + [24556] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1463), 2, + STATE(1452), 2, sym_line_comment, sym_block_comment, - ACTIONS(1495), 15, + ACTIONS(3831), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138913,7 +138287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1493), 30, + ACTIONS(3829), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138944,15 +138318,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25320] = 5, + [24616] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1464), 2, + STATE(1453), 2, sym_line_comment, sym_block_comment, - ACTIONS(3902), 15, + ACTIONS(3835), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138968,7 +138342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3900), 30, + ACTIONS(3833), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138999,15 +138373,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25380] = 5, + [24676] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1465), 2, + STATE(1454), 2, sym_line_comment, sym_block_comment, - ACTIONS(1503), 15, + ACTIONS(3839), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139023,7 +138397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1501), 30, + ACTIONS(3837), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139054,15 +138428,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25440] = 5, + [24736] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1466), 2, + STATE(1455), 2, sym_line_comment, sym_block_comment, - ACTIONS(1013), 15, + ACTIONS(1435), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139078,7 +138452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1015), 30, + ACTIONS(1433), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139109,21 +138483,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25500] = 8, + [24796] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - STATE(1467), 2, + STATE(1456), 2, sym_line_comment, sym_block_comment, - ACTIONS(3906), 14, + ACTIONS(3843), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139137,14 +138505,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(3904), 28, + ACTIONS(3841), 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, @@ -139167,15 +138538,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25566] = 5, + [24856] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1468), 2, + STATE(1457), 2, sym_line_comment, sym_block_comment, - ACTIONS(1511), 15, + ACTIONS(1045), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139191,7 +138562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1509), 30, + ACTIONS(1047), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139222,15 +138593,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25626] = 5, + [24916] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1469), 2, + STATE(1458), 2, sym_line_comment, sym_block_comment, - ACTIONS(1515), 15, + ACTIONS(3847), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139246,7 +138617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1513), 30, + ACTIONS(3845), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139277,15 +138648,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25686] = 5, + [24976] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1470), 2, + STATE(1459), 2, sym_line_comment, sym_block_comment, - ACTIONS(1523), 15, + ACTIONS(1525), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139301,7 +138672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1521), 30, + ACTIONS(1523), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139332,15 +138703,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25746] = 5, + [25036] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1471), 2, + STATE(1460), 2, sym_line_comment, sym_block_comment, - ACTIONS(1549), 15, + ACTIONS(1459), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139356,7 +138727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1547), 30, + ACTIONS(1457), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139387,15 +138758,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25806] = 5, + [25096] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1472), 2, + STATE(1461), 2, sym_line_comment, sym_block_comment, - ACTIONS(951), 15, + ACTIONS(3851), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139411,7 +138782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(953), 30, + ACTIONS(3849), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139442,15 +138813,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25866] = 5, + [25156] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1473), 2, + STATE(1462), 2, sym_line_comment, sym_block_comment, - ACTIONS(3910), 15, + ACTIONS(3855), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139466,7 +138837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3908), 30, + ACTIONS(3853), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139497,15 +138868,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25926] = 5, + [25216] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1474), 2, + STATE(1463), 2, sym_line_comment, sym_block_comment, - ACTIONS(3914), 15, + ACTIONS(3859), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139521,7 +138892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3912), 30, + ACTIONS(3857), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139552,15 +138923,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25986] = 5, + [25276] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1475), 2, + STATE(1464), 2, sym_line_comment, sym_block_comment, - ACTIONS(1487), 15, + ACTIONS(3863), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139576,7 +138947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1485), 30, + ACTIONS(3861), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139607,15 +138978,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26046] = 5, + [25336] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1476), 2, + STATE(1465), 2, sym_line_comment, sym_block_comment, - ACTIONS(3918), 15, + ACTIONS(3867), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139631,7 +139002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3916), 30, + ACTIONS(3865), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139662,21 +139033,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26106] = 8, + [25396] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - STATE(1477), 2, + STATE(1466), 2, sym_line_comment, sym_block_comment, - ACTIONS(3922), 14, + ACTIONS(3546), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139690,14 +139055,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(3920), 28, + ACTIONS(3544), 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, @@ -139720,15 +139088,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26172] = 5, + [25456] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1478), 2, + STATE(1467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3926), 15, + ACTIONS(3871), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139744,7 +139112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3924), 30, + ACTIONS(3869), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139775,15 +139143,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26232] = 5, + [25516] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1479), 2, + STATE(1468), 2, sym_line_comment, sym_block_comment, - ACTIONS(3930), 15, + ACTIONS(3486), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139799,7 +139167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3928), 30, + ACTIONS(3484), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139830,15 +139198,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26292] = 5, + [25576] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1480), 2, + STATE(1469), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(1467), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139854,7 +139222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 30, + ACTIONS(1465), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139885,15 +139253,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26352] = 5, + [25636] = 23, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1481), 2, + ACTIONS(1615), 1, + anon_sym_LBRACK, + ACTIONS(3331), 1, + anon_sym_SQUOTE, + ACTIONS(3496), 1, + sym_identifier, + ACTIONS(3500), 1, + anon_sym_LPAREN, + ACTIONS(3502), 1, + anon_sym_STAR, + ACTIONS(3506), 1, + anon_sym_AMP, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + ACTIONS(3512), 1, + anon_sym_for, + ACTIONS(3516), 1, + sym_metavariable, + STATE(2529), 1, + sym_where_predicate, + STATE(2808), 1, + sym_scoped_type_identifier, + STATE(3070), 1, + sym_generic_type, + STATE(3625), 1, + sym_scoped_identifier, + STATE(3632), 1, + sym_bracketed_type, + STATE(3782), 1, + sym_generic_type_with_turbofish, + STATE(1470), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3510), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3514), 3, + sym_self, + sym_super, + sym_crate, + STATE(3312), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3504), 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, + [25732] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1471), 2, sym_line_comment, sym_block_comment, - ACTIONS(3934), 15, + ACTIONS(1033), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139909,7 +139350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3932), 30, + ACTIONS(1035), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139940,15 +139381,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26412] = 5, + [25792] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1482), 2, + STATE(1472), 2, sym_line_comment, sym_block_comment, - ACTIONS(1443), 15, + ACTIONS(3875), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139964,7 +139405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1441), 30, + ACTIONS(3873), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139995,15 +139436,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26472] = 5, + [25852] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1483), 2, + STATE(1473), 2, sym_line_comment, sym_block_comment, - ACTIONS(3938), 15, + ACTIONS(1487), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140019,7 +139460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3936), 30, + ACTIONS(1485), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140050,15 +139491,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26532] = 5, + [25912] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1484), 2, + STATE(1474), 2, sym_line_comment, sym_block_comment, - ACTIONS(3942), 15, + ACTIONS(1491), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140074,7 +139515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3940), 30, + ACTIONS(1489), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140105,15 +139546,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26592] = 5, + [25972] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1485), 2, + STATE(1475), 2, sym_line_comment, sym_block_comment, - ACTIONS(3682), 15, + ACTIONS(3879), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140129,7 +139570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3678), 30, + ACTIONS(3877), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140160,15 +139601,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26652] = 5, + [26032] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1486), 2, + STATE(1476), 2, sym_line_comment, sym_block_comment, - ACTIONS(3946), 15, + ACTIONS(1499), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140184,7 +139625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3944), 30, + ACTIONS(1497), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140215,29 +139656,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26712] = 12, + [26092] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(3883), 2, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3948), 1, - anon_sym_BANG, - ACTIONS(3950), 1, anon_sym_COLON_COLON, - ACTIONS(3952), 1, - anon_sym_move, - STATE(1812), 1, - sym_block, - STATE(3779), 1, - sym_label, - STATE(1487), 2, + STATE(1477), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140253,10 +139683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 23, + ACTIONS(3881), 28, + anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -140276,16 +139709,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_as, - [26786] = 5, + anon_sym_else, + [26154] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1488), 2, + STATE(1478), 2, sym_line_comment, sym_block_comment, - ACTIONS(1447), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140301,7 +139736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1445), 30, + ACTIONS(1473), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140332,15 +139767,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26846] = 5, + [26214] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1489), 2, + STATE(1479), 2, sym_line_comment, sym_block_comment, - ACTIONS(3956), 15, + ACTIONS(1003), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140356,7 +139791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3954), 30, + ACTIONS(1005), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140387,15 +139822,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26906] = 5, + [26274] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1490), 2, + STATE(1480), 2, sym_line_comment, sym_block_comment, - ACTIONS(3960), 15, + ACTIONS(1463), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140411,7 +139846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3958), 30, + ACTIONS(1461), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140442,15 +139877,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26966] = 5, + [26334] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1491), 2, + STATE(1481), 2, sym_line_comment, sym_block_comment, - ACTIONS(3964), 15, + ACTIONS(3889), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140466,7 +139901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3962), 30, + ACTIONS(3887), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140497,15 +139932,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27026] = 5, + [26394] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1492), 2, + STATE(1482), 2, sym_line_comment, sym_block_comment, - ACTIONS(3968), 15, + ACTIONS(1513), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140521,7 +139956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3966), 30, + ACTIONS(1511), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140552,15 +139987,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27086] = 5, + [26454] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1493), 2, + STATE(1483), 2, sym_line_comment, sym_block_comment, - ACTIONS(3972), 15, + ACTIONS(3893), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140576,7 +140011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3970), 30, + ACTIONS(3891), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140607,15 +140042,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27146] = 5, + [26514] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1494), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + STATE(1484), 2, sym_line_comment, sym_block_comment, - ACTIONS(1541), 15, + ACTIONS(3899), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140629,17 +140072,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(1539), 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, @@ -140660,17 +140100,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, - [27206] = 5, + [26582] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1495), 2, + STATE(1485), 2, sym_line_comment, sym_block_comment, - ACTIONS(1451), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140686,7 +140125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1449), 30, + ACTIONS(1477), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140717,15 +140156,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27266] = 5, + [26642] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1496), 2, + STATE(1486), 2, sym_line_comment, sym_block_comment, - ACTIONS(3976), 15, + ACTIONS(1483), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140741,7 +140180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3974), 30, + ACTIONS(1481), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140772,15 +140211,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27326] = 5, + [26702] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1497), 2, + STATE(1487), 2, sym_line_comment, sym_block_comment, - ACTIONS(3980), 15, + ACTIONS(1439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140796,7 +140235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3978), 30, + ACTIONS(1437), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140827,18 +140266,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27386] = 6, + [26762] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3984), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1498), 2, + STATE(1488), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, + ACTIONS(1555), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140854,12 +140290,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3982), 28, + ACTIONS(1553), 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, @@ -140881,17 +140318,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, - [27448] = 5, + [26822] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1499), 2, + STATE(1489), 2, sym_line_comment, sym_block_comment, - ACTIONS(3990), 15, + ACTIONS(1447), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140907,7 +140345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3988), 30, + ACTIONS(1445), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140938,15 +140376,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27508] = 5, + [26882] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1500), 2, + STATE(1490), 2, sym_line_comment, sym_block_comment, - ACTIONS(975), 15, + ACTIONS(3909), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140962,7 +140400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(977), 30, + ACTIONS(3907), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140993,19 +140431,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27568] = 7, + [26942] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - anon_sym_BANG, - ACTIONS(3446), 1, - anon_sym_COLON_COLON, - STATE(1501), 2, + STATE(1491), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(3913), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141021,12 +140455,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 28, + ACTIONS(3911), 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, @@ -141048,23 +140483,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, - [27632] = 8, + [27002] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - STATE(1502), 2, + STATE(1492), 2, sym_line_comment, sym_block_comment, - ACTIONS(3994), 14, + ACTIONS(3917), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141078,14 +140508,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(3992), 28, + ACTIONS(3915), 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, @@ -141108,15 +140541,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27698] = 5, + [27062] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1503), 2, + STATE(1493), 2, sym_line_comment, sym_block_comment, - ACTIONS(3998), 15, + ACTIONS(3921), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141132,7 +140565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3996), 30, + ACTIONS(3919), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141163,15 +140596,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27758] = 5, + [27122] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1504), 2, + STATE(1494), 2, sym_line_comment, sym_block_comment, - ACTIONS(4002), 15, + ACTIONS(3925), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141187,7 +140620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4000), 30, + ACTIONS(3923), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141218,15 +140651,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27818] = 5, + [27182] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1505), 2, + STATE(1495), 2, sym_line_comment, sym_block_comment, - ACTIONS(4006), 15, + ACTIONS(3929), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141242,7 +140675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4004), 30, + ACTIONS(3927), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141273,15 +140706,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27878] = 5, + [27242] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1506), 2, + STATE(1496), 2, sym_line_comment, sym_block_comment, - ACTIONS(4010), 15, + ACTIONS(3933), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141297,7 +140730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4008), 30, + ACTIONS(3931), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141328,15 +140761,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27938] = 5, + [27302] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1507), 2, + STATE(1497), 2, sym_line_comment, sym_block_comment, - ACTIONS(4014), 15, + ACTIONS(3937), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141352,7 +140785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4012), 30, + ACTIONS(3935), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141383,15 +140816,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27998] = 5, + [27362] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1508), 2, + STATE(1498), 2, sym_line_comment, sym_block_comment, - ACTIONS(4018), 15, + ACTIONS(3941), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141407,7 +140840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4016), 30, + ACTIONS(3939), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141438,15 +140871,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28058] = 5, + [27422] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1509), 2, + STATE(1499), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3945), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141462,7 +140895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 30, + ACTIONS(3943), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141493,15 +140926,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28118] = 5, + [27482] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1510), 2, + STATE(1500), 2, sym_line_comment, sym_block_comment, - ACTIONS(4022), 15, + ACTIONS(3949), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141517,7 +140950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4020), 30, + ACTIONS(3947), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141548,15 +140981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28178] = 5, + [27542] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1511), 2, + STATE(1501), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3953), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141572,7 +141005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 30, + ACTIONS(3951), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141603,15 +141036,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28238] = 5, + [27602] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1512), 2, + STATE(1502), 2, sym_line_comment, sym_block_comment, - ACTIONS(1491), 15, + ACTIONS(3957), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141627,7 +141060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1489), 30, + ACTIONS(3955), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141658,15 +141091,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28298] = 5, + [27662] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1513), 2, + STATE(1503), 2, sym_line_comment, sym_block_comment, - ACTIONS(4026), 15, + ACTIONS(3961), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141682,7 +141115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4024), 30, + ACTIONS(3959), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141713,15 +141146,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28358] = 5, + [27722] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1514), 2, + STATE(1504), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141737,7 +141170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 30, + ACTIONS(1473), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141768,15 +141201,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28418] = 5, + [27782] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1515), 2, + STATE(1505), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 15, + ACTIONS(3965), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141792,7 +141225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3513), 30, + ACTIONS(3963), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141823,18 +141256,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28478] = 6, + [27842] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1516), 2, + STATE(1506), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, + ACTIONS(3969), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141850,12 +141280,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3982), 28, + ACTIONS(3967), 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, @@ -141877,17 +141308,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, - [28540] = 5, + [27902] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1517), 2, + STATE(1507), 2, sym_line_comment, sym_block_comment, - ACTIONS(4032), 15, + ACTIONS(1041), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141903,7 +141335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4030), 30, + ACTIONS(1043), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141934,15 +141366,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28600] = 5, + [27962] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1518), 2, + STATE(1508), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, + ACTIONS(3973), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141958,7 +141390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3982), 30, + ACTIONS(3971), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -141989,15 +141421,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28660] = 5, + [28022] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1519), 2, + STATE(1509), 2, sym_line_comment, sym_block_comment, - ACTIONS(3519), 15, + ACTIONS(3977), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142013,7 +141445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3517), 30, + ACTIONS(3975), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142044,15 +141476,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28720] = 5, + [28082] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1520), 2, + STATE(1510), 2, sym_line_comment, sym_block_comment, - ACTIONS(1483), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142068,7 +141500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1481), 30, + ACTIONS(3881), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142099,15 +141531,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28780] = 5, + [28142] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1521), 2, + STATE(1511), 2, sym_line_comment, sym_block_comment, - ACTIONS(4036), 15, + ACTIONS(1509), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142123,7 +141555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4034), 30, + ACTIONS(1507), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142154,15 +141586,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28840] = 5, + [28202] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1522), 2, + STATE(1512), 2, sym_line_comment, sym_block_comment, - ACTIONS(1045), 15, + ACTIONS(3981), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142178,7 +141610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1047), 30, + ACTIONS(3979), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142209,15 +141641,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28900] = 5, + [28262] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1523), 2, + STATE(1513), 2, sym_line_comment, sym_block_comment, - ACTIONS(4040), 15, + ACTIONS(1495), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142233,7 +141665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4038), 30, + ACTIONS(1493), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142264,15 +141696,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28960] = 5, + [28322] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1524), 2, + STATE(1514), 2, sym_line_comment, sym_block_comment, - ACTIONS(4044), 15, + ACTIONS(3985), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142288,7 +141720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4042), 30, + ACTIONS(3983), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142319,15 +141751,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29020] = 5, + [28382] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1525), 2, + STATE(1515), 2, sym_line_comment, sym_block_comment, - ACTIONS(4048), 15, + ACTIONS(3989), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142343,7 +141775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4046), 30, + ACTIONS(3987), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142374,15 +141806,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29080] = 5, + [28442] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1526), 2, + STATE(1516), 2, sym_line_comment, sym_block_comment, - ACTIONS(1507), 15, + ACTIONS(1517), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142398,7 +141830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1505), 30, + ACTIONS(1515), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142429,15 +141861,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29140] = 5, + [28502] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1527), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + STATE(1517), 2, sym_line_comment, sym_block_comment, - ACTIONS(1533), 15, + ACTIONS(3993), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142451,17 +141889,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(1531), 30, + ACTIONS(3991), 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, @@ -142484,15 +141919,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29200] = 5, + [28568] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1528), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + STATE(1518), 2, sym_line_comment, sym_block_comment, - ACTIONS(1465), 15, + ACTIONS(3997), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142506,17 +141947,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(1463), 30, + ACTIONS(3995), 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, @@ -142539,15 +141977,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29260] = 5, + [28634] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1529), 2, + STATE(1519), 2, sym_line_comment, sym_block_comment, - ACTIONS(4052), 15, + ACTIONS(4001), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142563,7 +142001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4050), 30, + ACTIONS(3999), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142594,15 +142032,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29320] = 5, + [28694] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1530), 2, + STATE(1520), 2, sym_line_comment, sym_block_comment, - ACTIONS(1529), 15, + ACTIONS(4005), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142618,7 +142056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1527), 30, + ACTIONS(4003), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142649,15 +142087,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29380] = 5, + [28754] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1531), 2, + STATE(1521), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(4009), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142673,7 +142111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 30, + ACTIONS(4007), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142704,15 +142142,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29440] = 5, + [28814] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1532), 2, + STATE(1522), 2, sym_line_comment, sym_block_comment, - ACTIONS(4056), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142728,7 +142166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4054), 30, + ACTIONS(1473), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142759,15 +142197,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29500] = 5, + [28874] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1533), 2, + STATE(1523), 2, sym_line_comment, sym_block_comment, - ACTIONS(4060), 15, + ACTIONS(4013), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142783,7 +142221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4058), 30, + ACTIONS(4011), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142814,15 +142252,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29560] = 5, + [28934] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1534), 2, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(4015), 1, + anon_sym_BANG, + ACTIONS(4017), 1, + anon_sym_COLON_COLON, + ACTIONS(4019), 1, + anon_sym_move, + STATE(1787), 1, + sym_block, + STATE(3778), 1, + sym_label, + STATE(1524), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3413), 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(3411), 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, + [29008] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1525), 2, sym_line_comment, sym_block_comment, - ACTIONS(4064), 15, + ACTIONS(4023), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142838,7 +142338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4062), 30, + ACTIONS(4021), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142869,15 +142369,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29620] = 5, + [29068] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1535), 2, + STATE(1526), 2, sym_line_comment, sym_block_comment, - ACTIONS(4068), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142893,7 +142393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4066), 30, + ACTIONS(1473), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142924,15 +142424,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29680] = 5, + [29128] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1536), 2, + STATE(1527), 2, sym_line_comment, sym_block_comment, - ACTIONS(4072), 15, + ACTIONS(1017), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142948,7 +142448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4070), 30, + ACTIONS(1019), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -142979,15 +142479,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29740] = 5, + [29188] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1537), 2, + STATE(1528), 2, sym_line_comment, sym_block_comment, - ACTIONS(1473), 15, + ACTIONS(1451), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143003,7 +142503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1471), 30, + ACTIONS(1449), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143034,15 +142534,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29800] = 5, + [29248] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1538), 2, + STATE(1529), 2, sym_line_comment, sym_block_comment, - ACTIONS(4076), 15, + ACTIONS(4027), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143058,7 +142558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4074), 30, + ACTIONS(4025), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143089,15 +142589,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29860] = 5, + [29308] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1539), 2, + STATE(1530), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(4031), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143113,7 +142613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 30, + ACTIONS(4029), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143144,15 +142644,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29920] = 5, + [29368] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1540), 2, + STATE(1531), 2, sym_line_comment, sym_block_comment, - ACTIONS(4080), 15, + ACTIONS(4035), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143168,7 +142668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4078), 30, + ACTIONS(4033), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143199,15 +142699,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29980] = 5, + [29428] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1541), 2, + STATE(1532), 2, sym_line_comment, sym_block_comment, - ACTIONS(4084), 15, + ACTIONS(4039), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143223,7 +142723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4082), 30, + ACTIONS(4037), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143254,15 +142754,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30040] = 5, + [29488] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1542), 2, + STATE(1533), 2, sym_line_comment, sym_block_comment, - ACTIONS(4088), 15, + ACTIONS(4043), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143278,7 +142778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4086), 30, + ACTIONS(4041), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143309,15 +142809,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30100] = 5, + [29548] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1543), 2, + STATE(1534), 2, sym_line_comment, sym_block_comment, - ACTIONS(1435), 15, + ACTIONS(4047), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143333,7 +142833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1433), 30, + ACTIONS(4045), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143364,15 +142864,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30160] = 5, + [29608] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1544), 2, + STATE(1535), 2, sym_line_comment, sym_block_comment, - ACTIONS(1553), 15, + ACTIONS(4051), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143388,7 +142888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1551), 30, + ACTIONS(4049), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143419,15 +142919,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30220] = 5, + [29668] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1545), 2, + STATE(1536), 2, sym_line_comment, sym_block_comment, - ACTIONS(1021), 15, + ACTIONS(4055), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143443,7 +142943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1023), 30, + ACTIONS(4053), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143474,15 +142974,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30280] = 5, + [29728] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1546), 2, + STATE(1537), 2, sym_line_comment, sym_block_comment, - ACTIONS(1545), 15, + ACTIONS(3773), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143498,7 +142998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1543), 30, + ACTIONS(3769), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143529,15 +143029,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30340] = 5, + [29788] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1547), 2, + STATE(1538), 2, sym_line_comment, sym_block_comment, - ACTIONS(1499), 15, + ACTIONS(4059), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143553,7 +143053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1497), 30, + ACTIONS(4057), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143584,15 +143084,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30400] = 5, + [29848] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1548), 2, + STATE(1539), 2, sym_line_comment, sym_block_comment, - ACTIONS(1469), 15, + ACTIONS(4063), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143608,7 +143108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1467), 30, + ACTIONS(4061), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143639,15 +143139,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30460] = 5, + [29908] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1549), 2, + STATE(1540), 2, sym_line_comment, sym_block_comment, - ACTIONS(4092), 15, + ACTIONS(4067), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143663,7 +143163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4090), 30, + ACTIONS(4065), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143694,15 +143194,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30520] = 5, + [29968] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1550), 2, + STATE(1541), 2, sym_line_comment, sym_block_comment, - ACTIONS(1519), 15, + ACTIONS(4071), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143718,7 +143218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1517), 30, + ACTIONS(4069), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143749,15 +143249,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30580] = 5, + [30028] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1551), 2, + STATE(1542), 2, sym_line_comment, sym_block_comment, - ACTIONS(4096), 15, + ACTIONS(4075), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143773,7 +143273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4094), 30, + ACTIONS(4073), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143804,15 +143304,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30640] = 5, + [30088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1552), 2, + STATE(1543), 2, sym_line_comment, sym_block_comment, - ACTIONS(4100), 15, + ACTIONS(4079), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143828,7 +143328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4098), 30, + ACTIONS(4077), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143859,15 +143359,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30700] = 5, + [30148] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1553), 2, + ACTIONS(3447), 1, + anon_sym_BANG, + ACTIONS(4081), 1, + anon_sym_COLON_COLON, + STATE(1544), 2, sym_line_comment, sym_block_comment, - ACTIONS(4104), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143883,13 +143387,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4102), 30, + ACTIONS(1473), 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, @@ -143911,18 +143414,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, - [30760] = 5, + [30212] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1554), 2, + STATE(1545), 2, sym_line_comment, sym_block_comment, - ACTIONS(4108), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143938,7 +143440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4106), 30, + ACTIONS(1473), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -143969,15 +143471,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30820] = 5, + [30272] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1555), 2, + STATE(1546), 2, sym_line_comment, sym_block_comment, - ACTIONS(4112), 15, + ACTIONS(1029), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143993,7 +143495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4110), 30, + ACTIONS(1031), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -144024,17 +143526,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30880] = 6, + [30332] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, - STATE(1556), 2, + STATE(1547), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(4085), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144050,12 +143550,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 28, + ACTIONS(4083), 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, @@ -144077,19 +143578,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, - [30941] = 6, + [30392] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3446), 1, - anon_sym_COLON_COLON, - STATE(1557), 2, + STATE(1548), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(4089), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144105,12 +143605,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 28, + ACTIONS(4087), 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, @@ -144132,29 +143633,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, - [31002] = 11, + [30452] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - anon_sym_BANG, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3450), 1, - anon_sym_move, - ACTIONS(4116), 1, - anon_sym_COLON_COLON, - STATE(1468), 1, - sym_block, - STATE(3714), 1, - sym_label, - STATE(1558), 2, + STATE(1549), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(4093), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144170,10 +143660,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 23, + ACTIONS(4091), 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, @@ -144193,26 +143687,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, - [31073] = 10, + anon_sym_else, + [30512] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - anon_sym_BANG, - ACTIONS(3450), 1, - anon_sym_move, - ACTIONS(4116), 1, - anon_sym_COLON_COLON, - STATE(1468), 1, - sym_block, - STATE(3714), 1, - sym_label, - STATE(1559), 2, + STATE(1550), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(4097), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144228,10 +143715,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 24, + ACTIONS(4095), 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, @@ -144251,134 +143742,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, - [31142] = 21, + anon_sym_else, + [30572] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4136), 1, - anon_sym_EQ, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1560), 2, + STATE(1551), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(1013), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4118), 17, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_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_COMMA, - anon_sym_else, - [31232] = 21, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4148), 1, - anon_sym_EQ, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1561), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4146), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1015), 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, @@ -144389,473 +143791,87 @@ 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, - [31322] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1681), 1, - anon_sym_DASH, - ACTIONS(1707), 1, - aux_sym_string_literal_token1, - ACTIONS(1715), 1, - sym__raw_string_literal_start, - ACTIONS(3664), 1, - sym_identifier, - ACTIONS(3668), 1, - anon_sym_COLON_COLON, - ACTIONS(3672), 1, - sym_metavariable, - STATE(2830), 1, - sym_scoped_identifier, - STATE(3090), 1, - sym__literal_pattern, - STATE(3629), 1, - sym_bracketed_type, - STATE(3646), 1, - sym_generic_type_with_turbofish, - ACTIONS(1709), 2, - anon_sym_true, - anon_sym_false, - STATE(1562), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1705), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3670), 3, - sym_self, - sym_super, - sym_crate, - STATE(2408), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3666), 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, - [31408] = 22, + [30632] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1563), 2, + STATE(1552), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4101), 14, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4058), 7, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4150), 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, - [31500] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1681), 1, - anon_sym_DASH, - ACTIONS(1707), 1, - aux_sym_string_literal_token1, - ACTIONS(1715), 1, - sym__raw_string_literal_start, - ACTIONS(3668), 1, - anon_sym_COLON_COLON, - ACTIONS(3692), 1, - sym_identifier, - ACTIONS(3698), 1, - sym_metavariable, - STATE(2752), 1, - sym_scoped_identifier, - STATE(2987), 1, - sym__literal_pattern, - STATE(3629), 1, - sym_bracketed_type, - STATE(3646), 1, - sym_generic_type_with_turbofish, - ACTIONS(1709), 2, - anon_sym_true, - anon_sym_false, - STATE(1564), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1705), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3696), 3, - sym_self, - sym_super, - sym_crate, - STATE(2408), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3694), 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, - [31586] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1681), 1, - anon_sym_DASH, - ACTIONS(1707), 1, - aux_sym_string_literal_token1, - ACTIONS(1715), 1, - sym__raw_string_literal_start, - ACTIONS(3668), 1, - anon_sym_COLON_COLON, - ACTIONS(3724), 1, - sym_identifier, - ACTIONS(3730), 1, - sym_metavariable, - STATE(2827), 1, - sym_scoped_identifier, - STATE(3007), 1, - sym__literal_pattern, - STATE(3629), 1, - sym_bracketed_type, - STATE(3646), 1, - sym_generic_type_with_turbofish, - ACTIONS(1709), 2, - anon_sym_true, - anon_sym_false, - STATE(1565), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1705), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3728), 3, - sym_self, - sym_super, - sym_crate, - STATE(2408), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3726), 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, - [31672] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4158), 1, - anon_sym_COLON_COLON, - STATE(1566), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4156), 9, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4154), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [31732] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1567), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3936), 7, + anon_sym_DOT_DOT, + ACTIONS(4099), 28, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4150), 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, - [31824] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1568), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4163), 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(4161), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [31882] = 9, + 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, + [30698] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3576), 1, - anon_sym_LBRACE, - ACTIONS(3578), 1, + ACTIONS(3417), 1, anon_sym_COLON_COLON, - ACTIONS(4165), 1, + ACTIONS(3437), 1, anon_sym_BANG, - STATE(1481), 1, - sym_field_initializer_list, - STATE(1569), 2, + STATE(1553), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3413), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144871,10 +143887,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 24, + ACTIONS(3411), 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, @@ -144895,389 +143913,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_as, - [31948] = 5, + anon_sym_else, + [30762] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1570), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4169), 10, - anon_sym_LPAREN, + ACTIONS(3897), 1, anon_sym_LBRACK, - anon_sym_STAR, + ACTIONS(3901), 1, anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4167), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [32006] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1571), 2, + ACTIONS(3903), 1, + anon_sym_DOT, + STATE(1554), 2, sym_line_comment, sym_block_comment, - ACTIONS(4173), 10, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(4105), 14, + anon_sym_PLUS, 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(4171), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [32064] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1117), 1, - anon_sym_DASH, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(1177), 1, - sym__raw_string_literal_start, - ACTIONS(2098), 1, - anon_sym_COLON_COLON, - ACTIONS(3416), 1, - sym_identifier, - ACTIONS(3426), 1, - sym_metavariable, - STATE(2166), 1, - sym_scoped_identifier, - STATE(2179), 1, - sym__literal_pattern, - STATE(3732), 1, - sym_bracketed_type, - STATE(3800), 1, - sym_generic_type_with_turbofish, - ACTIONS(1169), 2, - anon_sym_true, - anon_sym_false, - STATE(1572), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1165), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3424), 3, - sym_self, - sym_super, - sym_crate, - STATE(2110), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3422), 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, - [32150] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1117), 1, - anon_sym_DASH, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(1177), 1, - sym__raw_string_literal_start, - ACTIONS(2098), 1, - anon_sym_COLON_COLON, - ACTIONS(3404), 1, - sym_identifier, - ACTIONS(3414), 1, - sym_metavariable, - STATE(2154), 1, - sym_scoped_identifier, - STATE(2216), 1, - sym__literal_pattern, - STATE(3732), 1, - sym_bracketed_type, - STATE(3800), 1, - sym_generic_type_with_turbofish, - ACTIONS(1169), 2, - anon_sym_true, - anon_sym_false, - STATE(1573), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1165), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3412), 3, - sym_self, - sym_super, - sym_crate, - STATE(2110), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3410), 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, - [32236] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1117), 1, anon_sym_DASH, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(1177), 1, - sym__raw_string_literal_start, - ACTIONS(2098), 1, - anon_sym_COLON_COLON, - ACTIONS(3392), 1, - sym_identifier, - ACTIONS(3402), 1, - sym_metavariable, - STATE(2129), 1, - sym_scoped_identifier, - STATE(2204), 1, - sym__literal_pattern, - STATE(3732), 1, - sym_bracketed_type, - STATE(3800), 1, - sym_generic_type_with_turbofish, - ACTIONS(1169), 2, - anon_sym_true, - anon_sym_false, - STATE(1574), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1165), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3400), 3, - sym_self, - sym_super, - sym_crate, - STATE(2110), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3398), 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, - [32322] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4175), 1, - anon_sym_LPAREN, - STATE(1575), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4156), 9, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, + 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_DOT_DOT, + ACTIONS(4103), 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, - sym_metavariable, - ACTIONS(4154), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [32382] = 11, + anon_sym_as, + anon_sym_else, + [30828] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4180), 1, - anon_sym_BANG, - ACTIONS(4182), 1, + ACTIONS(4107), 2, + anon_sym_LBRACE, anon_sym_COLON_COLON, - ACTIONS(4184), 1, - anon_sym_LT2, - STATE(1661), 1, - sym_type_arguments, - STATE(1688), 1, - sym_parameters, - STATE(1576), 2, + STATE(1555), 2, sym_line_comment, sym_block_comment, - ACTIONS(3454), 17, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145288,16 +143996,18 @@ 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(3452), 20, + ACTIONS(3881), 28, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -145309,73 +144019,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_COMMA, anon_sym_as, - [32452] = 22, + anon_sym_else, + [30890] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4109), 1, + anon_sym_COLON_COLON, + STATE(1556), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1475), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1577), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3912), 7, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1473), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4150), 10, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145386,63 +144076,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [32544] = 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_as, + anon_sym_else, + [30951] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(3437), 1, + anon_sym_BANG, + ACTIONS(3439), 1, + anon_sym_move, + ACTIONS(4111), 1, + anon_sym_COLON_COLON, + STATE(1438), 1, + sym_block, + STATE(3714), 1, + sym_label, + STATE(1557), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3413), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4188), 1, - anon_sym_EQ, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1578), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4186), 17, - anon_sym_SEMI, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3411), 23, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + 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, @@ -145453,29 +144138,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_COMMA, - anon_sym_else, - [32634] = 11, + anon_sym_EQ_EQ, + 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, + [31022] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3434), 1, - anon_sym_BANG, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4182), 1, + ACTIONS(3417), 1, anon_sym_COLON_COLON, - ACTIONS(4184), 1, - anon_sym_LT2, - STATE(1661), 1, - sym_type_arguments, - STATE(1688), 1, - sym_parameters, - STATE(1579), 2, + STATE(1558), 2, sym_line_comment, sym_block_comment, - ACTIONS(3432), 17, + ACTIONS(3413), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145486,16 +144166,18 @@ 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(3428), 20, + ACTIONS(3411), 28, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -145507,34 +144189,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_as, - [32704] = 11, + anon_sym_else, + [31083] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3434), 1, + ACTIONS(3437), 1, anon_sym_BANG, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4182), 1, + ACTIONS(3439), 1, + anon_sym_move, + ACTIONS(4111), 1, anon_sym_COLON_COLON, - ACTIONS(4184), 1, - anon_sym_LT2, - STATE(1661), 1, - sym_type_arguments, - STATE(1688), 1, - sym_parameters, - STATE(1580), 2, + STATE(1438), 1, + sym_block, + STATE(3714), 1, + sym_label, + STATE(1559), 2, sym_line_comment, sym_block_comment, - ACTIONS(3460), 17, + ACTIONS(3413), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145545,16 +144229,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(3458), 20, + ACTIONS(3411), 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, @@ -145566,137 +144249,129 @@ 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, - [32774] = 19, + [31152] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + STATE(1560), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4115), 10, + anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(3854), 1, + anon_sym_STAR, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(399), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, anon_sym_LT, - STATE(1581), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(397), 19, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_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, - [32860] = 21, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4113), 33, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [31210] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4141), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4144), 2, + ACTIONS(4143), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1582), 2, + STATE(1561), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(341), 17, + ACTIONS(3801), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145707,46 +144382,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_COMMA, - anon_sym_else, - [32950] = 10, + [31302] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - STATE(1583), 2, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4147), 1, + anon_sym_BANG, + ACTIONS(4149), 1, + anon_sym_COLON_COLON, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1675), 1, + sym_type_arguments, + STATE(1714), 1, + sym_parameters, + STATE(1562), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(3445), 17, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3874), 25, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + ACTIONS(3441), 20, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -145757,57 +144434,55 @@ 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_else, - [33018] = 13, + anon_sym_as, + [31372] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1584), 2, + ACTIONS(3457), 1, + anon_sym_BANG, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4149), 1, + anon_sym_COLON_COLON, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1675), 1, + sym_type_arguments, + STATE(1714), 1, + sym_parameters, + STATE(1563), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(3455), 17, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 25, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + ACTIONS(3453), 20, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -145818,56 +144493,109 @@ 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_else, - [33092] = 12, + anon_sym_as, + [31442] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4155), 1, + anon_sym_LPAREN, + STATE(1564), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4158), 9, anon_sym_LBRACK, - ACTIONS(3854), 1, + anon_sym_STAR, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1585), 2, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4153), 33, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [31502] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3457), 1, + anon_sym_BANG, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4149), 1, + anon_sym_COLON_COLON, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1675), 1, + sym_type_arguments, + STATE(1714), 1, + sym_parameters, + STATE(1565), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(3461), 17, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 7, 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(3874), 25, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + ACTIONS(3459), 20, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -145878,60 +144606,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [33164] = 14, + anon_sym_as, + [31572] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4120), 2, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4141), 1, + anon_sym_DOT_DOT, + ACTIONS(4162), 1, + anon_sym_EQ, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1586), 2, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4143), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1566), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3874), 25, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4160), 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, @@ -145942,65 +144680,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [33240] = 17, + [31662] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(3876), 2, - anon_sym_EQ, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4141), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4166), 1, + anon_sym_EQ, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - STATE(1587), 2, + ACTIONS(4143), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1567), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3874), 21, + ACTIONS(4164), 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, @@ -146011,62 +144749,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_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [33322] = 18, + [31752] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(3876), 2, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, anon_sym_EQ, + ACTIONS(4141), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - STATE(1588), 2, + ACTIONS(4143), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1568), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3874), 20, + ACTIONS(3975), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_PIPE_PIPE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146077,121 +144821,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [33406] = 11, + [31844] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4168), 1, + anon_sym_COLON_COLON, + STATE(1569), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4158), 9, + anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(3854), 1, + anon_sym_STAR, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1589), 2, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4153), 33, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [31904] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1570), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4173), 10, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3876), 9, - 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_DOT, - ACTIONS(3874), 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, - [33476] = 21, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4171), 33, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [31962] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, + ACTIONS(4141), 1, anon_sym_DOT_DOT, - ACTIONS(4192), 1, + ACTIONS(4177), 1, anon_sym_EQ, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4144), 2, + ACTIONS(4143), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1590), 2, + STATE(1571), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4190), 17, + ACTIONS(4175), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -146209,118 +144997,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_COMMA, anon_sym_else, - [33566] = 21, + [32052] = 19, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4196), 1, - anon_sym_EQ, - ACTIONS(4120), 2, - anon_sym_PLUS, + ACTIONS(1079), 1, anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1591), 2, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(1139), 1, + sym__raw_string_literal_start, + ACTIONS(2548), 1, + anon_sym_COLON_COLON, + ACTIONS(3399), 1, + sym_identifier, + ACTIONS(3409), 1, + sym_metavariable, + STATE(2148), 1, + sym_scoped_identifier, + STATE(2192), 1, + sym__literal_pattern, + STATE(3737), 1, + sym_bracketed_type, + STATE(3801), 1, + sym_generic_type_with_turbofish, + ACTIONS(1131), 2, + anon_sym_true, + anon_sym_false, + STATE(1572), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1127), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3407), 3, + sym_self, + sym_super, + sym_crate, + STATE(2111), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3405), 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, + [32138] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3561), 1, + anon_sym_LBRACE, + ACTIONS(3563), 1, + anon_sym_COLON_COLON, + ACTIONS(4179), 1, + anon_sym_BANG, + STATE(1529), 1, + sym_field_initializer_list, + STATE(1573), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(1475), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4194), 17, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_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_COMMA, - anon_sym_else, - [33656] = 15, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1592), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3876), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3874), 25, + ACTIONS(1473), 24, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -146339,61 +145120,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [33734] = 19, + anon_sym_as, + [32204] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4120), 2, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4141), 1, + anon_sym_DOT_DOT, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4200), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - STATE(1593), 2, + ACTIONS(4143), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1574), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4198), 19, + ACTIONS(4007), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146404,70 +145191,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [33820] = 22, + [32296] = 19, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1681), 1, + anon_sym_DASH, + ACTIONS(1707), 1, + aux_sym_string_literal_token1, + ACTIONS(1715), 1, + sym__raw_string_literal_start, + ACTIONS(3611), 1, + sym_identifier, + ACTIONS(3615), 1, + anon_sym_COLON_COLON, + ACTIONS(3619), 1, + sym_metavariable, + STATE(2626), 1, + sym_scoped_identifier, + STATE(3060), 1, + sym__literal_pattern, + STATE(3628), 1, + sym_bracketed_type, + STATE(3645), 1, + sym_generic_type_with_turbofish, + ACTIONS(1709), 2, + anon_sym_true, + anon_sym_false, + STATE(1575), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1705), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3617), 3, + sym_self, + sym_super, + sym_crate, + STATE(2444), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3613), 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, + [32382] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4142), 1, - anon_sym_DOT_DOT, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4144), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1594), 2, + STATE(1576), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3966), 7, + ACTIONS(3899), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3895), 25, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4150), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146478,26 +145313,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [33912] = 8, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_else, + [32460] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(4202), 1, - anon_sym_COLON_COLON, - STATE(1481), 1, - sym_field_initializer_list, - STATE(1595), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + STATE(1577), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, + ACTIONS(4119), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -146506,13 +145352,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(1457), 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, @@ -146531,45 +145377,116 @@ 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, - [33975] = 8, + anon_sym_COMMA, + anon_sym_else, + [32528] = 19, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3446), 1, + ACTIONS(1681), 1, + anon_sym_DASH, + ACTIONS(1707), 1, + aux_sym_string_literal_token1, + ACTIONS(1715), 1, + sym__raw_string_literal_start, + ACTIONS(3615), 1, anon_sym_COLON_COLON, - ACTIONS(3564), 1, - anon_sym_BANG, - ACTIONS(4204), 1, + ACTIONS(3627), 1, sym_identifier, - STATE(1596), 2, + ACTIONS(3633), 1, + sym_metavariable, + STATE(2686), 1, + sym_scoped_identifier, + STATE(2914), 1, + sym__literal_pattern, + STATE(3628), 1, + sym_bracketed_type, + STATE(3645), 1, + sym_generic_type_with_turbofish, + ACTIONS(1709), 2, + anon_sym_true, + anon_sym_false, + STATE(1578), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 16, + ACTIONS(1705), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3631), 3, + sym_self, + sym_super, + sym_crate, + STATE(2444), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3629), 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, + [32614] = 13, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4117), 2, anon_sym_PLUS, - anon_sym_STAR, anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1579), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 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, - anon_sym_as, - ACTIONS(3440), 23, + ACTIONS(3895), 25, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -146588,43 +145505,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [34038] = 9, + anon_sym_COMMA, + anon_sym_else, + [32688] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4180), 1, - anon_sym_BANG, - ACTIONS(4206), 1, - anon_sym_LBRACE, - ACTIONS(4208), 1, - anon_sym_COLON_COLON, - STATE(1751), 1, - sym_field_initializer_list, - STATE(1597), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1580), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, + ACTIONS(4119), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 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(1457), 23, + 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, @@ -146643,98 +145565,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_as, - [34103] = 10, + anon_sym_COMMA, + anon_sym_else, + [32760] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(4210), 1, - anon_sym_COLON_COLON, - STATE(1661), 1, - sym_type_arguments, - STATE(1688), 1, - sym_parameters, - STATE(1598), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3471), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4141), 1, + anon_sym_DOT_DOT, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3469), 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, + ACTIONS(4143), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [34170] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3602), 1, - anon_sym_LBRACE, - STATE(1599), 2, + STATE(1581), 2, sym_line_comment, sym_block_comment, - ACTIONS(3530), 16, - anon_sym_PLUS, + ACTIONS(4119), 3, 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(3532), 24, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(341), 17, + anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_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, @@ -146745,51 +145634,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - 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, - [34228] = 7, + anon_sym_COMMA, + anon_sym_else, + [32850] = 19, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3530), 1, - anon_sym_BANG, - ACTIONS(3532), 1, + ACTIONS(1079), 1, + anon_sym_DASH, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(1139), 1, + sym__raw_string_literal_start, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - STATE(1600), 2, + ACTIONS(3425), 1, + sym_identifier, + ACTIONS(3435), 1, + sym_metavariable, + STATE(2166), 1, + sym_scoped_identifier, + STATE(2210), 1, + sym__literal_pattern, + STATE(3737), 1, + sym_bracketed_type, + STATE(3801), 1, + sym_generic_type_with_turbofish, + ACTIONS(1131), 2, + anon_sym_true, + anon_sym_false, + STATE(1582), 2, sym_line_comment, sym_block_comment, - ACTIONS(3528), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(1127), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3433), 3, + sym_self, + sym_super, + sym_crate, + STATE(2111), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3431), 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, + [32936] = 19, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, + ACTIONS(4183), 2, + anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(3526), 22, + STATE(1583), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4181), 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, @@ -146798,49 +145764,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_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - anon_sym_LT2, - [34288] = 7, + anon_sym_COMMA, + anon_sym_else, + [33022] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3505), 1, - anon_sym_BANG, - ACTIONS(3507), 1, - anon_sym_COLON_COLON, - STATE(1601), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1584), 2, sym_line_comment, sym_block_comment, - ACTIONS(3503), 17, - anon_sym_PLUS, + ACTIONS(4119), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3899), 5, 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(3501), 22, - anon_sym_LPAREN, - 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, @@ -146851,49 +145822,65 @@ 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, - [34348] = 7, + anon_sym_COMMA, + anon_sym_else, + [33098] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3546), 1, - anon_sym_BANG, - ACTIONS(3548), 1, - anon_sym_COLON_COLON, - STATE(1602), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3544), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(3899), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, + STATE(1585), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 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(3542), 22, + ACTIONS(3895), 21, + 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, @@ -146904,45 +145891,133 @@ 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, - [34408] = 5, + anon_sym_COMMA, + anon_sym_else, + [33180] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1603), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4141), 1, + anon_sym_DOT_DOT, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4143), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1586), 2, sym_line_comment, sym_block_comment, - ACTIONS(3530), 16, - anon_sym_PLUS, + ACTIONS(4119), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4077), 7, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4133), 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, + [33272] = 18, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, - anon_sym_BANG, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(3899), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3532), 25, + STATE(1587), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 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_LBRACE, - 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, @@ -146954,51 +146029,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_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - [34464] = 7, + anon_sym_COMMA, + anon_sym_else, + [33356] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3834), 1, - anon_sym_COLON_COLON, - ACTIONS(4165), 1, - anon_sym_BANG, - STATE(1604), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(383), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1457), 24, + STATE(1588), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(381), 19, 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, @@ -147009,31 +146096,34 @@ 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, - [34524] = 7, + anon_sym_COMMA, + anon_sym_else, + [33442] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3444), 1, - anon_sym_BANG, - ACTIONS(4116), 1, - anon_sym_COLON_COLON, - STATE(1605), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1589), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, - anon_sym_PLUS, + ACTIONS(4119), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -147042,13 +146132,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(3440), 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, @@ -147067,40 +146157,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, - anon_sym_as, - [34584] = 5, + anon_sym_COMMA, + anon_sym_else, + [33512] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1606), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3538), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, - anon_sym_BANG, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4141), 1, + anon_sym_DOT_DOT, + ACTIONS(4187), 1, + anon_sym_EQ, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3540), 25, + ACTIONS(4143), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1590), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4185), 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, @@ -147111,50 +146226,118 @@ 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, - [34640] = 7, + anon_sym_COMMA, + anon_sym_else, + [33602] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3456), 1, - anon_sym_BANG, - ACTIONS(4212), 1, - anon_sym_COLON_COLON, - STATE(1607), 2, + STATE(1591), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, + ACTIONS(4191), 10, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4189), 33, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [33660] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4141), 1, + anon_sym_DOT_DOT, + ACTIONS(4195), 1, + anon_sym_EQ, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1457), 24, + ACTIONS(4143), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1592), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4193), 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, @@ -147165,30 +146348,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - anon_sym_as, - [34700] = 5, + anon_sym_COMMA, + anon_sym_else, + [33750] = 19, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1608), 2, + ACTIONS(1681), 1, + anon_sym_DASH, + ACTIONS(1707), 1, + aux_sym_string_literal_token1, + ACTIONS(1715), 1, + sym__raw_string_literal_start, + ACTIONS(3615), 1, + anon_sym_COLON_COLON, + ACTIONS(3639), 1, + sym_identifier, + ACTIONS(3645), 1, + sym_metavariable, + STATE(2695), 1, + sym_scoped_identifier, + STATE(2932), 1, + sym__literal_pattern, + STATE(3628), 1, + sym_bracketed_type, + STATE(3645), 1, + sym_generic_type_with_turbofish, + ACTIONS(1709), 2, + anon_sym_true, + anon_sym_false, + STATE(1593), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1705), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3643), 3, + sym_self, + sym_super, + sym_crate, + STATE(2444), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3641), 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, + [33836] = 19, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1079), 1, + anon_sym_DASH, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(1139), 1, + sym__raw_string_literal_start, + ACTIONS(2548), 1, + anon_sym_COLON_COLON, + ACTIONS(3387), 1, + sym_identifier, + ACTIONS(3397), 1, + sym_metavariable, + STATE(2164), 1, + sym_scoped_identifier, + STATE(2230), 1, + sym__literal_pattern, + STATE(3737), 1, + sym_bracketed_type, + STATE(3801), 1, + sym_generic_type_with_turbofish, + ACTIONS(1131), 2, + anon_sym_true, + anon_sym_false, + STATE(1594), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1127), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3395), 3, + sym_self, + sym_super, + sym_crate, + STATE(2111), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3393), 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, + [33922] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3415), 1, + anon_sym_BANG, + ACTIONS(3417), 1, + anon_sym_COLON_COLON, + ACTIONS(4197), 1, + sym_identifier, + STATE(1595), 2, sym_line_comment, sym_block_comment, - ACTIONS(3505), 16, + ACTIONS(3413), 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, @@ -147198,10 +146514,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3507), 25, + anon_sym_as, + ACTIONS(3411), 23, + anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -147221,26 +146539,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - [34756] = 9, + [33985] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4184), 1, - anon_sym_LT2, - STATE(1663), 1, - sym_type_arguments, - STATE(1690), 1, - sym_parameters, - STATE(1609), 2, + ACTIONS(4147), 1, + anon_sym_BANG, + ACTIONS(4199), 1, + anon_sym_LBRACE, + ACTIONS(4201), 1, + anon_sym_COLON_COLON, + STATE(1926), 1, + sym_field_initializer_list, + STATE(1596), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 17, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147251,14 +146566,13 @@ 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(3513), 20, + ACTIONS(1473), 23, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -147272,29 +146586,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, - [34820] = 5, + [34050] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1610), 2, + ACTIONS(3447), 1, + anon_sym_BANG, + ACTIONS(4203), 1, + anon_sym_COLON_COLON, + STATE(1529), 1, + sym_field_initializer_list, + STATE(1597), 2, sym_line_comment, sym_block_comment, - ACTIONS(3546), 16, + ACTIONS(1475), 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, @@ -147304,7 +146625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3548), 25, + ACTIONS(1473), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -147327,26 +146648,27 @@ 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, - [34876] = 9, + [34113] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, + ACTIONS(4145), 1, anon_sym_LPAREN, - ACTIONS(4184), 1, + ACTIONS(4151), 1, anon_sym_LT2, - STATE(1663), 1, + ACTIONS(4205), 1, + anon_sym_COLON_COLON, + STATE(1675), 1, sym_type_arguments, - STATE(1690), 1, + STATE(1714), 1, sym_parameters, - STATE(1611), 2, + STATE(1598), 2, sym_line_comment, sym_block_comment, - ACTIONS(3519), 17, + ACTIONS(3465), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147364,7 +146686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3517), 20, + ACTIONS(3463), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -147385,24 +146707,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [34940] = 6, + [34180] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3604), 1, - anon_sym_LBRACE, - STATE(1612), 2, + ACTIONS(3447), 1, + anon_sym_BANG, + ACTIONS(4207), 1, + anon_sym_COLON_COLON, + STATE(1599), 2, sym_line_comment, sym_block_comment, - ACTIONS(3505), 16, + ACTIONS(1475), 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, @@ -147412,10 +146735,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3507), 24, + ACTIONS(1473), 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, @@ -147435,19 +146758,72 @@ 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, + [34240] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3540), 1, + anon_sym_BANG, + ACTIONS(3542), 1, anon_sym_COLON_COLON, + STATE(1600), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3538), 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(3536), 22, + 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_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, - [34998] = 6, + anon_sym_LT2, + [34300] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3614), 1, + ACTIONS(3585), 1, anon_sym_LBRACE, - STATE(1613), 2, + STATE(1601), 2, sym_line_comment, sym_block_comment, - ACTIONS(3546), 16, + ACTIONS(3522), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147464,7 +146840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3548), 24, + ACTIONS(3524), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147489,23 +146865,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [35056] = 9, + [34358] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4184), 1, - anon_sym_LT2, - STATE(1663), 1, - sym_type_arguments, - STATE(1690), 1, - sym_parameters, - STATE(1614), 2, + ACTIONS(3480), 1, + anon_sym_BANG, + ACTIONS(3482), 1, + anon_sym_COLON_COLON, + STATE(1602), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 17, + ACTIONS(3478), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147523,7 +146895,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 20, + ACTIONS(3476), 22, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -147544,23 +146917,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [35120] = 9, + anon_sym_LT2, + [34418] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, + ACTIONS(3522), 1, + anon_sym_BANG, + ACTIONS(3524), 1, + anon_sym_COLON_COLON, + STATE(1603), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3520), 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(3518), 22, anon_sym_LPAREN, - ACTIONS(4184), 1, + 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, anon_sym_LT2, - STATE(1663), 1, - sym_type_arguments, - STATE(1690), 1, - sym_parameters, - STATE(1615), 2, + [34478] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3492), 1, + anon_sym_BANG, + ACTIONS(3494), 1, + anon_sym_COLON_COLON, + STATE(1604), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 17, + ACTIONS(3490), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147578,7 +147001,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 20, + ACTIONS(3488), 22, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -147599,17 +147023,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [35184] = 6, + anon_sym_LT2, + [34538] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3640), 1, - anon_sym_LBRACE, - STATE(1616), 2, + STATE(1605), 2, sym_line_comment, sym_block_comment, - ACTIONS(3538), 16, + ACTIONS(3540), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147626,10 +147049,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3540), 24, + ACTIONS(3542), 25, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -147650,38 +147073,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, - [35242] = 7, + [34594] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 1, - anon_sym_BANG, - ACTIONS(3540), 1, - anon_sym_COLON_COLON, - STATE(1617), 2, + ACTIONS(3599), 1, + anon_sym_LBRACE, + STATE(1606), 2, sym_line_comment, sym_block_comment, - ACTIONS(3536), 17, + ACTIONS(3492), 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(3534), 22, + ACTIONS(3494), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147696,32 +147117,34 @@ 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, - [35302] = 6, + [34652] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 2, + ACTIONS(3609), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1618), 2, + STATE(1607), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, + ACTIONS(3540), 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, @@ -147731,7 +147154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3982), 23, + ACTIONS(3542), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147754,67 +147177,101 @@ 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, - [35359] = 25, + [34710] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(887), 1, - anon_sym_RBRACK, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4081), 1, + anon_sym_COLON_COLON, + ACTIONS(4179), 1, + anon_sym_BANG, + STATE(1608), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1475), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4214), 1, - anon_sym_SEMI, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4220), 1, - anon_sym_COMMA, - STATE(3163), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1473), 24, + 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, - STATE(1619), 2, + anon_sym_as, + [34770] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1676), 1, + sym_type_arguments, + STATE(1682), 1, + sym_parameters, + STATE(1609), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(3534), 17, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, + 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, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3532), 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, @@ -147823,25 +147280,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, - [35454] = 6, + 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, + [34834] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 1, - anon_sym_COLON_COLON, - STATE(1620), 2, + STATE(1610), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, + ACTIONS(3480), 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, @@ -147851,7 +147312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3982), 24, + ACTIONS(3482), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -147874,17 +147335,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - [35511] = 5, + [34890] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1621), 2, + STATE(1611), 2, sym_line_comment, sym_block_comment, - ACTIONS(3538), 16, + ACTIONS(3522), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147901,10 +147363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3540), 24, + ACTIONS(3524), 25, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -147925,26 +147387,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, - [35566] = 7, + [34946] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3948), 1, - anon_sym_BANG, - ACTIONS(3950), 1, - anon_sym_COLON_COLON, - STATE(1622), 2, + ACTIONS(3795), 1, + anon_sym_LBRACE, + STATE(1612), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(3480), 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, @@ -147954,7 +147416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 23, + ACTIONS(3482), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147977,23 +147439,27 @@ 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, - [35625] = 5, + [35004] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1623), 2, + ACTIONS(3437), 1, + anon_sym_BANG, + ACTIONS(4111), 1, + anon_sym_COLON_COLON, + STATE(1613), 2, sym_line_comment, sym_block_comment, - ACTIONS(3530), 16, + ACTIONS(3413), 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, @@ -148003,10 +147469,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3532), 24, + ACTIONS(3411), 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, @@ -148026,17 +147492,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_SQUOTE, anon_sym_as, - [35680] = 5, + [35064] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1624), 2, + STATE(1614), 2, sym_line_comment, sym_block_comment, - ACTIONS(3505), 16, + ACTIONS(3492), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148053,10 +147519,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3507), 24, + ACTIONS(3494), 25, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -148077,101 +147543,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, - [35735] = 22, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1157), 1, - anon_sym_extern, - ACTIONS(3491), 1, - anon_sym_COLON_COLON, - ACTIONS(3499), 1, - sym_metavariable, - ACTIONS(3636), 1, - anon_sym_default, - ACTIONS(4222), 1, - sym_identifier, - ACTIONS(4224), 1, - anon_sym_fn, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, - STATE(2758), 1, - sym_scoped_type_identifier, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3652), 1, - sym_function_modifiers, - STATE(3711), 1, - sym_generic_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - ACTIONS(3493), 2, - anon_sym_gen, - anon_sym_union, - STATE(1625), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1141), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3634), 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, - [35824] = 5, + [35120] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1626), 2, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1676), 1, + sym_type_arguments, + STATE(1682), 1, + sym_parameters, + STATE(1615), 2, sym_line_comment, sym_block_comment, - ACTIONS(3546), 16, + ACTIONS(3546), 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(3548), 24, - anon_sym_LPAREN, + ACTIONS(3544), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -148185,28 +147593,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_as, - [35879] = 6, + [35184] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3984), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1627), 2, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1676), 1, + sym_type_arguments, + STATE(1682), 1, + sym_parameters, + STATE(1616), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, + ACTIONS(3530), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148217,13 +147627,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(3982), 23, - anon_sym_LPAREN, + ACTIONS(3528), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -148237,24 +147648,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_as, - [35936] = 5, + [35248] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1628), 2, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1676), 1, + sym_type_arguments, + STATE(1682), 1, + sym_parameters, + STATE(1617), 2, sym_line_comment, sym_block_comment, - ACTIONS(3800), 15, + ACTIONS(3486), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148265,15 +147682,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(3798), 25, - anon_sym_LPAREN, + ACTIONS(3484), 20, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -148286,25 +147703,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, anon_sym_as, - [35991] = 5, + [35312] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1629), 2, + ACTIONS(4111), 1, + anon_sym_COLON_COLON, + STATE(1618), 2, sym_line_comment, sym_block_comment, - ACTIONS(3626), 15, + ACTIONS(3413), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148320,11 +147736,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3624), 25, + ACTIONS(3411), 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, @@ -148344,17 +147759,87 @@ 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, - [36046] = 5, + [35369] = 22, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1630), 2, + ACTIONS(1119), 1, + anon_sym_extern, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + ACTIONS(3510), 1, + anon_sym_union, + ACTIONS(3516), 1, + sym_metavariable, + ACTIONS(4209), 1, + sym_identifier, + ACTIONS(4211), 1, + anon_sym_fn, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2369), 1, + sym_extern_modifier, + STATE(2874), 1, + sym_scoped_type_identifier, + STATE(3536), 1, + sym_generic_type, + STATE(3625), 1, + sym_scoped_identifier, + STATE(3632), 1, + sym_bracketed_type, + STATE(3782), 1, + sym_generic_type_with_turbofish, + STATE(3813), 1, + sym_function_modifiers, + ACTIONS(3591), 2, + anon_sym_default, + anon_sym_gen, + STATE(1619), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1103), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3514), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3589), 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, + [35458] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3883), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1620), 2, sym_line_comment, sym_block_comment, - ACTIONS(3686), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148370,10 +147855,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3684), 25, + ACTIONS(3881), 23, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -148394,23 +147878,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, anon_sym_as, - [36101] = 5, + [35515] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1631), 2, + STATE(1621), 2, sym_line_comment, sym_block_comment, - ACTIONS(3784), 15, + ACTIONS(3492), 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, @@ -148420,10 +147904,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3782), 25, + ACTIONS(3494), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -148446,92 +147929,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [36156] = 22, - ACTIONS(29), 1, - anon_sym_LT, + [35570] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1157), 1, - anon_sym_extern, - ACTIONS(3491), 1, - anon_sym_COLON_COLON, - ACTIONS(3499), 1, - sym_metavariable, - ACTIONS(3636), 1, - anon_sym_default, - ACTIONS(4226), 1, - sym_identifier, - ACTIONS(4228), 1, - anon_sym_fn, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, - STATE(2686), 1, - sym_scoped_type_identifier, - STATE(3509), 1, - sym_function_modifiers, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3711), 1, - sym_generic_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - ACTIONS(3493), 2, - anon_sym_gen, - anon_sym_union, - STATE(1632), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1141), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3634), 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, - [36245] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4230), 1, - anon_sym_else, - STATE(1840), 1, - sym_else_clause, - STATE(1633), 2, + STATE(1622), 2, sym_line_comment, sym_block_comment, - ACTIONS(1407), 15, + ACTIONS(3540), 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, @@ -148541,7 +147954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1405), 23, + ACTIONS(3542), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148564,42 +147977,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - [36304] = 7, + [35625] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4180), 1, - anon_sym_BANG, - ACTIONS(4232), 1, - anon_sym_COLON_COLON, - STATE(1634), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(937), 1, + anon_sym_RBRACK, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 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), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + ACTIONS(4127), 1, anon_sym_AMP_AMP, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4213), 1, + anon_sym_SEMI, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4219), 1, + anon_sym_COMMA, + STATE(3165), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1623), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148610,24 +148049,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_as, - [36363] = 6, + [35720] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3984), 1, + ACTIONS(4107), 2, + anon_sym_LBRACE, anon_sym_COLON_COLON, - STATE(1635), 2, + STATE(1624), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148643,10 +148076,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3982), 24, + ACTIONS(3881), 23, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -148666,68 +148099,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_SQUOTE, anon_sym_as, - [36420] = 25, + [35777] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(871), 1, - anon_sym_RBRACK, - ACTIONS(3850), 1, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - ACTIONS(4234), 1, - anon_sym_SEMI, - ACTIONS(4236), 1, - anon_sym_COMMA, - STATE(3143), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, + STATE(490), 1, + sym_block, + STATE(3777), 1, + sym_label, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1636), 2, + STATE(1625), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148738,66 +148170,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36515] = 25, + [35872] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(941), 1, - anon_sym_RBRACK, - ACTIONS(3850), 1, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - ACTIONS(4238), 1, - anon_sym_SEMI, - ACTIONS(4240), 1, - anon_sym_COMMA, - STATE(3184), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, + STATE(476), 1, + sym_block, + STATE(3777), 1, + sym_label, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1637), 2, + STATE(1626), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148808,17 +148240,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36610] = 6, + [35967] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1496), 1, - sym_label, - STATE(1638), 2, + ACTIONS(3883), 1, + anon_sym_COLON_COLON, + STATE(1627), 2, sym_line_comment, sym_block_comment, - ACTIONS(3662), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148834,7 +148266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3660), 24, + ACTIONS(3881), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -148859,66 +148291,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [36667] = 25, + [36024] = 25, + 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(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - STATE(1528), 1, + STATE(417), 1, sym_block, - STATE(3714), 1, + STATE(3510), 1, sym_label, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1639), 2, + STATE(1628), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148929,66 +148361,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36762] = 25, + [36119] = 22, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(1119), 1, + anon_sym_extern, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + ACTIONS(3510), 1, + anon_sym_union, + ACTIONS(3516), 1, + sym_metavariable, + ACTIONS(4249), 1, + sym_identifier, + ACTIONS(4251), 1, + anon_sym_fn, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2369), 1, + sym_extern_modifier, + STATE(2828), 1, + sym_scoped_type_identifier, + STATE(3536), 1, + sym_generic_type, + STATE(3543), 1, + sym_function_modifiers, + STATE(3625), 1, + sym_scoped_identifier, + STATE(3632), 1, + sym_bracketed_type, + STATE(3782), 1, + sym_generic_type_with_turbofish, + ACTIONS(3591), 2, + anon_sym_default, + anon_sym_gen, + STATE(1629), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1103), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3514), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3589), 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, + [36208] = 25, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - STATE(1494), 1, + STATE(1821), 1, sym_block, - STATE(3714), 1, + STATE(3778), 1, sym_label, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1640), 2, + STATE(1630), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148999,66 +148498,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36857] = 25, + [36303] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - STATE(480), 1, + STATE(1827), 1, sym_block, STATE(3778), 1, sym_label, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1641), 2, + STATE(1631), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149069,66 +148568,240 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36952] = 25, + [36398] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3850), 1, + STATE(1632), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3713), 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(3711), 25, + anon_sym_LPAREN, anon_sym_LBRACK, - ACTIONS(3854), 1, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, + 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_COLON_COLON, anon_sym_as, - ACTIONS(4246), 1, + [36453] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1633), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3522), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4248), 1, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4266), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - STATE(498), 1, - sym_block, - STATE(3778), 1, + ACTIONS(3524), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_as, + [36508] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1506), 1, sym_label, - ACTIONS(4242), 2, + STATE(1634), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3739), 15, anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, - ACTIONS(4256), 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(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3737), 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(1642), 2, + anon_sym_SQUOTE, + anon_sym_as, + [36565] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4253), 1, + anon_sym_COLON_COLON, + STATE(1635), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(1475), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 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(1473), 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, - ACTIONS(4258), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + anon_sym_as, + [36622] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1636), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3731), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + 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(3729), 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, @@ -149139,66 +148812,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37047] = 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, + [36677] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - STATE(1845), 1, + STATE(1459), 1, sym_block, - STATE(3779), 1, + STATE(3714), 1, sym_label, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1643), 2, + STATE(1637), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149209,66 +148890,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37142] = 25, + [36772] = 22, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3850), 1, + ACTIONS(1119), 1, + anon_sym_extern, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + ACTIONS(3510), 1, + anon_sym_union, + ACTIONS(3516), 1, + sym_metavariable, + ACTIONS(4255), 1, + sym_identifier, + ACTIONS(4257), 1, + anon_sym_fn, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2369), 1, + sym_extern_modifier, + STATE(2665), 1, + sym_scoped_type_identifier, + STATE(3514), 1, + sym_function_modifiers, + STATE(3536), 1, + sym_generic_type, + STATE(3625), 1, + sym_scoped_identifier, + STATE(3632), 1, + sym_bracketed_type, + STATE(3782), 1, + sym_generic_type_with_turbofish, + ACTIONS(3591), 2, + anon_sym_default, + anon_sym_gen, + STATE(1638), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1103), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3514), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3589), 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, + [36861] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1639), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3480), 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(3482), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_as, + [36916] = 25, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(901), 1, + anon_sym_RBRACK, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - STATE(1851), 1, - sym_block, - STATE(3779), 1, - sym_label, - ACTIONS(4242), 2, + ACTIONS(4259), 1, + anon_sym_SEMI, + ACTIONS(4261), 1, + anon_sym_COMMA, + STATE(3031), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1644), 2, + STATE(1640), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149279,17 +149077,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37237] = 6, + [37011] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4116), 1, + ACTIONS(4107), 1, anon_sym_COLON_COLON, - STATE(1645), 2, + STATE(1641), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149305,7 +149103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 24, + ACTIONS(3881), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -149330,17 +149128,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [37294] = 6, + [37068] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4270), 1, - anon_sym_COLON_COLON, - STATE(1646), 2, + ACTIONS(4263), 1, + anon_sym_else, + STATE(1816), 1, + sym_else_clause, + STATE(1642), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(1407), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149356,10 +149156,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 24, + ACTIONS(1405), 23, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -149379,135 +149179,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_SQUOTE, anon_sym_as, - [37351] = 22, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1157), 1, - anon_sym_extern, - ACTIONS(3491), 1, - anon_sym_COLON_COLON, - ACTIONS(3499), 1, - sym_metavariable, - ACTIONS(3636), 1, - anon_sym_default, - ACTIONS(4272), 1, - sym_identifier, - ACTIONS(4274), 1, - anon_sym_fn, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, - STATE(2872), 1, - sym_scoped_type_identifier, - STATE(3514), 1, - sym_function_modifiers, - STATE(3610), 1, - sym_scoped_identifier, - STATE(3633), 1, - sym_bracketed_type, - STATE(3711), 1, - sym_generic_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - ACTIONS(3493), 2, - anon_sym_gen, - anon_sym_union, - STATE(1647), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1141), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3497), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3634), 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, - [37440] = 25, - ACTIONS(19), 1, - anon_sym_LBRACE, + [37127] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(3850), 1, + ACTIONS(758), 1, + anon_sym_RBRACK, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - STATE(422), 1, - sym_block, - STATE(3621), 1, - sym_label, - ACTIONS(4242), 2, + ACTIONS(4265), 1, + anon_sym_SEMI, + ACTIONS(4267), 1, + anon_sym_COMMA, + STATE(3129), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1648), 2, + STATE(1643), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149518,66 +149250,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37535] = 25, + [37222] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1011), 1, + ACTIONS(1001), 1, anon_sym_RBRACK, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4276), 1, + ACTIONS(4269), 1, anon_sym_SEMI, - ACTIONS(4278), 1, + ACTIONS(4271), 1, anon_sym_COMMA, - STATE(3147), 1, + STATE(3085), 1, aux_sym_arguments_repeat1, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1649), 2, + STATE(1644), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149588,66 +149320,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37630] = 25, + [37317] = 25, ACTIONS(19), 1, anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - STATE(401), 1, + STATE(414), 1, sym_block, - STATE(3621), 1, + STATE(3510), 1, sym_label, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1650), 2, + STATE(1645), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149658,19 +149390,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37725] = 7, + [37412] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4280), 1, - anon_sym_SQUOTE, - STATE(1747), 1, - sym_label, - STATE(1651), 2, + ACTIONS(4147), 1, + anon_sym_BANG, + ACTIONS(4273), 1, + anon_sym_COLON_COLON, + STATE(1646), 2, sym_line_comment, sym_block_comment, - ACTIONS(3662), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149686,7 +149418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3660), 23, + ACTIONS(1473), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149710,56 +149442,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37784] = 22, + [37471] = 22, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1157), 1, + ACTIONS(1119), 1, anon_sym_extern, - ACTIONS(3491), 1, + ACTIONS(3508), 1, anon_sym_COLON_COLON, - ACTIONS(3499), 1, + ACTIONS(3510), 1, + anon_sym_union, + ACTIONS(3516), 1, sym_metavariable, - ACTIONS(3636), 1, - anon_sym_default, - ACTIONS(4282), 1, + ACTIONS(4275), 1, sym_identifier, - ACTIONS(4284), 1, + ACTIONS(4277), 1, anon_sym_fn, - STATE(2317), 1, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(2461), 1, + STATE(2369), 1, sym_extern_modifier, - STATE(2868), 1, + STATE(2750), 1, sym_scoped_type_identifier, - STATE(3610), 1, + STATE(3536), 1, + sym_generic_type, + STATE(3625), 1, sym_scoped_identifier, - STATE(3633), 1, + STATE(3632), 1, sym_bracketed_type, - STATE(3711), 1, - sym_generic_type, - STATE(3780), 1, - sym_generic_type_with_turbofish, - STATE(3814), 1, + STATE(3651), 1, sym_function_modifiers, - ACTIONS(3493), 2, + STATE(3782), 1, + sym_generic_type_with_turbofish, + ACTIONS(3591), 2, + anon_sym_default, anon_sym_gen, - anon_sym_union, - STATE(1652), 2, + STATE(1647), 2, sym_line_comment, sym_block_comment, - ACTIONS(1141), 3, + ACTIONS(1103), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3497), 3, + ACTIONS(3514), 3, sym_self, sym_super, sym_crate, - ACTIONS(3634), 17, + ACTIONS(3589), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -149777,15 +149509,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [37873] = 5, + [37560] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1653), 2, + ACTIONS(4015), 1, + anon_sym_BANG, + ACTIONS(4017), 1, + anon_sym_COLON_COLON, + STATE(1648), 2, sym_line_comment, sym_block_comment, - ACTIONS(1443), 15, + ACTIONS(3413), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149801,7 +149537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1441), 24, + ACTIONS(3411), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149825,16 +149561,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [37927] = 5, + [37619] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1654), 2, + ACTIONS(4279), 1, + anon_sym_SQUOTE, + STATE(1920), 1, + sym_label, + STATE(1649), 2, sym_line_comment, sym_block_comment, - ACTIONS(3612), 15, + ACTIONS(3739), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149850,7 +149589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3610), 24, + ACTIONS(3737), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149873,62 +149612,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, - [37981] = 21, + [37678] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4196), 1, - anon_sym_EQ, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, + ACTIONS(4239), 1, + anon_sym_EQ, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - ACTIONS(4242), 2, + STATE(1482), 1, + sym_block, + STATE(3714), 1, + sym_label, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1655), 2, + STATE(1650), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4194), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149939,18 +149683,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_SQUOTE, - [38067] = 6, + [37773] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4290), 1, - anon_sym_COLON_COLON, - STATE(1656), 2, + STATE(1651), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3699), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149966,9 +149707,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 23, + ACTIONS(3697), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -149989,77 +149731,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, - [38123] = 15, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, - anon_sym_CARET, - ACTIONS(4248), 1, - anon_sym_AMP, - ACTIONS(4250), 1, - anon_sym_PIPE, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1657), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3876), 4, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3874), 21, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [38197] = 6, + [37828] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4292), 1, - anon_sym_DASH_GT, - STATE(1658), 2, + STATE(1652), 2, sym_line_comment, sym_block_comment, - ACTIONS(3792), 15, + ACTIONS(3723), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150075,9 +149757,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3790), 23, + ACTIONS(3721), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -150098,87 +149781,66 @@ 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, - [38253] = 5, + [37883] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1659), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3704), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4281), 1, + anon_sym_RPAREN, + ACTIONS(4283), 1, + anon_sym_COMMA, + STATE(2976), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3702), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_as, - [38307] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1660), 2, + STATE(1653), 2, sym_line_comment, sym_block_comment, - ACTIONS(3630), 15, - anon_sym_PLUS, + ACTIONS(4119), 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(3628), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150189,45 +149851,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_DASH_GT, - anon_sym_as, - [38361] = 5, + [37975] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1661), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3734), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(4231), 1, + anon_sym_AMP_AMP, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4239), 1, + anon_sym_EQ, + ACTIONS(4285), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3732), 24, + ACTIONS(4287), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1654), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4077), 3, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150238,45 +149917,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_COLON_COLON, - anon_sym_as, - [38415] = 5, + [38063] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1662), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3690), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(4231), 1, + anon_sym_AMP_AMP, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4239), 1, + anon_sym_EQ, + ACTIONS(4285), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3688), 24, + ACTIONS(4287), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1655), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3801), 3, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150287,45 +149983,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_DASH_GT, - anon_sym_as, - [38469] = 5, + [38151] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1663), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3738), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(4231), 1, + anon_sym_AMP_AMP, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4239), 1, + anon_sym_EQ, + ACTIONS(4285), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3736), 24, + ACTIONS(4287), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1656), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3975), 3, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150336,45 +150049,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_as, - [38523] = 5, + [38239] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1664), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3788), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4166), 1, + anon_sym_EQ, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(4231), 1, + anon_sym_AMP_AMP, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4285), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3786), 24, + ACTIONS(4287), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1657), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4164), 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, @@ -150385,30 +150113,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_DASH_GT, - anon_sym_as, - [38577] = 6, + anon_sym_SQUOTE, + [38325] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4294), 1, - anon_sym_DASH_GT, - STATE(1665), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + STATE(1658), 2, sym_line_comment, sym_block_comment, - ACTIONS(3742), 15, - anon_sym_PLUS, + ACTIONS(4223), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -150417,13 +150145,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(3740), 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, @@ -150442,42 +150167,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [38633] = 12, + anon_sym_SQUOTE, + [38389] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4242), 2, + ACTIONS(4227), 1, + anon_sym_AMP, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1666), 2, + STATE(1659), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 7, + ACTIONS(3899), 6, anon_sym_CARET, - anon_sym_AMP, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3874), 21, + ACTIONS(3895), 21, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_AMP_AMP, @@ -150499,35 +150225,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [38701] = 5, + [38459] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1667), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1660), 2, sym_line_comment, sym_block_comment, - ACTIONS(3618), 15, - anon_sym_PLUS, + ACTIONS(4223), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 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(3616), 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, @@ -150546,39 +150280,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_COLON_COLON, - anon_sym_as, - [38755] = 6, + anon_sym_SQUOTE, + [38527] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4290), 1, - anon_sym_COLON_COLON, - STATE(1668), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4225), 1, + anon_sym_CARET, + ACTIONS(4227), 1, + anon_sym_AMP, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1661), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 15, - anon_sym_PLUS, + ACTIONS(4223), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3899), 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(3513), 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, @@ -150597,16 +150338,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [38811] = 5, + anon_sym_SQUOTE, + [38599] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1669), 2, + ACTIONS(4289), 1, + anon_sym_COLON_COLON, + STATE(1662), 2, sym_line_comment, sym_block_comment, - ACTIONS(1439), 15, + ACTIONS(3530), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150622,7 +150365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1437), 24, + ACTIONS(3528), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150646,36 +150389,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [38865] = 5, + [38655] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1670), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1447), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(3899), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1445), 24, + STATE(1663), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4241), 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, @@ -150688,23 +150447,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, - anon_sym_else, - [38919] = 5, + anon_sym_SQUOTE, + [38733] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1671), 2, + ACTIONS(4291), 1, + anon_sym_COLON_COLON, + STATE(1664), 2, sym_line_comment, sym_block_comment, - ACTIONS(1451), 15, + ACTIONS(3530), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150720,7 +150476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1449), 24, + ACTIONS(3528), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150744,16 +150500,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, - [38973] = 5, + [38789] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1672), 2, + ACTIONS(4293), 1, + anon_sym_COLON_COLON, + STATE(1665), 2, sym_line_comment, sym_block_comment, - ACTIONS(1435), 15, + ACTIONS(3530), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150769,7 +150526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1433), 24, + ACTIONS(3528), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150793,63 +150550,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_else, - [39027] = 22, + [38845] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(3899), 2, anon_sym_EQ, - ACTIONS(4216), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1673), 2, + STATE(1666), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4296), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(4138), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(3895), 16, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150860,20 +150609,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39115] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [38925] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1674), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1667), 2, sym_line_comment, sym_block_comment, - ACTIONS(3622), 15, - anon_sym_PLUS, + ACTIONS(4223), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -150882,13 +150644,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(3620), 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, @@ -150907,56 +150666,59 @@ 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, - [39169] = 19, + anon_sym_SQUOTE, + [38991] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4195), 1, + anon_sym_EQ, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4200), 2, - anon_sym_EQ, + ACTIONS(4285), 1, anon_sym_DOT_DOT, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - STATE(1675), 2, + ACTIONS(4287), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1668), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4198), 15, + ACTIONS(4193), 13, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS_EQ, @@ -150969,46 +150731,110 @@ 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, + [39077] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4187), 1, + anon_sym_EQ, + ACTIONS(4225), 1, + anon_sym_CARET, + ACTIONS(4227), 1, + anon_sym_AMP, + ACTIONS(4229), 1, + anon_sym_PIPE, + ACTIONS(4231), 1, + anon_sym_AMP_AMP, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4285), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4243), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4287), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + STATE(1669), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4185), 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, - [39251] = 14, + [39163] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4242), 2, + ACTIONS(4229), 1, + anon_sym_PIPE, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1676), 2, + STATE(1670), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 5, - anon_sym_PIPE, + ACTIONS(3899), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3874), 21, + ACTIONS(3895), 21, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_AMP_AMP, @@ -151030,17 +150856,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [39323] = 6, + [39237] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3950), 1, - anon_sym_COLON_COLON, - STATE(1677), 2, + STATE(1671), 2, sym_line_comment, sym_block_comment, - ACTIONS(3442), 15, + ACTIONS(3603), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151056,7 +150880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3440), 23, + ACTIONS(3601), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151079,53 +150903,37 @@ 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, - [39379] = 17, + [39291] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, + STATE(1672), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3607), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(3876), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1678), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3874), 17, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3605), 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, @@ -151138,57 +150946,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_SQUOTE, - [39457] = 19, + anon_sym_COLON_COLON, + anon_sym_as, + [39345] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(399), 2, + ACTIONS(4183), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - STATE(1679), 2, + STATE(1673), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(397), 15, + ACTIONS(4181), 15, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS_EQ, @@ -151204,60 +151017,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [39539] = 21, + [39427] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, + STATE(1674), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3637), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1680), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(341), 13, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3635), 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, @@ -151268,18 +151058,23 @@ 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, - [39625] = 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, + [39481] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4298), 1, - anon_sym_COLON_COLON, - STATE(1681), 2, + STATE(1675), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 15, + ACTIONS(3649), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151295,7 +151090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 23, + ACTIONS(3647), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151318,61 +151113,90 @@ 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, - [39681] = 21, + [39535] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4136), 1, - anon_sym_EQ, - ACTIONS(4246), 1, + STATE(1676), 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, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3651), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1682), 2, + anon_sym_COLON_COLON, + anon_sym_as, + [39589] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4295), 1, + anon_sym_DASH_GT, + STATE(1677), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(3657), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4118), 13, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3655), 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, @@ -151383,18 +151207,24 @@ 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, - [39767] = 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [39645] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4290), 1, + ACTIONS(4293), 1, anon_sym_COLON_COLON, - STATE(1683), 2, + STATE(1678), 2, sym_line_comment, sym_block_comment, - ACTIONS(3519), 15, + ACTIONS(3546), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151410,7 +151240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3517), 23, + ACTIONS(3544), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151434,64 +151264,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [39823] = 24, + [39701] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4300), 1, - anon_sym_RPAREN, - ACTIONS(4302), 1, - anon_sym_COMMA, - STATE(2907), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1684), 2, + STATE(1679), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4297), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151502,124 +151330,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39915] = 18, + [39789] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, - anon_sym_CARET, - ACTIONS(4248), 1, - anon_sym_AMP, - ACTIONS(4250), 1, - anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(3876), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4264), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1685), 2, + ACTIONS(4293), 1, + anon_sym_COLON_COLON, + STATE(1680), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(3486), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3874), 16, - anon_sym_LPAREN, - anon_sym_LBRACE, - 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_SQUOTE, - [39995] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, anon_sym_CARET, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, - anon_sym_EQ, - ACTIONS(4286), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1686), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4058), 3, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3484), 23, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4258), 10, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151630,64 +151373,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [40083] = 24, + anon_sym_EQ_EQ, + 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, + [39845] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(959), 1, - anon_sym_RBRACK, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4304), 1, - anon_sym_COMMA, - STATE(2911), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1687), 2, + STATE(1681), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4299), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151698,17 +151446,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [40175] = 6, + [39933] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4306), 1, + ACTIONS(4301), 1, anon_sym_DASH_GT, - STATE(1688), 2, + STATE(1682), 2, sym_line_comment, sym_block_comment, - ACTIONS(3748), 15, + ACTIONS(3669), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151724,7 +151472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3746), 23, + ACTIONS(3667), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151748,64 +151496,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40231] = 24, + [39989] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(965), 1, - anon_sym_RPAREN, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + STATE(1683), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3520), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4308), 1, - anon_sym_COMMA, - STATE(2946), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_LT_LT_EQ, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1689), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3518), 22, + 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, @@ -151814,19 +151537,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, - [40323] = 6, + 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, + [40043] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4310), 1, - anon_sym_DASH_GT, - STATE(1690), 2, + STATE(1684), 2, sym_line_comment, sym_block_comment, - ACTIONS(3754), 15, + ACTIONS(3677), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151842,7 +151569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3752), 23, + ACTIONS(3675), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151865,31 +151592,24 @@ 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, - [40379] = 11, + [40097] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1691), 2, + ACTIONS(4303), 1, + anon_sym_DASH_GT, + STATE(1685), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(3681), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -151898,10 +151618,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(3874), 21, + ACTIONS(3679), 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, @@ -151920,18 +151643,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [40445] = 6, + anon_sym_as, + [40153] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4290), 1, - anon_sym_COLON_COLON, - STATE(1692), 2, + ACTIONS(4305), 1, + anon_sym_DASH_GT, + STATE(1686), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 15, + ACTIONS(3687), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151947,7 +151670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 23, + ACTIONS(3685), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151971,17 +151694,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40501] = 6, + [40209] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4312), 1, - anon_sym_COLON_COLON, - STATE(1693), 2, + ACTIONS(4307), 1, + anon_sym_DASH_GT, + STATE(1687), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3693), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151997,7 +151720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 23, + ACTIONS(3691), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152021,60 +151744,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40557] = 21, + [40265] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(1011), 1, + anon_sym_RBRACK, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4192), 1, - anon_sym_EQ, - ACTIONS(4246), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4242), 2, + ACTIONS(4309), 1, + anon_sym_COMMA, + STATE(3188), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1694), 2, + STATE(1688), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4190), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152085,30 +151812,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_SQUOTE, - [40643] = 10, + [40357] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - STATE(1695), 2, + STATE(1689), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(3703), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -152117,10 +151834,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(3874), 21, + ACTIONS(3701), 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, @@ -152139,45 +151859,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, - [40707] = 13, + anon_sym_DASH_GT, + anon_sym_as, + [40411] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4248), 1, - anon_sym_AMP, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1696), 2, + ACTIONS(4293), 1, + anon_sym_COLON_COLON, + STATE(1690), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(3534), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 21, + ACTIONS(3532), 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, @@ -152196,78 +151910,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [40777] = 18, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(4318), 1, - anon_sym_RBRACE, - ACTIONS(4320), 1, - anon_sym_STAR, - ACTIONS(4324), 1, - anon_sym_COMMA, - ACTIONS(4326), 1, - anon_sym_COLON_COLON, - ACTIONS(4330), 1, - sym_metavariable, - STATE(2562), 1, - sym_scoped_identifier, - STATE(2954), 1, - sym__use_clause, - STATE(3653), 1, - sym_generic_type_with_turbofish, - STATE(3666), 1, - sym_bracketed_type, - STATE(1697), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4328), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4322), 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, - [40857] = 5, + anon_sym_as, + [40467] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1698), 2, + ACTIONS(4311), 1, + anon_sym_DASH_GT, + STATE(1691), 2, sym_line_comment, sym_block_comment, - ACTIONS(3503), 17, + ACTIONS(3707), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152278,14 +151932,12 @@ 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(3501), 22, + ACTIONS(3705), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152300,23 +151952,26 @@ 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, - [40911] = 5, + [40523] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1699), 2, + ACTIONS(4017), 1, + anon_sym_COLON_COLON, + STATE(1692), 2, sym_line_comment, sym_block_comment, - ACTIONS(3762), 15, + ACTIONS(3413), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152332,7 +151987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3760), 24, + ACTIONS(3411), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152355,132 +152010,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DASH_GT, anon_sym_as, - [40965] = 24, + [40579] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4332), 1, - anon_sym_RPAREN, - ACTIONS(4334), 1, - anon_sym_COMMA, - STATE(2891), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1700), 2, + STATE(1693), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(3717), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [41057] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, anon_sym_CARET, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, - anon_sym_EQ, - ACTIONS(4286), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1701), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3936), 3, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3715), 24, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4258), 10, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152491,17 +152052,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41145] = 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_DASH_GT, + anon_sym_as, + [40633] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4336), 1, - anon_sym_DASH_GT, - STATE(1702), 2, + STATE(1694), 2, sym_line_comment, sym_block_comment, - ACTIONS(3766), 15, + ACTIONS(3727), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152517,7 +152084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3764), 23, + ACTIONS(3725), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152540,86 +152107,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, - [41201] = 24, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1035), 1, - anon_sym_RBRACK, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4338), 1, - anon_sym_COMMA, - STATE(2948), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1703), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [41293] = 6, + [40687] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4340), 1, - anon_sym_COLON_COLON, - STATE(1704), 2, + STATE(1695), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3735), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152635,7 +152133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 23, + ACTIONS(3733), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152658,86 +152156,81 @@ 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, - [41349] = 22, + [40741] = 18, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, - anon_sym_CARET, - ACTIONS(4248), 1, - anon_sym_AMP, - ACTIONS(4250), 1, - anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, - anon_sym_EQ, - ACTIONS(4286), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4264), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4288), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1705), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3966), 3, - anon_sym_LPAREN, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4244), 3, + ACTIONS(4317), 1, + anon_sym_RBRACE, + ACTIONS(4319), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4258), 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, - [41437] = 7, + ACTIONS(4323), 1, + anon_sym_COMMA, + ACTIONS(4325), 1, + anon_sym_COLON_COLON, + ACTIONS(4329), 1, + sym_metavariable, + STATE(2556), 1, + sym_scoped_identifier, + STATE(2881), 1, + sym__use_clause, + STATE(3594), 1, + sym_generic_type_with_turbofish, + STATE(3618), 1, + sym_bracketed_type, + STATE(1696), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4327), 3, + sym_self, + sym_super, + sym_crate, + STATE(3038), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4321), 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, + [40821] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4342), 1, - anon_sym_LPAREN, - STATE(1753), 1, - sym_arguments, - STATE(1706), 2, + ACTIONS(4331), 1, + anon_sym_COLON_COLON, + STATE(1697), 2, sym_line_comment, sym_block_comment, - ACTIONS(3682), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152753,7 +152246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3678), 22, + ACTIONS(1473), 23, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -152776,64 +152270,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41495] = 24, + [40877] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, - anon_sym_RPAREN, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + STATE(1698), 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(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4344), 1, - anon_sym_COMMA, - STATE(2986), 1, - aux_sym_arguments_repeat1, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1707), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1449), 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, @@ -152844,17 +152311,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41587] = 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + anon_sym_else, + [40931] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4346), 1, - anon_sym_DASH_GT, - STATE(1708), 2, + STATE(1699), 2, sym_line_comment, sym_block_comment, - ACTIONS(3772), 15, + ACTIONS(1435), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152870,7 +152343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3770), 23, + ACTIONS(1433), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152894,128 +152367,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41643] = 22, + anon_sym_else, + [40985] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1709), 2, + STATE(1700), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(1447), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4348), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [41731] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, anon_sym_CARET, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, - anon_sym_EQ, - ACTIONS(4286), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1710), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3912), 3, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1445), 24, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4258), 10, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153026,60 +152409,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41819] = 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, + anon_sym_else, + [41039] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4188), 1, - anon_sym_EQ, - ACTIONS(4246), 1, + ACTIONS(4333), 1, + anon_sym_LPAREN, + STATE(1935), 1, + sym_arguments, + STATE(1701), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3773), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4252), 1, - anon_sym_AMP_AMP, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1711), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4186), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3769), 22, + 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, @@ -153090,18 +152461,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_SQUOTE, - [41905] = 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [41097] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4350), 1, - anon_sym_DASH_GT, - STATE(1712), 2, + STATE(1702), 2, sym_line_comment, sym_block_comment, - ACTIONS(3778), 15, + ACTIONS(1439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153117,7 +152492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3776), 23, + ACTIONS(1437), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153141,17 +152516,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41961] = 6, + anon_sym_else, + [41151] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4352), 1, - anon_sym_COLON_COLON, - STATE(1713), 2, + STATE(1703), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 15, + ACTIONS(1443), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153167,7 +152541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 23, + ACTIONS(1441), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153191,60 +152565,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42017] = 21, + anon_sym_else, + [41205] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4148), 1, - anon_sym_EQ, - ACTIONS(4246), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4252), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4254), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4286), 1, + ACTIONS(4239), 1, + anon_sym_EQ, + ACTIONS(4285), 1, anon_sym_DOT_DOT, - ACTIONS(4242), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4288), 2, + ACTIONS(4287), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1714), 2, + STATE(1704), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4007), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4146), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153255,44 +152632,37 @@ 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, - [42103] = 12, + [41293] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1715), 2, + ACTIONS(4335), 1, + anon_sym_COLON_COLON, + STATE(1705), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(1475), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 20, + ACTIONS(1473), 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, @@ -153311,62 +152681,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [42170] = 23, + anon_sym_as, + [41349] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(383), 2, anon_sym_EQ, - ACTIONS(4216), 1, anon_sym_DOT_DOT, - ACTIONS(4368), 1, - anon_sym_RBRACE, - ACTIONS(4370), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1716), 2, + STATE(1706), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(381), 15, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153377,62 +152742,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42259] = 23, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [41431] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(287), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4231), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4285), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4287), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1717), 2, + STATE(1707), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(341), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153443,85 +152809,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42348] = 5, + anon_sym_SQUOTE, + [41517] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1718), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3682), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4162), 1, + anon_sym_EQ, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(4231), 1, + anon_sym_AMP_AMP, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4285), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3678), 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(4287), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [42401] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1719), 2, + STATE(1708), 2, sym_line_comment, sym_block_comment, - ACTIONS(3968), 15, - anon_sym_PLUS, + ACTIONS(4223), 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(3966), 23, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4160), 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, @@ -153532,92 +152874,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, - [42454] = 5, + anon_sym_SQUOTE, + [41603] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1720), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3832), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4177), 1, + anon_sym_EQ, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(4231), 1, + anon_sym_AMP_AMP, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4285), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3830), 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(4287), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [42507] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1721), 2, + STATE(1709), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, + ACTIONS(4223), 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(1457), 23, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4175), 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, @@ -153628,44 +152939,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, - [42560] = 5, + anon_sym_SQUOTE, + [41689] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1722), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4337), 1, + anon_sym_RPAREN, + ACTIONS(4339), 1, + anon_sym_COMMA, + STATE(2916), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1457), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1710), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153676,69 +153008,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, - [42613] = 23, + [41781] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(289), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(905), 1, + anon_sym_RBRACK, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4341), 1, + anon_sym_COMMA, + STATE(2919), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1723), 2, + STATE(1711), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153749,37 +153076,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42702] = 5, + [41873] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1724), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4096), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(949), 1, + anon_sym_RPAREN, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4343), 1, + anon_sym_COMMA, + STATE(2955), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4094), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1712), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153790,44 +153144,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, - [42755] = 5, + [41965] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1725), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4088), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(923), 1, + anon_sym_RPAREN, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4345), 1, + anon_sym_COMMA, + STATE(3105), 1, + aux_sym_arguments_repeat1, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4086), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1713), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153838,22 +153212,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, - [42808] = 5, + [42057] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1726), 2, + ACTIONS(4347), 1, + anon_sym_DASH_GT, + STATE(1714), 2, sym_line_comment, sym_block_comment, - ACTIONS(4044), 15, + ACTIONS(3663), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153869,7 +153238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4042), 23, + ACTIONS(3661), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153893,62 +153262,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42861] = 23, + [42113] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1331), 1, - anon_sym_RPAREN, - ACTIONS(3850), 1, + ACTIONS(4187), 1, + anon_sym_EQ, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4363), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, anon_sym_DOT_DOT, - ACTIONS(4374), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4377), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1727), 2, + STATE(1715), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4185), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153959,15 +153326,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42950] = 5, + [42198] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1728), 2, + STATE(1716), 2, sym_line_comment, sym_block_comment, - ACTIONS(3956), 15, + ACTIONS(3855), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153983,7 +153350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3954), 23, + ACTIONS(3853), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154007,15 +153374,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43003] = 5, + [42251] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1729), 2, + STATE(1717), 2, sym_line_comment, sym_block_comment, - ACTIONS(3960), 15, + ACTIONS(3859), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154031,7 +153398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3958), 23, + ACTIONS(3857), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154055,15 +153422,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43056] = 5, + [42304] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1730), 2, + STATE(1718), 2, sym_line_comment, sym_block_comment, - ACTIONS(3972), 15, + ACTIONS(3383), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154079,7 +153446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3970), 23, + ACTIONS(3385), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154103,40 +153470,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43109] = 8, + [42357] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - STATE(1731), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3906), 14, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4381), 1, + anon_sym_RPAREN, + ACTIONS(4383), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3904), 21, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1719), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154147,22 +153536,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, - [43168] = 5, + [42446] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1732), 2, + STATE(1720), 2, sym_line_comment, sym_block_comment, - ACTIONS(4056), 15, + ACTIONS(3973), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154178,7 +153560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4054), 23, + ACTIONS(3971), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154202,15 +153584,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43221] = 5, + [42499] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1733), 2, + STATE(1721), 2, sym_line_comment, sym_block_comment, - ACTIONS(4080), 15, + ACTIONS(3546), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154226,7 +153608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4078), 23, + ACTIONS(3544), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154250,40 +153632,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43274] = 8, + [42552] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - STATE(1734), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3922), 14, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4385), 1, + anon_sym_SEMI, + ACTIONS(4387), 1, + anon_sym_else, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3920), 21, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1722), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154294,44 +153698,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, - [43333] = 5, + [42641] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1735), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3926), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4389), 1, + anon_sym_RBRACE, + ACTIONS(4391), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3924), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1723), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154342,22 +153764,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, - [43386] = 5, + [42730] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1736), 2, + STATE(1724), 2, sym_line_comment, sym_block_comment, - ACTIONS(4048), 15, + ACTIONS(3885), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154373,7 +153788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4046), 23, + ACTIONS(3881), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154397,15 +153812,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43439] = 5, + [42783] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1737), 2, + STATE(1725), 2, sym_line_comment, sym_block_comment, - ACTIONS(4052), 15, + ACTIONS(3486), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154421,7 +153836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4050), 23, + ACTIONS(3484), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154445,15 +153860,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43492] = 5, + [42836] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1738), 2, + STATE(1726), 2, sym_line_comment, sym_block_comment, - ACTIONS(4036), 15, + ACTIONS(3985), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154469,7 +153884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4034), 23, + ACTIONS(3983), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154493,79 +153908,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43545] = 21, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, - anon_sym_CARET, - ACTIONS(4248), 1, - anon_sym_AMP, - ACTIONS(4250), 1, - anon_sym_PIPE, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, - anon_sym_EQ, - ACTIONS(4266), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4264), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4268), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1739), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4376), 3, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4258), 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, - [43630] = 5, + [42889] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1740), 2, + STATE(1727), 2, sym_line_comment, sym_block_comment, - ACTIONS(3964), 15, + ACTIONS(3875), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154581,7 +153932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3962), 23, + ACTIONS(3873), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154605,62 +153956,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43683] = 23, + [42942] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(125), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4378), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4380), 1, - anon_sym_else, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1741), 2, + STATE(1728), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154671,61 +154022,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43772] = 22, + [43031] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4413), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4419), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(3801), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4421), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4382), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1742), 2, + STATE(1729), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4411), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154736,56 +154087,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43859] = 19, + [43118] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4166), 1, + anon_sym_EQ, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4390), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(399), 2, - anon_sym_EQ, + ACTIONS(4419), 1, anon_sym_DOT_DOT, - ACTIONS(4356), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - STATE(1743), 2, + ACTIONS(4421), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1730), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(397), 14, + ACTIONS(4164), 12, anon_sym_LPAREN, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154796,17 +154151,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_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [43940] = 5, + [43203] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1744), 2, + STATE(1731), 2, sym_line_comment, sym_block_comment, - ACTIONS(3868), 15, + ACTIONS(3981), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154822,7 +154175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3866), 23, + ACTIONS(3979), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154846,15 +154199,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43993] = 5, + [43256] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1745), 2, + STATE(1732), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 15, + ACTIONS(3989), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154870,7 +154223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 23, + ACTIONS(3987), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154894,60 +154247,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44046] = 21, + [43309] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(4354), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(4373), 1, anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, + STATE(1733), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3997), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4386), 1, anon_sym_AMP, - ACTIONS(4388), 1, anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, + anon_sym_DOT_DOT, + ACTIONS(3995), 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, + anon_sym_SLASH_EQ, + anon_sym_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(1746), 2, + anon_sym_as, + [43368] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + STATE(1734), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(3899), 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, + anon_sym_SLASH_EQ, + anon_sym_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(341), 12, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [43431] = 13, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4401), 1, + anon_sym_AMP, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4409), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1735), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4397), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3899), 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_EQ_GT, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154958,35 +154401,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44131] = 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, + [43500] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1747), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4409), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1736), 2, sym_line_comment, sym_block_comment, - ACTIONS(3976), 15, - anon_sym_PLUS, + ACTIONS(4397), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 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(3974), 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, @@ -155005,61 +154462,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, - [44184] = 21, + [43567] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4148), 1, - anon_sym_EQ, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4388), 1, - anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4356), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4400), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1748), 2, + STATE(1737), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4146), 12, + ACTIONS(3899), 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_EQ_GT, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155070,60 +154513,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44269] = 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, + [43638] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4136), 1, - anon_sym_EQ, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, + ACTIONS(3899), 2, + anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4356), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1749), 2, + STATE(1738), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4118), 12, + ACTIONS(3895), 16, anon_sym_LPAREN, - anon_sym_EQ_GT, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155134,61 +154577,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44354] = 22, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [43715] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4406), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, + ACTIONS(3899), 2, anon_sym_EQ, - ACTIONS(4426), 1, anon_sym_DOT_DOT, - ACTIONS(3936), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4402), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1750), 2, + STATE(1739), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4418), 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, @@ -155199,20 +154638,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44441] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [43794] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1751), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1740), 2, sym_line_comment, sym_block_comment, - ACTIONS(3934), 15, - anon_sym_PLUS, + ACTIONS(4397), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -155221,13 +154672,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(3932), 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, @@ -155246,38 +154694,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [44494] = 5, + [43859] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1752), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4068), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4195), 1, + anon_sym_EQ, + ACTIONS(4399), 1, anon_sym_CARET, + ACTIONS(4401), 1, anon_sym_AMP, + ACTIONS(4403), 1, anon_sym_PIPE, + ACTIONS(4405), 1, + anon_sym_AMP_AMP, + ACTIONS(4407), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4419), 1, + anon_sym_DOT_DOT, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4066), 23, + ACTIONS(4421), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1741), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4397), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4415), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4193), 12, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155288,44 +154758,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [44547] = 5, + [43944] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1753), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4100), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4187), 1, + anon_sym_EQ, + ACTIONS(4399), 1, anon_sym_CARET, + ACTIONS(4401), 1, anon_sym_AMP, + ACTIONS(4403), 1, anon_sym_PIPE, + ACTIONS(4405), 1, + anon_sym_AMP_AMP, + ACTIONS(4407), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4419), 1, + anon_sym_DOT_DOT, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4098), 23, + ACTIONS(4421), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1742), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4397), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4415), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4185), 12, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155336,42 +154822,46 @@ 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, - [44600] = 5, + [44029] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1754), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4032), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4399), 1, anon_sym_CARET, + ACTIONS(4401), 1, anon_sym_AMP, + ACTIONS(4403), 1, anon_sym_PIPE, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, + STATE(1743), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4397), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3899), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4030), 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, @@ -155390,38 +154880,56 @@ 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, - [44653] = 5, + [44102] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1755), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3998), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4399), 1, anon_sym_CARET, + ACTIONS(4401), 1, anon_sym_AMP, + ACTIONS(4403), 1, anon_sym_PIPE, + ACTIONS(4405), 1, + anon_sym_AMP_AMP, + ACTIONS(4407), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4183), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3996), 23, + STATE(1744), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4397), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4415), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4181), 14, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155432,44 +154940,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, - [44706] = 5, + [44183] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1756), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4006), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(1171), 1, + anon_sym_RPAREN, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4423), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4004), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1745), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155480,22 +155008,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, - [44759] = 5, + [44272] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1757), 2, + STATE(1746), 2, sym_line_comment, sym_block_comment, - ACTIONS(3388), 15, + ACTIONS(3917), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155511,7 +155032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3390), 23, + ACTIONS(3915), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155535,15 +155056,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44812] = 5, + [44325] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1758), 2, + STATE(1747), 2, sym_line_comment, sym_block_comment, - ACTIONS(3938), 15, + ACTIONS(3941), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155559,7 +155080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3936), 23, + ACTIONS(3939), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155583,15 +155104,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44865] = 5, + [44378] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1759), 2, + STATE(1748), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 15, + ACTIONS(4001), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155607,7 +155128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3513), 23, + ACTIONS(3999), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155631,15 +155152,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44918] = 5, + [44431] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1760), 2, + STATE(1749), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3953), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155655,7 +155176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 23, + ACTIONS(3951), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155679,15 +155200,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44971] = 5, + [44484] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1761), 2, + STATE(1750), 2, sym_line_comment, sym_block_comment, - ACTIONS(3942), 15, + ACTIONS(3889), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155703,7 +155224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3940), 23, + ACTIONS(3887), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155727,15 +155248,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45024] = 5, + [44537] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1762), 2, + STATE(1751), 2, sym_line_comment, sym_block_comment, - ACTIONS(3519), 15, + ACTIONS(3961), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155751,7 +155272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3517), 23, + ACTIONS(3959), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155775,15 +155296,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45077] = 5, + [44590] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1763), 2, + STATE(1752), 2, sym_line_comment, sym_block_comment, - ACTIONS(4072), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155799,7 +155320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4070), 23, + ACTIONS(1473), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155823,81 +155344,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45130] = 17, - ACTIONS(29), 1, - anon_sym_LT, + [44643] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(4320), 1, - anon_sym_STAR, - ACTIONS(4326), 1, - anon_sym_COLON_COLON, - ACTIONS(4330), 1, - sym_metavariable, - ACTIONS(4430), 1, - anon_sym_RBRACE, - STATE(2562), 1, - sym_scoped_identifier, - STATE(3468), 1, - sym__use_clause, - STATE(3653), 1, - sym_generic_type_with_turbofish, - STATE(3666), 1, - sym_bracketed_type, - STATE(1764), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4328), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4322), 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, - [45207] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(4373), 1, anon_sym_DOT, - STATE(1765), 2, + ACTIONS(4379), 1, + anon_sym_as, + STATE(1753), 2, sym_line_comment, sym_block_comment, - ACTIONS(3994), 14, + ACTIONS(3899), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155912,7 +155375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3992), 21, + ACTIONS(3895), 20, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_AMP_AMP, @@ -155933,62 +155396,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, - [45266] = 22, + [44704] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4406), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, + ACTIONS(4413), 1, anon_sym_EQ, - ACTIONS(4426), 1, + ACTIONS(4419), 1, anon_sym_DOT_DOT, - ACTIONS(3912), 2, + ACTIONS(4007), 2, anon_sym_LPAREN, anon_sym_LBRACE, - ACTIONS(4402), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, + ACTIONS(4421), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1766), 2, + STATE(1754), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4418), 10, + ACTIONS(4411), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155999,60 +155461,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45353] = 21, + [44791] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4188), 1, - anon_sym_EQ, - ACTIONS(4406), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4426), 1, + ACTIONS(4413), 1, + anon_sym_EQ, + ACTIONS(4425), 1, + anon_sym_LBRACE, + ACTIONS(4427), 1, anon_sym_DOT_DOT, - ACTIONS(4402), 2, + STATE(401), 1, + sym_match_block, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, + ACTIONS(4429), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1767), 2, + STATE(1755), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4186), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4411), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156063,126 +155527,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45438] = 22, + [44880] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4432), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1768), 2, + STATE(1756), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4089), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [45525] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4434), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1769), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4087), 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, @@ -156193,29 +155568,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45612] = 10, + anon_sym_EQ_EQ, + 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, + [44933] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - STATE(1770), 2, + STATE(1757), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(3819), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -156224,10 +155597,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(3874), 20, + ACTIONS(3817), 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, @@ -156246,44 +155622,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45675] = 13, + anon_sym_as, + [44986] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4408), 1, - anon_sym_AMP, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1771), 2, + STATE(1758), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4005), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 20, + ACTIONS(4003), 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, @@ -156302,43 +155670,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45744] = 12, + anon_sym_as, + [45039] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1772), 2, + STATE(1759), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(3827), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 20, + ACTIONS(3825), 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, @@ -156357,45 +155718,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45811] = 14, + anon_sym_as, + [45092] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, - anon_sym_CARET, - ACTIONS(4408), 1, - anon_sym_AMP, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1773), 2, + STATE(1760), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(3534), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 5, + anon_sym_CARET, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3874), 20, + ACTIONS(3532), 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, @@ -156414,52 +155766,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45882] = 17, + anon_sym_as, + [45145] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, + STATE(1761), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4023), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4408), 1, anon_sym_AMP, - ACTIONS(4410), 1, anon_sym_PIPE, - ACTIONS(3876), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1774), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3874), 16, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4021), 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, @@ -156472,56 +155808,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, - [45959] = 18, + anon_sym_as, + [45198] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, + STATE(1762), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3831), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4408), 1, anon_sym_AMP, - ACTIONS(4410), 1, anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(3876), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1775), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3874), 15, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3829), 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, @@ -156533,32 +155856,27 @@ 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, - [46038] = 11, + anon_sym_as, + [45251] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1776), 2, + STATE(1763), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(3835), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -156567,10 +155885,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(3874), 20, + ACTIONS(3833), 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, @@ -156589,60 +155910,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [46103] = 21, + anon_sym_as, + [45304] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4192), 1, - anon_sym_EQ, - ACTIONS(4406), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4426), 1, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4402), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1777), 2, + ACTIONS(4431), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1764), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4190), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156653,60 +155976,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46188] = 21, + [45391] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4196), 1, - anon_sym_EQ, - ACTIONS(4406), 1, + STATE(1765), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3839), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4408), 1, anon_sym_AMP, - ACTIONS(4410), 1, anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4426), 1, - anon_sym_DOT_DOT, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1778), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4194), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3837), 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, @@ -156717,46 +156017,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46273] = 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, + [45444] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, - anon_sym_CARET, - ACTIONS(4408), 1, - anon_sym_AMP, - ACTIONS(4410), 1, - anon_sym_PIPE, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1779), 2, + STATE(1766), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4031), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 20, + ACTIONS(4029), 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, @@ -156775,56 +156071,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [46346] = 19, + anon_sym_as, + [45497] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4406), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4200), 2, + ACTIONS(4135), 1, anon_sym_EQ, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4402), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - STATE(1780), 2, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4433), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1767), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4198), 14, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156835,62 +156137,37 @@ 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, - [46427] = 21, + [45584] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4246), 1, + STATE(1768), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3843), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4248), 1, anon_sym_AMP, - ACTIONS(4250), 1, anon_sym_PIPE, - ACTIONS(4254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, - anon_sym_EQ, - ACTIONS(4266), 1, - anon_sym_DOT_DOT, - ACTIONS(4242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4256), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1781), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4244), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4436), 3, - anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3841), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4262), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4258), 10, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156901,15 +156178,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46512] = 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, + [45637] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1782), 2, + STATE(1769), 2, sym_line_comment, sym_block_comment, - ACTIONS(3804), 15, + ACTIONS(4093), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156925,7 +156209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3802), 23, + ACTIONS(4091), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156949,15 +156233,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46565] = 5, + [45690] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1783), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4399), 1, + anon_sym_CARET, + ACTIONS(4401), 1, + anon_sym_AMP, + ACTIONS(4403), 1, + anon_sym_PIPE, + ACTIONS(4405), 1, + anon_sym_AMP_AMP, + ACTIONS(4407), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4413), 1, + anon_sym_EQ, + ACTIONS(4419), 1, + anon_sym_DOT_DOT, + ACTIONS(3975), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4395), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4409), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4417), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4421), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1770), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4397), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4415), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4411), 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, + [45777] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1771), 2, sym_line_comment, sym_block_comment, - ACTIONS(3808), 15, + ACTIONS(3909), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156973,7 +156322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3806), 23, + ACTIONS(3907), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156997,15 +156346,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46618] = 5, + [45830] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1784), 2, + STATE(1772), 2, sym_line_comment, sym_block_comment, - ACTIONS(3914), 15, + ACTIONS(3913), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157021,7 +156370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3912), 23, + ACTIONS(3911), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157045,15 +156394,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46671] = 5, + [45883] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1785), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4373), 1, + anon_sym_DOT, + STATE(1773), 2, sym_line_comment, sym_block_comment, - ACTIONS(3824), 15, + ACTIONS(4101), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157067,13 +156422,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(3822), 23, + ACTIONS(4099), 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, @@ -157093,15 +156445,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46724] = 5, + [45942] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1786), 2, + STATE(1774), 2, sym_line_comment, sym_block_comment, - ACTIONS(3860), 15, + ACTIONS(3921), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157117,7 +156469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3858), 23, + ACTIONS(3919), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157141,15 +156493,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46777] = 5, + [45995] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1787), 2, + STATE(1775), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(3925), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157165,7 +156517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 23, + ACTIONS(3923), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157189,61 +156541,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46830] = 22, + [46048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, + STATE(1776), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3929), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4408), 1, anon_sym_AMP, - ACTIONS(4410), 1, anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4426), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4058), 2, + ACTIONS(3927), 23, anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4402), 2, + 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, + [46101] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1777), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3933), 15, anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, - ACTIONS(4416), 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(4424), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3931), 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(1788), 2, + anon_sym_as, + [46154] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1778), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(3937), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4418), 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(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, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157254,62 +156678,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46917] = 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, + [46207] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4225), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4227), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4229), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4233), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4239), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4245), 1, anon_sym_DOT_DOT, - ACTIONS(4438), 1, - anon_sym_RPAREN, - ACTIONS(4440), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4221), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1789), 2, + STATE(1779), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4223), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4435), 3, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + ACTIONS(4241), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157320,37 +156749,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47006] = 5, + [46292] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1790), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4104), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4423), 1, + anon_sym_COMMA, + ACTIONS(4437), 1, + anon_sym_RPAREN, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4102), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1780), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157361,22 +156815,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, - [47059] = 5, + [46381] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1791), 2, + STATE(1781), 2, sym_line_comment, sym_block_comment, - ACTIONS(3882), 15, + ACTIONS(3807), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157392,7 +156839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3880), 23, + ACTIONS(3805), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157416,15 +156863,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47112] = 5, + [46434] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1792), 2, + STATE(1782), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, + ACTIONS(3811), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157440,7 +156887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3509), 23, + ACTIONS(3809), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157464,81 +156911,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47165] = 23, + [46487] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4442), 1, - anon_sym_SEMI, - ACTIONS(4444), 1, - anon_sym_else, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1793), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [47254] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1794), 2, + STATE(1783), 2, sym_line_comment, sym_block_comment, - ACTIONS(3872), 15, + ACTIONS(3815), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157554,7 +156935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3870), 23, + ACTIONS(3813), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157578,15 +156959,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47307] = 5, + [46540] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1795), 2, + STATE(1784), 2, sym_line_comment, sym_block_comment, - ACTIONS(3902), 15, + ACTIONS(4063), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157602,7 +156983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3900), 23, + ACTIONS(4061), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157626,15 +157007,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47360] = 5, + [46593] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1796), 2, + STATE(1785), 2, sym_line_comment, sym_block_comment, - ACTIONS(4040), 15, + ACTIONS(1599), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157650,7 +157031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4038), 23, + ACTIONS(1601), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157674,15 +157055,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47413] = 5, + [46646] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1797), 2, + STATE(1786), 2, sym_line_comment, sym_block_comment, - ACTIONS(4010), 15, + ACTIONS(1455), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157698,7 +157079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4008), 23, + ACTIONS(1453), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157722,61 +157103,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47466] = 22, + [46699] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, + STATE(1787), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1551), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4408), 1, anon_sym_AMP, - ACTIONS(4410), 1, anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, - anon_sym_EQ, - ACTIONS(4426), 1, - anon_sym_DOT_DOT, - ACTIONS(3966), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1798), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4418), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1549), 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, @@ -157787,15 +157144,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47553] = 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, + [46752] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1799), 2, + STATE(1788), 2, sym_line_comment, sym_block_comment, - ACTIONS(3846), 15, + ACTIONS(1545), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157811,7 +157175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3844), 23, + ACTIONS(1543), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157835,15 +157199,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47606] = 5, + [46805] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1800), 2, + STATE(1789), 2, sym_line_comment, sym_block_comment, - ACTIONS(3864), 15, + ACTIONS(1531), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157859,7 +157223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3862), 23, + ACTIONS(1529), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157883,15 +157247,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47659] = 5, + [46858] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1801), 2, + STATE(1790), 2, sym_line_comment, sym_block_comment, - ACTIONS(3930), 15, + ACTIONS(1535), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157907,7 +157271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3928), 23, + ACTIONS(1533), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157931,15 +157295,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47712] = 5, + [46911] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1802), 2, + STATE(1791), 2, sym_line_comment, sym_block_comment, - ACTIONS(3886), 15, + ACTIONS(4085), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157955,7 +157319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3884), 23, + ACTIONS(4083), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157979,15 +157343,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47765] = 5, + [46964] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1803), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4077), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1792), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [47051] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4439), 1, + anon_sym_SEMI, + ACTIONS(4441), 1, + anon_sym_else, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1793), 2, sym_line_comment, sym_block_comment, - ACTIONS(3890), 15, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [47140] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1794), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3863), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158003,7 +157498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3888), 23, + ACTIONS(3861), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158027,15 +157522,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47818] = 5, + [47193] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1804), 2, + STATE(1795), 2, sym_line_comment, sym_block_comment, - ACTIONS(3894), 15, + ACTIONS(1487), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158051,7 +157546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3892), 23, + ACTIONS(1485), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158075,15 +157570,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47871] = 5, + [47246] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1805), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(3801), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1796), 2, sym_line_comment, sym_block_comment, - ACTIONS(3898), 15, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [47333] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4166), 1, + anon_sym_EQ, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, + anon_sym_CARET, + ACTIONS(4359), 1, + anon_sym_AMP, + ACTIONS(4361), 1, + anon_sym_PIPE, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4365), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, + anon_sym_DOT_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4371), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4377), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1797), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4164), 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, + [47418] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1798), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1499), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158099,7 +157723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3896), 23, + ACTIONS(1497), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158123,15 +157747,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47924] = 5, + [47471] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1806), 2, + STATE(1799), 2, sym_line_comment, sym_block_comment, - ACTIONS(3910), 15, + ACTIONS(1463), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158147,7 +157771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3908), 23, + ACTIONS(1461), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158171,15 +157795,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47977] = 5, + [47524] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1807), 2, + STATE(1800), 2, sym_line_comment, sym_block_comment, - ACTIONS(4112), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158195,7 +157819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4110), 23, + ACTIONS(1477), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158219,20 +157843,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48030] = 5, + [47577] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1808), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + STATE(1801), 2, sym_line_comment, sym_block_comment, - ACTIONS(3980), 15, - anon_sym_PLUS, + ACTIONS(4353), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -158241,13 +157874,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(3978), 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, @@ -158266,36 +157896,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, - [48083] = 5, + [47640] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1809), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4359), 1, + anon_sym_AMP, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1802), 2, sym_line_comment, sym_block_comment, - ACTIONS(3990), 15, - anon_sym_PLUS, + ACTIONS(4353), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 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(3988), 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, @@ -158314,36 +157952,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [48136] = 5, + [47709] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1810), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1803), 2, sym_line_comment, sym_block_comment, - ACTIONS(1599), 15, - anon_sym_PLUS, + ACTIONS(4353), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 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(1601), 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, @@ -158362,36 +158007,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, - [48189] = 5, + [47776] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1811), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, + anon_sym_CARET, + ACTIONS(4359), 1, + anon_sym_AMP, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1804), 2, sym_line_comment, sym_block_comment, - ACTIONS(1495), 15, - anon_sym_PLUS, + ACTIONS(4353), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3899), 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(1493), 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, @@ -158410,36 +158064,52 @@ 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, - [48242] = 5, + [47847] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1812), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1511), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, anon_sym_CARET, + ACTIONS(4359), 1, anon_sym_AMP, + ACTIONS(4361), 1, anon_sym_PIPE, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(3899), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1509), 23, + STATE(1805), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 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, @@ -158452,43 +158122,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [48295] = 5, + [47924] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1813), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1515), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, anon_sym_CARET, + ACTIONS(4359), 1, anon_sym_AMP, + ACTIONS(4361), 1, anon_sym_PIPE, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(3899), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1513), 23, + STATE(1806), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 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, @@ -158500,27 +158183,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_as, - [48348] = 5, + [48003] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1814), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1807), 2, sym_line_comment, sym_block_comment, - ACTIONS(1523), 15, - anon_sym_PLUS, + ACTIONS(4353), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3899), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -158529,13 +158217,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(1521), 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, @@ -158554,16 +158239,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + [48068] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4195), 1, + anon_sym_EQ, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, + anon_sym_CARET, + ACTIONS(4359), 1, + anon_sym_AMP, + ACTIONS(4361), 1, + anon_sym_PIPE, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4365), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, + anon_sym_DOT_DOT, + ACTIONS(4379), 1, anon_sym_as, - [48401] = 5, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4371), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4377), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1808), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4193), 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, + [48153] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1815), 2, + STATE(1809), 2, sym_line_comment, sym_block_comment, - ACTIONS(1549), 15, + ACTIONS(4059), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158579,7 +158327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1547), 23, + ACTIONS(4057), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158603,62 +158351,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48454] = 23, + [48206] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4446), 1, - anon_sym_RBRACE, - ACTIONS(4120), 2, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1816), 2, + STATE(1810), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(3899), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + 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, @@ -158669,61 +158403,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48543] = 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, + [48279] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4363), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4183), 2, anon_sym_EQ, - ACTIONS(4216), 1, anon_sym_DOT_DOT, - ACTIONS(3936), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1817), 2, + STATE(1811), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4181), 14, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158734,15 +158469,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48630] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [48360] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1818), 2, + STATE(1812), 2, sym_line_comment, sym_block_comment, - ACTIONS(4018), 15, + ACTIONS(3945), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158758,7 +158495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4016), 23, + ACTIONS(3943), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158782,15 +158519,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48683] = 5, + [48413] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1819), 2, + STATE(1813), 2, sym_line_comment, sym_block_comment, - ACTIONS(1507), 15, + ACTIONS(3949), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158806,7 +158543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1505), 23, + ACTIONS(3947), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158830,125 +158567,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48736] = 22, + [48466] = 17, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(3912), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1820), 2, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_STAR, + ACTIONS(4325), 1, + anon_sym_COLON_COLON, + ACTIONS(4329), 1, + sym_metavariable, + ACTIONS(4443), 1, + anon_sym_RBRACE, + STATE(2556), 1, + sym_scoped_identifier, + STATE(3242), 1, + sym__use_clause, + STATE(3594), 1, + sym_generic_type_with_turbofish, + STATE(3618), 1, + sym_bracketed_type, + STATE(1814), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [48823] = 21, + ACTIONS(4327), 3, + sym_self, + sym_super, + sym_crate, + STATE(3038), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4321), 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, + [48543] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4188), 1, - anon_sym_EQ, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4390), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4356), 2, + ACTIONS(4007), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1821), 2, + STATE(1815), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4186), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158959,15 +158692,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48908] = 5, + [48630] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1822), 2, + STATE(1816), 2, sym_line_comment, sym_block_comment, - ACTIONS(1529), 15, + ACTIONS(1509), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158983,7 +158716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1527), 23, + ACTIONS(1507), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159007,15 +158740,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48961] = 5, + [48683] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1823), 2, + STATE(1817), 2, sym_line_comment, sym_block_comment, - ACTIONS(1473), 15, + ACTIONS(1517), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159031,7 +158764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1471), 23, + ACTIONS(1515), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159055,15 +158788,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49014] = 5, + [48736] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1824), 2, + STATE(1818), 2, sym_line_comment, sym_block_comment, - ACTIONS(1545), 15, + ACTIONS(1541), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159079,7 +158812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1543), 23, + ACTIONS(1539), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159103,62 +158836,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49067] = 23, + [48789] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + STATE(1819), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3823), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4374), 1, - anon_sym_COMMA, - ACTIONS(4448), 1, - anon_sym_RPAREN, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1825), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3821), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159169,15 +158877,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49156] = 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, + [48842] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1826), 2, + STATE(1820), 2, sym_line_comment, sym_block_comment, - ACTIONS(3828), 15, + ACTIONS(4013), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159193,7 +158908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3826), 23, + ACTIONS(4011), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159217,29 +158932,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49209] = 10, + [48895] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - STATE(1827), 2, + STATE(1821), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(1525), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -159248,10 +158954,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(3874), 20, + ACTIONS(1523), 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, @@ -159270,44 +158979,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [49272] = 13, + anon_sym_as, + [48948] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4386), 1, - anon_sym_AMP, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1828), 2, + STATE(1822), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(1459), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 20, + ACTIONS(1457), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -159326,45 +159027,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [49341] = 14, + anon_sym_as, + [49001] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, - anon_sym_CARET, - ACTIONS(4386), 1, - anon_sym_AMP, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1829), 2, + STATE(1823), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(1467), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 5, + anon_sym_CARET, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3874), 20, + 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, @@ -159383,54 +159075,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [49412] = 17, + anon_sym_as, + [49054] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(3876), 2, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, anon_sym_EQ, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4356), 2, + ACTIONS(3975), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - STATE(1830), 2, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1824), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3874), 16, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159441,56 +159141,36 @@ 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, - [49489] = 18, + [49141] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, + STATE(1825), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1555), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4386), 1, anon_sym_AMP, - ACTIONS(4388), 1, anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(3876), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1831), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4394), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3874), 15, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1553), 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, @@ -159502,32 +159182,27 @@ 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, - [49568] = 11, + anon_sym_as, + [49194] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1832), 2, + STATE(1826), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(1495), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -159536,10 +159211,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(3874), 20, + ACTIONS(1493), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -159558,124 +159236,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [49633] = 21, + anon_sym_as, + [49247] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4192), 1, - anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, - anon_sym_CARET, - ACTIONS(4386), 1, - anon_sym_AMP, - ACTIONS(4388), 1, - anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4396), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4400), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1833), 2, + STATE(1827), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(1513), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4190), 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, - [49718] = 21, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4196), 1, - anon_sym_EQ, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, anon_sym_CARET, - ACTIONS(4386), 1, anon_sym_AMP, - ACTIONS(4388), 1, anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1834), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4394), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4194), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1511), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159686,46 +159278,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49803] = 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, + [49300] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, - anon_sym_CARET, - ACTIONS(4386), 1, - anon_sym_AMP, - ACTIONS(4388), 1, - anon_sym_PIPE, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1835), 2, + STATE(1828), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(1003), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3876), 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(3874), 20, + ACTIONS(1005), 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, @@ -159744,56 +159332,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [49876] = 19, + anon_sym_as, + [49353] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, + STATE(1829), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1013), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4386), 1, anon_sym_AMP, - ACTIONS(4388), 1, anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4200), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1836), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4358), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4394), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4198), 14, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1015), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159804,17 +159374,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [49957] = 5, + anon_sym_as, + [49406] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1837), 2, + STATE(1830), 2, sym_line_comment, sym_block_comment, - ACTIONS(3812), 15, + ACTIONS(1505), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159830,7 +159405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3810), 23, + ACTIONS(1503), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159854,15 +159429,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50010] = 5, + [49459] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1838), 2, + STATE(1831), 2, sym_line_comment, sym_block_comment, - ACTIONS(3816), 15, + ACTIONS(1017), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159878,7 +159453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3814), 23, + ACTIONS(1019), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159902,61 +159477,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50063] = 22, + [49512] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4363), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, anon_sym_DOT_DOT, - ACTIONS(4058), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4447), 1, + anon_sym_EQ, + ACTIONS(4077), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4377), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1839), 2, + STATE(1832), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4445), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159967,15 +159542,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50150] = 5, + [49599] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1840), 2, + STATE(1833), 2, sym_line_comment, sym_block_comment, - ACTIONS(1487), 15, + ACTIONS(1029), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159991,7 +159566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1485), 23, + ACTIONS(1031), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160015,37 +159590,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50203] = 5, + [49652] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1841), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1491), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, anon_sym_CARET, + ACTIONS(4359), 1, anon_sym_AMP, + ACTIONS(4361), 1, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4365), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4373), 1, anon_sym_DOT, + ACTIONS(4375), 1, anon_sym_DOT_DOT, - ACTIONS(1489), 23, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4447), 1, + anon_sym_EQ, + ACTIONS(3801), 2, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4371), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4377), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1834), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4445), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160056,22 +159655,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, - [50256] = 5, + [49739] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1842), 2, + STATE(1835), 2, sym_line_comment, sym_block_comment, - ACTIONS(1499), 15, + ACTIONS(4067), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160087,7 +159679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1497), 23, + ACTIONS(4065), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160111,15 +159703,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50309] = 5, + [49792] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1843), 2, + STATE(1836), 2, sym_line_comment, sym_block_comment, - ACTIONS(4108), 15, + ACTIONS(1033), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160135,7 +159727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4106), 23, + ACTIONS(1035), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160159,15 +159751,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50362] = 5, + [49845] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1844), 2, + STATE(1837), 2, sym_line_comment, sym_block_comment, - ACTIONS(4076), 15, + ACTIONS(1483), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160183,7 +159775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4074), 23, + ACTIONS(1481), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160207,15 +159799,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50415] = 5, + [49898] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1845), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, + anon_sym_CARET, + ACTIONS(4359), 1, + anon_sym_AMP, + ACTIONS(4361), 1, + anon_sym_PIPE, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4365), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, + anon_sym_DOT_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4447), 1, + anon_sym_EQ, + ACTIONS(4007), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4371), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4377), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1838), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4445), 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, + [49985] = 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(1465), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160231,7 +159888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1463), 23, + ACTIONS(1473), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160255,15 +159912,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50468] = 5, + [50038] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1846), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, + anon_sym_CARET, + ACTIONS(4359), 1, + anon_sym_AMP, + ACTIONS(4361), 1, + anon_sym_PIPE, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4365), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, + anon_sym_DOT_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4447), 1, + anon_sym_EQ, + ACTIONS(3975), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4371), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4377), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1840), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4445), 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, + [50125] = 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(1477), 15, + ACTIONS(3530), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160279,7 +160001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1475), 23, + ACTIONS(3528), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160303,15 +160025,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50521] = 5, + [50178] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1847), 2, + STATE(1842), 2, sym_line_comment, sym_block_comment, - ACTIONS(1519), 15, + ACTIONS(3893), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160327,7 +160049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1517), 23, + ACTIONS(3891), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160351,61 +160073,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50574] = 22, + [50231] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(3966), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1848), 2, + ACTIONS(4449), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1843), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160416,15 +160138,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50661] = 5, + [50318] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1849), 2, + STATE(1844), 2, sym_line_comment, sym_block_comment, - ACTIONS(4022), 15, + ACTIONS(3803), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160440,7 +160162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4020), 23, + ACTIONS(3801), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160464,15 +160186,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50714] = 5, + [50371] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1850), 2, + STATE(1845), 2, sym_line_comment, sym_block_comment, - ACTIONS(1483), 15, + ACTIONS(1041), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160488,7 +160210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1481), 23, + ACTIONS(1043), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160512,15 +160234,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50767] = 5, + [50424] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1851), 2, + STATE(1846), 2, sym_line_comment, sym_block_comment, - ACTIONS(1541), 15, + ACTIONS(1045), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160536,7 +160258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1539), 23, + ACTIONS(1047), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160560,15 +160282,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50820] = 5, + [50477] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1852), 2, + STATE(1847), 2, sym_line_comment, sym_block_comment, - ACTIONS(1021), 15, + ACTIONS(4075), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160584,7 +160306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1023), 23, + ACTIONS(4073), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160608,15 +160330,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50873] = 5, + [50530] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1853), 2, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4225), 1, + anon_sym_CARET, + ACTIONS(4227), 1, + anon_sym_AMP, + ACTIONS(4229), 1, + anon_sym_PIPE, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4239), 1, + anon_sym_EQ, + ACTIONS(4245), 1, + anon_sym_DOT_DOT, + ACTIONS(4453), 1, + anon_sym_AMP_AMP, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4243), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4247), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4451), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, + STATE(1848), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4237), 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, + [50617] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1849), 2, sym_line_comment, sym_block_comment, - ACTIONS(975), 15, + ACTIONS(4009), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160632,7 +160419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(977), 23, + ACTIONS(4007), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160656,15 +160443,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50926] = 5, + [50670] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1854), 2, + STATE(1850), 2, sym_line_comment, sym_block_comment, - ACTIONS(1503), 15, + ACTIONS(3977), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160680,7 +160467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1501), 23, + ACTIONS(3975), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160704,15 +160491,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50979] = 5, + [50723] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1855), 2, + STATE(1851), 2, sym_line_comment, sym_block_comment, - ACTIONS(951), 15, + ACTIONS(3847), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160728,7 +160515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(953), 23, + ACTIONS(3845), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160752,61 +160539,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51032] = 22, + [50776] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - ACTIONS(4384), 1, + STATE(1852), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1475), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4386), 1, anon_sym_AMP, - ACTIONS(4388), 1, anon_sym_PIPE, - ACTIONS(4390), 1, - anon_sym_AMP_AMP, - ACTIONS(4392), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4452), 1, - anon_sym_EQ, - ACTIONS(3936), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4356), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4362), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1473), 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(1856), 2, + anon_sym_as, + [50829] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1853), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(3773), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4450), 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(3769), 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, @@ -160817,15 +160628,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51119] = 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, + [50882] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1857), 2, + STATE(1854), 2, sym_line_comment, sym_block_comment, - ACTIONS(955), 15, + ACTIONS(4079), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160841,7 +160659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(957), 23, + ACTIONS(4077), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160865,61 +160683,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51172] = 22, + [50935] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4390), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4452), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(3912), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4356), 2, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4455), 1, + anon_sym_RPAREN, + ACTIONS(4457), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1858), 2, + STATE(1855), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4450), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160930,15 +160749,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51259] = 5, + [51024] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1859), 2, + STATE(1856), 2, sym_line_comment, sym_block_comment, - ACTIONS(1533), 15, + ACTIONS(4097), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -160954,7 +160773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1531), 23, + ACTIONS(4095), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -160978,15 +160797,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51312] = 5, + [51077] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1860), 2, + ACTIONS(293), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1857), 2, sym_line_comment, sym_block_comment, - ACTIONS(1013), 15, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [51166] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1858), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3957), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161002,7 +160887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1015), 23, + ACTIONS(3955), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161026,15 +160911,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51365] = 5, + [51219] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1861), 2, + STATE(1859), 2, sym_line_comment, sym_block_comment, - ACTIONS(1469), 15, + ACTIONS(4055), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161050,7 +160935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1467), 23, + ACTIONS(4053), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161074,61 +160959,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51418] = 22, + [51272] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4390), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4452), 1, + ACTIONS(4413), 1, anon_sym_EQ, - ACTIONS(4058), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4356), 2, + ACTIONS(4427), 1, + anon_sym_DOT_DOT, + ACTIONS(4459), 1, + anon_sym_LBRACE, + STATE(1480), 1, + sym_match_block, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, + ACTIONS(4429), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1862), 2, + STATE(1860), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4450), 10, + ACTIONS(4411), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161139,61 +161025,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51505] = 22, + [51361] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4390), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4392), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_DOT_DOT, - ACTIONS(4452), 1, + ACTIONS(4413), 1, anon_sym_EQ, - ACTIONS(3966), 2, + ACTIONS(4419), 1, + anon_sym_DOT_DOT, + ACTIONS(4077), 2, anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4356), 2, + anon_sym_LBRACE, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4400), 2, + ACTIONS(4421), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1863), 2, + STATE(1861), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4450), 10, + ACTIONS(4411), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161204,23 +161090,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51592] = 9, + [51448] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, - anon_sym_LBRACK, - ACTIONS(4360), 1, - anon_sym_QMARK, - ACTIONS(4364), 1, - anon_sym_DOT, - ACTIONS(4366), 1, - anon_sym_as, - STATE(1864), 2, + STATE(1862), 2, sym_line_comment, sym_block_comment, - ACTIONS(3876), 14, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161234,10 +161112,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(3874), 20, + ACTIONS(1473), 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, @@ -161256,37 +161137,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [51653] = 5, + anon_sym_as, + [51501] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1865), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1053), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(295), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1055), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1863), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161297,22 +161204,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, - [51706] = 5, + [51590] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1866), 2, + STATE(1864), 2, sym_line_comment, sym_block_comment, - ACTIONS(1045), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161328,7 +161228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1047), 23, + ACTIONS(1473), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161352,62 +161252,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51759] = 23, + [51643] = 17, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_STAR, + ACTIONS(4325), 1, + anon_sym_COLON_COLON, + ACTIONS(4329), 1, + sym_metavariable, + ACTIONS(4461), 1, + anon_sym_RBRACE, + STATE(2556), 1, + sym_scoped_identifier, + STATE(3242), 1, + sym__use_clause, + STATE(3594), 1, + sym_generic_type_with_turbofish, + STATE(3618), 1, + sym_bracketed_type, + STATE(1865), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4327), 3, + sym_self, + sym_super, + sym_crate, + STATE(3038), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4321), 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, + [51720] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1179), 1, + ACTIONS(1165), 1, anon_sym_RPAREN, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4374), 1, + ACTIONS(4423), 1, anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1867), 2, + STATE(1866), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161418,62 +161378,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51848] = 23, + [51809] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + STATE(1867), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4071), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4454), 1, - anon_sym_RPAREN, - ACTIONS(4456), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1868), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4069), 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, @@ -161484,62 +161419,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51937] = 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, + [51862] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(293), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1869), 2, + ACTIONS(4463), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1868), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161550,15 +161491,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52026] = 5, + [51949] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1870), 2, + STATE(1869), 2, sym_line_comment, sym_block_comment, - ACTIONS(3918), 15, + ACTIONS(1475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161574,7 +161515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3916), 23, + ACTIONS(1473), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161598,81 +161539,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52079] = 23, + [52002] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, - anon_sym_CARET, - ACTIONS(4408), 1, - anon_sym_AMP, - ACTIONS(4410), 1, - anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, - anon_sym_EQ, - ACTIONS(4458), 1, - anon_sym_LBRACE, - ACTIONS(4460), 1, - anon_sym_DOT_DOT, - STATE(1537), 1, - sym_match_block, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4462), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1871), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4418), 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, - [52168] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1872), 2, + STATE(1870), 2, sym_line_comment, sym_block_comment, - ACTIONS(3946), 15, + ACTIONS(3965), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -161688,7 +161563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3944), 23, + ACTIONS(3963), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -161712,62 +161587,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52221] = 23, + [52055] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(295), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4465), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4467), 1, + anon_sym_else, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1873), 2, + STATE(1871), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [52144] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4469), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1872), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161778,61 +161718,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52310] = 22, + [52231] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(297), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4464), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1874), 2, + STATE(1873), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161843,37 +161784,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52397] = 5, + [52320] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1875), 2, + ACTIONS(1057), 1, + anon_sym_RPAREN, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4423), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1874), 2, sym_line_comment, sym_block_comment, - ACTIONS(3986), 15, - anon_sym_PLUS, + ACTIONS(4119), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [52409] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4471), 1, + anon_sym_SEMI, + ACTIONS(4473), 1, + anon_sym_else, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3982), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1875), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161884,69 +161916,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, - [52450] = 23, + [52498] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1087), 1, - anon_sym_RPAREN, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4374), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4475), 1, + anon_sym_RBRACE, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1876), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161957,37 +161982,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52539] = 5, + [52587] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4423), 1, + anon_sym_COMMA, + ACTIONS(4477), 1, + anon_sym_RPAREN, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(1877), 2, sym_line_comment, sym_block_comment, - ACTIONS(4084), 15, - anon_sym_PLUS, + ACTIONS(4119), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [52676] = 23, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4479), 1, + anon_sym_SEMI, + ACTIONS(4481), 1, + anon_sym_else, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4082), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1878), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161998,22 +162114,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52592] = 5, + [52765] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1878), 2, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4373), 1, + anon_sym_DOT, + STATE(1879), 2, sym_line_comment, sym_block_comment, - ACTIONS(4092), 15, + ACTIONS(3993), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -162027,13 +162142,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(4090), 23, + ACTIONS(3991), 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, @@ -162053,21 +162165,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52645] = 8, + [52824] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(4373), 1, anon_sym_DOT, - STATE(1879), 2, + STATE(1880), 2, sym_line_comment, sym_block_comment, - ACTIONS(3852), 14, + ACTIONS(4105), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -162082,7 +162194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3848), 21, + ACTIONS(4103), 21, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_AMP_AMP, @@ -162104,62 +162216,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52704] = 23, + [52883] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4466), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4468), 1, - anon_sym_else, - ACTIONS(4120), 2, + ACTIONS(4483), 1, + anon_sym_RBRACE, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1880), 2, + STATE(1881), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162170,62 +162282,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52793] = 23, + [52972] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(297), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4485), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4487), 1, + anon_sym_else, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1881), 2, + STATE(1882), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162236,62 +162348,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52882] = 23, + [53061] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1347), 1, - anon_sym_RPAREN, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4374), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1882), 2, + ACTIONS(4489), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1883), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162302,62 +162413,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52971] = 23, + [53148] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + STATE(1884), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3851), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4470), 1, - anon_sym_SEMI, - ACTIONS(4472), 1, - anon_sym_else, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1883), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3849), 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, @@ -162368,62 +162454,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53060] = 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, + [53201] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(301), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4474), 1, - anon_sym_RBRACE, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1884), 2, + STATE(1885), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162434,62 +162527,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53149] = 23, + [53290] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(289), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4374), 1, - anon_sym_COMMA, - ACTIONS(4476), 1, - anon_sym_RPAREN, - ACTIONS(4120), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1885), 2, + STATE(1886), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162500,62 +162593,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53238] = 23, + [53379] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(383), 2, anon_sym_EQ, - ACTIONS(4216), 1, anon_sym_DOT_DOT, - ACTIONS(4478), 1, - anon_sym_SEMI, - ACTIONS(4480), 1, - anon_sym_else, - ACTIONS(4120), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1886), 2, + STATE(1887), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(381), 14, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162566,128 +162653,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53327] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4482), 1, - anon_sym_SEMI, - ACTIONS(4484), 1, - anon_sym_else, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1887), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [53416] = 23, + [53460] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4419), 1, anon_sym_DOT_DOT, - ACTIONS(4486), 1, - anon_sym_RBRACE, - ACTIONS(4488), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4421), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1888), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(341), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162698,62 +162719,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53505] = 23, + [53545] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4413), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4427), 1, anon_sym_DOT_DOT, - ACTIONS(4490), 1, - anon_sym_SEMI, - ACTIONS(4492), 1, - anon_sym_else, - ACTIONS(4120), 2, + ACTIONS(4491), 1, + anon_sym_LBRACE, + STATE(481), 1, + sym_match_block, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4429), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1889), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4411), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162764,62 +162785,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53594] = 23, + [53634] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(301), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4162), 1, + anon_sym_EQ, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4419), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4421), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1890), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4160), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162830,54 +162849,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53683] = 19, + [53719] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4406), 1, + ACTIONS(4177), 1, + anon_sym_EQ, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(399), 2, - anon_sym_EQ, + ACTIONS(4419), 1, anon_sym_DOT_DOT, - ACTIONS(4402), 2, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4421), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(1891), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(397), 14, + ACTIONS(4175), 12, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PLUS_EQ, @@ -162890,62 +162913,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, - [53764] = 21, + [53804] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3850), 1, + ACTIONS(303), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4406), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4426), 1, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4402), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1892), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4137), 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(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162956,62 +162979,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53849] = 23, + [53893] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, + STATE(1893), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3867), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4408), 1, anon_sym_AMP, - ACTIONS(4410), 1, anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, - anon_sym_EQ, - ACTIONS(4460), 1, - anon_sym_DOT_DOT, - ACTIONS(4494), 1, - anon_sym_LBRACE, - STATE(477), 1, - sym_match_block, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4462), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1893), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4418), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3865), 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, @@ -163022,60 +163020,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53938] = 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, + [53946] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4148), 1, - anon_sym_EQ, - ACTIONS(4406), 1, + STATE(1894), 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(4408), 1, anon_sym_AMP, - ACTIONS(4410), 1, anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4426), 1, - anon_sym_DOT_DOT, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1894), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4404), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4146), 12, + 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, @@ -163086,60 +163068,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54023] = 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, + [53999] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(305), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4136), 1, - anon_sym_EQ, - ACTIONS(4406), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4426), 1, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4402), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4428), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1895), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4118), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163150,62 +163141,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54108] = 23, + [54088] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(337), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4493), 1, + anon_sym_RBRACE, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1896), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163216,62 +163207,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54197] = 23, + [54177] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(305), 1, + ACTIONS(309), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1897), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163282,62 +163273,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54286] = 23, + [54266] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4399), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4401), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4403), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4405), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4407), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4413), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4427), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4496), 1, - anon_sym_RBRACE, - ACTIONS(4120), 2, + ACTIONS(4495), 1, + anon_sym_LBRACE, + STATE(1799), 1, + sym_match_block, + ACTIONS(4395), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4409), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4417), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4429), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1898), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4397), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4415), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4411), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163348,62 +163339,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54375] = 23, + [54355] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(309), 1, + ACTIONS(311), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1899), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163414,62 +163405,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54464] = 23, + [54444] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(1331), 1, + anon_sym_RPAREN, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4406), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4408), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4410), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4412), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4414), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4460), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4498), 1, - anon_sym_LBRACE, - STATE(1823), 1, - sym_match_block, - ACTIONS(4402), 2, + ACTIONS(4423), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4416), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4424), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4462), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1900), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4418), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163480,62 +163471,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54553] = 23, + [54533] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(311), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4363), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(383), 2, anon_sym_EQ, - ACTIONS(4216), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(1901), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(381), 14, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163546,62 +163531,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54642] = 23, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [54614] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(123), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + ACTIONS(4497), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(1902), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163612,62 +163598,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54731] = 23, + [54701] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(313), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + ACTIONS(4499), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(1903), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163678,62 +163663,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54820] = 23, + [54788] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(313), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4500), 1, - anon_sym_RBRACE, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1904), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163744,62 +163729,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54909] = 23, + [54877] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(317), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4501), 1, + anon_sym_RBRACE, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1905), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163810,62 +163795,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54998] = 23, + [54966] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(319), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + ACTIONS(4503), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(1906), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163876,61 +163860,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55087] = 22, + [55053] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(317), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4246), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4248), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4250), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4254), 1, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4260), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4266), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4504), 1, - anon_sym_AMP_AMP, - ACTIONS(4242), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4256), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4264), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4268), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4502), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, STATE(1907), 2, sym_line_comment, sym_block_comment, - ACTIONS(4244), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4262), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4258), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -163941,62 +163926,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55174] = 23, + [55142] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(321), 1, + ACTIONS(319), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1908), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164007,62 +163992,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55263] = 23, + [55231] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(321), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4506), 1, - anon_sym_RBRACE, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1909), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164073,62 +164058,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55352] = 23, + [55320] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(325), 1, - anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4505), 1, + anon_sym_RBRACE, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1910), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164139,62 +164124,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55441] = 23, + [55409] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(327), 1, + ACTIONS(325), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1911), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164205,61 +164190,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55530] = 22, + [55498] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(327), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4508), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(1912), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164270,61 +164256,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55617] = 22, + [55587] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4363), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4377), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4510), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(1913), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(341), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164335,62 +164320,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55704] = 23, + [55672] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(329), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1914), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164401,62 +164386,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55793] = 23, + [55761] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4512), 1, + ACTIONS(4507), 1, anon_sym_RBRACE, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1915), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164467,62 +164452,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55882] = 23, + [55850] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(333), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1916), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164533,62 +164518,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55971] = 23, + [55939] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(335), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1917), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164599,62 +164584,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56060] = 23, + [56028] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(303), 1, + ACTIONS(123), 1, anon_sym_RBRACE, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1918), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164665,62 +164650,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56149] = 23, + [56117] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, + ACTIONS(4393), 1, anon_sym_SEMI, - ACTIONS(4514), 1, + ACTIONS(4509), 1, anon_sym_RBRACE, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1919), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164731,7 +164716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56238] = 5, + [56206] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164739,7 +164724,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1920), 2, sym_line_comment, sym_block_comment, - ACTIONS(4060), 15, + ACTIONS(3969), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164755,7 +164740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4058), 23, + ACTIONS(3967), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164779,7 +164764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [56291] = 5, + [56259] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164787,7 +164772,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1921), 2, sym_line_comment, sym_block_comment, - ACTIONS(1459), 15, + ACTIONS(4035), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -164803,7 +164788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1457), 23, + ACTIONS(4033), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -164827,37 +164812,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [56344] = 5, + [56312] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1922), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1459), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4162), 1, + anon_sym_EQ, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, anon_sym_CARET, + ACTIONS(4359), 1, anon_sym_AMP, + ACTIONS(4361), 1, anon_sym_PIPE, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4365), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, + anon_sym_DOT_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1457), 23, + ACTIONS(4377), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1922), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4160), 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, @@ -164868,44 +164876,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, - [56397] = 5, + [56397] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1923), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4064), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4511), 1, + anon_sym_SEMI, + ACTIONS(4513), 1, + anon_sym_else, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4062), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1923), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -164916,44 +164942,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [56450] = 5, + [56486] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1924), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4002), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4177), 1, + anon_sym_EQ, + ACTIONS(4349), 1, + anon_sym_LBRACK, + ACTIONS(4355), 1, + anon_sym_QMARK, + ACTIONS(4357), 1, anon_sym_CARET, + ACTIONS(4359), 1, anon_sym_AMP, + ACTIONS(4361), 1, anon_sym_PIPE, + ACTIONS(4363), 1, + anon_sym_AMP_AMP, + ACTIONS(4365), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4375), 1, + anon_sym_DOT_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4351), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4000), 23, + ACTIONS(4377), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1924), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4353), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4369), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4175), 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, @@ -164964,44 +165006,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [56503] = 5, + [56571] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1925), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4014), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4225), 1, anon_sym_CARET, + ACTIONS(4227), 1, anon_sym_AMP, + ACTIONS(4229), 1, anon_sym_PIPE, + ACTIONS(4233), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4239), 1, + anon_sym_EQ, + ACTIONS(4245), 1, + anon_sym_DOT_DOT, + ACTIONS(4221), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4235), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4243), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(4012), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + ACTIONS(4247), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1925), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4223), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4515), 3, + anon_sym_LBRACE, anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_SQUOTE, + ACTIONS(4241), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4237), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165012,14 +165070,7 @@ 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, - [56556] = 5, + [56656] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -165027,7 +165078,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1926), 2, sym_line_comment, sym_block_comment, - ACTIONS(4026), 15, + ACTIONS(4027), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -165043,7 +165094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(4024), 23, + ACTIONS(4025), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -165067,97 +165118,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [56609] = 17, - ACTIONS(29), 1, - anon_sym_LT, + [56709] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(4320), 1, - anon_sym_STAR, - ACTIONS(4326), 1, - anon_sym_COLON_COLON, - ACTIONS(4330), 1, - sym_metavariable, - ACTIONS(4516), 1, - anon_sym_RBRACE, - STATE(2562), 1, - sym_scoped_identifier, - STATE(3468), 1, - sym__use_clause, - STATE(3653), 1, - sym_generic_type_with_turbofish, - STATE(3666), 1, - sym_bracketed_type, - STATE(1927), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4328), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4322), 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, - [56686] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1928), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3820), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, anon_sym_CARET, + ACTIONS(4123), 1, anon_sym_AMP, + ACTIONS(4125), 1, anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4517), 1, + anon_sym_RBRACE, + ACTIONS(4519), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3818), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1927), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165168,68 +165184,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, - [56739] = 22, + [56798] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(287), 1, + anon_sym_RBRACE, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4120), 2, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4518), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1929), 2, + STATE(1928), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165240,15 +165250,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56826] = 5, + [56887] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1930), 2, + STATE(1929), 2, sym_line_comment, sym_block_comment, - ACTIONS(3838), 15, + ACTIONS(4043), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -165264,7 +165274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3836), 23, + ACTIONS(4041), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -165288,80 +165298,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [56879] = 22, + [56940] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, - anon_sym_CARET, - ACTIONS(4126), 1, - anon_sym_AMP, - ACTIONS(4128), 1, - anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4140), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4520), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1931), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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, - [56966] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1932), 2, + STATE(1930), 2, sym_line_comment, sym_block_comment, - ACTIONS(3842), 15, + ACTIONS(4047), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -165377,7 +165322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3840), 23, + ACTIONS(4045), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -165401,127 +165346,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [57019] = 23, + [56993] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4406), 1, - anon_sym_CARET, - ACTIONS(4408), 1, - anon_sym_AMP, - ACTIONS(4410), 1, - anon_sym_PIPE, - ACTIONS(4412), 1, - anon_sym_AMP_AMP, - ACTIONS(4414), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4420), 1, - anon_sym_EQ, - ACTIONS(4460), 1, - anon_sym_DOT_DOT, - ACTIONS(4522), 1, - anon_sym_LBRACE, - STATE(403), 1, - sym_match_block, - ACTIONS(4402), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4416), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4424), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4462), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1933), 2, + STATE(1931), 2, sym_line_comment, sym_block_comment, - ACTIONS(4404), 3, + ACTIONS(3799), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4422), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4418), 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, - [57108] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4524), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1934), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3797), 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, @@ -165532,62 +165387,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57195] = 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, + [57046] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4526), 1, + ACTIONS(4521), 1, anon_sym_SEMI, - ACTIONS(4528), 1, + ACTIONS(4523), 1, anon_sym_else, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1935), 2, + STATE(1932), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165598,15 +165460,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57284] = 5, + [57135] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1936), 2, + STATE(1933), 2, sym_line_comment, sym_block_comment, - ACTIONS(1553), 15, + ACTIONS(3879), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -165622,7 +165484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1551), 23, + ACTIONS(3877), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -165646,118 +165508,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [57337] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [57188] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(4320), 1, - anon_sym_STAR, - ACTIONS(4326), 1, - anon_sym_COLON_COLON, - ACTIONS(4330), 1, - sym_metavariable, - STATE(2562), 1, - sym_scoped_identifier, - STATE(3653), 1, - sym_generic_type_with_turbofish, - STATE(3666), 1, - sym_bracketed_type, - STATE(3744), 1, - sym__use_clause, - STATE(1937), 2, + STATE(1934), 2, sym_line_comment, sym_block_comment, - ACTIONS(4328), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4322), 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, - [57411] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4039), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4530), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1938), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4122), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4037), 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, @@ -165768,60 +165549,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57497] = 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, + [57241] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, - anon_sym_LBRACK, - ACTIONS(3854), 1, - anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + STATE(1935), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4051), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4126), 1, anon_sym_AMP, - ACTIONS(4128), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, - anon_sym_EQ, - ACTIONS(4216), 1, - anon_sym_DOT_DOT, - ACTIONS(4532), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4134), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(4049), 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(1939), 2, + anon_sym_as, + [57294] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1936), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(1491), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4150), 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(1489), 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, @@ -165832,60 +165645,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57583] = 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, + [57347] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4447), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4451), 1, + anon_sym_EQ_GT, + ACTIONS(4525), 1, + anon_sym_AMP_AMP, + ACTIONS(4527), 1, anon_sym_DOT_DOT, - ACTIONS(4534), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4529), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1940), 2, + STATE(1937), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4445), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165896,60 +165716,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57669] = 22, + [57433] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4536), 1, + ACTIONS(4531), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1941), 2, + STATE(1938), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -165960,60 +165780,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57755] = 22, + [57519] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4447), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4527), 1, anon_sym_DOT_DOT, - ACTIONS(4538), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4435), 2, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + ACTIONS(4529), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1942), 2, + STATE(1939), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4445), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166024,60 +165843,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57841] = 22, + [57603] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4540), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4533), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1943), 2, + STATE(1940), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166088,60 +165907,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57927] = 22, + [57689] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4542), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4535), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1944), 2, + STATE(1941), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166152,44 +165971,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58013] = 16, + [57775] = 16, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4314), 1, + ACTIONS(4313), 1, sym_identifier, - ACTIONS(4316), 1, + ACTIONS(4315), 1, anon_sym_LBRACE, - ACTIONS(4320), 1, + ACTIONS(4319), 1, anon_sym_STAR, - ACTIONS(4326), 1, + ACTIONS(4325), 1, anon_sym_COLON_COLON, - ACTIONS(4330), 1, + ACTIONS(4329), 1, sym_metavariable, - STATE(2562), 1, + STATE(2556), 1, sym_scoped_identifier, - STATE(3521), 1, - sym__use_clause, - STATE(3653), 1, + STATE(3594), 1, sym_generic_type_with_turbofish, - STATE(3666), 1, + STATE(3618), 1, sym_bracketed_type, - STATE(1945), 2, + STATE(3794), 1, + sym__use_clause, + STATE(1942), 2, sym_line_comment, sym_block_comment, - ACTIONS(4328), 3, + ACTIONS(4327), 3, sym_self, sym_super, sym_crate, - STATE(3067), 4, + STATE(3038), 4, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, - ACTIONS(4322), 20, + ACTIONS(4321), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -166210,60 +166029,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [58087] = 22, + [57849] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4544), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4537), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1946), 2, + STATE(1943), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166274,60 +166093,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58173] = 22, + [57935] = 16, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_STAR, + ACTIONS(4325), 1, + anon_sym_COLON_COLON, + ACTIONS(4329), 1, + sym_metavariable, + STATE(2556), 1, + sym_scoped_identifier, + STATE(3594), 1, + sym_generic_type_with_turbofish, + STATE(3618), 1, + sym_bracketed_type, + STATE(3652), 1, + sym__use_clause, + STATE(1944), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4327), 3, + sym_self, + sym_super, + sym_crate, + STATE(3038), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4321), 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, + [58009] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4546), 1, + ACTIONS(4539), 1, anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1947), 2, + STATE(1945), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166338,60 +166215,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58259] = 22, + [58095] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4548), 1, + ACTIONS(4541), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1948), 2, + STATE(1946), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166402,118 +166279,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58345] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [58181] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(4320), 1, - anon_sym_STAR, - ACTIONS(4326), 1, - anon_sym_COLON_COLON, - ACTIONS(4330), 1, - sym_metavariable, - STATE(2562), 1, - sym_scoped_identifier, - STATE(3551), 1, - sym__use_clause, - STATE(3653), 1, - sym_generic_type_with_turbofish, - STATE(3666), 1, - sym_bracketed_type, - STATE(1949), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4328), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4322), 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, - [58419] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4550), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4543), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1950), 2, + STATE(1947), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166524,60 +166343,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58505] = 22, + [58267] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4552), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4545), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1951), 2, + STATE(1948), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166588,59 +166407,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58591] = 21, + [58353] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4392), 1, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4452), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4554), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4356), 2, + ACTIONS(4547), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4376), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4396), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4556), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1952), 2, + STATE(1949), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4450), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166651,118 +166471,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58675] = 16, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(4320), 1, - anon_sym_STAR, - ACTIONS(4326), 1, - anon_sym_COLON_COLON, - ACTIONS(4330), 1, - sym_metavariable, - STATE(2562), 1, - sym_scoped_identifier, - STATE(3468), 1, - sym__use_clause, - STATE(3653), 1, - sym_generic_type_with_turbofish, - STATE(3666), 1, - sym_bracketed_type, - STATE(1953), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4328), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4322), 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, - [58749] = 22, + [58439] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4558), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4549), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1954), 2, + STATE(1950), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166773,59 +166535,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58835] = 21, + [58525] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4392), 1, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4452), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4554), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4356), 2, + ACTIONS(4551), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4436), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4556), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1955), 2, + STATE(1951), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4450), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166836,60 +166599,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58919] = 22, + [58611] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4560), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4553), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1956), 2, + STATE(1952), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166900,60 +166663,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59005] = 22, + [58697] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4354), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(4360), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(4364), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(4366), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4384), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4386), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4388), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4392), 1, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4452), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4502), 1, - anon_sym_EQ_GT, - ACTIONS(4554), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4562), 1, - anon_sym_AMP_AMP, - ACTIONS(4356), 2, + ACTIONS(4423), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4362), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4396), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4556), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1957), 2, + STATE(1953), 2, sym_line_comment, sym_block_comment, - ACTIONS(4358), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4394), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4450), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -166964,60 +166727,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59091] = 22, + [58783] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4564), 1, + ACTIONS(4555), 1, anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1958), 2, + STATE(1954), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167028,60 +166791,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59177] = 22, + [58869] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4566), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4557), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1959), 2, + STATE(1955), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167092,60 +166855,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59263] = 22, + [58955] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4372), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4559), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1960), 2, + STATE(1956), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167156,118 +166919,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59349] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [59041] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(4320), 1, - anon_sym_STAR, - ACTIONS(4326), 1, - anon_sym_COLON_COLON, - ACTIONS(4330), 1, - sym_metavariable, - STATE(2562), 1, - sym_scoped_identifier, - STATE(3501), 1, - sym__use_clause, - STATE(3653), 1, - sym_generic_type_with_turbofish, - STATE(3666), 1, - sym_bracketed_type, - STATE(1961), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4328), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4322), 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, - [59423] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4568), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4561), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1962), 2, + STATE(1957), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167278,60 +166983,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59509] = 22, + [59127] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4570), 1, - anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1963), 2, + STATE(1958), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167342,60 +167047,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59595] = 22, + [59213] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4572), 1, + ACTIONS(4565), 1, anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1964), 2, + STATE(1959), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167406,60 +167111,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59681] = 22, + [59299] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4574), 1, + ACTIONS(4567), 1, anon_sym_RBRACK, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1965), 2, + STATE(1960), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167470,60 +167175,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59767] = 22, + [59385] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4349), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(4355), 1, anon_sym_QMARK, - ACTIONS(3856), 1, - anon_sym_DOT, - ACTIONS(3878), 1, - anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4357), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4359), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4361), 1, anon_sym_PIPE, - ACTIONS(4130), 1, - anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4365), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4373), 1, + anon_sym_DOT, + ACTIONS(4379), 1, + anon_sym_as, + ACTIONS(4447), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4527), 1, anon_sym_DOT_DOT, - ACTIONS(4576), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4351), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4367), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4371), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4515), 2, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + ACTIONS(4529), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1966), 2, + STATE(1961), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4353), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4369), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4445), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167534,60 +167238,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59853] = 22, + [59469] = 16, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_STAR, + ACTIONS(4325), 1, + anon_sym_COLON_COLON, + ACTIONS(4329), 1, + sym_metavariable, + STATE(2556), 1, + sym_scoped_identifier, + STATE(3594), 1, + sym_generic_type_with_turbofish, + STATE(3618), 1, + sym_bracketed_type, + STATE(3673), 1, + sym__use_clause, + STATE(1962), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4327), 3, + sym_self, + sym_super, + sym_crate, + STATE(3038), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4321), 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, + [59543] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4374), 1, - anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4569), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1967), 2, + STATE(1963), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167598,60 +167360,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59939] = 22, + [59629] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4578), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4571), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1968), 2, + STATE(1964), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167662,60 +167424,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60025] = 22, + [59715] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_STAR, + ACTIONS(4325), 1, + anon_sym_COLON_COLON, + ACTIONS(4329), 1, + sym_metavariable, + STATE(2556), 1, + sym_scoped_identifier, + STATE(3594), 1, + sym_generic_type_with_turbofish, + STATE(3618), 1, + sym_bracketed_type, + STATE(3620), 1, + sym__use_clause, + STATE(1965), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4327), 3, + sym_self, + sym_super, + sym_crate, + STATE(3038), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4321), 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, + [59789] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4580), 1, + ACTIONS(4573), 1, anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1969), 2, + STATE(1966), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167726,60 +167546,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60111] = 22, + [59875] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4582), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4575), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1970), 2, + STATE(1967), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167790,60 +167610,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60197] = 22, + [59961] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4584), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4577), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1971), 2, + STATE(1968), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167854,60 +167674,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60283] = 22, + [60047] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4586), 1, - anon_sym_SEMI, - ACTIONS(4120), 2, + ACTIONS(4579), 1, + anon_sym_COMMA, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1972), 2, + STATE(1969), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [60133] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4581), 1, + anon_sym_RBRACK, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1970), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167918,60 +167802,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60369] = 22, + [60219] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3850), 1, + ACTIONS(3897), 1, anon_sym_LBRACK, - ACTIONS(3854), 1, + ACTIONS(3901), 1, anon_sym_QMARK, - ACTIONS(3856), 1, + ACTIONS(3903), 1, anon_sym_DOT, - ACTIONS(3878), 1, + ACTIONS(3905), 1, anon_sym_as, - ACTIONS(4124), 1, + ACTIONS(4121), 1, anon_sym_CARET, - ACTIONS(4126), 1, + ACTIONS(4123), 1, anon_sym_AMP, - ACTIONS(4128), 1, + ACTIONS(4125), 1, anon_sym_PIPE, - ACTIONS(4130), 1, + ACTIONS(4127), 1, anon_sym_AMP_AMP, - ACTIONS(4132), 1, + ACTIONS(4129), 1, anon_sym_PIPE_PIPE, - ACTIONS(4152), 1, + ACTIONS(4135), 1, anon_sym_EQ, - ACTIONS(4216), 1, + ACTIONS(4215), 1, anon_sym_DOT_DOT, - ACTIONS(4588), 1, + ACTIONS(4583), 1, anon_sym_COMMA, - ACTIONS(4120), 2, + ACTIONS(4117), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4134), 2, + ACTIONS(4131), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4140), 2, + ACTIONS(4139), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4218), 2, + ACTIONS(4217), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1971), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4119), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4137), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4133), 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, + [60305] = 16, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4313), 1, + sym_identifier, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(4319), 1, + anon_sym_STAR, + ACTIONS(4325), 1, + anon_sym_COLON_COLON, + ACTIONS(4329), 1, + sym_metavariable, + STATE(2556), 1, + sym_scoped_identifier, + STATE(3242), 1, + sym__use_clause, + STATE(3594), 1, + sym_generic_type_with_turbofish, + STATE(3618), 1, + sym_bracketed_type, + STATE(1972), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4327), 3, + sym_self, + sym_super, + sym_crate, + STATE(3038), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4321), 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, + [60379] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3897), 1, + anon_sym_LBRACK, + ACTIONS(3901), 1, + anon_sym_QMARK, + ACTIONS(3903), 1, + anon_sym_DOT, + ACTIONS(3905), 1, + anon_sym_as, + ACTIONS(4121), 1, + anon_sym_CARET, + ACTIONS(4123), 1, + anon_sym_AMP, + ACTIONS(4125), 1, + anon_sym_PIPE, + ACTIONS(4127), 1, + anon_sym_AMP_AMP, + ACTIONS(4129), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4135), 1, + anon_sym_EQ, + ACTIONS(4215), 1, + anon_sym_DOT_DOT, + ACTIONS(4393), 1, + anon_sym_SEMI, + ACTIONS(4117), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4131), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4139), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4217), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(1973), 2, sym_line_comment, sym_block_comment, - ACTIONS(4122), 3, + ACTIONS(4119), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4138), 4, + ACTIONS(4137), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4150), 10, + ACTIONS(4133), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -167982,47 +167988,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [60455] = 17, + [60465] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4590), 1, + ACTIONS(4585), 1, sym_identifier, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - STATE(2953), 1, + STATE(3111), 1, sym_scoped_type_identifier, - STATE(3239), 1, + STATE(3362), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1974), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168040,47 +168046,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60530] = 17, + [60540] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - ACTIONS(4602), 1, + ACTIONS(4597), 1, sym_identifier, - STATE(3178), 1, + STATE(3175), 1, sym_scoped_type_identifier, - STATE(3474), 1, + STATE(3471), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1975), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168098,47 +168104,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60605] = 17, + [60615] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - ACTIONS(4604), 1, + ACTIONS(4599), 1, sym_identifier, - STATE(3094), 1, + STATE(2993), 1, sym_scoped_type_identifier, - STATE(3289), 1, + STATE(3448), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1976), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168156,47 +168162,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60680] = 17, + [60690] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - ACTIONS(4606), 1, + ACTIONS(4601), 1, sym_identifier, - STATE(3165), 1, + STATE(3162), 1, sym_scoped_type_identifier, - STATE(3429), 1, + STATE(3456), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1977), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168214,47 +168220,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60755] = 17, + [60765] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - ACTIONS(4608), 1, + ACTIONS(4603), 1, sym_identifier, - STATE(3155), 1, + STATE(3126), 1, sym_scoped_type_identifier, - STATE(3410), 1, + STATE(3408), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1978), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168272,47 +168278,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60830] = 17, + [60840] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - ACTIONS(4610), 1, + ACTIONS(4605), 1, sym_identifier, - STATE(3168), 1, + STATE(3053), 1, sym_scoped_type_identifier, - STATE(3458), 1, + STATE(3276), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1979), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168330,47 +168336,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60905] = 17, + [60915] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - ACTIONS(4612), 1, + ACTIONS(4607), 1, sym_identifier, - STATE(3172), 1, + STATE(3166), 1, sym_scoped_type_identifier, - STATE(3464), 1, + STATE(3466), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1980), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168388,47 +168394,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [60980] = 17, + [60990] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3868), 1, + ACTIONS(4063), 1, anon_sym_where, - ACTIONS(4594), 1, + ACTIONS(4589), 1, anon_sym_COLON_COLON, - ACTIONS(4600), 1, + ACTIONS(4595), 1, sym_metavariable, - ACTIONS(4614), 1, + ACTIONS(4609), 1, sym_identifier, - STATE(3174), 1, + STATE(3168), 1, sym_scoped_type_identifier, - STATE(3466), 1, + STATE(3467), 1, sym_generic_type, STATE(3513), 1, sym_scoped_identifier, - STATE(3643), 1, + STATE(3642), 1, sym_generic_type_with_turbofish, - STATE(3670), 1, + STATE(3668), 1, sym_bracketed_type, STATE(1981), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 3, + ACTIONS(4061), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4596), 3, + ACTIONS(4591), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4598), 3, + ACTIONS(4593), 3, sym_self, sym_super, sym_crate, - ACTIONS(4592), 17, + ACTIONS(4587), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168446,7 +168452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [61055] = 5, + [61065] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -168454,11 +168460,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1982), 2, sym_line_comment, sym_block_comment, - ACTIONS(4618), 3, + ACTIONS(4613), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4616), 29, + ACTIONS(4611), 29, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168488,7 +168494,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [61102] = 5, + [61112] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -168496,11 +168502,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1983), 2, sym_line_comment, sym_block_comment, - ACTIONS(4622), 3, + ACTIONS(4617), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4620), 29, + ACTIONS(4615), 29, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168530,7 +168536,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [61149] = 5, + [61159] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -168538,11 +168544,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(1984), 2, sym_line_comment, sym_block_comment, - ACTIONS(4626), 3, + ACTIONS(4621), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4624), 29, + ACTIONS(4619), 29, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168572,35 +168578,35 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [61196] = 13, + [61206] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3536), 1, + STATE(3607), 1, sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1985), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168621,35 +168627,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61258] = 13, + [61268] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3645), 1, + STATE(3709), 1, sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1986), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168670,35 +168676,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61320] = 13, + [61330] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3547), 1, - sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3744), 1, + sym_attribute, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1987), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168719,35 +168725,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61382] = 13, + [61392] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3742), 1, + STATE(3784), 1, sym_attribute, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1988), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168768,35 +168774,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61444] = 13, + [61454] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3660), 1, + STATE(3663), 1, sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1989), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168817,35 +168823,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61506] = 13, + [61516] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3688), 1, + STATE(3686), 1, sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1990), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168866,35 +168872,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61568] = 13, + [61578] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3602), 1, + STATE(3599), 1, sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1991), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168915,35 +168921,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61630] = 13, + [61640] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3557), 1, + STATE(3539), 1, sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1992), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -168964,35 +168970,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61692] = 13, + [61702] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2098), 1, + ACTIONS(2548), 1, anon_sym_COLON_COLON, - ACTIONS(4628), 1, + ACTIONS(4623), 1, sym_identifier, - ACTIONS(4634), 1, + ACTIONS(4629), 1, sym_metavariable, - STATE(2374), 1, + STATE(2367), 1, sym_scoped_identifier, - STATE(3626), 1, + STATE(3586), 1, sym_attribute, - STATE(3732), 1, + STATE(3737), 1, sym_bracketed_type, - STATE(3800), 1, + STATE(3801), 1, sym_generic_type_with_turbofish, STATE(1993), 2, sym_line_comment, sym_block_comment, - ACTIONS(4632), 3, + ACTIONS(4627), 3, sym_self, sym_super, sym_crate, - ACTIONS(4630), 20, + ACTIONS(4625), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169013,33 +169019,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61754] = 12, + [61764] = 12, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4636), 1, + ACTIONS(4631), 1, sym_identifier, - ACTIONS(4640), 1, + ACTIONS(4635), 1, anon_sym_COLON_COLON, - ACTIONS(4644), 1, + ACTIONS(4639), 1, sym_metavariable, - STATE(3197), 1, + STATE(3429), 1, sym_scoped_identifier, - STATE(3653), 1, + STATE(3594), 1, sym_generic_type_with_turbofish, - STATE(3666), 1, + STATE(3618), 1, sym_bracketed_type, STATE(1994), 2, sym_line_comment, sym_block_comment, - ACTIONS(4642), 3, + ACTIONS(4637), 3, sym_self, sym_super, sym_crate, - ACTIONS(4638), 20, + ACTIONS(4633), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169060,33 +169066,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61813] = 12, + [61823] = 12, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4640), 1, + ACTIONS(4635), 1, anon_sym_COLON_COLON, - ACTIONS(4646), 1, + ACTIONS(4641), 1, sym_identifier, - ACTIONS(4652), 1, + ACTIONS(4647), 1, sym_metavariable, - STATE(3306), 1, + STATE(3299), 1, sym_scoped_identifier, - STATE(3653), 1, + STATE(3594), 1, sym_generic_type_with_turbofish, - STATE(3666), 1, + STATE(3618), 1, sym_bracketed_type, STATE(1995), 2, sym_line_comment, sym_block_comment, - ACTIONS(4650), 3, + ACTIONS(4645), 3, sym_self, sym_super, sym_crate, - ACTIONS(4648), 20, + ACTIONS(4643), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -169107,17 +169113,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [61872] = 5, + [61882] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(951), 1, + ACTIONS(1033), 1, anon_sym_DOT_DOT, STATE(1996), 2, sym_line_comment, sym_block_comment, - ACTIONS(953), 20, + ACTIONS(1035), 21, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169134,21 +169140,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, anon_sym_else, anon_sym_in, - [61908] = 5, + [61919] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1013), 1, + ACTIONS(1017), 1, anon_sym_DOT_DOT, STATE(1997), 2, sym_line_comment, sym_block_comment, - ACTIONS(1015), 20, + ACTIONS(1019), 21, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169165,55 +169172,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, anon_sym_else, anon_sym_in, - [61944] = 6, + [61956] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3544), 1, + ACTIONS(3490), 1, anon_sym_COLON, - ACTIONS(3548), 2, + ACTIONS(3494), 2, anon_sym_BANG, anon_sym_COLON_COLON, STATE(1998), 2, sym_line_comment, sym_block_comment, - ACTIONS(3542), 17, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, - anon_sym_where, - anon_sym_else, - anon_sym_LT2, - [61981] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3528), 1, - anon_sym_COLON, - ACTIONS(3532), 2, - anon_sym_BANG, - anon_sym_COLON_COLON, - STATE(1999), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3526), 17, + ACTIONS(3488), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169231,36 +169208,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [62018] = 14, + [61993] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4656), 1, + ACTIONS(4651), 1, anon_sym_LPAREN, - ACTIONS(4658), 1, + ACTIONS(4653), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, + ACTIONS(4655), 1, anon_sym_COLON, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4664), 1, + ACTIONS(4659), 1, anon_sym_AT, - ACTIONS(4666), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(4670), 1, + ACTIONS(4665), 1, anon_sym_COLON_COLON, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, STATE(2027), 1, sym_type_arguments, - ACTIONS(4668), 2, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2000), 2, + STATE(1999), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 9, + ACTIONS(4649), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169270,20 +169247,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [62071] = 6, + [62046] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3536), 1, + ACTIONS(3520), 1, anon_sym_COLON, - ACTIONS(3540), 2, + ACTIONS(3524), 2, anon_sym_BANG, anon_sym_COLON_COLON, - STATE(2001), 2, + STATE(2000), 2, sym_line_comment, sym_block_comment, - ACTIONS(3534), 17, + ACTIONS(3518), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169301,20 +169278,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [62108] = 6, + [62083] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3503), 1, + ACTIONS(3478), 1, anon_sym_COLON, - ACTIONS(3507), 2, + ACTIONS(3482), 2, anon_sym_BANG, anon_sym_COLON_COLON, - STATE(2002), 2, + STATE(2001), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 17, + ACTIONS(3476), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169332,28 +169309,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [62145] = 10, + [62120] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, + ACTIONS(3538), 1, + anon_sym_COLON, + ACTIONS(3542), 2, anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, - STATE(2003), 2, + STATE(2002), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 13, + ACTIONS(3536), 17, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -169364,49 +169335,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_COMMA, anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, anon_sym_where, anon_sym_else, - [62189] = 6, + anon_sym_LT2, + [62157] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3530), 2, + ACTIONS(3699), 1, anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(2004), 2, + STATE(2003), 2, sym_line_comment, sym_block_comment, - ACTIONS(3526), 3, - anon_sym_LBRACE, - anon_sym_for, - anon_sym_LT2, - ACTIONS(3532), 14, + ACTIONS(3697), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_BANG, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_GT, anon_sym_COMMA, anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, + anon_sym_where, anon_sym_else, anon_sym_in, - [62225] = 5, + [62191] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3686), 1, + ACTIONS(3723), 1, anon_sym_COLON, - STATE(2005), 2, + STATE(2004), 2, sym_line_comment, sym_block_comment, - ACTIONS(3684), 18, + ACTIONS(3721), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169425,17 +169398,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [62259] = 5, + [62225] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3784), 1, + ACTIONS(3713), 1, anon_sym_COLON, - STATE(2006), 2, + STATE(2005), 2, sym_line_comment, sym_block_comment, - ACTIONS(3782), 18, + ACTIONS(3711), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169454,22 +169427,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [62293] = 6, + [62259] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3505), 2, + ACTIONS(3480), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2007), 2, + STATE(2006), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 3, + ACTIONS(3476), 3, anon_sym_LBRACE, anon_sym_for, anon_sym_LT2, - ACTIONS(3507), 14, + ACTIONS(3482), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169484,22 +169457,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62329] = 6, + [62295] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 2, + ACTIONS(3522), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2008), 2, + STATE(2007), 2, sym_line_comment, sym_block_comment, - ACTIONS(3534), 3, + ACTIONS(3518), 3, anon_sym_LBRACE, anon_sym_for, anon_sym_LT2, - ACTIONS(3540), 14, + ACTIONS(3524), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169514,49 +169487,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62365] = 6, + [62331] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3546), 2, + ACTIONS(3731), 1, anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(2009), 2, + STATE(2008), 2, sym_line_comment, sym_block_comment, - ACTIONS(3542), 3, - anon_sym_LBRACE, - anon_sym_for, - anon_sym_LT2, - ACTIONS(3548), 14, + ACTIONS(3729), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_BANG, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_GT, anon_sym_COMMA, anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, + anon_sym_where, anon_sym_else, anon_sym_in, - [62401] = 5, + [62365] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3800), 1, - anon_sym_COLON, - STATE(2010), 2, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, + STATE(2009), 2, sym_line_comment, sym_block_comment, - ACTIONS(3798), 18, + ACTIONS(3441), 13, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -169566,34 +169547,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, anon_sym_where, anon_sym_else, - anon_sym_in, - [62435] = 10, + [62409] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4671), 1, anon_sym_COLON_COLON, STATE(2027), 1, sym_type_arguments, - STATE(2097), 1, + STATE(2099), 1, sym_parameters, - STATE(2011), 2, + STATE(2010), 2, sym_line_comment, sym_block_comment, - ACTIONS(3428), 13, + ACTIONS(3459), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169607,27 +169584,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [62479] = 10, + [62453] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4671), 1, anon_sym_COLON_COLON, STATE(2027), 1, sym_type_arguments, - STATE(2097), 1, + STATE(2099), 1, sym_parameters, - STATE(2012), 2, + STATE(2011), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 13, + ACTIONS(3453), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169641,53 +169618,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [62523] = 5, + [62497] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3626), 1, + ACTIONS(3492), 2, anon_sym_COLON, - STATE(2013), 2, + anon_sym_DOT_DOT, + STATE(2012), 2, sym_line_comment, sym_block_comment, - ACTIONS(3624), 18, + ACTIONS(3488), 3, + anon_sym_LBRACE, + anon_sym_for, + anon_sym_LT2, + ACTIONS(3494), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PLUS, + anon_sym_BANG, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, - anon_sym_where, anon_sym_else, anon_sym_in, - [62557] = 5, + [62533] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3546), 2, + ACTIONS(3540), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2014), 2, + STATE(2013), 2, sym_line_comment, sym_block_comment, - ACTIONS(3548), 16, + ACTIONS(3536), 3, + anon_sym_LBRACE, + anon_sym_for, + anon_sym_LT2, + ACTIONS(3542), 14, 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, @@ -169698,45 +169678,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62590] = 4, + [62569] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4675), 1, + anon_sym_const, + ACTIONS(4677), 1, + anon_sym_enum, + ACTIONS(4679), 1, + anon_sym_fn, + ACTIONS(4681), 1, + anon_sym_mod, + ACTIONS(4683), 1, + anon_sym_static, + ACTIONS(4685), 1, + anon_sym_struct, + ACTIONS(4687), 1, + anon_sym_trait, + ACTIONS(4689), 1, + anon_sym_type, + ACTIONS(4691), 1, + anon_sym_union, + ACTIONS(4693), 1, + anon_sym_unsafe, + ACTIONS(4695), 1, + anon_sym_use, + ACTIONS(4697), 1, + anon_sym_extern, + STATE(2232), 1, + sym_extern_modifier, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(3757), 1, + sym_function_modifiers, + STATE(2014), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4673), 3, + anon_sym_async, + anon_sym_default, + anon_sym_gen, + [62630] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3480), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, STATE(2015), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 18, + ACTIONS(3482), 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, - [62621] = 5, + anon_sym_in, + [62663] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3530), 2, + ACTIONS(3540), 2, anon_sym_COLON, anon_sym_DOT_DOT, STATE(2016), 2, sym_line_comment, sym_block_comment, - ACTIONS(3532), 16, + ACTIONS(3542), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169753,87 +169776,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62654] = 9, + [62696] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4678), 1, - anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, STATE(2017), 2, sym_line_comment, sym_block_comment, - ACTIONS(3469), 13, + ACTIONS(3518), 18, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, anon_sym_where, anon_sym_else, - [62695] = 14, - ACTIONS(37), 1, - anon_sym_SQUOTE, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1117), 1, - anon_sym_DASH, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(1177), 1, - sym__raw_string_literal_start, - ACTIONS(1617), 1, - anon_sym_LBRACE, - ACTIONS(4680), 1, - sym_identifier, - STATE(3770), 1, - sym_label, - ACTIONS(1169), 2, - anon_sym_true, - anon_sym_false, - STATE(2018), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1643), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - STATE(3039), 3, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - STATE(3417), 3, - sym_block, - sym__literal, - sym_negative_literal, - [62746] = 5, + anon_sym_LT2, + [62727] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 2, + ACTIONS(3522), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2019), 2, + STATE(2018), 2, sym_line_comment, sym_block_comment, - ACTIONS(3540), 16, + ACTIONS(3524), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169850,18 +169831,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62779] = 5, + [62760] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3505), 2, + ACTIONS(3492), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2020), 2, + STATE(2019), 2, sym_line_comment, sym_block_comment, - ACTIONS(3507), 16, + ACTIONS(3494), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -169878,132 +169859,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [62812] = 19, + [62793] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4684), 1, - anon_sym_const, - ACTIONS(4686), 1, - anon_sym_enum, - ACTIONS(4688), 1, - anon_sym_fn, - ACTIONS(4690), 1, - anon_sym_mod, - ACTIONS(4692), 1, - anon_sym_static, - ACTIONS(4694), 1, - anon_sym_struct, - ACTIONS(4696), 1, - anon_sym_trait, - ACTIONS(4698), 1, - anon_sym_type, - ACTIONS(4700), 1, - anon_sym_union, - ACTIONS(4702), 1, - anon_sym_unsafe, - ACTIONS(4704), 1, - anon_sym_use, - ACTIONS(4706), 1, - anon_sym_extern, - STATE(2240), 1, - sym_extern_modifier, - STATE(2317), 1, - aux_sym_function_modifiers_repeat1, - STATE(3792), 1, - sym_function_modifiers, - ACTIONS(4682), 2, - anon_sym_async, - anon_sym_default, - STATE(2021), 2, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4699), 1, + anon_sym_COLON_COLON, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, + STATE(2020), 2, sym_line_comment, sym_block_comment, - [62872] = 11, + ACTIONS(3463), 13, + 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_where, + anon_sym_else, + [62834] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4710), 1, + ACTIONS(4703), 1, anon_sym_COLON, - ACTIONS(4712), 1, + ACTIONS(4705), 1, anon_sym_BANG, - ACTIONS(4714), 1, + ACTIONS(4707), 1, anon_sym_DOT_DOT, - ACTIONS(4718), 1, + ACTIONS(4711), 1, anon_sym_COLON_COLON, - STATE(2024), 1, + STATE(2026), 1, sym_type_arguments, - ACTIONS(4716), 2, + ACTIONS(4709), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2022), 2, + STATE(2021), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 9, - anon_sym_SEMI, + ACTIONS(4701), 3, anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, anon_sym_PIPE, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [62916] = 19, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [62881] = 14, + ACTIONS(37), 1, + anon_sym_SQUOTE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1079), 1, + anon_sym_DASH, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(1139), 1, + sym__raw_string_literal_start, + ACTIONS(1617), 1, + anon_sym_LBRACE, + ACTIONS(4713), 1, + sym_identifier, + STATE(3769), 1, + sym_label, + ACTIONS(1131), 2, + anon_sym_true, + anon_sym_false, + STATE(2022), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1643), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + STATE(3103), 3, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + STATE(3410), 3, + sym_block, + sym__literal, + sym_negative_literal, + [62932] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4720), 1, + ACTIONS(4715), 1, anon_sym_const, - ACTIONS(4722), 1, + ACTIONS(4717), 1, anon_sym_enum, - ACTIONS(4724), 1, + ACTIONS(4719), 1, anon_sym_fn, - ACTIONS(4726), 1, + ACTIONS(4721), 1, anon_sym_mod, - ACTIONS(4728), 1, + ACTIONS(4723), 1, anon_sym_static, - ACTIONS(4730), 1, + ACTIONS(4725), 1, anon_sym_struct, - ACTIONS(4732), 1, + ACTIONS(4727), 1, anon_sym_trait, - ACTIONS(4734), 1, + ACTIONS(4729), 1, anon_sym_type, - ACTIONS(4736), 1, + ACTIONS(4731), 1, anon_sym_union, - ACTIONS(4738), 1, + ACTIONS(4733), 1, anon_sym_unsafe, - ACTIONS(4740), 1, + ACTIONS(4735), 1, anon_sym_use, - ACTIONS(4742), 1, + ACTIONS(4737), 1, anon_sym_extern, - STATE(2281), 1, + STATE(2208), 1, sym_extern_modifier, - STATE(2317), 1, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(3675), 1, + STATE(3791), 1, sym_function_modifiers, - ACTIONS(4682), 2, - anon_sym_async, - anon_sym_default, STATE(2023), 2, sym_line_comment, sym_block_comment, - [62976] = 5, + ACTIONS(4673), 3, + anon_sym_async, + anon_sym_default, + anon_sym_gen, + [62993] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3704), 1, - anon_sym_COLON, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, STATE(2024), 2, sym_line_comment, sym_block_comment, - ACTIONS(3702), 16, + ACTIONS(3532), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170014,57 +170032,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, anon_sym_where, anon_sym_else, - [63008] = 12, + [63031] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4710), 1, + ACTIONS(3653), 1, anon_sym_COLON, - ACTIONS(4712), 1, - anon_sym_BANG, - ACTIONS(4714), 1, - anon_sym_DOT_DOT, - ACTIONS(4744), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, - ACTIONS(4716), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2025), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 3, + ACTIONS(3651), 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, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [63054] = 5, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, + anon_sym_where, + anon_sym_else, + [63063] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3738), 1, + ACTIONS(3637), 1, anon_sym_COLON, STATE(2026), 2, sym_line_comment, sym_block_comment, - ACTIONS(3736), 16, + ACTIONS(3635), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170081,17 +170089,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [63086] = 5, + [63095] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3734), 1, + ACTIONS(3649), 1, anon_sym_COLON, STATE(2027), 2, sym_line_comment, sym_block_comment, - ACTIONS(3732), 16, + ACTIONS(3647), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170108,53 +170116,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [63118] = 8, + [63127] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, + ACTIONS(4705), 1, + anon_sym_BANG, + ACTIONS(4707), 1, + anon_sym_DOT_DOT, + ACTIONS(4739), 1, + anon_sym_COLON_COLON, STATE(2026), 1, sym_type_arguments, - STATE(2098), 1, - sym_parameters, + ACTIONS(4709), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2028), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 13, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(4701), 3, 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_where, - anon_sym_else, - [63156] = 8, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [63171] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4741), 1, + anon_sym_LPAREN, + STATE(2029), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4153), 16, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + 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, + [63203] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - STATE(2026), 1, + STATE(2025), 1, sym_type_arguments, - STATE(2098), 1, + STATE(2100), 1, sym_parameters, - STATE(2029), 2, + STATE(2030), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 13, + ACTIONS(3528), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170168,53 +170206,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [63194] = 8, + [63241] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, + ACTIONS(4703), 1, + anon_sym_COLON, + ACTIONS(4705), 1, + anon_sym_BANG, + ACTIONS(4707), 1, + anon_sym_DOT_DOT, + ACTIONS(4743), 1, + anon_sym_COLON_COLON, STATE(2026), 1, sym_type_arguments, - STATE(2098), 1, - sym_parameters, - STATE(2030), 2, + ACTIONS(4709), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2031), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 13, + ACTIONS(4701), 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_where, anon_sym_else, - [63232] = 8, + anon_sym_in, + [63285] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - STATE(2026), 1, + STATE(2025), 1, sym_type_arguments, - STATE(2098), 1, + STATE(2100), 1, sym_parameters, - STATE(2031), 2, + STATE(2032), 2, sym_line_comment, sym_block_comment, - ACTIONS(3517), 13, + ACTIONS(3544), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170228,19 +170269,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [63270] = 6, + [63323] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3511), 1, - anon_sym_COLON, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - STATE(2032), 2, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, + STATE(2033), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 14, + ACTIONS(3484), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170252,18 +170297,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_COMMA, anon_sym_SQUOTE, - anon_sym_as, anon_sym_where, anon_sym_else, - [63303] = 4, + [63361] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2033), 2, + STATE(2034), 2, sym_line_comment, sym_block_comment, - ACTIONS(1531), 16, + ACTIONS(1043), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170280,22 +170324,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [63332] = 5, + [63390] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4748), 1, - anon_sym_LPAREN, - STATE(2034), 2, + ACTIONS(4745), 1, + anon_sym_COLON_COLON, + STATE(2035), 2, sym_line_comment, sym_block_comment, - ACTIONS(4154), 15, + ACTIONS(4158), 15, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, + anon_sym_gen, anon_sym_mod, anon_sym_static, anon_sym_struct, @@ -170305,116 +170350,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsafe, anon_sym_use, anon_sym_extern, - sym_identifier, - [63363] = 10, + [63421] = 16, 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_COLON, - ACTIONS(4662), 1, + ACTIONS(4653), 1, + anon_sym_LBRACE, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4666), 1, + ACTIONS(4659), 1, + anon_sym_AT, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(4750), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4747), 1, + anon_sym_LPAREN, + ACTIONS(4749), 1, + anon_sym_RBRACK, + ACTIONS(4752), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, + ACTIONS(3441), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4649), 2, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2035), 2, + STATE(2036), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 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, - [63404] = 11, + [63474] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4712), 1, + ACTIONS(4701), 1, + anon_sym_PIPE, + ACTIONS(4703), 1, + anon_sym_COLON, + ACTIONS(4705), 1, anon_sym_BANG, - ACTIONS(4714), 1, + ACTIONS(4707), 1, anon_sym_DOT_DOT, - ACTIONS(4752), 1, + ACTIONS(4754), 1, anon_sym_COLON_COLON, - STATE(2024), 1, + STATE(2026), 1, sym_type_arguments, - ACTIONS(4716), 2, + ACTIONS(4709), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2036), 2, + STATE(2037), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 3, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(3566), 6, + ACTIONS(3421), 7, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, - [63447] = 16, + [63519] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4654), 1, - anon_sym_PIPE, - ACTIONS(4658), 1, - anon_sym_LBRACE, - ACTIONS(4660), 1, + ACTIONS(3546), 1, anon_sym_COLON, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4664), 1, - anon_sym_AT, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4754), 1, - anon_sym_LPAREN, ACTIONS(4756), 1, anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2037), 2, + STATE(2038), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 3, + ACTIONS(3544), 14, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, anon_sym_COMMA, - [63500] = 4, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [63552] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2038), 2, + STATE(2039), 2, sym_line_comment, sym_block_comment, - ACTIONS(1055), 16, + ACTIONS(3701), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170426,51 +170467,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [63529] = 6, + [63581] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(186), 1, - sym_fragment_specifier, - ACTIONS(4760), 2, - anon_sym_expr, - anon_sym_pat, - STATE(2039), 2, + ACTIONS(4109), 1, + anon_sym_COLON_COLON, + STATE(2040), 2, sym_line_comment, sym_block_comment, - ACTIONS(4758), 13, - anon_sym_block, - anon_sym_expr_2021, - anon_sym_ident, - anon_sym_item, - anon_sym_lifetime, - anon_sym_literal, - anon_sym_meta, - anon_sym_pat_param, - anon_sym_path, - anon_sym_stmt, - anon_sym_tt, - anon_sym_ty, - anon_sym_vis, - [63562] = 6, + ACTIONS(4158), 15, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + 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, + [63612] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3477), 1, + ACTIONS(3534), 1, anon_sym_COLON, - ACTIONS(4746), 1, + ACTIONS(4756), 1, anon_sym_COLON_COLON, - STATE(2040), 2, + STATE(2041), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 14, + ACTIONS(3532), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170485,15 +170525,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63595] = 4, + [63645] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2041), 2, + STATE(2042), 2, sym_line_comment, sym_block_comment, - ACTIONS(3628), 16, + ACTIONS(3715), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170510,19 +170550,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63624] = 6, + [63674] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3515), 1, + ACTIONS(3486), 1, anon_sym_COLON, - ACTIONS(4746), 1, + ACTIONS(4756), 1, anon_sym_COLON_COLON, - STATE(2042), 2, + STATE(2043), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 14, + ACTIONS(3484), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170537,102 +170577,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63657] = 16, + [63707] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4658), 1, - anon_sym_LBRACE, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4664), 1, - anon_sym_AT, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4762), 1, - anon_sym_LPAREN, - ACTIONS(4764), 1, - anon_sym_RBRACK, - ACTIONS(4767), 1, - anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, - ACTIONS(3452), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4654), 2, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2043), 2, + STATE(2044), 2, sym_line_comment, sym_block_comment, - [63710] = 4, + ACTIONS(4189), 16, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + 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, + [63736] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2044), 2, + ACTIONS(4651), 1, + anon_sym_LPAREN, + ACTIONS(4655), 1, + anon_sym_COLON, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(4758), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2045), 2, sym_line_comment, sym_block_comment, - ACTIONS(1467), 16, + ACTIONS(4649), 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, anon_sym_in, - [63739] = 4, + [63777] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2045), 2, + STATE(185), 1, + sym_fragment_specifier, + ACTIONS(4762), 2, + anon_sym_expr, + anon_sym_pat, + STATE(2046), 2, sym_line_comment, sym_block_comment, - ACTIONS(3610), 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, - [63768] = 4, + ACTIONS(4760), 13, + anon_sym_block, + anon_sym_expr_2021, + anon_sym_ident, + anon_sym_item, + anon_sym_lifetime, + anon_sym_literal, + anon_sym_meta, + anon_sym_pat_param, + anon_sym_path, + anon_sym_stmt, + anon_sym_tt, + anon_sym_ty, + anon_sym_vis, + [63810] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2046), 2, + STATE(2047), 2, sym_line_comment, sym_block_comment, - ACTIONS(3760), 16, + ACTIONS(3675), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170649,19 +170685,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63797] = 6, + [63839] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2048), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4113), 16, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + 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, + [63868] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3519), 1, + ACTIONS(3530), 1, anon_sym_COLON, - ACTIONS(4746), 1, + ACTIONS(4764), 1, anon_sym_COLON_COLON, - STATE(2047), 2, + STATE(2049), 2, sym_line_comment, sym_block_comment, - ACTIONS(3517), 14, + ACTIONS(3528), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170676,15 +170737,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63830] = 4, + [63901] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2048), 2, + STATE(2050), 2, sym_line_comment, sym_block_comment, - ACTIONS(1047), 16, + ACTIONS(1481), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170701,15 +170762,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [63859] = 4, + [63930] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2049), 2, + STATE(2051), 2, sym_line_comment, sym_block_comment, - ACTIONS(3786), 16, + ACTIONS(3733), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170726,24 +170787,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63888] = 6, + [63959] = 16, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3477), 1, + ACTIONS(4649), 1, + anon_sym_PIPE, + ACTIONS(4653), 1, + anon_sym_LBRACE, + ACTIONS(4655), 1, anon_sym_COLON, - ACTIONS(4769), 1, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4659), 1, + anon_sym_AT, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4766), 1, + anon_sym_LPAREN, + ACTIONS(4768), 1, anon_sym_COLON_COLON, - STATE(2050), 2, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2052), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3441), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [64012] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2053), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 14, + ACTIONS(1047), 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, @@ -170753,82 +170848,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63921] = 17, + anon_sym_in, + [64041] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3452), 1, + ACTIONS(3441), 1, anon_sym_PLUS, - ACTIONS(4654), 1, + ACTIONS(4649), 1, anon_sym_PIPE, - ACTIONS(4658), 1, + ACTIONS(4653), 1, anon_sym_LBRACE, - ACTIONS(4660), 1, + ACTIONS(4655), 1, anon_sym_COLON, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4664), 1, + ACTIONS(4659), 1, anon_sym_AT, - ACTIONS(4666), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4771), 1, + ACTIONS(4770), 1, anon_sym_LPAREN, - ACTIONS(4773), 1, + ACTIONS(4772), 1, anon_sym_COLON_COLON, STATE(2027), 1, sym_type_arguments, - STATE(2097), 1, + STATE(2099), 1, sym_parameters, - ACTIONS(4668), 2, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4764), 2, + ACTIONS(4749), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(2051), 2, + STATE(2054), 2, sym_line_comment, sym_block_comment, - [63976] = 4, + [64096] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2052), 2, + ACTIONS(3530), 1, + anon_sym_COLON, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + STATE(2055), 2, sym_line_comment, sym_block_comment, - ACTIONS(3688), 16, + ACTIONS(3528), 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, - [64005] = 6, + [64129] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3477), 1, + ACTIONS(3530), 1, anon_sym_COLON, - ACTIONS(4775), 1, + ACTIONS(4774), 1, anon_sym_COLON_COLON, - STATE(2053), 2, + STATE(2056), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 14, + ACTIONS(3528), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170843,47 +170941,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64038] = 12, + [64162] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4708), 1, - anon_sym_PIPE, - ACTIONS(4710), 1, - anon_sym_COLON, - ACTIONS(4712), 1, - anon_sym_BANG, - ACTIONS(4714), 1, - anon_sym_DOT_DOT, - ACTIONS(4777), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, - ACTIONS(4716), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2054), 2, + STATE(2057), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(4171), 16, anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, anon_sym_fn, + anon_sym_gen, + 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, - [64082] = 4, + sym_identifier, + [64191] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2055), 2, + STATE(2058), 2, sym_line_comment, sym_block_comment, - ACTIONS(4004), 15, + ACTIONS(3725), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170895,19 +170986,20 @@ 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, - [64110] = 4, + [64220] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2056), 2, + STATE(2059), 2, sym_line_comment, sym_block_comment, - ACTIONS(4016), 15, + ACTIONS(1489), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170923,15 +171015,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64138] = 4, + anon_sym_in, + [64249] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2057), 2, + STATE(2060), 2, sym_line_comment, sym_block_comment, - ACTIONS(3802), 15, + ACTIONS(3853), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170947,15 +171040,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64166] = 4, + [64277] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2058), 2, + STATE(2061), 2, sym_line_comment, sym_block_comment, - ACTIONS(3806), 15, + ACTIONS(3825), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170971,15 +171064,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64194] = 4, + [64305] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2059), 2, + STATE(2062), 2, sym_line_comment, sym_block_comment, - ACTIONS(3880), 15, + ACTIONS(3939), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -170995,39 +171088,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64222] = 4, + [64333] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2060), 2, + STATE(2063), 2, sym_line_comment, sym_block_comment, - ACTIONS(4161), 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, - [64250] = 4, + ACTIONS(3813), 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, + [64361] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2061), 2, + STATE(2064), 2, sym_line_comment, sym_block_comment, - ACTIONS(3814), 15, + ACTIONS(3532), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171043,15 +171136,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64278] = 4, + [64389] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2062), 2, + STATE(2065), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 15, + ACTIONS(3821), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171067,15 +171160,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64306] = 4, + [64417] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2063), 2, + STATE(2066), 2, sym_line_comment, sym_block_comment, - ACTIONS(3517), 15, + ACTIONS(3829), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171091,15 +171184,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64334] = 4, + [64445] = 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(3844), 15, + ACTIONS(3943), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171115,15 +171208,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64362] = 4, + [64473] = 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(3862), 15, + ACTIONS(3947), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171139,15 +171232,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64390] = 4, + [64501] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2066), 2, + STATE(2069), 2, sym_line_comment, sym_block_comment, - ACTIONS(4102), 15, + ACTIONS(3857), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171163,39 +171256,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64418] = 4, + [64529] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2067), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4167), 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, - [64446] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2068), 2, + STATE(2070), 2, sym_line_comment, sym_block_comment, - ACTIONS(3822), 15, + ACTIONS(3915), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171211,15 +171280,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64474] = 4, + [64557] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2069), 2, + STATE(2071), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 15, + ACTIONS(3833), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171235,56 +171304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64502] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4779), 1, - anon_sym_COLON_COLON, - STATE(2070), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4156), 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, - [64532] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2071), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4171), 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, - [64560] = 4, + [64585] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171292,7 +171312,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2072), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 15, + ACTIONS(3931), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171308,7 +171328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64588] = 4, + [64613] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171316,7 +171336,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2073), 2, sym_line_comment, sym_block_comment, - ACTIONS(3866), 15, + ACTIONS(4011), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171332,7 +171352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64616] = 4, + [64641] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171340,7 +171360,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2074), 2, sym_line_comment, sym_block_comment, - ACTIONS(3884), 15, + ACTIONS(3837), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171356,7 +171376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64644] = 4, + [64669] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171364,7 +171384,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2075), 2, sym_line_comment, sym_block_comment, - ACTIONS(3888), 15, + ACTIONS(3841), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171380,7 +171400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64672] = 4, + [64697] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171388,7 +171408,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2076), 2, sym_line_comment, sym_block_comment, - ACTIONS(3810), 15, + ACTIONS(3935), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171404,7 +171424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64700] = 4, + [64725] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171412,7 +171432,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2077), 2, sym_line_comment, sym_block_comment, - ACTIONS(3892), 15, + ACTIONS(3861), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171428,7 +171448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64728] = 4, + [64753] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171436,7 +171456,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2078), 2, sym_line_comment, sym_block_comment, - ACTIONS(3896), 15, + ACTIONS(3805), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171452,7 +171472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64756] = 4, + [64781] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171460,7 +171480,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2079), 2, sym_line_comment, sym_block_comment, - ACTIONS(3908), 15, + ACTIONS(3528), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171476,7 +171496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64784] = 4, + [64809] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171484,7 +171504,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2080), 2, sym_line_comment, sym_block_comment, - ACTIONS(3870), 15, + ACTIONS(3544), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171500,7 +171520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64812] = 4, + [64837] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171508,7 +171528,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2081), 2, sym_line_comment, sym_block_comment, - ACTIONS(4110), 15, + ACTIONS(3923), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171524,7 +171544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64840] = 4, + [64865] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171532,7 +171552,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2082), 2, sym_line_comment, sym_block_comment, - ACTIONS(3978), 15, + ACTIONS(3951), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171548,7 +171568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64868] = 4, + [64893] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171556,7 +171576,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2083), 2, sym_line_comment, sym_block_comment, - ACTIONS(3988), 15, + ACTIONS(3927), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171572,7 +171592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64896] = 4, + [64921] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171580,7 +171600,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2084), 2, sym_line_comment, sym_block_comment, - ACTIONS(3900), 15, + ACTIONS(3919), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171596,7 +171616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64924] = 4, + [64949] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171604,7 +171624,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2085), 2, sym_line_comment, sym_block_comment, - ACTIONS(4074), 15, + ACTIONS(3484), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171620,7 +171640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64952] = 4, + [64977] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171628,7 +171648,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2086), 2, sym_line_comment, sym_block_comment, - ACTIONS(4038), 15, + ACTIONS(3809), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171644,7 +171664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64980] = 4, + [65005] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171652,7 +171672,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2087), 2, sym_line_comment, sym_block_comment, - ACTIONS(4008), 15, + ACTIONS(3817), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171668,7 +171688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65008] = 4, + [65033] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171676,7 +171696,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2088), 2, sym_line_comment, sym_block_comment, - ACTIONS(4106), 15, + ACTIONS(3907), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171692,32 +171712,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65036] = 5, + [65061] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, STATE(2089), 2, sym_line_comment, sym_block_comment, - ACTIONS(4156), 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, - [65066] = 4, + ACTIONS(3959), 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, + [65089] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171725,7 +171744,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2090), 2, sym_line_comment, sym_block_comment, - ACTIONS(3996), 15, + ACTIONS(3911), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171741,7 +171760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65094] = 4, + [65117] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -171749,7 +171768,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2091), 2, sym_line_comment, sym_block_comment, - ACTIONS(3858), 15, + ACTIONS(4061), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171765,65 +171784,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [65122] = 5, + [65145] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4783), 1, - anon_sym_DOT_DOT, + ACTIONS(4776), 1, + anon_sym_DASH_GT, STATE(2092), 2, sym_line_comment, sym_block_comment, - ACTIONS(4781), 13, + ACTIONS(3685), 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_where, anon_sym_else, - anon_sym_in, - [65151] = 5, + [65174] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(955), 1, - anon_sym_DOT_DOT, + ACTIONS(4778), 1, + anon_sym_DASH_GT, STATE(2093), 2, sym_line_comment, sym_block_comment, - ACTIONS(957), 13, + ACTIONS(3705), 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_where, anon_sym_else, - anon_sym_in, - [65180] = 5, + [65203] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(975), 1, + ACTIONS(1013), 1, anon_sym_DOT_DOT, STATE(2094), 2, sym_line_comment, sym_block_comment, - ACTIONS(977), 13, + ACTIONS(1015), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171837,24 +171856,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65209] = 8, + [65232] = 11, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_PIPE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(4780), 1, + anon_sym_move, + STATE(225), 1, + sym_closure_parameters, + STATE(399), 1, + sym_block, + STATE(3510), 1, + sym_label, + STATE(2095), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [65273] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4710), 1, + ACTIONS(4703), 1, anon_sym_COLON, - ACTIONS(4714), 1, + ACTIONS(4707), 1, anon_sym_DOT_DOT, - ACTIONS(4718), 1, + ACTIONS(4743), 1, anon_sym_COLON_COLON, - ACTIONS(4716), 2, + ACTIONS(4709), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2095), 2, + STATE(2096), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 9, + ACTIONS(4701), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171864,41 +171913,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65244] = 5, + [65308] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4785), 1, - anon_sym_DASH_GT, - STATE(2096), 2, + ACTIONS(4784), 1, + anon_sym_DOT_DOT, + STATE(2097), 2, sym_line_comment, sym_block_comment, - ACTIONS(3740), 13, + ACTIONS(4782), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PLUS, + 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_SQUOTE, - anon_sym_where, anon_sym_else, - [65273] = 5, + anon_sym_in, + [65337] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4787), 1, + ACTIONS(4786), 1, anon_sym_DASH_GT, - STATE(2097), 2, + STATE(2098), 2, sym_line_comment, sym_block_comment, - ACTIONS(3746), 13, + ACTIONS(3655), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171912,17 +171961,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65302] = 5, + [65366] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4789), 1, + ACTIONS(4788), 1, anon_sym_DASH_GT, - STATE(2098), 2, + STATE(2099), 2, sym_line_comment, sym_block_comment, - ACTIONS(3752), 13, + ACTIONS(3661), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171936,17 +171985,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65331] = 5, + [65395] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4791), 1, + ACTIONS(4790), 1, anon_sym_DASH_GT, - STATE(2099), 2, + STATE(2100), 2, sym_line_comment, sym_block_comment, - ACTIONS(3764), 13, + ACTIONS(3667), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171960,17 +172009,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65360] = 5, + [65424] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4793), 1, + ACTIONS(4792), 1, anon_sym_DASH_GT, - STATE(2100), 2, + STATE(2101), 2, sym_line_comment, sym_block_comment, - ACTIONS(3770), 13, + ACTIONS(3679), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -171984,17 +172033,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65389] = 5, + [65453] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4795), 1, + ACTIONS(4794), 1, anon_sym_DASH_GT, - STATE(2101), 2, + STATE(2102), 2, sym_line_comment, sym_block_comment, - ACTIONS(3776), 13, + ACTIONS(3691), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172008,169 +172057,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_where, anon_sym_else, - [65418] = 5, + [65482] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4797), 1, - anon_sym_DASH_GT, - STATE(2102), 2, + ACTIONS(1029), 1, + anon_sym_DOT_DOT, + STATE(2103), 2, sym_line_comment, sym_block_comment, - ACTIONS(3790), 13, + ACTIONS(1031), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PLUS, + 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_SQUOTE, - anon_sym_where, anon_sym_else, - [65447] = 7, + anon_sym_in, + [65511] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4799), 1, + ACTIONS(3540), 1, + anon_sym_DOT_DOT, + ACTIONS(4796), 2, anon_sym_LPAREN, - ACTIONS(3538), 2, + anon_sym_RBRACK, + STATE(2104), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3536), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(3542), 6, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + [65543] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3480), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2103), 2, + STATE(2105), 2, sym_line_comment, sym_block_comment, - ACTIONS(3534), 5, - anon_sym_RPAREN, + ACTIONS(3476), 3, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3540), 5, + ACTIONS(4799), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3482), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [65479] = 7, + [65575] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3546), 1, + ACTIONS(3522), 2, + anon_sym_COLON, anon_sym_DOT_DOT, - ACTIONS(4802), 2, - anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2104), 2, + STATE(2106), 2, sym_line_comment, sym_block_comment, - ACTIONS(3542), 4, - anon_sym_SEMI, + ACTIONS(3518), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3548), 6, + ACTIONS(4802), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3524), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + [65607] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3492), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(2107), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3488), 3, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(4805), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COMMA, + ACTIONS(3494), 5, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [65511] = 7, + [65639] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3530), 1, + ACTIONS(3522), 1, anon_sym_DOT_DOT, - ACTIONS(4805), 2, + ACTIONS(4802), 2, anon_sym_LPAREN, anon_sym_RBRACK, - STATE(2105), 2, + STATE(2108), 2, sym_line_comment, sym_block_comment, - ACTIONS(3526), 4, + ACTIONS(3518), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3532), 6, + ACTIONS(3524), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - [65543] = 7, + [65671] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3505), 1, + ACTIONS(3480), 1, anon_sym_DOT_DOT, - ACTIONS(4808), 2, + ACTIONS(4799), 2, anon_sym_LPAREN, anon_sym_RBRACK, - STATE(2106), 2, + STATE(2109), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 4, + ACTIONS(3476), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3507), 6, + ACTIONS(3482), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - [65575] = 7, + [65703] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4808), 1, - anon_sym_LPAREN, - ACTIONS(3505), 2, - anon_sym_COLON, + ACTIONS(3492), 1, anon_sym_DOT_DOT, - STATE(2107), 2, + ACTIONS(4805), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2110), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 5, - anon_sym_RPAREN, + ACTIONS(3488), 4, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3507), 5, + ACTIONS(3494), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - [65607] = 6, + [65735] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, + ACTIONS(4810), 1, anon_sym_DOT_DOT, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2108), 2, + STATE(2111), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 10, + ACTIONS(4808), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172178,45 +172274,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65637] = 7, + [65763] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4805), 1, - anon_sym_LPAREN, - ACTIONS(3530), 2, - anon_sym_COLON, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - STATE(2109), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3526), 5, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_LT2, - ACTIONS(3532), 5, - anon_sym_BANG, - anon_sym_PIPE, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - [65669] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4813), 1, - anon_sym_DOT_DOT, - STATE(2110), 2, + STATE(2112), 2, sym_line_comment, sym_block_comment, - ACTIONS(4811), 12, + ACTIONS(4649), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172224,297 +172300,269 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65697] = 7, + [65793] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4802), 1, + ACTIONS(4796), 1, anon_sym_LPAREN, - ACTIONS(3546), 2, + ACTIONS(3540), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2111), 2, + STATE(2113), 2, sym_line_comment, sym_block_comment, - ACTIONS(3542), 5, + ACTIONS(3536), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3548), 5, + ACTIONS(3542), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [65729] = 7, + [65825] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3505), 2, + ACTIONS(4802), 1, + anon_sym_LPAREN, + ACTIONS(3522), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2112), 2, + STATE(2114), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 3, + ACTIONS(3518), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(4808), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3507), 5, + anon_sym_LT2, + ACTIONS(3524), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [65761] = 7, + [65857] = 10, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3546), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(2113), 2, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(4687), 1, + anon_sym_trait, + ACTIONS(4812), 1, + anon_sym_impl, + STATE(419), 1, + sym_block, + STATE(3510), 1, + sym_label, + STATE(2115), 2, sym_line_comment, sym_block_comment, - ACTIONS(3542), 3, - anon_sym_LBRACE, - anon_sym_PLUS, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [65895] = 14, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4802), 3, + ACTIONS(4669), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3548), 5, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4671), 1, anon_sym_COLON_COLON, - [65793] = 7, + ACTIONS(4814), 1, + anon_sym_COLON, + ACTIONS(4816), 1, + anon_sym_EQ, + STATE(2027), 1, + sym_type_arguments, + STATE(2484), 1, + sym_parameters, + STATE(3115), 1, + sym_trait_bounds, + ACTIONS(3441), 2, + anon_sym_PLUS, + anon_sym_as, + ACTIONS(4818), 2, + anon_sym_GT, + anon_sym_COMMA, + STATE(2116), 2, + sym_line_comment, + sym_block_comment, + [65941] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 2, + ACTIONS(4805), 1, + anon_sym_LPAREN, + ACTIONS(3492), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2114), 2, + STATE(2117), 2, sym_line_comment, sym_block_comment, - ACTIONS(3534), 3, + ACTIONS(3488), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(4799), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3540), 5, + anon_sym_LT2, + ACTIONS(3494), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [65825] = 7, + [65973] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 1, - anon_sym_DOT_DOT, - ACTIONS(4799), 2, + ACTIONS(4799), 1, anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2115), 2, + ACTIONS(3480), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(2118), 2, sym_line_comment, sym_block_comment, - ACTIONS(3534), 4, - anon_sym_SEMI, + ACTIONS(3476), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3540), 6, + ACTIONS(3482), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - [65857] = 13, + [66005] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4815), 1, + ACTIONS(4820), 1, anon_sym_LPAREN, - ACTIONS(4817), 1, + ACTIONS(4822), 1, anon_sym_LBRACE, - ACTIONS(4819), 1, + ACTIONS(4824), 1, anon_sym_BANG, - ACTIONS(4821), 1, + ACTIONS(4826), 1, anon_sym_AT, - ACTIONS(4823), 1, + ACTIONS(4828), 1, anon_sym_DOT_DOT, - ACTIONS(4827), 1, + ACTIONS(4832), 1, anon_sym_COLON_COLON, STATE(2027), 1, sym_type_arguments, - ACTIONS(4825), 2, + ACTIONS(4830), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2116), 2, + STATE(2119), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 3, + ACTIONS(4649), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [65901] = 11, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(27), 1, - anon_sym_PIPE, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(4829), 1, - anon_sym_move, - STATE(224), 1, - sym_closure_parameters, - STATE(409), 1, - sym_block, - STATE(3621), 1, - sym_label, - STATE(2117), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [65941] = 7, + [66049] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3530), 2, + ACTIONS(3540), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2118), 2, + STATE(2120), 2, sym_line_comment, sym_block_comment, - ACTIONS(3526), 3, + ACTIONS(3536), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4805), 3, + ACTIONS(4796), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3532), 5, + ACTIONS(3542), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [65973] = 14, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, - anon_sym_COLON_COLON, - ACTIONS(4831), 1, - anon_sym_COLON, - ACTIONS(4833), 1, - anon_sym_EQ, - STATE(2027), 1, - sym_type_arguments, - STATE(2409), 1, - sym_parameters, - STATE(3144), 1, - sym_trait_bounds, - ACTIONS(3452), 2, - anon_sym_PLUS, - anon_sym_as, - ACTIONS(4835), 2, - anon_sym_GT, - anon_sym_COMMA, - STATE(2119), 2, - sym_line_comment, - sym_block_comment, - [66019] = 13, + [66081] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4839), 1, + ACTIONS(4836), 1, anon_sym_GT, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4843), 1, + ACTIONS(4840), 1, sym_metavariable, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2132), 1, + STATE(2175), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(2783), 1, sym_lifetime, - STATE(2120), 2, + STATE(2121), 2, sym_line_comment, sym_block_comment, - STATE(3273), 3, + STATE(3417), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66062] = 6, + [66124] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4847), 1, + ACTIONS(4844), 1, anon_sym_COLON, - ACTIONS(4028), 2, + ACTIONS(3883), 2, anon_sym_LPAREN, anon_sym_COLON_COLON, - STATE(2121), 2, + STATE(2122), 2, sym_line_comment, sym_block_comment, - ACTIONS(4845), 9, + ACTIONS(4842), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172524,259 +172572,310 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66091] = 13, + [66153] = 9, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(4846), 1, + sym_identifier, + STATE(412), 1, + sym_block, + STATE(3510), 1, + sym_label, + STATE(2123), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4848), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [66188] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4843), 1, + ACTIONS(4840), 1, sym_metavariable, - ACTIONS(4849), 1, + ACTIONS(4850), 1, anon_sym_GT, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2132), 1, + STATE(2175), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(2783), 1, sym_lifetime, - STATE(2122), 2, + STATE(2124), 2, sym_line_comment, sym_block_comment, - STATE(3273), 3, + STATE(3417), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66134] = 13, + [66231] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(4854), 1, + sym_crate, + STATE(2269), 1, + sym_string_literal, + STATE(2125), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4852), 9, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [66262] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4843), 1, + ACTIONS(4840), 1, sym_metavariable, - ACTIONS(4851), 1, + ACTIONS(4856), 1, anon_sym_GT, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2132), 1, + STATE(2175), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(2783), 1, sym_lifetime, - STATE(2123), 2, + STATE(2126), 2, sym_line_comment, sym_block_comment, - STATE(3273), 3, + STATE(3417), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66177] = 13, + [66305] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4844), 1, + anon_sym_COLON, + ACTIONS(4107), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + STATE(2127), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4842), 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, + [66334] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4843), 1, + ACTIONS(4840), 1, sym_metavariable, - ACTIONS(4853), 1, + ACTIONS(4858), 1, anon_sym_GT, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2132), 1, + STATE(2175), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(2783), 1, sym_lifetime, - STATE(2124), 2, + STATE(2128), 2, sym_line_comment, sym_block_comment, - STATE(3273), 3, + STATE(3417), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66220] = 10, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(4732), 1, - anon_sym_trait, - ACTIONS(4855), 1, - anon_sym_impl, - STATE(416), 1, - sym_block, - STATE(3621), 1, - sym_label, - STATE(2125), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66257] = 13, + [66377] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4843), 1, + ACTIONS(4840), 1, sym_metavariable, - ACTIONS(4857), 1, + ACTIONS(4860), 1, anon_sym_GT, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2132), 1, + STATE(2175), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(2783), 1, sym_lifetime, - STATE(2126), 2, + STATE(2129), 2, sym_line_comment, sym_block_comment, - STATE(3273), 3, + STATE(3417), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66300] = 13, + [66420] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4843), 1, + ACTIONS(4840), 1, sym_metavariable, - ACTIONS(4859), 1, + ACTIONS(4862), 1, anon_sym_GT, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2132), 1, + STATE(2175), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(2783), 1, sym_lifetime, - STATE(2127), 2, + STATE(2130), 2, sym_line_comment, sym_block_comment, - STATE(3273), 3, + STATE(3417), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66343] = 6, + [66463] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4847), 1, - anon_sym_COLON, - ACTIONS(3984), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - STATE(2128), 2, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(4864), 1, + sym_crate, + STATE(2269), 1, + sym_string_literal, + STATE(2131), 2, sym_line_comment, sym_block_comment, - ACTIONS(4845), 9, + ACTIONS(4852), 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, - [66372] = 6, + anon_sym_LBRACE, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [66494] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4863), 1, - anon_sym_COLON, - ACTIONS(4865), 1, - anon_sym_COLON_COLON, - STATE(2129), 2, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(4866), 1, + sym_crate, + STATE(2269), 1, + sym_string_literal, + STATE(2132), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 9, + ACTIONS(4852), 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, - [66400] = 6, + anon_sym_LBRACE, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [66525] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 1, - anon_sym_DOT_DOT, - ACTIONS(3534), 2, - anon_sym_LBRACE, - anon_sym_LT2, - STATE(2130), 2, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + ACTIONS(4868), 1, + sym_crate, + STATE(2269), 1, + sym_string_literal, + STATE(2133), 2, sym_line_comment, sym_block_comment, - ACTIONS(3540), 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, - [66428] = 4, + ACTIONS(4852), 9, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [66556] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2131), 2, + STATE(2134), 2, sym_line_comment, sym_block_comment, - ACTIONS(1437), 11, + ACTIONS(1433), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172788,75 +172887,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66452] = 12, + [66580] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(3070), 1, - anon_sym_SQUOTE, - ACTIONS(4837), 1, - sym_identifier, - ACTIONS(4841), 1, - anon_sym_const, - ACTIONS(4867), 1, - sym_metavariable, - STATE(1093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, - sym_attribute_item, - STATE(2725), 1, - sym_lifetime, - STATE(2132), 2, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4705), 1, + anon_sym_BANG, + ACTIONS(4764), 1, + anon_sym_COLON_COLON, + STATE(2026), 1, + sym_type_arguments, + STATE(2135), 2, sym_line_comment, sym_block_comment, - STATE(3299), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66492] = 12, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [66612] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3454), 1, - anon_sym_COLON, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, - anon_sym_COLON_COLON, - ACTIONS(4869), 1, - anon_sym_EQ, - STATE(2409), 1, - sym_parameters, - STATE(2435), 1, - sym_type_arguments, - STATE(2133), 2, + ACTIONS(1617), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(2185), 1, + sym_block, + STATE(3769), 1, + sym_label, + STATE(2136), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 3, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [66532] = 6, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [66644] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4873), 1, + ACTIONS(4872), 1, anon_sym_COLON, - ACTIONS(4875), 1, + ACTIONS(4874), 1, anon_sym_COLON_COLON, - STATE(2134), 2, + STATE(2137), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 9, + ACTIONS(4870), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172866,47 +172957,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66560] = 12, + [66672] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4877), 1, + ACTIONS(4876), 1, sym_metavariable, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2137), 1, + STATE(2158), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(2509), 1, sym_lifetime, - STATE(2135), 2, + STATE(2138), 2, sym_line_comment, sym_block_comment, - STATE(3161), 3, + STATE(3037), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [66600] = 6, + [66712] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4881), 1, - anon_sym_COLON, - ACTIONS(4883), 1, + ACTIONS(4745), 1, anon_sym_COLON_COLON, - STATE(2136), 2, + ACTIONS(4872), 1, + anon_sym_COLON, + STATE(2139), 2, sym_line_comment, sym_block_comment, - ACTIONS(4879), 9, + ACTIONS(4870), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172916,75 +173007,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66628] = 12, + [66740] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(3070), 1, - anon_sym_SQUOTE, - ACTIONS(4837), 1, - sym_identifier, - ACTIONS(4841), 1, - anon_sym_const, - ACTIONS(4885), 1, - sym_metavariable, - STATE(1093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, - sym_attribute_item, - STATE(2725), 1, - sym_lifetime, - STATE(2137), 2, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + ACTIONS(4878), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, + STATE(2140), 2, sym_line_comment, sym_block_comment, - STATE(2894), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66668] = 12, + ACTIONS(3441), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [66778] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4887), 1, - sym_identifier, - ACTIONS(4889), 1, - anon_sym_RBRACE, - ACTIONS(4891), 1, - anon_sym_DOT_DOT, - ACTIONS(4893), 1, - anon_sym_COMMA, - ACTIONS(4895), 1, - sym_integer_literal, - STATE(1254), 1, - sym_attribute_item, - STATE(2552), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2138), 2, + ACTIONS(4882), 1, + anon_sym_COLON, + ACTIONS(4884), 1, + anon_sym_COLON_COLON, + STATE(2141), 2, sym_line_comment, sym_block_comment, - STATE(3080), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [66708] = 6, + ACTIONS(4880), 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, + [66806] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4883), 1, + ACTIONS(4874), 1, anon_sym_COLON_COLON, - ACTIONS(4899), 1, + ACTIONS(4888), 1, anon_sym_COLON, - STATE(2139), 2, + STATE(2142), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 9, + ACTIONS(4886), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -172994,47 +173078,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66736] = 11, + [66834] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4710), 1, - anon_sym_COLON, - ACTIONS(4712), 1, - anon_sym_BANG, - ACTIONS(4714), 1, - anon_sym_DOT_DOT, - ACTIONS(4744), 1, + ACTIONS(4745), 1, anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, - ACTIONS(4716), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2140), 2, + ACTIONS(4888), 1, + anon_sym_COLON, + STATE(2143), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 3, + ACTIONS(4886), 9, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - [66774] = 6, + anon_sym_else, + anon_sym_in, + [66862] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3540), 1, + anon_sym_DOT_DOT, + ACTIONS(3536), 2, + anon_sym_LBRACE, + anon_sym_LT2, + STATE(2144), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3542), 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, + [66890] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3530), 1, + ACTIONS(3480), 1, anon_sym_DOT_DOT, - ACTIONS(3526), 2, + ACTIONS(3476), 2, anon_sym_LBRACE, anon_sym_LT2, - STATE(2141), 2, + STATE(2145), 2, sym_line_comment, sym_block_comment, - ACTIONS(3532), 8, + ACTIONS(3482), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -173043,89 +173144,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [66802] = 11, + [66918] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, + ACTIONS(3522), 1, + anon_sym_DOT_DOT, + ACTIONS(3518), 2, + anon_sym_LBRACE, anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, - anon_sym_COLON_COLON, - ACTIONS(4901), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, - STATE(2142), 2, + STATE(2146), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [66840] = 7, + ACTIONS(3524), 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, + [66946] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(4905), 1, - sym_crate, - STATE(2327), 1, - sym_string_literal, - STATE(2143), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4903), 8, - anon_sym_SEMI, + ACTIONS(3492), 1, + anon_sym_DOT_DOT, + ACTIONS(3488), 2, anon_sym_LBRACE, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66870] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2144), 2, + anon_sym_LT2, + STATE(2147), 2, sym_line_comment, sym_block_comment, - ACTIONS(1433), 11, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, + ACTIONS(3494), 8, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_BANG, anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [66894] = 6, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_if, + [66974] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4863), 1, + ACTIONS(4888), 1, anon_sym_COLON, - ACTIONS(4875), 1, + ACTIONS(4890), 1, anon_sym_COLON_COLON, - STATE(2145), 2, + STATE(2148), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 9, + ACTIONS(4886), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173135,117 +173210,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66922] = 12, + [67002] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, - anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4892), 1, sym_identifier, - ACTIONS(4841), 1, - anon_sym_const, - ACTIONS(4843), 1, - sym_metavariable, - STATE(1254), 1, + ACTIONS(4894), 1, + anon_sym_RBRACE, + ACTIONS(4896), 1, + anon_sym_DOT_DOT, + ACTIONS(4898), 1, + anon_sym_COMMA, + ACTIONS(4900), 1, + sym_integer_literal, + STATE(1126), 1, sym_attribute_item, - STATE(2132), 1, + STATE(2532), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, - sym_lifetime, - STATE(2146), 2, + STATE(2149), 2, sym_line_comment, sym_block_comment, - STATE(3273), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66962] = 6, + STATE(3033), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [67042] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4883), 1, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(3621), 1, anon_sym_COLON_COLON, - ACTIONS(4909), 1, - anon_sym_COLON, - STATE(2147), 2, + ACTIONS(4902), 1, + anon_sym_BANG, + STATE(1134), 1, + sym_type_arguments, + STATE(2150), 2, sym_line_comment, sym_block_comment, - ACTIONS(4907), 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, - [66990] = 12, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [67074] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4887), 1, + ACTIONS(4892), 1, sym_identifier, - ACTIONS(4891), 1, + ACTIONS(4896), 1, anon_sym_DOT_DOT, - ACTIONS(4895), 1, + ACTIONS(4900), 1, sym_integer_literal, - ACTIONS(4911), 1, + ACTIONS(4904), 1, anon_sym_RBRACE, - ACTIONS(4913), 1, + ACTIONS(4906), 1, anon_sym_COMMA, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2552), 1, + STATE(2532), 1, aux_sym_enum_variant_list_repeat1, - STATE(2148), 2, + STATE(2151), 2, sym_line_comment, sym_block_comment, - STATE(3169), 3, + STATE(3124), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, - [67030] = 4, + [67114] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2149), 2, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + ACTIONS(4908), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, + STATE(2152), 2, sym_line_comment, sym_block_comment, - ACTIONS(1445), 11, + ACTIONS(3441), 4, 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, - [67054] = 6, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [67152] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4779), 1, + ACTIONS(4884), 1, anon_sym_COLON_COLON, - ACTIONS(4863), 1, + ACTIONS(4912), 1, anon_sym_COLON, - STATE(2150), 2, + STATE(2153), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 9, + ACTIONS(4910), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173255,91 +173339,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67082] = 11, + [67180] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, + ACTIONS(3455), 1, + anon_sym_COLON, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4671), 1, anon_sym_COLON_COLON, - ACTIONS(4915), 1, - anon_sym_for, STATE(2027), 1, sym_type_arguments, - STATE(2097), 1, + STATE(2484), 1, sym_parameters, - STATE(2151), 2, + STATE(2154), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3453), 4, anon_sym_PLUS, - anon_sym_where, - [67120] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(4917), 1, - sym_crate, - STATE(2327), 1, - sym_string_literal, - STATE(2152), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4903), 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, - [67150] = 6, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [67218] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4779), 1, - anon_sym_COLON_COLON, - ACTIONS(4921), 1, - anon_sym_COLON, - STATE(2153), 2, + STATE(2155), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 9, + ACTIONS(1449), 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, - [67178] = 6, + [67242] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4865), 1, + ACTIONS(4874), 1, anon_sym_COLON_COLON, - ACTIONS(4921), 1, + ACTIONS(4916), 1, anon_sym_COLON, - STATE(2154), 2, + STATE(2156), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 9, + ACTIONS(4914), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173349,307 +173408,248 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67206] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3432), 1, - anon_sym_COLON, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, - anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2409), 1, - sym_parameters, - STATE(2155), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3428), 4, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [67244] = 11, + [67270] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4671), 1, anon_sym_COLON_COLON, - ACTIONS(4923), 1, + ACTIONS(4918), 1, anon_sym_for, STATE(2027), 1, sym_type_arguments, - STATE(2097), 1, + STATE(2099), 1, sym_parameters, - STATE(2156), 2, + STATE(2157), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, + ACTIONS(3441), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [67282] = 11, + [67308] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, - anon_sym_COLON_COLON, - ACTIONS(4925), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, - STATE(2157), 2, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(3065), 1, + anon_sym_SQUOTE, + ACTIONS(4834), 1, + sym_identifier, + ACTIONS(4838), 1, + anon_sym_const, + ACTIONS(4920), 1, + sym_metavariable, + STATE(1101), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1126), 1, + sym_attribute_item, + STATE(2783), 1, + sym_lifetime, + STATE(2158), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67320] = 11, + STATE(3119), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67348] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, + ACTIONS(3445), 1, + anon_sym_COLON, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4671), 1, anon_sym_COLON_COLON, - ACTIONS(4927), 1, - anon_sym_for, STATE(2027), 1, sym_type_arguments, - STATE(2097), 1, + STATE(2484), 1, sym_parameters, - STATE(2158), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3452), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67358] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3505), 1, - anon_sym_DOT_DOT, - ACTIONS(3501), 2, - anon_sym_LBRACE, - anon_sym_LT2, STATE(2159), 2, sym_line_comment, sym_block_comment, - ACTIONS(3507), 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, + ACTIONS(3441), 4, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, [67386] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4671), 1, anon_sym_COLON_COLON, - ACTIONS(4929), 1, + ACTIONS(4922), 1, anon_sym_for, STATE(2027), 1, sym_type_arguments, - STATE(2097), 1, + STATE(2099), 1, sym_parameters, STATE(2160), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, + ACTIONS(3441), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [67424] = 11, + [67424] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, - anon_sym_COLON_COLON, - ACTIONS(4931), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, STATE(2161), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, + ACTIONS(1441), 11, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67462] = 11, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [67448] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4745), 1, anon_sym_COLON_COLON, - ACTIONS(4933), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, - STATE(2097), 1, - sym_parameters, + ACTIONS(4916), 1, + anon_sym_COLON, STATE(2162), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, + ACTIONS(4914), 9, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [67500] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3546), 1, - anon_sym_DOT_DOT, - ACTIONS(3542), 2, - anon_sym_LBRACE, - anon_sym_LT2, - STATE(2163), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3548), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_if, - [67528] = 12, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [67476] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4935), 1, + ACTIONS(4840), 1, sym_metavariable, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2169), 1, + STATE(2175), 1, aux_sym_enum_variant_list_repeat1, - STATE(2579), 1, + STATE(2783), 1, sym_lifetime, - STATE(2164), 2, + STATE(2163), 2, sym_line_comment, sym_block_comment, - STATE(2971), 3, + STATE(3417), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [67568] = 11, + [67516] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3454), 1, + ACTIONS(4872), 1, anon_sym_COLON, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4890), 1, anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2409), 1, - sym_parameters, - STATE(2165), 2, + STATE(2164), 2, sym_line_comment, sym_block_comment, - ACTIONS(3452), 4, - anon_sym_PLUS, - anon_sym_GT, + ACTIONS(4870), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_as, - [67606] = 6, + anon_sym_else, + anon_sym_in, + [67544] = 12, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(3065), 1, + anon_sym_SQUOTE, + ACTIONS(4834), 1, + sym_identifier, + ACTIONS(4838), 1, + anon_sym_const, + ACTIONS(4876), 1, + sym_metavariable, + STATE(1126), 1, + sym_attribute_item, + STATE(2158), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2783), 1, + sym_lifetime, + STATE(2165), 2, + sym_line_comment, + sym_block_comment, + STATE(3037), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67584] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4865), 1, + ACTIONS(4890), 1, anon_sym_COLON_COLON, - ACTIONS(4873), 1, + ACTIONS(4916), 1, anon_sym_COLON, STATE(2166), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 9, + ACTIONS(4914), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173659,330 +173659,371 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67634] = 6, + [67612] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4875), 1, - anon_sym_COLON_COLON, - ACTIONS(4921), 1, - anon_sym_COLON, STATE(2167), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 9, + ACTIONS(1445), 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, - [67662] = 6, + [67636] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4779), 1, - anon_sym_COLON_COLON, - ACTIONS(4873), 1, - anon_sym_COLON, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(3065), 1, + anon_sym_SQUOTE, + ACTIONS(4834), 1, + sym_identifier, + ACTIONS(4838), 1, + anon_sym_const, + ACTIONS(4924), 1, + sym_metavariable, + STATE(1126), 1, + sym_attribute_item, + STATE(2169), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2783), 1, + sym_lifetime, STATE(2168), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 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, - [67690] = 12, + STATE(3094), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67676] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4937), 1, + ACTIONS(4926), 1, sym_metavariable, - STATE(1093), 1, + STATE(1101), 1, aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2725), 1, + STATE(2783), 1, sym_lifetime, STATE(2169), 2, sym_line_comment, sym_block_comment, - STATE(3157), 3, + STATE(2898), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [67730] = 4, + [67716] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3461), 1, + anon_sym_COLON, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + STATE(2027), 1, + sym_type_arguments, + STATE(2484), 1, + sym_parameters, STATE(2170), 2, sym_line_comment, sym_block_comment, - ACTIONS(1449), 11, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + ACTIONS(3459), 4, + anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [67754] = 7, + anon_sym_as, + [67754] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(4939), 1, - sym_crate, - STATE(2327), 1, - sym_string_literal, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(3621), 1, + anon_sym_COLON_COLON, + ACTIONS(4705), 1, + anon_sym_BANG, + STATE(1134), 1, + sym_type_arguments, STATE(2171), 2, sym_line_comment, sym_block_comment, - ACTIONS(4903), 8, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3421), 7, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, - [67784] = 4, + [67786] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4151), 1, + anon_sym_LT2, + ACTIONS(4289), 1, + anon_sym_COLON_COLON, + ACTIONS(4705), 1, + anon_sym_BANG, + STATE(1674), 1, + sym_type_arguments, STATE(2172), 2, sym_line_comment, sym_block_comment, - ACTIONS(1441), 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, - [67808] = 11, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [67818] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3460), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4703), 1, anon_sym_COLON, - ACTIONS(4662), 1, + ACTIONS(4705), 1, anon_sym_BANG, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4676), 1, + ACTIONS(4707), 1, + anon_sym_DOT_DOT, + ACTIONS(4711), 1, anon_sym_COLON_COLON, - STATE(2027), 1, + STATE(2026), 1, sym_type_arguments, - STATE(2409), 1, - sym_parameters, + ACTIONS(4709), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2173), 2, sym_line_comment, sym_block_comment, - ACTIONS(3458), 4, - anon_sym_PLUS, - anon_sym_GT, + ACTIONS(4701), 3, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_COMMA, - anon_sym_as, - [67846] = 9, - ACTIONS(19), 1, - anon_sym_LBRACE, + [67856] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(4941), 1, - sym_identifier, - STATE(411), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(3445), 1, + anon_sym_COLON, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + ACTIONS(4928), 1, + anon_sym_EQ, + STATE(2428), 1, + sym_type_arguments, + STATE(2484), 1, + sym_parameters, STATE(2174), 2, sym_line_comment, sym_block_comment, - ACTIONS(4943), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [67880] = 12, + ACTIONS(3441), 3, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + [67896] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(3065), 1, anon_sym_SQUOTE, - ACTIONS(4837), 1, + ACTIONS(4834), 1, sym_identifier, - ACTIONS(4841), 1, + ACTIONS(4838), 1, anon_sym_const, - ACTIONS(4935), 1, + ACTIONS(4930), 1, sym_metavariable, - STATE(1254), 1, - sym_attribute_item, - STATE(2169), 1, + STATE(1101), 1, aux_sym_enum_variant_list_repeat1, - STATE(2725), 1, + STATE(1126), 1, + sym_attribute_item, + STATE(2783), 1, sym_lifetime, STATE(2175), 2, sym_line_comment, sym_block_comment, - STATE(2971), 3, + STATE(3356), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [67920] = 7, + [67936] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - ACTIONS(4945), 1, - sym_crate, - STATE(2327), 1, - sym_string_literal, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + ACTIONS(4932), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, STATE(2176), 2, sym_line_comment, sym_block_comment, - ACTIONS(4903), 8, + ACTIONS(3441), 4, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [67950] = 13, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4949), 1, - anon_sym_RBRACE, - ACTIONS(4951), 1, - anon_sym_COMMA, - ACTIONS(4953), 1, - sym_crate, - STATE(1254), 1, - sym_attribute_item, - STATE(2300), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3044), 1, - sym_field_declaration, - STATE(3506), 1, - sym_visibility_modifier, - STATE(2177), 2, - sym_line_comment, - sym_block_comment, - [67991] = 4, + anon_sym_PLUS, + anon_sym_where, + [67974] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2178), 2, + ACTIONS(4884), 1, + anon_sym_COLON_COLON, + ACTIONS(4936), 1, + anon_sym_COLON, + STATE(2177), 2, sym_line_comment, sym_block_comment, - ACTIONS(4955), 10, + ACTIONS(4934), 9, 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, - [68014] = 4, + [68002] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + ACTIONS(4938), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, + STATE(2178), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3441), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68040] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + ACTIONS(4940), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, STATE(2179), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 10, + ACTIONS(3441), 4, 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, - [68037] = 4, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68078] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_COLON_COLON, + ACTIONS(4942), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, + STATE(2099), 1, + sym_parameters, STATE(2180), 2, sym_line_comment, sym_block_comment, - ACTIONS(4957), 10, + ACTIONS(3441), 4, 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, - [68060] = 4, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [68116] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -173990,7 +174031,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2181), 2, sym_line_comment, sym_block_comment, - ACTIONS(4959), 10, + ACTIONS(1437), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -173998,48 +174039,57 @@ 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, - [68083] = 4, + [68140] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4151), 1, + anon_sym_LT2, + ACTIONS(4289), 1, + anon_sym_COLON_COLON, + ACTIONS(4944), 1, + anon_sym_BANG, + STATE(1674), 1, + sym_type_arguments, STATE(2182), 2, sym_line_comment, sym_block_comment, - ACTIONS(4961), 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, - [68106] = 4, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [68172] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4946), 1, + anon_sym_COLON_COLON, + STATE(2026), 1, + sym_type_arguments, STATE(2183), 2, sym_line_comment, sym_block_comment, - ACTIONS(4963), 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, - [68129] = 4, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [68201] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174047,7 +174097,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2184), 2, sym_line_comment, sym_block_comment, - ACTIONS(4965), 10, + ACTIONS(4948), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174058,7 +174108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68152] = 4, + [68224] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174066,7 +174116,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2185), 2, sym_line_comment, sym_block_comment, - ACTIONS(4967), 10, + ACTIONS(1503), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174077,31 +174127,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68175] = 9, + [68247] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4969), 1, - anon_sym_LBRACE, - STATE(2026), 1, - sym_type_arguments, - STATE(2098), 1, - sym_parameters, STATE(2186), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 5, + ACTIONS(4950), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_PLUS, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - [68208] = 4, + anon_sym_else, + anon_sym_in, + [68270] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174109,7 +174154,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2187), 2, sym_line_comment, sym_block_comment, - ACTIONS(4971), 10, + ACTIONS(4952), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174120,7 +174165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68231] = 4, + [68293] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174128,7 +174173,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2188), 2, sym_line_comment, sym_block_comment, - ACTIONS(4973), 10, + ACTIONS(4954), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174139,7 +174184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68254] = 4, + [68316] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174147,7 +174192,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2189), 2, sym_line_comment, sym_block_comment, - ACTIONS(4975), 10, + ACTIONS(4956), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174158,45 +174203,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68277] = 4, + [68339] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4958), 1, + anon_sym_SEMI, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1132), 1, + sym_declaration_list, STATE(2190), 2, sym_line_comment, sym_block_comment, - ACTIONS(4977), 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, - [68300] = 4, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [68368] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4151), 1, + anon_sym_LT2, + ACTIONS(4962), 1, + anon_sym_COLON_COLON, + STATE(1674), 1, + sym_type_arguments, STATE(2191), 2, sym_line_comment, sym_block_comment, - ACTIONS(4979), 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, - [68323] = 4, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [68397] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174204,7 +174255,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2192), 2, sym_line_comment, sym_block_comment, - ACTIONS(4981), 10, + ACTIONS(4886), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174215,7 +174266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68346] = 4, + [68420] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174223,7 +174274,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2193), 2, sym_line_comment, sym_block_comment, - ACTIONS(4983), 10, + ACTIONS(4964), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174234,26 +174285,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68369] = 4, + [68443] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3465), 1, + anon_sym_COLON, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4699), 1, + anon_sym_COLON_COLON, + STATE(2027), 1, + sym_type_arguments, + STATE(2484), 1, + sym_parameters, STATE(2194), 2, sym_line_comment, sym_block_comment, - ACTIONS(4985), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + ACTIONS(3463), 4, + anon_sym_PLUS, + anon_sym_GT, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [68392] = 4, + anon_sym_as, + [68478] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174261,7 +174318,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2195), 2, sym_line_comment, sym_block_comment, - ACTIONS(4987), 10, + ACTIONS(4966), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174272,55 +174329,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68415] = 8, + [68501] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(3674), 1, - anon_sym_COLON_COLON, - ACTIONS(4989), 1, - anon_sym_BANG, - STATE(1284), 1, - sym_type_arguments, + ACTIONS(4968), 1, + anon_sym_SEMI, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(652), 1, + sym_declaration_list, STATE(2196), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(3421), 7, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, - [68446] = 10, + [68530] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3471), 1, - anon_sym_COLON, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4678), 1, - anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2409), 1, - sym_parameters, STATE(2197), 2, sym_line_comment, sym_block_comment, - ACTIONS(3469), 4, - anon_sym_PLUS, - anon_sym_GT, + ACTIONS(4972), 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_as, - [68481] = 4, + anon_sym_else, + anon_sym_in, + [68553] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174328,7 +174378,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2198), 2, sym_line_comment, sym_block_comment, - ACTIONS(4991), 10, + ACTIONS(4974), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174339,60 +174389,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68504] = 10, + [68576] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4993), 1, - anon_sym_BANG, - ACTIONS(4995), 1, - anon_sym_DOT_DOT, - ACTIONS(4999), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, - ACTIONS(4997), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2199), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 3, - anon_sym_EQ_GT, + ACTIONS(4976), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PIPE, - anon_sym_if, - [68539] = 13, - ACTIONS(69), 1, - anon_sym_pub, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [68599] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, - sym_identifier, - ACTIONS(5003), 1, - anon_sym_RBRACE, - ACTIONS(5005), 1, - anon_sym_COMMA, - STATE(1254), 1, - sym_attribute_item, - STATE(2321), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2890), 1, - sym_enum_variant, - STATE(3794), 1, - sym_visibility_modifier, STATE(2200), 2, sym_line_comment, sym_block_comment, - [68580] = 4, + ACTIONS(4978), 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, + [68622] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174400,7 +174435,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2201), 2, sym_line_comment, sym_block_comment, - ACTIONS(5007), 10, + ACTIONS(4980), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174411,59 +174446,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68603] = 11, + [68645] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4887), 1, - sym_identifier, - ACTIONS(4891), 1, - anon_sym_DOT_DOT, - ACTIONS(4895), 1, - sym_integer_literal, - ACTIONS(5009), 1, - anon_sym_RBRACE, - STATE(1254), 1, - sym_attribute_item, - STATE(2552), 1, - aux_sym_enum_variant_list_repeat1, STATE(2202), 2, sym_line_comment, sym_block_comment, - STATE(3408), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [68640] = 11, + ACTIONS(4982), 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, + [68668] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4887), 1, + ACTIONS(4984), 1, sym_identifier, - ACTIONS(4891), 1, - anon_sym_DOT_DOT, - ACTIONS(4895), 1, - sym_integer_literal, - ACTIONS(5011), 1, + ACTIONS(4986), 1, anon_sym_RBRACE, - STATE(1254), 1, + ACTIONS(4988), 1, + anon_sym_COMMA, + ACTIONS(4990), 1, + sym_crate, + STATE(1126), 1, sym_attribute_item, - STATE(2552), 1, + STATE(2294), 1, aux_sym_enum_variant_list_repeat1, + STATE(3018), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, STATE(2203), 2, sym_line_comment, sym_block_comment, - STATE(3408), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [68677] = 4, + [68709] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174471,7 +174501,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2204), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 10, + ACTIONS(4992), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174482,7 +174512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68700] = 4, + [68732] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174490,7 +174520,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2205), 2, sym_line_comment, sym_block_comment, - ACTIONS(5013), 10, + ACTIONS(4649), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174501,30 +174531,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68723] = 8, + [68755] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4712), 1, - anon_sym_BANG, - ACTIONS(4775), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, STATE(2206), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68754] = 4, + ACTIONS(4994), 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, + [68778] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174532,7 +174558,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2207), 2, sym_line_comment, sym_block_comment, - ACTIONS(1501), 10, + ACTIONS(4996), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174543,66 +174569,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68777] = 8, + [68801] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(4298), 1, - anon_sym_COLON_COLON, - ACTIONS(5015), 1, - anon_sym_BANG, - STATE(1659), 1, - sym_type_arguments, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(4998), 1, + anon_sym_SEMI, + STATE(1159), 1, + sym_declaration_list, STATE(2208), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(3421), 7, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, - [68808] = 13, - ACTIONS(69), 1, - anon_sym_pub, + [68830] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, - sym_identifier, - ACTIONS(5017), 1, - anon_sym_RBRACE, - ACTIONS(5019), 1, - anon_sym_COMMA, - STATE(1254), 1, - sym_attribute_item, - STATE(2313), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3003), 1, - sym_enum_variant, - STATE(3794), 1, - sym_visibility_modifier, STATE(2209), 2, sym_line_comment, sym_block_comment, - [68849] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2210), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5021), 10, + ACTIONS(5000), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174613,15 +174610,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68872] = 4, + [68853] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2211), 2, + STATE(2210), 2, sym_line_comment, sym_block_comment, - ACTIONS(5023), 10, + ACTIONS(4914), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174632,41 +174629,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68895] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4887), 1, - sym_identifier, - ACTIONS(4891), 1, - anon_sym_DOT_DOT, - ACTIONS(4895), 1, - sym_integer_literal, - ACTIONS(5025), 1, - anon_sym_RBRACE, - STATE(1254), 1, - sym_attribute_item, - STATE(2552), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2212), 2, - sym_line_comment, - sym_block_comment, - STATE(3408), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [68932] = 4, + [68876] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2213), 2, + STATE(2211), 2, sym_line_comment, sym_block_comment, - ACTIONS(5027), 10, + ACTIONS(5002), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174677,15 +174648,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68955] = 4, + [68899] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2214), 2, + STATE(2212), 2, sym_line_comment, sym_block_comment, - ACTIONS(5029), 10, + ACTIONS(5004), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174696,60 +174667,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68978] = 11, + [68922] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4887), 1, + ACTIONS(4892), 1, sym_identifier, - ACTIONS(4891), 1, + ACTIONS(4896), 1, anon_sym_DOT_DOT, - ACTIONS(4895), 1, + ACTIONS(4900), 1, sym_integer_literal, - ACTIONS(5031), 1, + ACTIONS(5006), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2552), 1, + STATE(2532), 1, aux_sym_enum_variant_list_repeat1, - STATE(2215), 2, + STATE(2213), 2, sym_line_comment, sym_block_comment, - STATE(3408), 3, + STATE(3359), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, - [69015] = 4, + [68959] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2216), 2, + ACTIONS(5008), 1, + anon_sym_move, + STATE(242), 1, + sym_closure_parameters, + STATE(2214), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [68988] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5010), 1, + anon_sym_LBRACE, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, + STATE(2215), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 10, + ACTIONS(3528), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + anon_sym_PLUS, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [69038] = 4, + [69021] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2217), 2, + STATE(2216), 2, sym_line_comment, sym_block_comment, - ACTIONS(5033), 10, + ACTIONS(5012), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174760,7 +174758,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69061] = 4, + [69044] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(5014), 1, + anon_sym_COLON_COLON, + STATE(1134), 1, + sym_type_arguments, + STATE(2217), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [69073] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174768,7 +174788,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2218), 2, sym_line_comment, sym_block_comment, - ACTIONS(5035), 10, + ACTIONS(5016), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174779,45 +174799,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69084] = 4, + [69096] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4984), 1, + sym_identifier, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5018), 1, + anon_sym_RBRACE, + ACTIONS(5020), 1, + anon_sym_COMMA, + STATE(1126), 1, + sym_attribute_item, + STATE(2311), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2894), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, STATE(2219), 2, sym_line_comment, sym_block_comment, - ACTIONS(5037), 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, - [69107] = 4, + [69137] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5022), 1, + sym_identifier, + ACTIONS(5024), 1, + anon_sym_RBRACE, + ACTIONS(5026), 1, + anon_sym_COMMA, + STATE(1126), 1, + sym_attribute_item, + STATE(2312), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2902), 1, + sym_field_declaration, + STATE(3718), 1, + sym_visibility_modifier, STATE(2220), 2, sym_line_comment, sym_block_comment, - ACTIONS(5039), 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, - [69130] = 4, + [69178] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174825,7 +174863,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2221), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 10, + ACTIONS(5028), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174836,86 +174874,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69153] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(3674), 1, - anon_sym_COLON_COLON, - ACTIONS(4712), 1, - anon_sym_BANG, - STATE(1284), 1, - sym_type_arguments, - STATE(2222), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69184] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(4298), 1, - anon_sym_COLON_COLON, - ACTIONS(4712), 1, - anon_sym_BANG, - STATE(1659), 1, - sym_type_arguments, - STATE(2223), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69215] = 10, + [69201] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4656), 1, + ACTIONS(4651), 1, anon_sym_LPAREN, - ACTIONS(4660), 1, + ACTIONS(4655), 1, anon_sym_COLON, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4666), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(5041), 1, + ACTIONS(5030), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2224), 2, + STATE(2222), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 3, + ACTIONS(4649), 3, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_COMMA, - [69250] = 4, + [69236] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2225), 2, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4892), 1, + sym_identifier, + ACTIONS(4896), 1, + anon_sym_DOT_DOT, + ACTIONS(4900), 1, + sym_integer_literal, + ACTIONS(5032), 1, + anon_sym_RBRACE, + STATE(1126), 1, + sym_attribute_item, + STATE(2532), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2223), 2, + sym_line_comment, + sym_block_comment, + STATE(3359), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [69273] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2224), 2, sym_line_comment, sym_block_comment, - ACTIONS(5043), 10, + ACTIONS(5034), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174926,32 +174944,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69273] = 10, + [69296] = 13, + ACTIONS(69), 1, + anon_sym_pub, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5022), 1, + sym_identifier, + ACTIONS(5036), 1, + anon_sym_RBRACE, + ACTIONS(5038), 1, + anon_sym_COMMA, + STATE(1126), 1, + sym_attribute_item, + STATE(2306), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3015), 1, + sym_field_declaration, + STATE(3718), 1, + sym_visibility_modifier, + STATE(2225), 2, + sym_line_comment, + sym_block_comment, + [69337] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4712), 1, + ACTIONS(4705), 1, anon_sym_BANG, - ACTIONS(4714), 1, + ACTIONS(4707), 1, anon_sym_DOT_DOT, - ACTIONS(4752), 1, + ACTIONS(4739), 1, anon_sym_COLON_COLON, - STATE(2024), 1, + STATE(2026), 1, sym_type_arguments, - ACTIONS(4716), 2, + ACTIONS(4709), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, STATE(2226), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 3, + ACTIONS(4701), 3, anon_sym_RBRACK, anon_sym_PIPE, anon_sym_COMMA, - [69308] = 4, + [69372] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -174959,7 +175005,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2227), 2, sym_line_comment, sym_block_comment, - ACTIONS(5045), 10, + ACTIONS(5040), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -174970,38 +175016,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69331] = 8, + [69395] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1617), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(2207), 1, - sym_block, - STATE(3770), 1, - sym_label, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4892), 1, + sym_identifier, + ACTIONS(4896), 1, + anon_sym_DOT_DOT, + ACTIONS(4900), 1, + sym_integer_literal, + ACTIONS(5042), 1, + anon_sym_RBRACE, + STATE(1126), 1, + sym_attribute_item, + STATE(2532), 1, + aux_sym_enum_variant_list_repeat1, STATE(2228), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69362] = 4, + STATE(3359), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [69432] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5044), 1, + anon_sym_BANG, + ACTIONS(5046), 1, + anon_sym_DOT_DOT, + ACTIONS(5050), 1, + anon_sym_COLON_COLON, + STATE(2026), 1, + sym_type_arguments, + ACTIONS(5048), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2229), 2, sym_line_comment, sym_block_comment, - ACTIONS(5047), 10, + ACTIONS(4701), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [69467] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2230), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4870), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175012,15 +175086,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69385] = 4, + [69490] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2230), 2, + STATE(2231), 2, sym_line_comment, sym_block_comment, - ACTIONS(5049), 10, + ACTIONS(5052), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -175031,754 +175105,673 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [69408] = 13, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5051), 1, - anon_sym_RBRACE, - ACTIONS(5053), 1, - anon_sym_COMMA, - STATE(1254), 1, - sym_attribute_item, - STATE(2324), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2898), 1, - sym_field_declaration, - STATE(3506), 1, - sym_visibility_modifier, - STATE(2231), 2, - sym_line_comment, - sym_block_comment, - [69449] = 5, + [69513] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3505), 1, - anon_sym_DOT_DOT, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5054), 1, + anon_sym_SEMI, + STATE(687), 1, + sym_declaration_list, STATE(2232), 2, sym_line_comment, sym_block_comment, - ACTIONS(3507), 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, - [69473] = 9, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [69542] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5055), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2098), 1, - sym_parameters, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4892), 1, + sym_identifier, + ACTIONS(4896), 1, + anon_sym_DOT_DOT, + ACTIONS(4900), 1, + sym_integer_literal, + ACTIONS(5056), 1, + anon_sym_RBRACE, + STATE(1126), 1, + sym_attribute_item, + STATE(2532), 1, + aux_sym_enum_variant_list_repeat1, STATE(2233), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [69505] = 8, + STATE(3359), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [69579] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2405), 1, - sym_parameters, STATE(2234), 2, sym_line_comment, sym_block_comment, - ACTIONS(3513), 5, + ACTIONS(5058), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_as, - [69535] = 7, + anon_sym_else, + anon_sym_in, + [69602] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5057), 1, - anon_sym_SEMI, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1272), 1, - sym_declaration_list, STATE(2235), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69563] = 7, + ACTIONS(5060), 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, + [69625] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5061), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, STATE(2236), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69591] = 5, + ACTIONS(5062), 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, + [69648] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3538), 1, - anon_sym_DOT_DOT, STATE(2237), 2, sym_line_comment, sym_block_comment, - ACTIONS(3540), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, + ACTIONS(5064), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + 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, - anon_sym_if, - [69615] = 12, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [69671] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5063), 1, - anon_sym_SEMI, - ACTIONS(5065), 1, - anon_sym_LPAREN, - ACTIONS(5067), 1, - anon_sym_LBRACE, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1314), 1, - sym_field_declaration_list, - STATE(2366), 1, - sym_type_parameters, - STATE(3164), 1, - sym_ordered_field_declaration_list, - STATE(3445), 1, - sym_where_clause, STATE(2238), 2, sym_line_comment, sym_block_comment, - [69653] = 8, + ACTIONS(5066), 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, + [69694] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2405), 1, - sym_parameters, STATE(2239), 2, sym_line_comment, sym_block_comment, - ACTIONS(3517), 5, + ACTIONS(5068), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, + anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_as, - [69683] = 7, + anon_sym_else, + anon_sym_in, + [69717] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5073), 1, - anon_sym_SEMI, - STATE(1321), 1, - sym_declaration_list, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5070), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, STATE(2240), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69711] = 9, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [69749] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4815), 1, - anon_sym_LPAREN, - ACTIONS(4819), 1, - anon_sym_BANG, - ACTIONS(4823), 1, + ACTIONS(3492), 1, anon_sym_DOT_DOT, - ACTIONS(5075), 1, - anon_sym_COLON_COLON, - ACTIONS(4825), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2241), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 3, + ACTIONS(3494), 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, - [69743] = 7, + [69773] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(5077), 1, - anon_sym_COLON_COLON, - STATE(1284), 1, - sym_type_arguments, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4984), 1, + sym_identifier, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5072), 1, + anon_sym_RBRACE, + STATE(1126), 1, + sym_attribute_item, + STATE(2299), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3202), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, STATE(2242), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69771] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [69811] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5079), 1, - anon_sym_move, - STATE(233), 1, - sym_closure_parameters, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4892), 1, + sym_identifier, + ACTIONS(4896), 1, + anon_sym_DOT_DOT, + ACTIONS(4900), 1, + sym_integer_literal, + STATE(1126), 1, + sym_attribute_item, + STATE(2532), 1, + aux_sym_enum_variant_list_repeat1, STATE(2243), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69799] = 12, + STATE(3359), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [69845] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - ACTIONS(5001), 1, + ACTIONS(5022), 1, sym_identifier, - ACTIONS(5081), 1, + ACTIONS(5074), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2292), 1, + STATE(2319), 1, aux_sym_enum_variant_list_repeat1, - STATE(3425), 1, - sym_enum_variant, - STATE(3794), 1, + STATE(3190), 1, + sym_field_declaration, + STATE(3718), 1, sym_visibility_modifier, STATE(2244), 2, sym_line_comment, sym_block_comment, - [69837] = 12, + [69883] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(5067), 1, - anon_sym_LBRACE, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5083), 1, - anon_sym_SEMI, - STATE(1423), 1, - sym_field_declaration_list, - STATE(2363), 1, - sym_type_parameters, - STATE(2905), 1, - sym_ordered_field_declaration_list, - STATE(3257), 1, - sym_where_clause, + ACTIONS(5076), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, STATE(2245), 2, sym_line_comment, sym_block_comment, - [69875] = 12, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [69915] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - ACTIONS(5085), 1, + ACTIONS(5022), 1, + sym_identifier, + ACTIONS(5078), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2299), 1, + STATE(2319), 1, aux_sym_enum_variant_list_repeat1, - STATE(3225), 1, + STATE(3190), 1, sym_field_declaration, - STATE(3506), 1, + STATE(3718), 1, sym_visibility_modifier, STATE(2246), 2, sym_line_comment, sym_block_comment, - [69913] = 6, + [69953] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5089), 1, - anon_sym_PLUS, - STATE(2262), 1, - aux_sym_trait_bounds_repeat1, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4984), 1, + sym_identifier, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5080), 1, + anon_sym_RBRACE, + STATE(1126), 1, + sym_attribute_item, + STATE(2299), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3202), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, STATE(2247), 2, sym_line_comment, sym_block_comment, - ACTIONS(5087), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [69939] = 7, + [69991] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5091), 1, - anon_sym_SEMI, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(551), 1, - sym_declaration_list, + ACTIONS(4884), 1, + anon_sym_COLON_COLON, + ACTIONS(5044), 1, + anon_sym_BANG, STATE(2248), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(3421), 7, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, - [69967] = 12, + [70017] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - ACTIONS(5001), 1, + ACTIONS(5022), 1, sym_identifier, - ACTIONS(5095), 1, + ACTIONS(5082), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2292), 1, + STATE(2319), 1, aux_sym_enum_variant_list_repeat1, - STATE(3425), 1, - sym_enum_variant, - STATE(3794), 1, + STATE(3190), 1, + sym_field_declaration, + STATE(3718), 1, sym_visibility_modifier, STATE(2249), 2, sym_line_comment, sym_block_comment, - [70005] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [70055] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5097), 1, - anon_sym_RBRACE, - STATE(1254), 1, - sym_attribute_item, - STATE(2299), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3225), 1, - sym_field_declaration, - STATE(3506), 1, - sym_visibility_modifier, + ACTIONS(4727), 1, + anon_sym_trait, + ACTIONS(5084), 1, + anon_sym_impl, STATE(2250), 2, sym_line_comment, sym_block_comment, - [70043] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3530), 1, - anon_sym_DOT_DOT, - STATE(2251), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3532), 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, - [70067] = 9, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [70081] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5099), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2098), 1, - sym_parameters, - STATE(2252), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(5086), 1, anon_sym_SEMI, + ACTIONS(5088), 1, + anon_sym_LPAREN, + ACTIONS(5090), 1, anon_sym_LBRACE, - anon_sym_PLUS, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, anon_sym_where, - [70099] = 12, + STATE(1152), 1, + sym_field_declaration_list, + STATE(2393), 1, + sym_type_parameters, + STATE(3108), 1, + sym_ordered_field_declaration_list, + STATE(3383), 1, + sym_where_clause, + STATE(2251), 2, + sym_line_comment, + sym_block_comment, + [70119] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, + ACTIONS(4984), 1, sym_identifier, - ACTIONS(5101), 1, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5096), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2292), 1, + STATE(2299), 1, aux_sym_enum_variant_list_repeat1, - STATE(3425), 1, + STATE(3202), 1, sym_enum_variant, - STATE(3794), 1, + STATE(3703), 1, sym_visibility_modifier, - STATE(2253), 2, + STATE(2252), 2, sym_line_comment, sym_block_comment, - [70137] = 12, + [70157] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4947), 1, + ACTIONS(4984), 1, sym_identifier, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - ACTIONS(5103), 1, + ACTIONS(5098), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, STATE(2299), 1, aux_sym_enum_variant_list_repeat1, - STATE(3225), 1, - sym_field_declaration, - STATE(3506), 1, + STATE(3202), 1, + sym_enum_variant, + STATE(3703), 1, sym_visibility_modifier, - STATE(2254), 2, + STATE(2253), 2, sym_line_comment, sym_block_comment, - [70175] = 8, + [70195] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2405), 1, - sym_parameters, - STATE(2255), 2, + ACTIONS(3480), 1, + anon_sym_DOT_DOT, + STATE(2254), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [70205] = 12, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3482), 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, + [70219] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, - sym_identifier, - ACTIONS(5105), 1, - anon_sym_RBRACE, - STATE(1254), 1, - sym_attribute_item, - STATE(2292), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3425), 1, - sym_enum_variant, - STATE(3794), 1, - sym_visibility_modifier, - STATE(2256), 2, + ACTIONS(4701), 1, + anon_sym_PIPE, + ACTIONS(4703), 1, + anon_sym_COLON, + ACTIONS(4707), 1, + anon_sym_DOT_DOT, + ACTIONS(4754), 1, + anon_sym_COLON_COLON, + ACTIONS(4709), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2255), 2, sym_line_comment, sym_block_comment, - [70243] = 12, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3528), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [70251] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5107), 1, - anon_sym_RBRACE, - STATE(1254), 1, - sym_attribute_item, - STATE(2299), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3225), 1, - sym_field_declaration, - STATE(3506), 1, - sym_visibility_modifier, - STATE(2257), 2, + ACTIONS(5088), 1, + anon_sym_LPAREN, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5100), 1, + anon_sym_SEMI, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(778), 1, + sym_field_declaration_list, + STATE(2400), 1, + sym_type_parameters, + STATE(2954), 1, + sym_ordered_field_declaration_list, + STATE(3290), 1, + sym_where_clause, + STATE(2256), 2, sym_line_comment, sym_block_comment, - [70281] = 8, + [70289] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - STATE(2026), 1, + STATE(2025), 1, sym_type_arguments, - STATE(2405), 1, + STATE(2419), 1, sym_parameters, - STATE(2258), 2, + STATE(2257), 2, sym_line_comment, sym_block_comment, - ACTIONS(3509), 5, + ACTIONS(3544), 5, anon_sym_COLON, anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, anon_sym_as, - [70311] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3475), 1, - anon_sym_PLUS, - ACTIONS(4708), 1, - anon_sym_PIPE, - ACTIONS(4710), 1, - anon_sym_COLON, - ACTIONS(4714), 1, - anon_sym_DOT_DOT, - ACTIONS(4744), 1, - anon_sym_COLON_COLON, - ACTIONS(4716), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5109), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2259), 2, - sym_line_comment, - sym_block_comment, - [70345] = 7, + [70319] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(5112), 1, - anon_sym_COLON_COLON, - STATE(1659), 1, - sym_type_arguments, - STATE(2260), 2, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5104), 1, + anon_sym_fn, + ACTIONS(5106), 1, + anon_sym_extern, + STATE(2268), 1, + aux_sym_function_modifiers_repeat1, + STATE(2369), 1, + sym_extern_modifier, + STATE(2258), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(4673), 5, anon_sym_async, anon_sym_const, anon_sym_default, - anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, - anon_sym_extern, - [70373] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [70349] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5114), 1, + ACTIONS(5108), 1, + anon_sym_LPAREN, + ACTIONS(5113), 1, + anon_sym_LBRACK, + ACTIONS(5116), 1, + anon_sym_LBRACE, + STATE(3617), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + ACTIONS(5111), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_RBRACE, - STATE(1254), 1, - sym_attribute_item, - STATE(2299), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3225), 1, - sym_field_declaration, - STATE(3506), 1, - sym_visibility_modifier, - STATE(2261), 2, + STATE(2259), 3, sym_line_comment, sym_block_comment, - [70411] = 5, + aux_sym_macro_definition_repeat1, + [70381] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5118), 1, - anon_sym_PLUS, - STATE(2262), 3, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5119), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, + STATE(2260), 2, sym_line_comment, sym_block_comment, - aux_sym_trait_bounds_repeat1, - ACTIONS(5116), 7, + ACTIONS(3528), 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, - [70435] = 6, + [70413] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5089), 1, + ACTIONS(5123), 1, anon_sym_PLUS, - STATE(2247), 1, + STATE(2271), 1, aux_sym_trait_bounds_repeat1, - STATE(2263), 2, + STATE(2261), 2, sym_line_comment, sym_block_comment, ACTIONS(5121), 7, @@ -175789,16 +175782,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_where, - [70461] = 6, + [70439] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5123), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5125), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, + STATE(2262), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [70471] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5127), 1, anon_sym_PLUS, - STATE(2247), 1, + STATE(2271), 1, aux_sym_trait_bounds_repeat1, - STATE(2264), 2, + STATE(2263), 2, sym_line_comment, sym_block_comment, ACTIONS(5121), 7, @@ -175809,447 +175825,501 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_where, - [70487] = 10, + [70497] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4887), 1, - sym_identifier, - ACTIONS(4891), 1, - anon_sym_DOT_DOT, - ACTIONS(4895), 1, - sym_integer_literal, - STATE(1254), 1, - sym_attribute_item, - STATE(2552), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2265), 2, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2025), 1, + sym_type_arguments, + STATE(2419), 1, + sym_parameters, + STATE(2264), 2, sym_line_comment, sym_block_comment, - STATE(3408), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [70521] = 12, + ACTIONS(3484), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [70527] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - ACTIONS(5125), 1, + ACTIONS(5022), 1, + sym_identifier, + ACTIONS(5129), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2299), 1, + STATE(2319), 1, aux_sym_enum_variant_list_repeat1, - STATE(3225), 1, + STATE(3190), 1, sym_field_declaration, - STATE(3506), 1, + STATE(3718), 1, sym_visibility_modifier, - STATE(2266), 2, + STATE(2265), 2, sym_line_comment, sym_block_comment, - [70559] = 9, + [70565] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(5088), 1, anon_sym_LPAREN, - ACTIONS(5127), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2098), 1, - sym_parameters, - STATE(2267), 2, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5102), 1, + anon_sym_LBRACE, + ACTIONS(5131), 1, + anon_sym_SEMI, + STATE(665), 1, + sym_field_declaration_list, + STATE(2394), 1, + sym_type_parameters, + STATE(3134), 1, + sym_ordered_field_declaration_list, + STATE(3413), 1, + sym_where_clause, + STATE(2266), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [70591] = 11, + [70603] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4708), 1, + ACTIONS(4701), 1, anon_sym_PIPE, - ACTIONS(4710), 1, + ACTIONS(4703), 1, anon_sym_COLON, - ACTIONS(4712), 1, + ACTIONS(4705), 1, anon_sym_BANG, - ACTIONS(4714), 1, + ACTIONS(4707), 1, anon_sym_DOT_DOT, - ACTIONS(4777), 1, + ACTIONS(4754), 1, anon_sym_COLON_COLON, - STATE(2024), 1, + STATE(2026), 1, sym_type_arguments, - ACTIONS(4716), 2, + ACTIONS(4709), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2268), 2, + STATE(2267), 2, sym_line_comment, sym_block_comment, - [70627] = 12, + [70639] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5129), 1, - anon_sym_SEMI, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(536), 1, - sym_field_declaration_list, - STATE(2370), 1, - sym_type_parameters, - STATE(3170), 1, - sym_ordered_field_declaration_list, - STATE(3463), 1, - sym_where_clause, - STATE(2269), 2, + ACTIONS(5136), 1, + anon_sym_fn, + ACTIONS(5138), 1, + anon_sym_extern, + STATE(2369), 1, + sym_extern_modifier, + STATE(2268), 3, sym_line_comment, sym_block_comment, - [70665] = 9, + aux_sym_function_modifiers_repeat1, + ACTIONS(5133), 5, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_unsafe, + [70667] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5133), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2098), 1, - sym_parameters, - STATE(2270), 2, + STATE(2269), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(5141), 9, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [70697] = 9, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [70689] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4714), 1, + ACTIONS(4707), 1, anon_sym_DOT_DOT, - ACTIONS(4752), 1, + ACTIONS(4739), 1, anon_sym_COLON_COLON, - ACTIONS(5109), 1, + ACTIONS(5143), 1, anon_sym_RBRACK, - ACTIONS(3475), 2, + ACTIONS(3528), 2, anon_sym_SEMI, anon_sym_PLUS, - ACTIONS(4708), 2, + ACTIONS(4701), 2, anon_sym_PIPE, anon_sym_COMMA, - ACTIONS(4716), 2, + ACTIONS(4709), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + STATE(2270), 2, + sym_line_comment, + sym_block_comment, + [70721] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5123), 1, + anon_sym_PLUS, + STATE(2286), 1, + aux_sym_trait_bounds_repeat1, STATE(2271), 2, sym_line_comment, sym_block_comment, - [70729] = 12, + ACTIONS(5146), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [70747] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2025), 1, + sym_type_arguments, + STATE(2419), 1, + sym_parameters, + STATE(2272), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3532), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [70777] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2025), 1, + sym_type_arguments, + STATE(2419), 1, + sym_parameters, + STATE(2273), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3528), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [70807] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, + ACTIONS(4984), 1, sym_identifier, - ACTIONS(5135), 1, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5148), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2292), 1, + STATE(2299), 1, aux_sym_enum_variant_list_repeat1, - STATE(3425), 1, + STATE(3202), 1, sym_enum_variant, - STATE(3794), 1, + STATE(3703), 1, sym_visibility_modifier, - STATE(2272), 2, + STATE(2274), 2, sym_line_comment, sym_block_comment, - [70767] = 12, + [70845] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - ACTIONS(5001), 1, + ACTIONS(5022), 1, sym_identifier, - ACTIONS(5137), 1, + ACTIONS(5150), 1, anon_sym_RBRACE, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(2292), 1, + STATE(2319), 1, aux_sym_enum_variant_list_repeat1, - STATE(3425), 1, - sym_enum_variant, - STATE(3794), 1, + STATE(3190), 1, + sym_field_declaration, + STATE(3718), 1, sym_visibility_modifier, - STATE(2273), 2, + STATE(2275), 2, sym_line_comment, sym_block_comment, - [70805] = 9, + [70883] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4708), 1, + ACTIONS(3528), 1, + anon_sym_PLUS, + ACTIONS(4701), 1, anon_sym_PIPE, - ACTIONS(4710), 1, + ACTIONS(4703), 1, anon_sym_COLON, - ACTIONS(4714), 1, + ACTIONS(4707), 1, anon_sym_DOT_DOT, - ACTIONS(4777), 1, + ACTIONS(4711), 1, anon_sym_COLON_COLON, - ACTIONS(4716), 2, + ACTIONS(4709), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2274), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3475), 3, + ACTIONS(5143), 2, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COMMA, - [70837] = 9, + STATE(2276), 2, + sym_line_comment, + sym_block_comment, + [70917] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4656), 1, + ACTIONS(4651), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4657), 1, anon_sym_BANG, - ACTIONS(4666), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(5139), 1, + ACTIONS(5152), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2275), 2, + STATE(2277), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 3, + ACTIONS(4649), 3, anon_sym_RBRACK, anon_sym_PIPE, anon_sym_COMMA, - [70869] = 12, + [70949] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5131), 1, - anon_sym_LBRACE, - ACTIONS(5141), 1, - anon_sym_SEMI, - STATE(525), 1, - sym_field_declaration_list, - STATE(2361), 1, - sym_type_parameters, - STATE(3152), 1, - sym_ordered_field_declaration_list, - STATE(3421), 1, - sym_where_clause, - STATE(2276), 2, + ACTIONS(1129), 1, + aux_sym_string_literal_token1, + STATE(2269), 1, + sym_string_literal, + STATE(2278), 2, sym_line_comment, sym_block_comment, - [70907] = 9, + ACTIONS(4852), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [70975] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(5143), 1, + ACTIONS(5154), 1, anon_sym_for, - STATE(2026), 1, + STATE(2025), 1, sym_type_arguments, - STATE(2098), 1, + STATE(2100), 1, sym_parameters, - STATE(2277), 2, + STATE(2279), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(3528), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [70939] = 9, + [71007] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5145), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, - STATE(2098), 1, - sym_parameters, - STATE(2278), 2, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4984), 1, + sym_identifier, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5156), 1, + anon_sym_RBRACE, + STATE(1126), 1, + sym_attribute_item, + STATE(2299), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3202), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, + STATE(2280), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [70971] = 9, + [71045] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5147), 1, - anon_sym_LPAREN, - ACTIONS(5152), 1, - anon_sym_LBRACK, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(3661), 1, - sym_token_tree_pattern, - STATE(3785), 1, - sym_macro_rule, - ACTIONS(5150), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(2279), 3, + ACTIONS(3522), 1, + anon_sym_DOT_DOT, + STATE(2281), 2, sym_line_comment, sym_block_comment, - aux_sym_macro_definition_repeat1, - [71003] = 9, + ACTIONS(3524), 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, + [71069] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, ACTIONS(5158), 1, anon_sym_for, - STATE(2026), 1, + STATE(2025), 1, sym_type_arguments, - STATE(2098), 1, + STATE(2100), 1, sym_parameters, - STATE(2280), 2, + STATE(2282), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(3528), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [71035] = 7, + [71101] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5022), 1, + sym_identifier, ACTIONS(5160), 1, - anon_sym_SEMI, - STATE(548), 1, - sym_declaration_list, - STATE(2281), 2, + anon_sym_RBRACE, + STATE(1126), 1, + sym_attribute_item, + STATE(2319), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3190), 1, + sym_field_declaration, + STATE(3718), 1, + sym_visibility_modifier, + STATE(2283), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [71063] = 9, + [71139] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, ACTIONS(5162), 1, anon_sym_for, - STATE(2026), 1, + STATE(2025), 1, sym_type_arguments, - STATE(2098), 1, + STATE(2100), 1, sym_parameters, - STATE(2282), 2, + STATE(2284), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(3528), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [71095] = 5, + [71171] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3546), 1, + ACTIONS(3540), 1, anon_sym_DOT_DOT, - STATE(2283), 2, + STATE(2285), 2, sym_line_comment, sym_block_comment, - ACTIONS(3548), 8, + ACTIONS(3542), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -176258,2572 +176328,2548 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [71119] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, - ACTIONS(4993), 1, - anon_sym_BANG, - STATE(2284), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [71144] = 11, + [71195] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5164), 1, - anon_sym_COLON, ACTIONS(5166), 1, - anon_sym_LT, - STATE(510), 1, - sym_declaration_list, - STATE(2410), 1, - sym_type_parameters, - STATE(2698), 1, - sym_trait_bounds, - STATE(3338), 1, - sym_where_clause, - STATE(2285), 2, + anon_sym_PLUS, + STATE(2286), 3, sym_line_comment, sym_block_comment, - [71179] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5168), 1, + aux_sym_trait_bounds_repeat1, + ACTIONS(5164), 7, anon_sym_SEMI, - ACTIONS(5170), 1, anon_sym_LBRACE, - STATE(1292), 1, - sym_block, - STATE(2514), 1, - sym_where_clause, - STATE(3777), 1, - sym_label, - STATE(2286), 2, - sym_line_comment, - sym_block_comment, - [71214] = 11, - ACTIONS(69), 1, - anon_sym_pub, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [71219] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, - sym_crate, - STATE(1254), 1, - sym_attribute_item, - STATE(2299), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3225), 1, - sym_field_declaration, - STATE(3506), 1, - sym_visibility_modifier, + ACTIONS(4820), 1, + anon_sym_LPAREN, + ACTIONS(4824), 1, + anon_sym_BANG, + ACTIONS(4828), 1, + anon_sym_DOT_DOT, + ACTIONS(5169), 1, + anon_sym_COLON_COLON, + ACTIONS(4830), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2287), 2, sym_line_comment, sym_block_comment, - [71249] = 11, + ACTIONS(4649), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [71251] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5166), 1, - anon_sym_LT, - ACTIONS(5172), 1, - anon_sym_SEMI, - ACTIONS(5174), 1, - anon_sym_EQ, - STATE(2460), 1, - sym_type_parameters, - STATE(3167), 1, - sym_trait_bounds, - STATE(3450), 1, - sym_where_clause, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5171), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, + STATE(2100), 1, + sym_parameters, STATE(2288), 2, sym_line_comment, sym_block_comment, - [71284] = 11, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [71283] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5088), 1, + anon_sym_LPAREN, + ACTIONS(5090), 1, anon_sym_LBRACE, - ACTIONS(5176), 1, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5173), 1, anon_sym_SEMI, - STATE(1361), 1, - sym_block, - STATE(2516), 1, + STATE(1198), 1, + sym_field_declaration_list, + STATE(2357), 1, + sym_type_parameters, + STATE(2912), 1, + sym_ordered_field_declaration_list, + STATE(3282), 1, sym_where_clause, - STATE(3777), 1, - sym_label, STATE(2289), 2, sym_line_comment, sym_block_comment, - [71319] = 11, + [71321] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5178), 1, + ACTIONS(5175), 1, anon_sym_SEMI, - ACTIONS(5180), 1, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5179), 1, anon_sym_DASH_GT, - STATE(1373), 1, + STATE(1292), 1, sym_block, - STATE(2517), 1, + STATE(2554), 1, sym_where_clause, - STATE(3777), 1, + STATE(3776), 1, sym_label, STATE(2290), 2, sym_line_comment, sym_block_comment, - [71354] = 11, + [71356] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5182), 1, + ACTIONS(5181), 1, anon_sym_SEMI, - ACTIONS(5184), 1, - anon_sym_DASH_GT, - STATE(1354), 1, + STATE(1412), 1, sym_block, - STATE(2570), 1, + STATE(2587), 1, sym_where_clause, - STATE(3777), 1, + STATE(3776), 1, sym_label, STATE(2291), 2, sym_line_comment, sym_block_comment, - [71389] = 11, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, - sym_identifier, - STATE(1093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, - sym_attribute_item, - STATE(3399), 1, - sym_enum_variant, - STATE(3794), 1, - sym_visibility_modifier, - STATE(2292), 2, - sym_line_comment, - sym_block_comment, - [71424] = 11, + [71391] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5186), 1, + ACTIONS(5183), 1, anon_sym_SEMI, - STATE(1115), 1, + STATE(1314), 1, sym_block, - STATE(2519), 1, + STATE(2565), 1, sym_where_clause, - STATE(3777), 1, + STATE(3776), 1, sym_label, + STATE(2292), 2, + sym_line_comment, + sym_block_comment, + [71426] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5185), 1, + sym_identifier, STATE(2293), 2, sym_line_comment, sym_block_comment, - [71459] = 11, + ACTIONS(4848), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [71449] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5188), 1, - anon_sym_SEMI, - STATE(1127), 1, - sym_block, - STATE(2521), 1, - sym_where_clause, - STATE(3777), 1, - sym_label, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4984), 1, + sym_identifier, + ACTIONS(4990), 1, + sym_crate, + STATE(1101), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1126), 1, + sym_attribute_item, + STATE(3123), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, STATE(2294), 2, sym_line_comment, sym_block_comment, - [71494] = 11, + [71484] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5190), 1, + ACTIONS(5187), 1, anon_sym_SEMI, - STATE(1138), 1, + ACTIONS(5189), 1, + anon_sym_DASH_GT, + STATE(1171), 1, sym_block, - STATE(2523), 1, + STATE(2519), 1, sym_where_clause, - STATE(3777), 1, + STATE(3776), 1, sym_label, STATE(2295), 2, sym_line_comment, sym_block_comment, - [71529] = 6, + [71519] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1167), 1, - aux_sym_string_literal_token1, - STATE(2327), 1, - sym_string_literal, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5191), 1, + anon_sym_SEMI, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5195), 1, + anon_sym_EQ, + ACTIONS(5197), 1, + anon_sym_LT, + STATE(2441), 1, + sym_type_parameters, + STATE(3157), 1, + sym_trait_bounds, + STATE(3446), 1, + sym_where_clause, STATE(2296), 2, sym_line_comment, sym_block_comment, - ACTIONS(4903), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, [71554] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5166), 1, - anon_sym_LT, - STATE(1416), 1, - sym_declaration_list, - STATE(2433), 1, - sym_type_parameters, - STATE(2743), 1, - sym_trait_bounds, - STATE(3234), 1, + ACTIONS(5199), 1, + anon_sym_SEMI, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5203), 1, + anon_sym_DASH_GT, + STATE(719), 1, + sym_block, + STATE(2597), 1, sym_where_clause, + STATE(3773), 1, + sym_label, STATE(2297), 2, sym_line_comment, sym_block_comment, - [71589] = 10, + [71589] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5194), 1, - anon_sym_RBRACE, - ACTIONS(5196), 1, - anon_sym_DOT_DOT, - ACTIONS(5198), 1, - anon_sym_COMMA, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5197), 1, + anon_sym_LT, + STATE(1191), 1, + sym_declaration_list, + STATE(2438), 1, + sym_type_parameters, + STATE(2681), 1, + sym_trait_bounds, + STATE(3227), 1, + sym_where_clause, STATE(2298), 2, sym_line_comment, sym_block_comment, - STATE(2941), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [71622] = 11, + [71624] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4947), 1, + ACTIONS(4984), 1, sym_identifier, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - STATE(1093), 1, + STATE(1101), 1, aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(3237), 1, - sym_field_declaration, - STATE(3506), 1, + STATE(3258), 1, + sym_enum_variant, + STATE(3703), 1, sym_visibility_modifier, STATE(2299), 2, sym_line_comment, sym_block_comment, - [71657] = 11, + [71659] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - STATE(1093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, + ACTIONS(5022), 1, + sym_identifier, + STATE(1126), 1, sym_attribute_item, - STATE(3122), 1, + STATE(2319), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3190), 1, sym_field_declaration, - STATE(3506), 1, + STATE(3718), 1, sym_visibility_modifier, STATE(2300), 2, sym_line_comment, sym_block_comment, - [71692] = 4, + [71694] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5197), 1, + anon_sym_LT, + STATE(1153), 1, + sym_declaration_list, + STATE(2405), 1, + sym_type_parameters, + STATE(2668), 1, + sym_trait_bounds, + STATE(3386), 1, + sym_where_clause, STATE(2301), 2, sym_line_comment, sym_block_comment, - ACTIONS(5116), 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, - [71713] = 4, + [71729] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5197), 1, + anon_sym_LT, + ACTIONS(5205), 1, + anon_sym_SEMI, + ACTIONS(5207), 1, + anon_sym_EQ, + STATE(2406), 1, + sym_type_parameters, + STATE(3114), 1, + sym_trait_bounds, + STATE(3389), 1, + sym_where_clause, STATE(2302), 2, sym_line_comment, sym_block_comment, - ACTIONS(5116), 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, - [71734] = 4, + [71764] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4649), 1, + anon_sym_PIPE, + ACTIONS(4651), 1, + anon_sym_LPAREN, + ACTIONS(4655), 1, + anon_sym_COLON, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5209), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2303), 2, sym_line_comment, sym_block_comment, - ACTIONS(5116), 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, - [71755] = 7, + [71797] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5207), 1, - anon_sym_fn, - ACTIONS(5209), 1, - anon_sym_extern, - STATE(2461), 1, - sym_extern_modifier, - STATE(2304), 3, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5213), 1, + anon_sym_RBRACE, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5217), 1, + anon_sym_COMMA, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + STATE(2304), 2, sym_line_comment, sym_block_comment, - aux_sym_function_modifiers_repeat1, - ACTIONS(5204), 4, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_unsafe, - [71782] = 11, + STATE(3183), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [71830] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5212), 1, - anon_sym_SEMI, - ACTIONS(5214), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - STATE(697), 1, + ACTIONS(5223), 1, + anon_sym_SEMI, + ACTIONS(5225), 1, + anon_sym_DASH_GT, + STATE(1212), 1, sym_block, - STATE(2590), 1, + STATE(2589), 1, sym_where_clause, - STATE(3774), 1, + STATE(3776), 1, sym_label, STATE(2305), 2, sym_line_comment, sym_block_comment, - [71817] = 11, + [71865] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5216), 1, - anon_sym_SEMI, - ACTIONS(5218), 1, - anon_sym_DASH_GT, - STATE(1154), 1, - sym_block, - STATE(2595), 1, - sym_where_clause, - STATE(3777), 1, - sym_label, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5022), 1, + sym_identifier, + STATE(1101), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1126), 1, + sym_attribute_item, + STATE(3002), 1, + sym_field_declaration, + STATE(3718), 1, + sym_visibility_modifier, STATE(2306), 2, sym_line_comment, sym_block_comment, - [71852] = 10, + [71900] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5196), 1, - anon_sym_DOT_DOT, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, - ACTIONS(5220), 1, - anon_sym_RBRACE, - ACTIONS(5222), 1, - anon_sym_COMMA, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5227), 1, + anon_sym_SEMI, + STATE(584), 1, + sym_block, + STATE(2517), 1, + sym_where_clause, + STATE(3773), 1, + sym_label, STATE(2307), 2, sym_line_comment, sym_block_comment, - STATE(2880), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [71885] = 11, + [71935] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5164), 1, + ACTIONS(5193), 1, anon_sym_COLON, - ACTIONS(5166), 1, + ACTIONS(5197), 1, anon_sym_LT, - STATE(1315), 1, + STATE(648), 1, sym_declaration_list, - STATE(2457), 1, + STATE(2433), 1, sym_type_parameters, - STATE(2651), 1, + STATE(2642), 1, sym_trait_bounds, - STATE(3448), 1, + STATE(3468), 1, sym_where_clause, STATE(2308), 2, sym_line_comment, sym_block_comment, - [71920] = 11, + [71970] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5224), 1, + ACTIONS(5229), 1, anon_sym_SEMI, - STATE(779), 1, + ACTIONS(5231), 1, + anon_sym_DASH_GT, + STATE(1244), 1, sym_block, - STATE(2545), 1, + STATE(2513), 1, sym_where_clause, - STATE(3774), 1, + STATE(3776), 1, sym_label, STATE(2309), 2, sym_line_comment, sym_block_comment, - [71955] = 6, + [72005] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4696), 1, - anon_sym_trait, - ACTIONS(5226), 1, - anon_sym_impl, + ACTIONS(5233), 1, + sym_identifier, STATE(2310), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(4848), 7, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, - [71980] = 10, + [72028] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4654), 1, - anon_sym_PIPE, - ACTIONS(4656), 1, - anon_sym_LPAREN, - ACTIONS(4660), 1, - anon_sym_COLON, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5228), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4984), 1, + sym_identifier, + ACTIONS(4990), 1, + sym_crate, + STATE(1101), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1126), 1, + sym_attribute_item, + STATE(2938), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, STATE(2311), 2, sym_line_comment, sym_block_comment, - [72013] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5230), 1, - anon_sym_SEMI, - STATE(522), 1, - sym_block, - STATE(2548), 1, - sym_where_clause, - STATE(3774), 1, - sym_label, - STATE(2312), 2, - sym_line_comment, - sym_block_comment, - [72048] = 11, + [72063] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, + ACTIONS(3063), 1, anon_sym_POUND, - ACTIONS(4953), 1, + ACTIONS(4990), 1, sym_crate, - ACTIONS(5001), 1, + ACTIONS(5022), 1, sym_identifier, - STATE(1093), 1, + STATE(1101), 1, aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, + STATE(1126), 1, sym_attribute_item, - STATE(3059), 1, - sym_enum_variant, - STATE(3794), 1, + STATE(2949), 1, + sym_field_declaration, + STATE(3718), 1, sym_visibility_modifier, + STATE(2312), 2, + sym_line_comment, + sym_block_comment, + [72098] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5235), 1, + anon_sym_SEMI, + STATE(1349), 1, + sym_block, + STATE(2576), 1, + sym_where_clause, + STATE(3776), 1, + sym_label, STATE(2313), 2, sym_line_comment, sym_block_comment, - [72083] = 11, + [72133] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5232), 1, + ACTIONS(5237), 1, anon_sym_SEMI, - ACTIONS(5234), 1, + ACTIONS(5239), 1, anon_sym_DASH_GT, - STATE(746), 1, + STATE(1359), 1, sym_block, - STATE(2586), 1, + STATE(2579), 1, sym_where_clause, - STATE(3774), 1, + STATE(3776), 1, sym_label, STATE(2314), 2, sym_line_comment, sym_block_comment, - [72118] = 11, + [72168] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5236), 1, + ACTIONS(5241), 1, anon_sym_SEMI, - ACTIONS(5238), 1, - anon_sym_DASH_GT, - STATE(643), 1, + STATE(679), 1, sym_block, - STATE(2606), 1, + STATE(2539), 1, sym_where_clause, - STATE(3774), 1, + STATE(3773), 1, sym_label, STATE(2315), 2, sym_line_comment, sym_block_comment, - [72153] = 11, + [72203] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5164), 1, + ACTIONS(5193), 1, anon_sym_COLON, - ACTIONS(5166), 1, + ACTIONS(5197), 1, anon_sym_LT, - ACTIONS(5240), 1, - anon_sym_SEMI, - ACTIONS(5242), 1, - anon_sym_EQ, - STATE(2442), 1, + STATE(1253), 1, + sym_declaration_list, + STATE(2456), 1, sym_type_parameters, - STATE(2889), 1, + STATE(2707), 1, sym_trait_bounds, - STATE(3253), 1, + STATE(3271), 1, sym_where_clause, STATE(2316), 2, sym_line_comment, sym_block_comment, - [72188] = 8, + [72238] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5244), 1, - anon_sym_fn, - ACTIONS(5246), 1, - anon_sym_extern, - STATE(2304), 1, - aux_sym_function_modifiers_repeat1, - STATE(2461), 1, - sym_extern_modifier, + ACTIONS(5243), 1, + sym_identifier, STATE(2317), 2, sym_line_comment, sym_block_comment, - ACTIONS(4682), 4, + ACTIONS(4848), 7, anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, - [72217] = 11, + anon_sym_extern, + [72261] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5248), 1, + ACTIONS(5245), 1, anon_sym_SEMI, - ACTIONS(5250), 1, + ACTIONS(5247), 1, anon_sym_DASH_GT, - STATE(595), 1, + STATE(639), 1, sym_block, - STATE(2583), 1, + STATE(2602), 1, sym_where_clause, - STATE(3774), 1, + STATE(3773), 1, sym_label, STATE(2318), 2, sym_line_comment, sym_block_comment, - [72252] = 11, + [72296] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5252), 1, - anon_sym_SEMI, - ACTIONS(5254), 1, - anon_sym_DASH_GT, - STATE(663), 1, - sym_block, - STATE(2557), 1, - sym_where_clause, - STATE(3774), 1, - sym_label, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4990), 1, + sym_crate, + ACTIONS(5022), 1, + sym_identifier, + STATE(1101), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1126), 1, + sym_attribute_item, + STATE(3351), 1, + sym_field_declaration, + STATE(3718), 1, + sym_visibility_modifier, STATE(2319), 2, sym_line_comment, sym_block_comment, - [72287] = 11, + [72331] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5256), 1, + ACTIONS(5249), 1, anon_sym_SEMI, - ACTIONS(5258), 1, - anon_sym_DASH_GT, - STATE(1196), 1, + STATE(1389), 1, sym_block, - STATE(2600), 1, + STATE(2582), 1, sym_where_clause, - STATE(3777), 1, + STATE(3776), 1, sym_label, STATE(2320), 2, sym_line_comment, sym_block_comment, - [72322] = 11, - ACTIONS(69), 1, - anon_sym_pub, + [72366] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, - sym_identifier, - STATE(1093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, - sym_attribute_item, - STATE(2925), 1, - sym_enum_variant, - STATE(3794), 1, - sym_visibility_modifier, + ACTIONS(5251), 1, + anon_sym_trait, STATE(2321), 2, sym_line_comment, sym_block_comment, - [72357] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5196), 1, - anon_sym_DOT_DOT, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, - ACTIONS(5260), 1, - anon_sym_RBRACE, - ACTIONS(5262), 1, - anon_sym_COMMA, - STATE(2322), 2, - sym_line_comment, - sym_block_comment, - STATE(3117), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72390] = 11, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [72389] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5166), 1, - anon_sym_LT, - STATE(1205), 1, - sym_declaration_list, - STATE(2495), 1, - sym_type_parameters, - STATE(2841), 1, - sym_trait_bounds, - STATE(3233), 1, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5253), 1, + anon_sym_SEMI, + ACTIONS(5255), 1, + anon_sym_DASH_GT, + STATE(770), 1, + sym_block, + STATE(2599), 1, sym_where_clause, - STATE(2323), 2, - sym_line_comment, - sym_block_comment, - [72425] = 11, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4947), 1, - sym_identifier, - ACTIONS(4953), 1, - sym_crate, - STATE(1093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, - sym_attribute_item, - STATE(2937), 1, - sym_field_declaration, - STATE(3506), 1, - sym_visibility_modifier, - STATE(2324), 2, + STATE(3773), 1, + sym_label, + STATE(2322), 2, sym_line_comment, sym_block_comment, - [72460] = 11, + [72424] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5166), 1, - anon_sym_LT, - STATE(605), 1, - sym_declaration_list, - STATE(2504), 1, - sym_type_parameters, - STATE(2870), 1, - sym_trait_bounds, - STATE(3344), 1, + ACTIONS(5257), 1, + anon_sym_SEMI, + ACTIONS(5259), 1, + anon_sym_DASH_GT, + STATE(754), 1, + sym_block, + STATE(2543), 1, sym_where_clause, - STATE(2325), 2, - sym_line_comment, - sym_block_comment, - [72495] = 11, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(4953), 1, - sym_crate, - ACTIONS(5001), 1, - sym_identifier, - STATE(1254), 1, - sym_attribute_item, - STATE(2292), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3425), 1, - sym_enum_variant, - STATE(3794), 1, - sym_visibility_modifier, - STATE(2326), 2, + STATE(3773), 1, + sym_label, + STATE(2323), 2, sym_line_comment, sym_block_comment, - [72530] = 4, + [72459] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2327), 2, + STATE(2324), 2, sym_line_comment, sym_block_comment, - ACTIONS(5264), 8, + ACTIONS(5164), 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, - [72551] = 11, + anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [72480] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5266), 1, + ACTIONS(5261), 1, anon_sym_SEMI, - ACTIONS(5268), 1, - anon_sym_DASH_GT, - STATE(559), 1, + STATE(542), 1, sym_block, - STATE(2558), 1, + STATE(2614), 1, sym_where_clause, - STATE(3774), 1, + STATE(3773), 1, sym_label, - STATE(2328), 2, - sym_line_comment, - sym_block_comment, - [72586] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5166), 1, - anon_sym_LT, - STATE(539), 1, - sym_declaration_list, - STATE(2414), 1, - sym_type_parameters, - STATE(2711), 1, - sym_trait_bounds, - STATE(3495), 1, - sym_where_clause, - STATE(2329), 2, + STATE(2325), 2, sym_line_comment, sym_block_comment, - [72621] = 11, + [72515] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5270), 1, + ACTIONS(5263), 1, anon_sym_SEMI, - STATE(1219), 1, + ACTIONS(5265), 1, + anon_sym_DASH_GT, + STATE(552), 1, sym_block, - STATE(2609), 1, + STATE(2613), 1, sym_where_clause, - STATE(3777), 1, + STATE(3773), 1, sym_label, - STATE(2330), 2, + STATE(2326), 2, sym_line_comment, sym_block_comment, - [72656] = 10, + [72550] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5196), 1, - anon_sym_DOT_DOT, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, - ACTIONS(5272), 1, - anon_sym_RBRACE, - ACTIONS(5274), 1, - anon_sym_COMMA, - STATE(2331), 2, + STATE(2327), 2, sym_line_comment, sym_block_comment, - STATE(2879), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72689] = 11, + ACTIONS(5164), 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, + [72571] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5276), 1, + ACTIONS(5267), 1, anon_sym_SEMI, - ACTIONS(5278), 1, - anon_sym_DASH_GT, - STATE(1256), 1, + STATE(1401), 1, sym_block, - STATE(2510), 1, + STATE(2584), 1, sym_where_clause, - STATE(3777), 1, + STATE(3776), 1, sym_label, - STATE(2332), 2, + STATE(2328), 2, sym_line_comment, sym_block_comment, - [72724] = 11, + [72606] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5170), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5280), 1, + ACTIONS(5269), 1, anon_sym_SEMI, - ACTIONS(5282), 1, - anon_sym_DASH_GT, - STATE(1277), 1, + STATE(504), 1, sym_block, - STATE(2512), 1, + STATE(2562), 1, sym_where_clause, - STATE(3777), 1, + STATE(3773), 1, sym_label, - STATE(2333), 2, + STATE(2329), 2, sym_line_comment, sym_block_comment, - [72759] = 11, + [72641] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5284), 1, - anon_sym_SEMI, - STATE(626), 1, - sym_block, - STATE(2565), 1, - sym_where_clause, - STATE(3774), 1, - sym_label, - STATE(2334), 2, + ACTIONS(5271), 1, + anon_sym_trait, + STATE(2330), 2, sym_line_comment, sym_block_comment, - [72794] = 11, + ACTIONS(3421), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [72664] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5286), 1, - anon_sym_SEMI, - STATE(509), 1, - sym_block, - STATE(2582), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5197), 1, + anon_sym_LT, + STATE(668), 1, + sym_declaration_list, + STATE(2439), 1, + sym_type_parameters, + STATE(2857), 1, + sym_trait_bounds, + STATE(3426), 1, sym_where_clause, - STATE(3774), 1, - sym_label, - STATE(2335), 2, + STATE(2331), 2, sym_line_comment, sym_block_comment, - [72829] = 11, + [72699] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5288), 1, + ACTIONS(5273), 1, anon_sym_SEMI, - ACTIONS(5290), 1, - anon_sym_DASH_GT, - STATE(678), 1, + STATE(597), 1, sym_block, - STATE(2571), 1, + STATE(2546), 1, sym_where_clause, - STATE(3774), 1, + STATE(3773), 1, sym_label, - STATE(2336), 2, + STATE(2332), 2, sym_line_comment, sym_block_comment, - [72864] = 11, + [72734] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5214), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5292), 1, + ACTIONS(5275), 1, anon_sym_SEMI, - STATE(736), 1, + STATE(1263), 1, sym_block, - STATE(2578), 1, + STATE(2530), 1, sym_where_clause, - STATE(3774), 1, + STATE(3776), 1, sym_label, - STATE(2337), 2, + STATE(2333), 2, sym_line_comment, sym_block_comment, - [72899] = 10, + [72769] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, - anon_sym_LPAREN, - ACTIONS(5296), 1, - anon_sym_RPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5201), 1, anon_sym_LBRACE, - STATE(2352), 1, - aux_sym_macro_definition_repeat1, - STATE(3364), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, - STATE(2338), 2, + ACTIONS(5277), 1, + anon_sym_SEMI, + ACTIONS(5279), 1, + anon_sym_DASH_GT, + STATE(732), 1, + sym_block, + STATE(2545), 1, + sym_where_clause, + STATE(3773), 1, + sym_label, + STATE(2334), 2, sym_line_comment, sym_block_comment, - [72931] = 8, + [72804] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, - anon_sym_LPAREN, - ACTIONS(5067), 1, - anon_sym_LBRACE, - ACTIONS(5304), 1, - anon_sym_EQ, - ACTIONS(5302), 2, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + ACTIONS(5281), 1, anon_sym_RBRACE, + ACTIONS(5283), 1, anon_sym_COMMA, - STATE(2339), 2, + STATE(2335), 2, sym_line_comment, sym_block_comment, - STATE(3056), 2, - sym_field_declaration_list, - sym_ordered_field_declaration_list, - [72959] = 9, + STATE(2999), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [72837] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4316), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5308), 1, - anon_sym_STAR, - STATE(3139), 1, - sym_use_list, - STATE(3553), 1, - sym_type_arguments, - ACTIONS(5306), 2, - sym_identifier, - sym_super, - STATE(2340), 2, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5197), 1, + anon_sym_LT, + STATE(752), 1, + sym_declaration_list, + STATE(2422), 1, + sym_type_parameters, + STATE(2670), 1, + sym_trait_bounds, + STATE(3370), 1, + sym_where_clause, + STATE(2336), 2, sym_line_comment, sym_block_comment, - [72989] = 10, + [72872] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, - anon_sym_LPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, - anon_sym_LBRACE, - ACTIONS(5310), 1, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + ACTIONS(5285), 1, anon_sym_RBRACE, - STATE(2279), 1, - aux_sym_macro_definition_repeat1, - STATE(3355), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, - STATE(2341), 2, + ACTIONS(5287), 1, + anon_sym_COMMA, + STATE(2337), 2, sym_line_comment, sym_block_comment, - [73021] = 10, + STATE(2880), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [72905] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, - anon_sym_LPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, - anon_sym_LBRACE, - ACTIONS(5312), 1, - anon_sym_RBRACE, - STATE(2385), 1, - aux_sym_macro_definition_repeat1, - STATE(3483), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, - STATE(2342), 2, + STATE(2338), 2, sym_line_comment, sym_block_comment, - [73053] = 7, + ACTIONS(5164), 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, + [72926] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4995), 1, - anon_sym_DOT_DOT, - ACTIONS(4999), 1, - anon_sym_COLON_COLON, - ACTIONS(4997), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2343), 2, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5289), 1, + anon_sym_SEMI, + ACTIONS(5291), 1, + anon_sym_DASH_GT, + STATE(1306), 1, + sym_block, + STATE(2557), 1, + sym_where_clause, + STATE(3776), 1, + sym_label, + STATE(2339), 2, sym_line_comment, sym_block_comment, - ACTIONS(4708), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [73079] = 10, + [72961] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, - anon_sym_LPAREN, - ACTIONS(5296), 1, - anon_sym_RBRACK, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, - anon_sym_LBRACE, - STATE(2353), 1, - aux_sym_macro_definition_repeat1, - STATE(3366), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, - STATE(2344), 2, + ACTIONS(5293), 1, + sym_identifier, + STATE(2340), 2, sym_line_comment, sym_block_comment, - [73111] = 10, + ACTIONS(4848), 7, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_gen, + anon_sym_unsafe, + anon_sym_extern, + [72984] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, - anon_sym_LPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, - anon_sym_LBRACE, - ACTIONS(5314), 1, - anon_sym_RPAREN, - STATE(2354), 1, - aux_sym_macro_definition_repeat1, - STATE(3367), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, - STATE(2345), 2, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + ACTIONS(5295), 1, + anon_sym_RBRACE, + ACTIONS(5297), 1, + anon_sym_COMMA, + STATE(2341), 2, sym_line_comment, sym_block_comment, - [73143] = 10, + STATE(2882), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73017] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, - anon_sym_LPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, - anon_sym_LBRACE, - ACTIONS(5314), 1, - anon_sym_RBRACK, - STATE(2355), 1, - aux_sym_macro_definition_repeat1, - STATE(3368), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, - STATE(2346), 2, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(4984), 1, + sym_identifier, + ACTIONS(4990), 1, + sym_crate, + STATE(1126), 1, + sym_attribute_item, + STATE(2299), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3202), 1, + sym_enum_variant, + STATE(3703), 1, + sym_visibility_modifier, + STATE(2342), 2, sym_line_comment, sym_block_comment, - [73175] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, + [73052] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5316), 1, - anon_sym_move, - STATE(224), 1, - sym_closure_parameters, - STATE(484), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5299), 1, + anon_sym_SEMI, + STATE(609), 1, sym_block, - STATE(3778), 1, + STATE(2605), 1, + sym_where_clause, + STATE(3773), 1, sym_label, - STATE(2347), 2, + STATE(2343), 2, sym_line_comment, sym_block_comment, - [73207] = 9, + [73087] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, + ACTIONS(5211), 1, sym_identifier, - ACTIONS(5196), 1, + ACTIONS(5215), 1, anon_sym_DOT_DOT, - ACTIONS(5200), 1, + ACTIONS(5219), 1, anon_sym_ref, - ACTIONS(5202), 1, + ACTIONS(5221), 1, sym_mutable_specifier, - ACTIONS(5318), 1, + ACTIONS(5301), 1, anon_sym_RBRACE, - STATE(2348), 2, + STATE(2344), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, + STATE(3352), 2, sym_field_pattern, sym_remaining_field_pattern, - [73237] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, + [73117] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5320), 1, - sym_identifier, - ACTIONS(5322), 1, - anon_sym_async, - ACTIONS(5324), 1, - anon_sym_ref, - ACTIONS(5326), 1, - sym_mutable_specifier, - ACTIONS(5328), 1, - anon_sym_move, - STATE(224), 1, - sym_closure_parameters, - STATE(2349), 2, + ACTIONS(5303), 1, + anon_sym_LPAREN, + ACTIONS(5305), 1, + anon_sym_LBRACK, + ACTIONS(5307), 1, + anon_sym_RBRACK, + ACTIONS(5309), 1, + anon_sym_LBRACE, + STATE(2259), 1, + aux_sym_macro_definition_repeat1, + STATE(3236), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2345), 2, sym_line_comment, sym_block_comment, - [73269] = 9, + [73149] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, + ACTIONS(5211), 1, sym_identifier, - ACTIONS(5196), 1, + ACTIONS(5215), 1, anon_sym_DOT_DOT, - ACTIONS(5200), 1, + ACTIONS(5219), 1, anon_sym_ref, - ACTIONS(5202), 1, + ACTIONS(5221), 1, sym_mutable_specifier, - ACTIONS(5330), 1, + ACTIONS(5311), 1, anon_sym_RBRACE, - STATE(2350), 2, + STATE(2346), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, + STATE(3352), 2, sym_field_pattern, sym_remaining_field_pattern, - [73299] = 10, + [73179] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, - ACTIONS(5332), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5334), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5336), 1, - anon_sym_RBRACK, - ACTIONS(5338), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5340), 1, - anon_sym_EQ, - STATE(3534), 1, - sym_delim_token_tree, - STATE(2351), 2, + ACTIONS(5313), 1, + anon_sym_RPAREN, + STATE(2395), 1, + aux_sym_macro_definition_repeat1, + STATE(3222), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2347), 2, sym_line_comment, sym_block_comment, - [73331] = 10, + [73211] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_RPAREN, - STATE(2279), 1, + ACTIONS(5313), 1, + anon_sym_RBRACK, + STATE(2397), 1, aux_sym_macro_definition_repeat1, - STATE(3388), 1, + STATE(3234), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2352), 2, + STATE(2348), 2, sym_line_comment, sym_block_comment, - [73363] = 10, + [73243] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_RBRACK, - STATE(2279), 1, + ACTIONS(5315), 1, + anon_sym_RBRACE, + STATE(2371), 1, aux_sym_macro_definition_repeat1, - STATE(3389), 1, + STATE(3244), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2353), 2, + STATE(2349), 2, sym_line_comment, sym_block_comment, - [73395] = 10, + [73275] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5344), 1, + ACTIONS(5317), 1, anon_sym_RPAREN, - STATE(2279), 1, + STATE(2372), 1, aux_sym_macro_definition_repeat1, - STATE(3390), 1, + STATE(3253), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2354), 2, + STATE(2350), 2, sym_line_comment, sym_block_comment, - [73427] = 10, + [73307] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5344), 1, + ACTIONS(5317), 1, anon_sym_RBRACK, - STATE(2279), 1, + STATE(2345), 1, aux_sym_macro_definition_repeat1, - STATE(3391), 1, + STATE(3260), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2355), 2, + STATE(2351), 2, sym_line_comment, sym_block_comment, - [73459] = 8, + [73339] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5348), 1, - anon_sym_COLON, - ACTIONS(5350), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5346), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2356), 2, + ACTIONS(5303), 1, + anon_sym_LPAREN, + ACTIONS(5305), 1, + anon_sym_LBRACK, + ACTIONS(5309), 1, + anon_sym_LBRACE, + ACTIONS(5319), 1, + anon_sym_RBRACE, + STATE(2356), 1, + aux_sym_macro_definition_repeat1, + STATE(3264), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2352), 2, sym_line_comment, sym_block_comment, - [73487] = 8, + [73371] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, anon_sym_DOT_DOT, - ACTIONS(5348), 1, - anon_sym_COLON, - ACTIONS(5352), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5346), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2357), 2, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + ACTIONS(5321), 1, + anon_sym_RBRACE, + STATE(2353), 2, sym_line_comment, sym_block_comment, - [73515] = 7, + STATE(3352), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73401] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5352), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2358), 2, + ACTIONS(5088), 1, + anon_sym_LPAREN, + ACTIONS(5090), 1, + anon_sym_LBRACE, + ACTIONS(5325), 1, + anon_sym_EQ, + ACTIONS(5323), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(2354), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [73541] = 7, + STATE(2904), 2, + sym_field_declaration_list, + sym_ordered_field_declaration_list, + [73429] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, + ACTIONS(5046), 1, anon_sym_DOT_DOT, - ACTIONS(5350), 1, + ACTIONS(5050), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, + ACTIONS(5048), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2359), 2, + STATE(2355), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [73567] = 10, - ACTIONS(27), 1, + ACTIONS(4701), 3, + anon_sym_EQ_GT, anon_sym_PIPE, + anon_sym_if, + [73455] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(5303), 1, + anon_sym_LPAREN, + ACTIONS(5305), 1, + anon_sym_LBRACK, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5354), 1, - anon_sym_move, - STATE(220), 1, - sym_closure_parameters, - STATE(1811), 1, - sym_block, - STATE(3779), 1, - sym_label, - STATE(2360), 2, + ACTIONS(5327), 1, + anon_sym_RBRACE, + STATE(2259), 1, + aux_sym_macro_definition_repeat1, + STATE(3238), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2356), 2, sym_line_comment, sym_block_comment, - [73599] = 10, + [73487] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, + ACTIONS(5088), 1, anon_sym_LPAREN, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5131), 1, + ACTIONS(5090), 1, anon_sym_LBRACE, - ACTIONS(5356), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5329), 1, anon_sym_SEMI, - STATE(692), 1, + STATE(1250), 1, sym_field_declaration_list, - STATE(3061), 1, + STATE(2953), 1, sym_ordered_field_declaration_list, - STATE(3247), 1, + STATE(3269), 1, sym_where_clause, - STATE(2361), 2, + STATE(2357), 2, + sym_line_comment, + sym_block_comment, + [73519] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + ACTIONS(5331), 1, + anon_sym_RBRACE, + STATE(2358), 2, sym_line_comment, sym_block_comment, - [73631] = 10, + STATE(3352), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73549] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5358), 1, + ACTIONS(5333), 1, anon_sym_RPAREN, - STATE(2378), 1, + STATE(2377), 1, aux_sym_macro_definition_repeat1, - STATE(3427), 1, + STATE(3372), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2362), 2, + STATE(2359), 2, sym_line_comment, sym_block_comment, - [73663] = 10, + [73581] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, - anon_sym_LPAREN, - ACTIONS(5067), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5360), 1, - anon_sym_SEMI, - STATE(1202), 1, - sym_field_declaration_list, - STATE(2943), 1, - sym_ordered_field_declaration_list, - STATE(3230), 1, - sym_where_clause, - STATE(2363), 2, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5335), 1, + anon_sym_move, + STATE(219), 1, + sym_closure_parameters, + STATE(1436), 1, + sym_block, + STATE(3714), 1, + sym_label, + STATE(2360), 2, sym_line_comment, sym_block_comment, - [73695] = 10, + [73613] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5358), 1, + ACTIONS(5333), 1, anon_sym_RBRACK, - STATE(2380), 1, + STATE(2378), 1, aux_sym_macro_definition_repeat1, - STATE(3436), 1, + STATE(3373), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2364), 2, + STATE(2361), 2, sym_line_comment, sym_block_comment, - [73727] = 10, + [73645] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, - anon_sym_RBRACE, - STATE(2382), 1, + ACTIONS(5337), 1, + anon_sym_RPAREN, + STATE(2379), 1, aux_sym_macro_definition_repeat1, - STATE(3438), 1, + STATE(3375), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2365), 2, + STATE(2362), 2, sym_line_comment, sym_block_comment, - [73759] = 10, + [73677] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5067), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5364), 1, - anon_sym_SEMI, - STATE(1405), 1, - sym_field_declaration_list, - STATE(2899), 1, - sym_ordered_field_declaration_list, - STATE(3206), 1, - sym_where_clause, - STATE(2366), 2, - sym_line_comment, - sym_block_comment, - [73791] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4316), 1, + ACTIONS(5305), 1, + anon_sym_LBRACK, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5308), 1, - anon_sym_STAR, - STATE(3139), 1, - sym_use_list, - STATE(3591), 1, - sym_type_arguments, - ACTIONS(5306), 2, - sym_identifier, - sym_super, - STATE(2367), 2, + ACTIONS(5337), 1, + anon_sym_RBRACK, + STATE(2381), 1, + aux_sym_macro_definition_repeat1, + STATE(3377), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2363), 2, sym_line_comment, sym_block_comment, - [73821] = 8, + [73709] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, + ACTIONS(4745), 1, + anon_sym_COLON_COLON, + ACTIONS(5339), 1, anon_sym_LPAREN, - ACTIONS(5067), 1, + ACTIONS(5341), 1, + anon_sym_LBRACK, + ACTIONS(5343), 1, + anon_sym_RBRACK, + ACTIONS(5345), 1, anon_sym_LBRACE, - ACTIONS(5368), 1, + ACTIONS(5347), 1, anon_sym_EQ, - ACTIONS(5366), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(2368), 2, + STATE(3592), 1, + sym_delim_token_tree, + STATE(2364), 2, sym_line_comment, sym_block_comment, - STATE(3177), 2, - sym_field_declaration_list, - sym_ordered_field_declaration_list, - [73849] = 9, + [73741] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, + ACTIONS(5211), 1, sym_identifier, - ACTIONS(5196), 1, + ACTIONS(5215), 1, anon_sym_DOT_DOT, - ACTIONS(5200), 1, + ACTIONS(5219), 1, anon_sym_ref, - ACTIONS(5202), 1, + ACTIONS(5221), 1, sym_mutable_specifier, - ACTIONS(5370), 1, + ACTIONS(5349), 1, anon_sym_RBRACE, - STATE(2369), 2, + STATE(2365), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, + STATE(3352), 2, sym_field_pattern, sym_remaining_field_pattern, - [73879] = 10, + [73771] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5351), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2366), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3528), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [73797] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5065), 1, + ACTIONS(4890), 1, + anon_sym_COLON_COLON, + ACTIONS(5339), 1, anon_sym_LPAREN, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5131), 1, + ACTIONS(5341), 1, + anon_sym_LBRACK, + ACTIONS(5343), 1, + anon_sym_RBRACK, + ACTIONS(5345), 1, anon_sym_LBRACE, - ACTIONS(5372), 1, - anon_sym_SEMI, - STATE(602), 1, - sym_field_declaration_list, - STATE(2949), 1, - sym_ordered_field_declaration_list, - STATE(3245), 1, - sym_where_clause, - STATE(2370), 2, + ACTIONS(5347), 1, + anon_sym_EQ, + STATE(3592), 1, + sym_delim_token_tree, + STATE(2367), 2, sym_line_comment, sym_block_comment, - [73911] = 9, + [73829] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5196), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, - ACTIONS(5374), 1, - anon_sym_RBRACE, - STATE(2371), 2, + ACTIONS(5353), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2368), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [73941] = 5, + ACTIONS(3528), 3, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_PLUS, + [73855] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5376), 1, - anon_sym_trait, - STATE(2372), 2, + STATE(2369), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, + ACTIONS(3421), 7, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, + anon_sym_gen, anon_sym_unsafe, anon_sym_extern, - [73963] = 5, + [73875] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5378), 1, - sym_identifier, - STATE(2373), 2, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5355), 1, + anon_sym_move, + STATE(225), 1, + sym_closure_parameters, + STATE(1436), 1, + sym_block, + STATE(3714), 1, + sym_label, + STATE(2370), 2, sym_line_comment, sym_block_comment, - ACTIONS(4943), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [73985] = 10, + [73907] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4865), 1, - anon_sym_COLON_COLON, - ACTIONS(5332), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5334), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5338), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5380), 1, - anon_sym_RBRACK, - ACTIONS(5382), 1, - anon_sym_EQ, - STATE(3595), 1, - sym_delim_token_tree, - STATE(2374), 2, + ACTIONS(5357), 1, + anon_sym_RBRACE, + STATE(2259), 1, + aux_sym_macro_definition_repeat1, + STATE(3229), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2371), 2, + sym_line_comment, + sym_block_comment, + [73939] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5303), 1, + anon_sym_LPAREN, + ACTIONS(5305), 1, + anon_sym_LBRACK, + ACTIONS(5307), 1, + anon_sym_RPAREN, + ACTIONS(5309), 1, + anon_sym_LBRACE, + STATE(2259), 1, + aux_sym_macro_definition_repeat1, + STATE(3235), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2372), 2, sym_line_comment, sym_block_comment, - [74017] = 9, + [73971] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, + ACTIONS(5211), 1, sym_identifier, - ACTIONS(5196), 1, + ACTIONS(5215), 1, anon_sym_DOT_DOT, - ACTIONS(5200), 1, + ACTIONS(5219), 1, anon_sym_ref, - ACTIONS(5202), 1, + ACTIONS(5221), 1, sym_mutable_specifier, - ACTIONS(5384), 1, + ACTIONS(5359), 1, anon_sym_RBRACE, - STATE(2375), 2, + STATE(2373), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, + STATE(3352), 2, sym_field_pattern, sym_remaining_field_pattern, - [74047] = 10, - ACTIONS(3), 1, + [74001] = 9, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5386), 1, - aux_sym_line_comment_token1, - ACTIONS(5388), 1, - aux_sym_line_comment_token3, - ACTIONS(5390), 1, - anon_sym_BANG2, - ACTIONS(5392), 1, - anon_sym_SLASH2, - STATE(3567), 1, - sym__inner_line_doc_comment_marker, - STATE(3677), 1, - sym__line_doc_comment_marker, - STATE(3789), 1, - sym__outer_line_doc_comment_marker, - STATE(2376), 2, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5363), 1, + anon_sym_STAR, + STATE(3179), 1, + sym_use_list, + STATE(3635), 1, + sym_type_arguments, + ACTIONS(5361), 2, + sym_identifier, + sym_super, + STATE(2374), 2, + sym_line_comment, + sym_block_comment, + [74031] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5088), 1, + anon_sym_LPAREN, + ACTIONS(5090), 1, + anon_sym_LBRACE, + ACTIONS(5367), 1, + anon_sym_EQ, + ACTIONS(5365), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(2375), 2, sym_line_comment, sym_block_comment, - [74079] = 7, + STATE(3120), 2, + sym_field_declaration_list, + sym_ordered_field_declaration_list, + [74059] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(5394), 1, + ACTIONS(5371), 1, + anon_sym_COLON, + ACTIONS(5373), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2377), 2, + ACTIONS(5369), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2376), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 3, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_PLUS, - [74105] = 10, + [74087] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5396), 1, + ACTIONS(5375), 1, anon_sym_RPAREN, - STATE(2279), 1, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3295), 1, + STATE(3394), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2378), 2, + STATE(2377), 2, sym_line_comment, sym_block_comment, - [74137] = 10, + [74119] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5398), 1, - anon_sym_RBRACE, - STATE(2341), 1, + ACTIONS(5375), 1, + anon_sym_RBRACK, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3485), 1, + STATE(3395), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2379), 2, + STATE(2378), 2, sym_line_comment, sym_block_comment, - [74169] = 10, + [74151] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5396), 1, - anon_sym_RBRACK, - STATE(2279), 1, + ACTIONS(5377), 1, + anon_sym_RPAREN, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3363), 1, + STATE(3396), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2380), 2, + STATE(2379), 2, sym_line_comment, sym_block_comment, - [74201] = 9, + [74183] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5196), 1, - anon_sym_DOT_DOT, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, - ACTIONS(5400), 1, - anon_sym_RBRACE, - STATE(2381), 2, + ACTIONS(4884), 1, + anon_sym_COLON_COLON, + ACTIONS(5339), 1, + anon_sym_LPAREN, + ACTIONS(5341), 1, + anon_sym_LBRACK, + ACTIONS(5345), 1, + anon_sym_LBRACE, + ACTIONS(5379), 1, + anon_sym_RBRACK, + ACTIONS(5381), 1, + anon_sym_EQ, + STATE(3585), 1, + sym_delim_token_tree, + STATE(2380), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [74231] = 10, + [74215] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5402), 1, - anon_sym_RBRACE, - STATE(2279), 1, + ACTIONS(5377), 1, + anon_sym_RBRACK, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3371), 1, + STATE(3397), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2382), 2, + STATE(2381), 2, sym_line_comment, sym_block_comment, - [74263] = 9, + [74247] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5196), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, - ACTIONS(5404), 1, - anon_sym_RBRACE, - STATE(2383), 2, - sym_line_comment, - sym_block_comment, - STATE(3266), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [74293] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5406), 1, - anon_sym_trait, - STATE(2384), 2, + ACTIONS(5351), 1, + anon_sym_COLON_COLON, + ACTIONS(5385), 1, + anon_sym_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5383), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2382), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [74315] = 10, + [74275] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5408), 1, + ACTIONS(5387), 1, anon_sym_RBRACE, - STATE(2279), 1, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3334), 1, + STATE(3344), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2385), 2, + STATE(2383), 2, sym_line_comment, sym_block_comment, - [74347] = 5, + [74307] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5410), 1, - sym_identifier, - STATE(2386), 2, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5385), 1, + anon_sym_COLON, + ACTIONS(5389), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5383), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2384), 2, sym_line_comment, sym_block_comment, - ACTIONS(4943), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [74369] = 10, + [74335] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4875), 1, - anon_sym_COLON_COLON, - ACTIONS(5332), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5334), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5338), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5380), 1, - anon_sym_RBRACK, - ACTIONS(5382), 1, - anon_sym_EQ, - STATE(3595), 1, - sym_delim_token_tree, - STATE(2387), 2, + ACTIONS(5391), 1, + anon_sym_RBRACE, + STATE(2383), 1, + aux_sym_macro_definition_repeat1, + STATE(3430), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2385), 2, sym_line_comment, sym_block_comment, - [74401] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, + [74367] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(5303), 1, + anon_sym_LPAREN, + ACTIONS(5305), 1, + anon_sym_LBRACK, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5412), 1, - anon_sym_move, - STATE(215), 1, - sym_closure_parameters, - STATE(1463), 1, - sym_block, - STATE(3714), 1, - sym_label, - STATE(2388), 2, + ACTIONS(5393), 1, + anon_sym_RBRACE, + STATE(2389), 1, + aux_sym_macro_definition_repeat1, + STATE(3440), 1, + sym_macro_rule, + STATE(3636), 1, + sym_token_tree_pattern, + STATE(2386), 2, sym_line_comment, sym_block_comment, - [74433] = 8, + [74399] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, - ACTIONS(5416), 1, - anon_sym_COLON, - ACTIONS(5418), 1, + ACTIONS(5389), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, + ACTIONS(4663), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(5414), 2, + STATE(2387), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3528), 3, anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COMMA, - STATE(2389), 2, + [74425] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + ACTIONS(5395), 1, + anon_sym_RBRACE, + STATE(2388), 2, sym_line_comment, sym_block_comment, - [74461] = 10, + STATE(3352), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [74455] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5420), 1, - anon_sym_RPAREN, - STATE(2396), 1, + ACTIONS(5397), 1, + anon_sym_RBRACE, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3480), 1, + STATE(3355), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, + STATE(2389), 2, + sym_line_comment, + sym_block_comment, + [74487] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5399), 1, + anon_sym_move, + STATE(243), 1, + sym_closure_parameters, + STATE(1786), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2390), 2, sym_line_comment, sym_block_comment, - [74493] = 5, + [74519] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5422), 1, - sym_identifier, + ACTIONS(4874), 1, + anon_sym_COLON_COLON, + ACTIONS(5339), 1, + anon_sym_LPAREN, + ACTIONS(5341), 1, + anon_sym_LBRACK, + ACTIONS(5343), 1, + anon_sym_RBRACK, + ACTIONS(5345), 1, + anon_sym_LBRACE, + ACTIONS(5347), 1, + anon_sym_EQ, + STATE(3592), 1, + sym_delim_token_tree, STATE(2391), 2, sym_line_comment, sym_block_comment, - ACTIONS(4943), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [74515] = 9, + [74551] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, + ACTIONS(5401), 1, sym_identifier, - ACTIONS(5196), 1, - anon_sym_DOT_DOT, - ACTIONS(5200), 1, + ACTIONS(5403), 1, + anon_sym_async, + ACTIONS(5405), 1, anon_sym_ref, - ACTIONS(5202), 1, + ACTIONS(5407), 1, sym_mutable_specifier, - ACTIONS(5424), 1, - anon_sym_RBRACE, + ACTIONS(5409), 1, + anon_sym_move, + STATE(225), 1, + sym_closure_parameters, STATE(2392), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [74545] = 10, + [74583] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5088), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5090), 1, anon_sym_LBRACE, - ACTIONS(5420), 1, - anon_sym_RBRACK, - STATE(2399), 1, - aux_sym_macro_definition_repeat1, - STATE(3494), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5411), 1, + anon_sym_SEMI, + STATE(1180), 1, + sym_field_declaration_list, + STATE(2903), 1, + sym_ordered_field_declaration_list, + STATE(3198), 1, + sym_where_clause, STATE(2393), 2, sym_line_comment, sym_block_comment, - [74577] = 10, + [74615] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5088), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5102), 1, anon_sym_LBRACE, - ACTIONS(5426), 1, - anon_sym_RBRACE, - STATE(2395), 1, - aux_sym_macro_definition_repeat1, - STATE(3329), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, + ACTIONS(5413), 1, + anon_sym_SEMI, + STATE(741), 1, + sym_field_declaration_list, + STATE(2896), 1, + sym_ordered_field_declaration_list, + STATE(3411), 1, + sym_where_clause, STATE(2394), 2, sym_line_comment, sym_block_comment, - [74609] = 10, + [74647] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5428), 1, - anon_sym_RBRACE, - STATE(2279), 1, + ACTIONS(5415), 1, + anon_sym_RPAREN, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3400), 1, + STATE(3225), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, STATE(2395), 2, sym_line_comment, sym_block_comment, - [74641] = 10, + [74679] = 10, + ACTIONS(3), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5), 1, + anon_sym_SLASH_STAR, + ACTIONS(5417), 1, + aux_sym_line_comment_token1, + ACTIONS(5419), 1, + aux_sym_line_comment_token3, + ACTIONS(5421), 1, + anon_sym_BANG2, + ACTIONS(5423), 1, + anon_sym_SLASH2, + STATE(3540), 1, + sym__inner_line_doc_comment_marker, + STATE(3546), 1, + sym__outer_line_doc_comment_marker, + STATE(3702), 1, + sym__line_doc_comment_marker, + STATE(2396), 2, + sym_line_comment, + sym_block_comment, + [74711] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, + ACTIONS(5303), 1, anon_sym_LPAREN, - ACTIONS(5298), 1, + ACTIONS(5305), 1, anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(5309), 1, anon_sym_LBRACE, - ACTIONS(5430), 1, - anon_sym_RPAREN, - STATE(2279), 1, + ACTIONS(5415), 1, + anon_sym_RBRACK, + STATE(2259), 1, aux_sym_macro_definition_repeat1, - STATE(3382), 1, + STATE(3228), 1, sym_macro_rule, - STATE(3661), 1, + STATE(3636), 1, sym_token_tree_pattern, - STATE(2396), 2, - sym_line_comment, - sym_block_comment, - [74673] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5432), 1, - sym_identifier, STATE(2397), 2, sym_line_comment, sym_block_comment, - ACTIONS(4943), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [74695] = 10, - ACTIONS(27), 1, - anon_sym_PIPE, + [74743] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5434), 1, - anon_sym_move, - STATE(224), 1, - sym_closure_parameters, - STATE(1463), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, + ACTIONS(5425), 1, + anon_sym_RBRACE, STATE(2398), 2, sym_line_comment, sym_block_comment, - [74727] = 10, + STATE(3352), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [74773] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5294), 1, - anon_sym_LPAREN, - ACTIONS(5298), 1, - anon_sym_LBRACK, - ACTIONS(5300), 1, + ACTIONS(4315), 1, anon_sym_LBRACE, - ACTIONS(5430), 1, - anon_sym_RBRACK, - STATE(2279), 1, - aux_sym_macro_definition_repeat1, - STATE(3387), 1, - sym_macro_rule, - STATE(3661), 1, - sym_token_tree_pattern, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5363), 1, + anon_sym_STAR, + STATE(3179), 1, + sym_use_list, + STATE(3561), 1, + sym_type_arguments, + ACTIONS(5361), 2, + sym_identifier, + sym_super, STATE(2399), 2, sym_line_comment, sym_block_comment, - [74759] = 10, + [74803] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4779), 1, - anon_sym_COLON_COLON, - ACTIONS(5332), 1, + ACTIONS(5088), 1, anon_sym_LPAREN, - ACTIONS(5334), 1, - anon_sym_LBRACK, - ACTIONS(5338), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5102), 1, anon_sym_LBRACE, - ACTIONS(5380), 1, - anon_sym_RBRACK, - ACTIONS(5382), 1, - anon_sym_EQ, - STATE(3595), 1, - sym_delim_token_tree, + ACTIONS(5427), 1, + anon_sym_SEMI, + STATE(645), 1, + sym_field_declaration_list, + STATE(2946), 1, + sym_ordered_field_declaration_list, + STATE(3249), 1, + sym_where_clause, STATE(2400), 2, sym_line_comment, sym_block_comment, - [74791] = 10, + [74835] = 10, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(103), 1, @@ -178832,2178 +178878,2180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5436), 1, + ACTIONS(5429), 1, anon_sym_move, - STATE(255), 1, + STATE(224), 1, sym_closure_parameters, - STATE(1463), 1, + STATE(1436), 1, sym_block, STATE(3714), 1, sym_label, STATE(2401), 2, sym_line_comment, sym_block_comment, - [74823] = 5, + [74867] = 10, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5438), 1, - anon_sym_DASH_GT, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5431), 1, + anon_sym_move, + STATE(225), 1, + sym_closure_parameters, + STATE(486), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2402), 2, sym_line_comment, sym_block_comment, - ACTIONS(3770), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [74844] = 6, + [74899] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5127), 1, - anon_sym_for, + ACTIONS(5433), 1, + anon_sym_RBRACK, + ACTIONS(4954), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2403), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(3675), 3, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_where, - [74867] = 5, + anon_sym_DASH_GT, + [74922] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5440), 1, - anon_sym_DASH_GT, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(760), 1, + sym_enum_variant_list, + STATE(2691), 1, + sym_type_parameters, + STATE(3407), 1, + sym_where_clause, STATE(2404), 2, sym_line_comment, sym_block_comment, - ACTIONS(3790), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [74888] = 5, + [74951] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5442), 1, - anon_sym_DASH_GT, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(1183), 1, + sym_declaration_list, + STATE(2679), 1, + sym_trait_bounds, + STATE(3209), 1, + sym_where_clause, STATE(2405), 2, sym_line_comment, sym_block_comment, - ACTIONS(3752), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [74909] = 9, - ACTIONS(19), 1, - anon_sym_LBRACE, - ACTIONS(27), 1, - anon_sym_PIPE, + [74980] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(232), 1, - sym_closure_parameters, - STATE(412), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5438), 1, + anon_sym_SEMI, + ACTIONS(5440), 1, + anon_sym_EQ, + STATE(2905), 1, + sym_trait_bounds, + STATE(3218), 1, + sym_where_clause, STATE(2406), 2, sym_line_comment, sym_block_comment, - [74938] = 5, + [75009] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5446), 1, - anon_sym_COMMA, - STATE(2407), 3, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5442), 1, + anon_sym_SEMI, + STATE(1190), 1, + sym_declaration_list, + STATE(2907), 1, + sym_where_clause, + STATE(2407), 2, sym_line_comment, sym_block_comment, - aux_sym_where_clause_repeat1, - ACTIONS(5444), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_SQUOTE, - [74959] = 5, + [75038] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4813), 1, - anon_sym_DOT_DOT, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5444), 1, + anon_sym_GT, + ACTIONS(5446), 1, + anon_sym_COMMA, + STATE(3016), 1, + sym_trait_bounds, + STATE(3017), 1, + aux_sym_type_arguments_repeat1, STATE(2408), 2, sym_line_comment, sym_block_comment, - ACTIONS(4811), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [74980] = 5, + [75067] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5449), 1, - anon_sym_DASH_GT, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5448), 1, + anon_sym_SEMI, + STATE(651), 1, + sym_declaration_list, + STATE(3086), 1, + sym_where_clause, STATE(2409), 2, sym_line_comment, sym_block_comment, - ACTIONS(3746), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [75001] = 9, + [75096] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(592), 1, - sym_declaration_list, - STATE(2620), 1, - sym_trait_bounds, - STATE(3456), 1, - sym_where_clause, STATE(2410), 2, sym_line_comment, sym_block_comment, - [75030] = 9, + ACTIONS(5111), 6, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [75115] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5451), 1, - anon_sym_GT, - ACTIONS(5453), 1, - anon_sym_COMMA, - STATE(2912), 1, - sym_trait_bounds, - STATE(2913), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5119), 1, + anon_sym_for, STATE(2411), 2, sym_line_comment, sym_block_comment, - [75059] = 9, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [75138] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(1381), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5455), 1, - anon_sym_SEMI, - STATE(1325), 1, - sym_declaration_list, - STATE(2975), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5450), 1, + anon_sym_if, + STATE(3777), 1, + sym_label, + STATE(493), 2, + sym_if_expression, + sym_block, STATE(2412), 2, sym_line_comment, sym_block_comment, - [75088] = 9, + [75165] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5457), 1, - anon_sym_SEMI, - STATE(1328), 1, - sym_declaration_list, - STATE(2976), 1, + ACTIONS(5452), 1, + anon_sym_LBRACE, + STATE(1194), 1, + sym_enum_variant_list, + STATE(2685), 1, + sym_type_parameters, + STATE(3261), 1, sym_where_clause, STATE(2413), 2, sym_line_comment, sym_block_comment, - [75117] = 9, + [75194] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(5102), 1, anon_sym_LBRACE, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(716), 1, - sym_declaration_list, - STATE(2667), 1, - sym_trait_bounds, - STATE(3263), 1, + STATE(779), 1, + sym_field_declaration_list, + STATE(2709), 1, + sym_type_parameters, + STATE(3311), 1, sym_where_clause, STATE(2414), 2, sym_line_comment, sym_block_comment, - [75146] = 9, + [75223] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(5090), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5459), 1, - anon_sym_SEMI, - STATE(1346), 1, - sym_declaration_list, - STATE(2979), 1, + STATE(1199), 1, + sym_field_declaration_list, + STATE(2687), 1, + sym_type_parameters, + STATE(3284), 1, sym_where_clause, STATE(2415), 2, sym_line_comment, sym_block_comment, - [75175] = 9, + [75252] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(532), 1, - sym_enum_variant_list, - STATE(2877), 1, - sym_type_parameters, - STATE(3442), 1, - sym_where_clause, - STATE(2416), 2, + ACTIONS(5456), 1, + anon_sym_COMMA, + STATE(2416), 3, sym_line_comment, sym_block_comment, - [75204] = 9, + aux_sym_where_clause_repeat1, + ACTIONS(5454), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_SQUOTE, + [75273] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5463), 1, - anon_sym_SEMI, - STATE(1349), 1, - sym_declaration_list, - STATE(2980), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(230), 1, + sym_closure_parameters, + STATE(1473), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2417), 2, sym_line_comment, sym_block_comment, - [75233] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5465), 1, - anon_sym_SEMI, - STATE(1351), 1, - sym_declaration_list, - STATE(2983), 1, - sym_where_clause, + [75302] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4784), 1, + anon_sym_DOT_DOT, STATE(2418), 2, sym_line_comment, sym_block_comment, - [75262] = 9, + ACTIONS(4782), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [75323] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5467), 1, - anon_sym_SEMI, - STATE(1356), 1, - sym_declaration_list, - STATE(2984), 1, - sym_where_clause, + ACTIONS(5459), 1, + anon_sym_DASH_GT, STATE(2419), 2, sym_line_comment, sym_block_comment, - [75291] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + ACTIONS(3667), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [75344] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(232), 1, - sym_closure_parameters, - STATE(1526), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5461), 1, + anon_sym_GT, + ACTIONS(5463), 1, + anon_sym_COMMA, + STATE(3043), 1, + sym_trait_bounds, + STATE(3044), 1, + aux_sym_type_arguments_repeat1, STATE(2420), 2, sym_line_comment, sym_block_comment, - [75320] = 9, + [75373] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5469), 1, - anon_sym_LBRACE, - STATE(1304), 1, - sym_enum_variant_list, - STATE(2638), 1, - sym_type_parameters, - STATE(3428), 1, - sym_where_clause, + ACTIONS(3675), 2, + anon_sym_PLUS, + anon_sym_DASH_GT, + ACTIONS(4954), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5433), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2421), 2, sym_line_comment, sym_block_comment, - [75349] = 8, + [75396] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5471), 1, - anon_sym_if, - STATE(3714), 1, - sym_label, - STATE(1441), 2, - sym_if_expression, - sym_block, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(637), 1, + sym_declaration_list, + STATE(2749), 1, + sym_trait_bounds, + STATE(3194), 1, + sym_where_clause, STATE(2422), 2, sym_line_comment, sym_block_comment, - [75376] = 9, + [75425] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5473), 1, - anon_sym_SEMI, - STATE(1309), 1, - sym_declaration_list, - STATE(3162), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5465), 1, + anon_sym_if, + STATE(3778), 1, + sym_label, + STATE(1822), 2, + sym_if_expression, + sym_block, STATE(2423), 2, sym_line_comment, sym_block_comment, - [75405] = 9, + [75452] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, + ACTIONS(5092), 1, anon_sym_LT, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5131), 1, + ACTIONS(5102), 1, anon_sym_LBRACE, - STATE(537), 1, + STATE(671), 1, sym_field_declaration_list, - STATE(2780), 1, + STATE(2868), 1, sym_type_parameters, - STATE(3486), 1, + STATE(3463), 1, sym_where_clause, STATE(2424), 2, sym_line_comment, sym_block_comment, - [75434] = 6, + [75481] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5477), 1, - anon_sym_COMMA, - STATE(2471), 1, - aux_sym_where_clause_repeat1, + ACTIONS(5467), 1, + anon_sym_DASH_GT, STATE(2425), 2, sym_line_comment, sym_block_comment, - ACTIONS(5475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_SQUOTE, - [75457] = 6, + ACTIONS(3655), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [75502] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3610), 2, - anon_sym_PLUS, - anon_sym_DASH_GT, - ACTIONS(4959), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5479), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(236), 1, + sym_closure_parameters, + STATE(484), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2426), 2, sym_line_comment, sym_block_comment, - [75480] = 9, + [75531] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3163), 1, anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5482), 1, - anon_sym_SEMI, - STATE(1160), 1, - sym_declaration_list, - STATE(2929), 1, - sym_where_clause, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5469), 1, + anon_sym_GT, + ACTIONS(5471), 1, + anon_sym_COMMA, + STATE(2921), 1, + sym_trait_bounds, + STATE(2922), 1, + aux_sym_type_arguments_repeat1, STATE(2427), 2, sym_line_comment, sym_block_comment, - [75509] = 9, + [75560] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5484), 1, - anon_sym_SEMI, - STATE(1400), 1, - sym_declaration_list, - STATE(2992), 1, - sym_where_clause, + ACTIONS(3649), 1, + anon_sym_COLON, + ACTIONS(5473), 1, + anon_sym_EQ, STATE(2428), 2, sym_line_comment, sym_block_comment, - [75538] = 9, + ACTIONS(3647), 4, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_COLON_COLON, + [75583] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5486), 1, - anon_sym_SEMI, - STATE(1403), 1, - sym_declaration_list, - STATE(2993), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(244), 1, + sym_closure_parameters, + STATE(1795), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2429), 2, sym_line_comment, sym_block_comment, - [75567] = 9, + [75612] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5488), 1, + ACTIONS(5475), 1, anon_sym_SEMI, - STATE(1165), 1, + STATE(512), 1, sym_declaration_list, - STATE(2931), 1, + STATE(2940), 1, sym_where_clause, STATE(2430), 2, sym_line_comment, sym_block_comment, - [75596] = 9, + [75641] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5490), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5477), 1, anon_sym_SEMI, - STATE(628), 1, + STATE(533), 1, sym_declaration_list, - STATE(2888), 1, + STATE(3139), 1, sym_where_clause, STATE(2431), 2, sym_line_comment, sym_block_comment, - [75625] = 9, + [75670] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5492), 1, + ACTIONS(5479), 1, anon_sym_SEMI, - STATE(1187), 1, + STATE(514), 1, sym_declaration_list, - STATE(2940), 1, + STATE(2961), 1, sym_where_clause, STATE(2432), 2, sym_line_comment, sym_block_comment, - [75654] = 9, + [75699] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5164), 1, + ACTIONS(5193), 1, anon_sym_COLON, - STATE(1194), 1, + STATE(768), 1, sym_declaration_list, - STATE(2833), 1, + STATE(2841), 1, sym_trait_bounds, - STATE(3219), 1, + STATE(3405), 1, sym_where_clause, STATE(2433), 2, sym_line_comment, sym_block_comment, - [75683] = 9, + [75728] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5494), 1, - anon_sym_SEMI, - STATE(615), 1, - sym_declaration_list, - STATE(3001), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5481), 1, + anon_sym_if, + STATE(3714), 1, + sym_label, + STATE(1460), 2, + sym_if_expression, + sym_block, STATE(2434), 2, sym_line_comment, sym_block_comment, - [75712] = 6, + [75755] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3734), 1, - anon_sym_COLON, - ACTIONS(5496), 1, - anon_sym_EQ, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5483), 1, + anon_sym_SEMI, + STATE(1216), 1, + sym_declaration_list, + STATE(2943), 1, + sym_where_clause, STATE(2435), 2, sym_line_comment, sym_block_comment, - ACTIONS(3732), 4, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_COLON_COLON, - [75735] = 9, + [75784] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5498), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5485), 1, anon_sym_SEMI, - STATE(568), 1, + STATE(1220), 1, sym_declaration_list, - STATE(3089), 1, + STATE(2945), 1, sym_where_clause, STATE(2436), 2, sym_line_comment, sym_block_comment, - [75764] = 9, + [75813] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5500), 1, - anon_sym_GT, - ACTIONS(5502), 1, - anon_sym_COMMA, - STATE(2966), 1, - sym_trait_bounds, - STATE(2967), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5487), 1, + anon_sym_SEMI, + STATE(1237), 1, + sym_declaration_list, + STATE(2950), 1, + sym_where_clause, STATE(2437), 2, sym_line_comment, sym_block_comment, - [75793] = 9, + [75842] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5504), 1, - anon_sym_SEMI, - STATE(634), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(1242), 1, sym_declaration_list, - STATE(2918), 1, + STATE(2704), 1, + sym_trait_bounds, + STATE(3257), 1, sym_where_clause, STATE(2438), 2, sym_line_comment, sym_block_comment, - [75822] = 6, + [75871] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5133), 1, - anon_sym_for, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(744), 1, + sym_declaration_list, + STATE(2636), 1, + sym_trait_bounds, + STATE(3361), 1, + sym_where_clause, STATE(2439), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75845] = 9, + [75900] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5506), 1, + ACTIONS(5489), 1, anon_sym_SEMI, - STATE(1370), 1, + STATE(556), 1, sym_declaration_list, - STATE(2895), 1, + STATE(3155), 1, sym_where_clause, STATE(2440), 2, sym_line_comment, sym_block_comment, - [75874] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + [75929] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(219), 1, - sym_closure_parameters, - STATE(1526), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5491), 1, + anon_sym_SEMI, + ACTIONS(5493), 1, + anon_sym_EQ, + STATE(3026), 1, + sym_trait_bounds, + STATE(3224), 1, + sym_where_clause, STATE(2441), 2, sym_line_comment, sym_block_comment, - [75903] = 9, + [75958] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5508), 1, + ACTIONS(5495), 1, anon_sym_SEMI, - ACTIONS(5510), 1, - anon_sym_EQ, - STATE(3086), 1, - sym_trait_bounds, - STATE(3282), 1, + STATE(537), 1, + sym_declaration_list, + STATE(3046), 1, sym_where_clause, STATE(2442), 2, sym_line_comment, sym_block_comment, - [75932] = 9, + [75987] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5512), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5497), 1, anon_sym_SEMI, - STATE(772), 1, + STATE(725), 1, sym_declaration_list, - STATE(3049), 1, + STATE(3132), 1, sym_where_clause, STATE(2443), 2, sym_line_comment, sym_block_comment, - [75961] = 9, + [76016] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(607), 1, - sym_enum_variant_list, - STATE(2807), 1, - sym_type_parameters, - STATE(3434), 1, - sym_where_clause, + ACTIONS(4810), 1, + anon_sym_DOT_DOT, STATE(2444), 2, sym_line_comment, sym_block_comment, - [75990] = 9, + ACTIONS(4808), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [76037] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5514), 1, - anon_sym_GT, - ACTIONS(5516), 1, - anon_sym_COMMA, - STATE(3040), 1, - sym_trait_bounds, - STATE(3041), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5499), 1, + anon_sym_SEMI, + STATE(751), 1, + sym_declaration_list, + STATE(3081), 1, + sym_where_clause, STATE(2445), 2, sym_line_comment, sym_block_comment, - [76019] = 9, + [76066] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5518), 1, - anon_sym_SEMI, - STATE(667), 1, - sym_declaration_list, - STATE(3187), 1, - sym_where_clause, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5351), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5369), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2446), 2, sym_line_comment, sym_block_comment, - [76048] = 9, + [76091] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5520), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5501), 1, anon_sym_SEMI, - STATE(630), 1, + STATE(784), 1, sym_declaration_list, - STATE(2908), 1, + STATE(3147), 1, sym_where_clause, STATE(2447), 2, sym_line_comment, sym_block_comment, - [76077] = 8, + [76120] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5522), 1, - anon_sym_if, - STATE(3778), 1, - sym_label, - STATE(485), 2, - sym_if_expression, - sym_block, + ACTIONS(4954), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2448), 2, sym_line_comment, sym_block_comment, - [76104] = 6, + ACTIONS(3675), 4, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH_GT, + [76141] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4823), 1, - anon_sym_DOT_DOT, - ACTIONS(4825), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5503), 1, + anon_sym_SEMI, + STATE(1265), 1, + sym_declaration_list, + STATE(2965), 1, + sym_where_clause, STATE(2449), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [76127] = 8, + [76170] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5192), 1, - sym_identifier, - ACTIONS(5196), 1, - anon_sym_DOT_DOT, - ACTIONS(5200), 1, - anon_sym_ref, - ACTIONS(5202), 1, - sym_mutable_specifier, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5505), 1, + anon_sym_SEMI, + STATE(1267), 1, + sym_declaration_list, + STATE(2966), 1, + sym_where_clause, STATE(2450), 2, sym_line_comment, sym_block_comment, - STATE(3266), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [76154] = 7, + [76199] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5350), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5414), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5507), 1, + anon_sym_SEMI, + STATE(1271), 1, + sym_declaration_list, + STATE(2969), 1, + sym_where_clause, STATE(2451), 2, sym_line_comment, sym_block_comment, - [76179] = 7, + [76228] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5350), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5524), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5509), 1, + anon_sym_SEMI, + STATE(1273), 1, + sym_declaration_list, + STATE(2970), 1, + sym_where_clause, STATE(2452), 2, sym_line_comment, sym_block_comment, - [76204] = 7, + [76257] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5352), 1, + ACTIONS(4756), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5414), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5076), 1, + anon_sym_for, STATE(2453), 2, sym_line_comment, sym_block_comment, - [76229] = 5, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [76280] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4959), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(236), 1, + sym_closure_parameters, + STATE(1473), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2454), 2, sym_line_comment, sym_block_comment, - ACTIONS(3610), 4, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH_GT, - [76250] = 9, + [76309] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5526), 1, - anon_sym_SEMI, - STATE(705), 1, - sym_declaration_list, - STATE(3158), 1, - sym_where_clause, + ACTIONS(5513), 1, + anon_sym_COMMA, + STATE(2467), 1, + aux_sym_where_clause_repeat1, STATE(2455), 2, sym_line_comment, sym_block_comment, - [76279] = 5, + ACTIONS(5511), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_SQUOTE, + [76332] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5528), 1, - anon_sym_DASH_GT, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(1304), 1, + sym_declaration_list, + STATE(2717), 1, + sym_trait_bounds, + STATE(3382), 1, + sym_where_clause, STATE(2456), 2, sym_line_comment, sym_block_comment, - ACTIONS(3764), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76300] = 9, + [76361] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(1408), 1, - sym_declaration_list, - STATE(2740), 1, - sym_trait_bounds, - STATE(3209), 1, + ACTIONS(5452), 1, + anon_sym_LBRACE, + STATE(1144), 1, + sym_enum_variant_list, + STATE(2667), 1, + sym_type_parameters, + STATE(3353), 1, sym_where_clause, STATE(2457), 2, sym_line_comment, sym_block_comment, - [76329] = 9, + [76390] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5530), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5515), 1, anon_sym_SEMI, - STATE(636), 1, + STATE(1147), 1, sym_declaration_list, - STATE(2947), 1, + STATE(3100), 1, sym_where_clause, STATE(2458), 2, sym_line_comment, sym_block_comment, - [76358] = 7, + [76419] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5352), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5524), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5517), 1, + anon_sym_DASH_GT, STATE(2459), 2, sym_line_comment, sym_block_comment, - [76383] = 9, + ACTIONS(3705), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [76440] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5532), 1, - anon_sym_SEMI, - ACTIONS(5534), 1, - anon_sym_EQ, - STATE(2900), 1, - sym_trait_bounds, - STATE(3189), 1, - sym_where_clause, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5389), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5369), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2460), 2, sym_line_comment, sym_block_comment, - [76412] = 4, + [76465] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(629), 1, + sym_enum_variant_list, + STATE(2677), 1, + sym_type_parameters, + STATE(3268), 1, + sym_where_clause, STATE(2461), 2, sym_line_comment, sym_block_comment, - ACTIONS(3566), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [76431] = 9, + [76494] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5536), 1, + ACTIONS(5519), 1, anon_sym_SEMI, - STATE(1415), 1, + STATE(535), 1, sym_declaration_list, - STATE(2902), 1, + STATE(3158), 1, sym_where_clause, STATE(2462), 2, sym_line_comment, sym_block_comment, - [76460] = 9, + [76523] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(5090), 1, anon_sym_LBRACE, - ACTIONS(5538), 1, - anon_sym_SEMI, - STATE(774), 1, - sym_declaration_list, - STATE(3077), 1, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1155), 1, + sym_field_declaration_list, + STATE(2669), 1, + sym_type_parameters, + STATE(3393), 1, sym_where_clause, STATE(2463), 2, sym_line_comment, sym_block_comment, - [76489] = 5, + [76552] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(975), 1, - anon_sym_DOT_DOT, - STATE(2464), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(977), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [76510] = 5, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5070), 1, + anon_sym_for, + STATE(2464), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [76575] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(951), 1, - anon_sym_DOT_DOT, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5521), 1, + anon_sym_SEMI, + STATE(1322), 1, + sym_declaration_list, + STATE(2978), 1, + sym_where_clause, STATE(2465), 2, sym_line_comment, sym_block_comment, - ACTIONS(953), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [76531] = 5, + [76604] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4783), 1, - anon_sym_DOT_DOT, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5523), 1, + anon_sym_SEMI, + STATE(1324), 1, + sym_declaration_list, + STATE(2979), 1, + sym_where_clause, STATE(2466), 2, sym_line_comment, sym_block_comment, - ACTIONS(4781), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [76552] = 6, + [76633] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5162), 1, - anon_sym_for, + ACTIONS(5525), 1, + anon_sym_COMMA, + STATE(2416), 1, + aux_sym_where_clause_repeat1, STATE(2467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(3498), 4, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [76575] = 5, + anon_sym_EQ, + anon_sym_SQUOTE, + [76656] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(955), 1, + ACTIONS(4661), 1, anon_sym_DOT_DOT, + ACTIONS(5389), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5527), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2468), 2, sym_line_comment, sym_block_comment, - ACTIONS(957), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [76596] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + [76681] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(234), 1, - sym_closure_parameters, - STATE(1526), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(5529), 1, + anon_sym_DASH_GT, STATE(2469), 2, sym_line_comment, sym_block_comment, - [76625] = 9, + ACTIONS(3679), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [76702] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5540), 1, - anon_sym_GT, - ACTIONS(5542), 1, - anon_sym_COMMA, - STATE(3075), 1, - sym_trait_bounds, - STATE(3076), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5211), 1, + sym_identifier, + ACTIONS(5215), 1, + anon_sym_DOT_DOT, + ACTIONS(5219), 1, + anon_sym_ref, + ACTIONS(5221), 1, + sym_mutable_specifier, STATE(2470), 2, sym_line_comment, sym_block_comment, - [76654] = 6, + STATE(3352), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [76729] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5544), 1, - anon_sym_COMMA, - STATE(2407), 1, - aux_sym_where_clause_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5531), 1, + anon_sym_SEMI, + STATE(681), 1, + sym_declaration_list, + STATE(3056), 1, + sym_where_clause, STATE(2471), 2, sym_line_comment, sym_block_comment, - ACTIONS(3524), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_SQUOTE, - [76677] = 8, + [76758] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5546), 1, - anon_sym_if, - STATE(3779), 1, - sym_label, - STATE(1846), 2, - sym_if_expression, - sym_block, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5533), 1, + anon_sym_SEMI, + STATE(685), 1, + sym_declaration_list, + STATE(3058), 1, + sym_where_clause, STATE(2472), 2, sym_line_comment, sym_block_comment, - [76704] = 9, + [76787] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - STATE(1317), 1, - sym_field_declaration_list, - STATE(2666), 1, - sym_type_parameters, - STATE(3453), 1, + ACTIONS(5535), 1, + anon_sym_SEMI, + STATE(1338), 1, + sym_declaration_list, + STATE(2981), 1, sym_where_clause, STATE(2473), 2, sym_line_comment, sym_block_comment, - [76733] = 9, + [76816] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5548), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5537), 1, anon_sym_SEMI, - STATE(725), 1, + STATE(1340), 1, sym_declaration_list, - STATE(2944), 1, + STATE(2982), 1, sym_where_clause, STATE(2474), 2, sym_line_comment, sym_block_comment, - [76762] = 5, + [76845] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1013), 1, - anon_sym_DOT_DOT, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5539), 1, + anon_sym_SEMI, + STATE(1342), 1, + sym_declaration_list, + STATE(2983), 1, + sym_where_clause, STATE(2475), 2, sym_line_comment, sym_block_comment, - ACTIONS(1015), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [76783] = 9, + [76874] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5550), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5541), 1, anon_sym_SEMI, - STATE(727), 1, + STATE(1344), 1, sym_declaration_list, - STATE(2968), 1, + STATE(2984), 1, sym_where_clause, STATE(2476), 2, sym_line_comment, sym_block_comment, - [76812] = 6, + [76903] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5143), 1, - anon_sym_for, + ACTIONS(5543), 1, + anon_sym_RBRACK, + ACTIONS(4980), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2477), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, + ACTIONS(3701), 3, anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_where, - [76835] = 9, + anon_sym_DASH_GT, + [76926] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(4774), 1, + anon_sym_COLON_COLON, + ACTIONS(5546), 1, + anon_sym_GT, + ACTIONS(5548), 1, + anon_sym_COMMA, + STATE(3117), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(3528), 2, anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5552), 1, - anon_sym_SEMI, - STATE(1221), 1, - sym_declaration_list, - STATE(2959), 1, - sym_where_clause, + anon_sym_as, STATE(2478), 2, sym_line_comment, sym_block_comment, - [76864] = 9, + [76953] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5554), 1, - anon_sym_SEMI, - STATE(729), 1, - sym_declaration_list, - STATE(3095), 1, - sym_where_clause, + ACTIONS(1013), 1, + anon_sym_DOT_DOT, STATE(2479), 2, sym_line_comment, sym_block_comment, - [76893] = 9, + ACTIONS(1015), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [76974] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3163), 1, anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5556), 1, - anon_sym_SEMI, - STATE(1223), 1, - sym_declaration_list, - STATE(2960), 1, - sym_where_clause, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5550), 1, + anon_sym_GT, + ACTIONS(5552), 1, + anon_sym_COMMA, + STATE(3061), 1, + sym_trait_bounds, + STATE(3062), 1, + aux_sym_type_arguments_repeat1, STATE(2480), 2, sym_line_comment, sym_block_comment, - [76922] = 4, + [77003] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1017), 1, + anon_sym_DOT_DOT, STATE(2481), 2, sym_line_comment, sym_block_comment, - ACTIONS(5150), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - [76941] = 6, + ACTIONS(1019), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [77024] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5558), 1, - anon_sym_RBRACK, - ACTIONS(4975), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5554), 1, + anon_sym_SEMI, + STATE(691), 1, + sym_declaration_list, + STATE(3167), 1, + sym_where_clause, STATE(2482), 2, sym_line_comment, sym_block_comment, - ACTIONS(3760), 3, - anon_sym_SEMI, - anon_sym_PLUS, - anon_sym_DASH_GT, - [76964] = 6, + [77053] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5145), 1, - anon_sym_for, + ACTIONS(1029), 1, + anon_sym_DOT_DOT, STATE(2483), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [76987] = 9, + ACTIONS(1031), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [77074] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5561), 1, - anon_sym_SEMI, - STATE(1228), 1, - sym_declaration_list, - STATE(2962), 1, - sym_where_clause, + ACTIONS(5556), 1, + anon_sym_DASH_GT, STATE(2484), 2, sym_line_comment, sym_block_comment, - [77016] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + ACTIONS(3661), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [77095] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(232), 1, - sym_closure_parameters, - STATE(495), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5558), 1, + anon_sym_SEMI, + STATE(1381), 1, + sym_declaration_list, + STATE(2989), 1, + sym_where_clause, STATE(2485), 2, sym_line_comment, sym_block_comment, - [77045] = 6, + [77124] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5158), 1, - anon_sym_for, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5560), 1, + anon_sym_SEMI, + STATE(693), 1, + sym_declaration_list, + STATE(2893), 1, + sym_where_clause, STATE(2486), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [77068] = 9, + [77153] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5563), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5562), 1, anon_sym_SEMI, - STATE(731), 1, + STATE(1383), 1, sym_declaration_list, - STATE(3180), 1, + STATE(2990), 1, sym_where_clause, STATE(2487), 2, sym_line_comment, sym_block_comment, - [77097] = 9, + [77182] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5131), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, anon_sym_LBRACE, - STATE(541), 1, - sym_field_declaration_list, - STATE(2766), 1, - sym_type_parameters, - STATE(3372), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5564), 1, + anon_sym_SEMI, + STATE(632), 1, + sym_declaration_list, + STATE(2964), 1, sym_where_clause, STATE(2488), 2, sym_line_comment, sym_block_comment, - [77126] = 9, + [77211] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5565), 1, - anon_sym_SEMI, - STATE(1230), 1, - sym_declaration_list, - STATE(2963), 1, - sym_where_clause, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5154), 1, + anon_sym_for, STATE(2489), 2, sym_line_comment, sym_block_comment, - [77155] = 5, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [77234] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4975), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5125), 1, + anon_sym_for, STATE(2490), 2, sym_line_comment, sym_block_comment, - ACTIONS(3760), 4, - anon_sym_RPAREN, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH_GT, - [77176] = 9, + anon_sym_where, + [77257] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5469), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(4970), 1, anon_sym_LBRACE, - STATE(1419), 1, - sym_enum_variant_list, - STATE(2747), 1, - sym_type_parameters, - STATE(3246), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5566), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_declaration_list, + STATE(3007), 1, sym_where_clause, STATE(2491), 2, sym_line_comment, sym_block_comment, - [77205] = 6, + [77286] = 8, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5055), 1, - anon_sym_for, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5568), 1, + anon_sym_if, + STATE(3510), 1, + sym_label, + STATE(400), 2, + sym_if_expression, + sym_block, STATE(2492), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [77228] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + [77313] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(256), 1, - sym_closure_parameters, - STATE(1819), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5158), 1, + anon_sym_for, STATE(2493), 2, sym_line_comment, sym_block_comment, - [77257] = 5, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [77336] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5567), 1, + ACTIONS(5570), 1, anon_sym_DASH_GT, STATE(2494), 2, sym_line_comment, sym_block_comment, - ACTIONS(3740), 5, + ACTIONS(3685), 5, anon_sym_COLON, anon_sym_PLUS, anon_sym_GT, anon_sym_COMMA, anon_sym_as, - [77278] = 9, + [77357] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(1275), 1, - sym_declaration_list, - STATE(2854), 1, - sym_trait_bounds, - STATE(3331), 1, - sym_where_clause, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5162), 1, + anon_sym_for, STATE(2495), 2, sym_line_comment, sym_block_comment, - [77307] = 9, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [77380] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, - anon_sym_LBRACE, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1424), 1, - sym_field_declaration_list, - STATE(2749), 1, - sym_type_parameters, - STATE(3267), 1, - sym_where_clause, + ACTIONS(1033), 1, + anon_sym_DOT_DOT, STATE(2496), 2, sym_line_comment, sym_block_comment, - [77336] = 6, + ACTIONS(1035), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [77401] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5479), 1, - anon_sym_RBRACK, - ACTIONS(4959), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(5572), 1, + anon_sym_DASH_GT, STATE(2497), 2, sym_line_comment, sym_block_comment, - ACTIONS(3610), 3, - anon_sym_SEMI, + ACTIONS(3691), 5, + anon_sym_COLON, anon_sym_PLUS, - anon_sym_DASH_GT, - [77359] = 6, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [77422] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3760), 2, + ACTIONS(3239), 1, anon_sym_PLUS, - anon_sym_DASH_GT, - ACTIONS(4975), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5558), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5574), 1, + anon_sym_SEMI, + STATE(578), 1, + sym_declaration_list, + STATE(3011), 1, + sym_where_clause, STATE(2498), 2, sym_line_comment, sym_block_comment, - [77382] = 9, + [77451] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5569), 1, - anon_sym_SEMI, - STATE(784), 1, - sym_declaration_list, - STATE(3108), 1, - sym_where_clause, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5351), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5527), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2499), 2, sym_line_comment, sym_block_comment, - [77411] = 8, - ACTIONS(19), 1, - anon_sym_LBRACE, + [77476] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5571), 1, - anon_sym_if, - STATE(3621), 1, - sym_label, - STATE(404), 2, - sym_if_expression, - sym_block, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5171), 1, + anon_sym_for, STATE(2500), 2, sym_line_comment, sym_block_comment, - [77438] = 5, + ACTIONS(3528), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [77499] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5573), 1, - anon_sym_DASH_GT, + ACTIONS(4828), 1, + anon_sym_DOT_DOT, + ACTIONS(4830), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2501), 2, sym_line_comment, sym_block_comment, - ACTIONS(3776), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [77459] = 9, + ACTIONS(4649), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [77522] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(5575), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5576), 1, anon_sym_SEMI, - STATE(564), 1, + STATE(1173), 1, sym_declaration_list, - STATE(3085), 1, + STATE(2899), 1, sym_where_clause, STATE(2502), 2, sym_line_comment, sym_block_comment, - [77488] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4769), 1, - anon_sym_COLON_COLON, - ACTIONS(5577), 1, - anon_sym_GT, - ACTIONS(5579), 1, - anon_sym_COMMA, - STATE(3148), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3475), 2, - anon_sym_PLUS, - anon_sym_as, - STATE(2503), 2, - sym_line_comment, - sym_block_comment, - [77515] = 9, + [77551] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(676), 1, - sym_declaration_list, - STATE(2722), 1, - sym_trait_bounds, - STATE(3352), 1, - sym_where_clause, - STATE(2504), 2, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(240), 1, + sym_closure_parameters, + STATE(1473), 1, + sym_block, + STATE(3714), 1, + sym_label, + STATE(2503), 2, sym_line_comment, sym_block_comment, - [77544] = 9, + [77580] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5581), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5578), 1, anon_sym_SEMI, - STATE(587), 1, + STATE(531), 1, sym_declaration_list, - STATE(3159), 1, + STATE(3133), 1, sym_where_clause, - STATE(2505), 2, + STATE(2504), 2, sym_line_comment, sym_block_comment, - [77573] = 6, + [77609] = 9, + ACTIONS(19), 1, + anon_sym_LBRACE, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5099), 1, - anon_sym_for, - STATE(2506), 2, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(236), 1, + sym_closure_parameters, + STATE(406), 1, + sym_block, + STATE(3510), 1, + sym_label, + STATE(2505), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [77596] = 9, + [77638] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3701), 2, anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(5583), 1, - anon_sym_SEMI, - STATE(707), 1, - sym_declaration_list, - STATE(3160), 1, - sym_where_clause, - STATE(2507), 2, + anon_sym_DASH_GT, + ACTIONS(4980), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5543), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2506), 2, sym_line_comment, sym_block_comment, - [77625] = 8, + [77661] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, + ACTIONS(4980), 2, + anon_sym_COLON, + anon_sym_PIPE, + STATE(2507), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3701), 4, + anon_sym_RPAREN, anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1513), 1, - sym_block, - STATE(3714), 1, - sym_label, + anon_sym_COMMA, + anon_sym_DASH_GT, + [77682] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5580), 1, + anon_sym_RPAREN, + ACTIONS(5583), 1, + anon_sym_COMMA, + STATE(3098), 1, + aux_sym_parameters_repeat1, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2508), 2, sym_line_comment, sym_block_comment, - [77651] = 4, + [77706] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(3109), 1, + aux_sym_for_lifetimes_repeat1, + STATE(3403), 1, + sym_trait_bounds, + ACTIONS(5586), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2509), 2, sym_line_comment, sym_block_comment, - ACTIONS(3586), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [77669] = 8, + [77730] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5585), 1, - anon_sym_SEMI, - STATE(1359), 1, - sym_block, - STATE(3777), 1, - sym_label, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5588), 1, + anon_sym_EQ, + STATE(2959), 1, + sym_type_parameters, + STATE(3584), 1, + sym_where_clause, STATE(2510), 2, sym_line_comment, sym_block_comment, - [77695] = 8, + [77756] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4699), 1, + anon_sym_COLON_COLON, + ACTIONS(4814), 1, anon_sym_COLON, - ACTIONS(5500), 1, - anon_sym_GT, - ACTIONS(5502), 1, - anon_sym_COMMA, - STATE(2966), 1, + STATE(2027), 1, + sym_type_arguments, + STATE(2538), 1, sym_trait_bounds, - STATE(2967), 1, - aux_sym_type_arguments_repeat1, STATE(2511), 2, sym_line_comment, sym_block_comment, - [77721] = 8, + [77782] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5587), 1, - anon_sym_SEMI, - STATE(1375), 1, - sym_block, - STATE(3777), 1, - sym_label, STATE(2512), 2, sym_line_comment, sym_block_comment, - [77747] = 7, + ACTIONS(5590), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [77800] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4316), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5591), 1, - anon_sym_STAR, - STATE(3129), 1, - sym_use_list, - ACTIONS(5589), 2, - sym_identifier, - sym_super, + ACTIONS(5592), 1, + anon_sym_SEMI, + STATE(1294), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2513), 2, sym_line_comment, sym_block_comment, - [77771] = 8, + [77826] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5593), 1, - anon_sym_SEMI, - STATE(1382), 1, - sym_block, - STATE(3777), 1, - sym_label, + ACTIONS(5594), 1, + anon_sym_STAR_SLASH, + ACTIONS(5596), 1, + sym__outer_block_doc_comment_marker, + ACTIONS(5598), 1, + sym__inner_block_doc_comment_marker, + ACTIONS(5600), 1, + sym__block_comment_content, + STATE(3409), 1, + sym__block_doc_comment_marker, STATE(2514), 2, sym_line_comment, sym_block_comment, - [77797] = 7, + [77852] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5348), 1, - anon_sym_COLON, - ACTIONS(5418), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2515), 2, sym_line_comment, sym_block_comment, - [77821] = 8, + ACTIONS(3555), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [77870] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5595), 1, - anon_sym_SEMI, - STATE(1117), 1, - sym_block, - STATE(3777), 1, - sym_label, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5371), 1, + anon_sym_COLON, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2516), 2, sym_line_comment, sym_block_comment, - [77847] = 8, + [77894] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5170), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5597), 1, + ACTIONS(5602), 1, anon_sym_SEMI, - STATE(1125), 1, + STATE(606), 1, sym_block, - STATE(3777), 1, + STATE(3773), 1, sym_label, STATE(2517), 2, sym_line_comment, sym_block_comment, - [77873] = 4, + [77920] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -181011,184 +181059,180 @@ static const uint16_t ts_small_parse_table[] = { STATE(2518), 2, sym_line_comment, sym_block_comment, - ACTIONS(5599), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77891] = 8, + ACTIONS(3697), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [77938] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5170), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5601), 1, + ACTIONS(5604), 1, anon_sym_SEMI, - STATE(1135), 1, + STATE(1214), 1, sym_block, - STATE(3777), 1, + STATE(3776), 1, sym_label, STATE(2519), 2, sym_line_comment, sym_block_comment, - [77917] = 8, + [77964] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1532), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5461), 1, + anon_sym_GT, + ACTIONS(5463), 1, + anon_sym_COMMA, + STATE(3043), 1, + sym_trait_bounds, + STATE(3044), 1, + aux_sym_type_arguments_repeat1, STATE(2520), 2, sym_line_comment, sym_block_comment, - [77943] = 8, + [77990] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5603), 1, + ACTIONS(5606), 1, anon_sym_SEMI, - STATE(1140), 1, - sym_block, - STATE(3777), 1, - sym_label, + ACTIONS(5608), 1, + anon_sym_COLON, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5612), 1, + anon_sym_EQ, + ACTIONS(5614), 1, + anon_sym_else, STATE(2521), 2, sym_line_comment, sym_block_comment, - [77969] = 4, + [78016] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5616), 1, + anon_sym_RPAREN, + ACTIONS(5618), 1, + anon_sym_COLON, + ACTIONS(5620), 1, + anon_sym_COMMA, + STATE(3065), 1, + aux_sym_slice_pattern_repeat1, STATE(2522), 2, sym_line_comment, sym_block_comment, - ACTIONS(5605), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77987] = 8, + [78042] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5607), 1, - anon_sym_SEMI, - STATE(1144), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1931), 1, sym_block, - STATE(3777), 1, + STATE(3778), 1, sym_label, STATE(2523), 2, sym_line_comment, sym_block_comment, - [78013] = 8, + [78068] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1521), 1, - sym_block, - STATE(3714), 1, - sym_label, STATE(2524), 2, sym_line_comment, sym_block_comment, - [78039] = 8, + ACTIONS(3711), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [78086] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1510), 1, - sym_block, - STATE(3714), 1, - sym_label, STATE(2525), 2, sym_line_comment, sym_block_comment, - [78065] = 7, + ACTIONS(5622), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78104] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5609), 1, - anon_sym_RPAREN, - ACTIONS(5612), 1, - anon_sym_COMMA, - STATE(3005), 1, - aux_sym_parameters_repeat1, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1536), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2526), 2, sym_line_comment, sym_block_comment, - [78089] = 6, + [78130] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5617), 1, - anon_sym_COLON_COLON, - ACTIONS(5619), 1, - anon_sym_as, STATE(2527), 2, sym_line_comment, sym_block_comment, - ACTIONS(5615), 3, - anon_sym_SEMI, - anon_sym_RBRACE, + ACTIONS(3385), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, anon_sym_COMMA, - [78111] = 6, + anon_sym_as, + [78148] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3475), 1, - anon_sym_PLUS, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5621), 2, + ACTIONS(1361), 1, anon_sym_RPAREN, + ACTIONS(5624), 1, anon_sym_COMMA, + STATE(3025), 1, + aux_sym_parameters_repeat1, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2528), 2, sym_line_comment, sym_block_comment, - [78133] = 4, + [78172] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -181196,98 +181240,95 @@ static const uint16_t ts_small_parse_table[] = { STATE(2529), 2, sym_line_comment, sym_block_comment, - ACTIONS(5624), 5, + ACTIONS(5454), 5, anon_sym_SEMI, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ, anon_sym_COMMA, - anon_sym_where, - [78151] = 8, + anon_sym_SQUOTE, + [78190] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, + ACTIONS(5177), 1, + anon_sym_LBRACE, ACTIONS(5626), 1, - sym_identifier, - ACTIONS(5628), 1, - anon_sym_GT, - ACTIONS(5630), 1, - anon_sym_COMMA, - STATE(3035), 1, - sym_lifetime, + anon_sym_SEMI, + STATE(1316), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2530), 2, sym_line_comment, sym_block_comment, - [78177] = 7, + [78216] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4316), 1, - anon_sym_LBRACE, - ACTIONS(5308), 1, - anon_sym_STAR, - STATE(3139), 1, - sym_use_list, - ACTIONS(5306), 2, - sym_identifier, - sym_super, STATE(2531), 2, sym_line_comment, sym_block_comment, - [78201] = 8, + ACTIONS(3559), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [78234] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4678), 1, - anon_sym_COLON_COLON, - STATE(1708), 1, - sym_parameters, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(3063), 1, + anon_sym_POUND, + ACTIONS(5628), 1, + sym_identifier, + ACTIONS(5630), 1, + sym_integer_literal, + STATE(1101), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1126), 1, + sym_attribute_item, STATE(2532), 2, sym_line_comment, sym_block_comment, - [78227] = 4, + [78260] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5632), 1, + sym_identifier, + ACTIONS(5634), 1, + anon_sym_GT, + ACTIONS(5636), 1, + anon_sym_COMMA, + STATE(2958), 1, + sym_lifetime, STATE(2533), 2, sym_line_comment, sym_block_comment, - ACTIONS(5632), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78245] = 8, + [78286] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5514), 1, - anon_sym_GT, - ACTIONS(5516), 1, - anon_sym_COMMA, - STATE(3040), 1, - sym_trait_bounds, - STATE(3041), 1, - aux_sym_type_arguments_repeat1, STATE(2534), 2, sym_line_comment, sym_block_comment, - [78271] = 4, + ACTIONS(5638), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78304] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -181295,197 +181336,193 @@ static const uint16_t ts_small_parse_table[] = { STATE(2535), 2, sym_line_comment, sym_block_comment, - ACTIONS(5634), 5, + ACTIONS(5640), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [78289] = 7, + [78322] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5636), 1, - anon_sym_RPAREN, - ACTIONS(5638), 1, - anon_sym_COMMA, - STATE(3043), 1, - aux_sym_parameters_repeat1, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1933), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2536), 2, sym_line_comment, sym_block_comment, - [78313] = 8, + [78348] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5640), 1, - sym_identifier, - ACTIONS(5642), 1, - anon_sym_GT, - ACTIONS(5644), 1, - anon_sym_COMMA, - STATE(2886), 1, - sym_lifetime, STATE(2537), 2, sym_line_comment, sym_block_comment, - [78339] = 8, + ACTIONS(5642), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + [78366] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(4678), 1, - anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2402), 1, - sym_parameters, STATE(2538), 2, sym_line_comment, sym_block_comment, - [78365] = 7, + ACTIONS(5644), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + [78384] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1377), 1, - anon_sym_RPAREN, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, ACTIONS(5646), 1, - anon_sym_COMMA, - STATE(3052), 1, - aux_sym_parameters_repeat1, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, + anon_sym_SEMI, + STATE(506), 1, + sym_block, + STATE(3773), 1, + sym_label, STATE(2539), 2, sym_line_comment, sym_block_comment, - [78389] = 5, + [78410] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(5363), 1, + anon_sym_STAR, + STATE(3179), 1, + sym_use_list, + ACTIONS(5361), 2, + sym_identifier, + sym_super, STATE(2540), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [78409] = 4, + [78434] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3883), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, STATE(2541), 2, sym_line_comment, sym_block_comment, - ACTIONS(5648), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78427] = 8, + ACTIONS(4842), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [78454] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4678), 1, - anon_sym_COLON_COLON, - STATE(1335), 1, - sym_parameters, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(5648), 1, + anon_sym_RBRACK, + ACTIONS(3853), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(5040), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2542), 2, sym_line_comment, sym_block_comment, - [78453] = 6, + [78476] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5652), 1, - anon_sym_COLON_COLON, - ACTIONS(5654), 1, - anon_sym_as, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5651), 1, + anon_sym_SEMI, + STATE(677), 1, + sym_block, + STATE(3773), 1, + sym_label, STATE(2543), 2, sym_line_comment, sym_block_comment, - ACTIONS(5650), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [78475] = 5, + [78502] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5043), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2544), 2, sym_line_comment, sym_block_comment, - ACTIONS(3996), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [78495] = 8, + ACTIONS(3721), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [78520] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5214), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5656), 1, + ACTIONS(5653), 1, anon_sym_SEMI, - STATE(519), 1, + STATE(540), 1, sym_block, - STATE(3774), 1, + STATE(3773), 1, sym_label, STATE(2545), 2, sym_line_comment, sym_block_comment, - [78521] = 8, + [78546] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5540), 1, - anon_sym_GT, - ACTIONS(5542), 1, - anon_sym_COMMA, - STATE(3075), 1, - sym_trait_bounds, - STATE(3076), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5655), 1, + anon_sym_SEMI, + STATE(611), 1, + sym_block, + STATE(3773), 1, + sym_label, STATE(2546), 2, sym_line_comment, sym_block_comment, - [78547] = 4, + [78572] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -181493,95 +181530,92 @@ static const uint16_t ts_small_parse_table[] = { STATE(2547), 2, sym_line_comment, sym_block_comment, - ACTIONS(3390), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [78565] = 8, + ACTIONS(3729), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [78590] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5658), 1, - anon_sym_SEMI, - STATE(529), 1, - sym_block, - STATE(3774), 1, - sym_label, STATE(2548), 2, sym_line_comment, sym_block_comment, - [78591] = 8, + ACTIONS(5657), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78608] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5029), 1, - anon_sym_PIPE, - ACTIONS(5660), 1, - anon_sym_SEMI, - ACTIONS(5662), 1, - anon_sym_COLON, - ACTIONS(5664), 1, - anon_sym_EQ, - ACTIONS(5666), 1, - anon_sym_else, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1475), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2549), 2, sym_line_comment, sym_block_comment, - [78617] = 4, + [78634] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5661), 1, + anon_sym_COLON_COLON, + ACTIONS(5663), 1, + anon_sym_as, STATE(2550), 2, sym_line_comment, sym_block_comment, - ACTIONS(5668), 5, + ACTIONS(5659), 3, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_SQUOTE, - [78635] = 4, + [78656] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4107), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, STATE(2551), 2, sym_line_comment, sym_block_comment, - ACTIONS(5670), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - [78653] = 8, + ACTIONS(4842), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [78676] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3068), 1, - anon_sym_POUND, - ACTIONS(5672), 1, - sym_identifier, - ACTIONS(5674), 1, - sym_integer_literal, - STATE(1093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1254), 1, - sym_attribute_item, + ACTIONS(5667), 1, + anon_sym_COLON_COLON, + ACTIONS(5669), 1, + anon_sym_as, STATE(2552), 2, sym_line_comment, sym_block_comment, - [78679] = 4, + ACTIONS(5665), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78698] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -181589,98 +181623,96 @@ static const uint16_t ts_small_parse_table[] = { STATE(2553), 2, sym_line_comment, sym_block_comment, - ACTIONS(3570), 5, + ACTIONS(5671), 5, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, + anon_sym_RBRACE, anon_sym_EQ, + anon_sym_COMMA, anon_sym_where, - [78697] = 7, + [78716] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4316), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5678), 1, - anon_sym_STAR, - STATE(2999), 1, - sym_use_list, - ACTIONS(5676), 2, - sym_identifier, - sym_super, + ACTIONS(5673), 1, + anon_sym_SEMI, + STATE(1347), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2554), 2, sym_line_comment, sym_block_comment, - [78721] = 4, + [78742] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2555), 2, sym_line_comment, sym_block_comment, - ACTIONS(5680), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, + ACTIONS(3528), 3, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COMMA, - anon_sym_where, - [78739] = 8, + [78762] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1926), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(5663), 1, + anon_sym_as, + ACTIONS(5675), 1, + anon_sym_COLON_COLON, STATE(2556), 2, sym_line_comment, sym_block_comment, - [78765] = 8, + ACTIONS(5659), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78784] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5214), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5682), 1, + ACTIONS(5677), 1, anon_sym_SEMI, - STATE(734), 1, + STATE(1361), 1, sym_block, - STATE(3774), 1, + STATE(3776), 1, sym_label, STATE(2557), 2, sym_line_comment, sym_block_comment, - [78791] = 8, + [78810] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5684), 1, - anon_sym_SEMI, - STATE(624), 1, - sym_block, - STATE(3774), 1, - sym_label, + ACTIONS(5663), 1, + anon_sym_as, + ACTIONS(5679), 1, + anon_sym_COLON_COLON, STATE(2558), 2, sym_line_comment, sym_block_comment, - [78817] = 4, + ACTIONS(5659), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78832] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -181688,30 +181720,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(2559), 2, sym_line_comment, sym_block_comment, - ACTIONS(5444), 5, + ACTIONS(5681), 5, anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, - [78835] = 7, + anon_sym_where, + [78850] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1371), 1, - anon_sym_RPAREN, - ACTIONS(5686), 1, - anon_sym_COMMA, - STATE(3113), 1, - aux_sym_parameters_repeat1, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2560), 2, sym_line_comment, sym_block_comment, - [78859] = 4, + ACTIONS(5683), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78868] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -181719,5069 +181748,5090 @@ static const uint16_t ts_small_parse_table[] = { STATE(2561), 2, sym_line_comment, sym_block_comment, - ACTIONS(5688), 5, + ACTIONS(5685), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [78877] = 6, + [78886] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5619), 1, - anon_sym_as, - ACTIONS(5690), 1, - anon_sym_COLON_COLON, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5687), 1, + anon_sym_SEMI, + STATE(560), 1, + sym_block, + STATE(3773), 1, + sym_label, STATE(2562), 2, sym_line_comment, sym_block_comment, - ACTIONS(5615), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [78899] = 4, + [78912] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5689), 1, + sym_identifier, + ACTIONS(5691), 1, + anon_sym_GT, + ACTIONS(5693), 1, + anon_sym_COMMA, + STATE(3014), 1, + sym_lifetime, STATE(2563), 2, sym_line_comment, sym_block_comment, - ACTIONS(5692), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [78917] = 5, + [78938] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3984), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, STATE(2564), 2, sym_line_comment, sym_block_comment, - ACTIONS(4845), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [78937] = 8, + ACTIONS(3577), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [78956] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5214), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5694), 1, + ACTIONS(5695), 1, anon_sym_SEMI, - STATE(699), 1, + STATE(1366), 1, sym_block, - STATE(3774), 1, + STATE(3776), 1, sym_label, STATE(2565), 2, sym_line_comment, sym_block_comment, - [78963] = 7, + [78982] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5696), 1, - anon_sym_RPAREN, - ACTIONS(5698), 1, - anon_sym_COMMA, - STATE(2919), 1, - aux_sym_parameters_repeat1, - ACTIONS(4654), 2, + ACTIONS(3853), 1, + anon_sym_PLUS, + ACTIONS(5040), 2, anon_sym_COLON, anon_sym_PIPE, + ACTIONS(5648), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2566), 2, sym_line_comment, sym_block_comment, - [78987] = 8, + [79004] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1849), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(4816), 1, + anon_sym_EQ, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(3115), 1, + sym_trait_bounds, + ACTIONS(4818), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2567), 2, sym_line_comment, sym_block_comment, - [79013] = 7, + [79028] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4833), 1, - anon_sym_EQ, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(3144), 1, - sym_trait_bounds, - ACTIONS(4835), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4315), 1, + anon_sym_LBRACE, + ACTIONS(5699), 1, + anon_sym_STAR, + STATE(3161), 1, + sym_use_list, + ACTIONS(5697), 2, + sym_identifier, + sym_super, STATE(2568), 2, sym_line_comment, sym_block_comment, - [79037] = 8, + [79052] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5700), 1, - anon_sym_EQ, - STATE(3182), 1, - sym_type_parameters, - STATE(3793), 1, - sym_where_clause, + ACTIONS(5040), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2569), 2, sym_line_comment, sym_block_comment, - [79063] = 8, + ACTIONS(3853), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [79072] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, + ACTIONS(4315), 1, anon_sym_LBRACE, - ACTIONS(5702), 1, - anon_sym_SEMI, - STATE(1157), 1, - sym_block, - STATE(3777), 1, - sym_label, + ACTIONS(5703), 1, + anon_sym_STAR, + STATE(2909), 1, + sym_use_list, + ACTIONS(5701), 2, + sym_identifier, + sym_super, STATE(2570), 2, sym_line_comment, sym_block_comment, - [79089] = 8, + [79096] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5704), 1, - anon_sym_SEMI, - STATE(748), 1, - sym_block, - STATE(3774), 1, - sym_label, + ACTIONS(5705), 1, + anon_sym_RPAREN, + ACTIONS(5707), 1, + anon_sym_COMMA, + STATE(3098), 1, + aux_sym_parameters_repeat1, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2571), 2, sym_line_comment, sym_block_comment, - [79115] = 6, + [79120] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3996), 1, + ACTIONS(3528), 1, anon_sym_PLUS, - ACTIONS(5043), 2, + ACTIONS(4649), 2, anon_sym_COLON, anon_sym_PIPE, - ACTIONS(5706), 2, + ACTIONS(5709), 2, anon_sym_RPAREN, anon_sym_COMMA, STATE(2572), 2, sym_line_comment, sym_block_comment, - [79137] = 8, + [79142] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4678), 1, - anon_sym_COLON_COLON, - ACTIONS(4831), 1, - anon_sym_COLON, - STATE(2027), 1, - sym_type_arguments, - STATE(2551), 1, - sym_trait_bounds, STATE(2573), 2, sym_line_comment, sym_block_comment, - [79163] = 4, + ACTIONS(5712), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [79160] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5444), 1, + anon_sym_GT, + ACTIONS(5446), 1, + anon_sym_COMMA, + STATE(3016), 1, + sym_trait_bounds, + STATE(3017), 1, + aux_sym_type_arguments_repeat1, STATE(2574), 2, sym_line_comment, sym_block_comment, - ACTIONS(5709), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [79181] = 4, + [79186] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(3460), 1, + sym_trait_bounds, + ACTIONS(5714), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2575), 2, sym_line_comment, sym_block_comment, - ACTIONS(3798), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [79199] = 8, + [79210] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5049), 1, - anon_sym_RPAREN, - ACTIONS(5711), 1, - anon_sym_COLON, - ACTIONS(5713), 1, - anon_sym_PIPE, - ACTIONS(5715), 1, - anon_sym_COMMA, - STATE(3047), 1, - aux_sym_closure_parameters_repeat1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5716), 1, + anon_sym_SEMI, + STATE(1391), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2576), 2, sym_line_comment, sym_block_comment, - [79225] = 7, + [79236] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5416), 1, - anon_sym_COLON, - ACTIONS(5418), 1, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4699), 1, anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + STATE(1686), 1, + sym_parameters, + STATE(2027), 1, + sym_type_arguments, STATE(2577), 2, sym_line_comment, sym_block_comment, - [79249] = 8, + [79262] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5717), 1, - anon_sym_SEMI, - STATE(781), 1, - sym_block, - STATE(3774), 1, - sym_label, STATE(2578), 2, sym_line_comment, sym_block_comment, - [79275] = 7, + ACTIONS(3567), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [79280] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(3021), 1, - aux_sym_for_lifetimes_repeat1, - STATE(3402), 1, - sym_trait_bounds, - ACTIONS(5719), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5718), 1, + anon_sym_SEMI, + STATE(1399), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2579), 2, sym_line_comment, sym_block_comment, - [79299] = 8, + [79306] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - ACTIONS(5721), 1, + ACTIONS(5720), 1, sym_identifier, - ACTIONS(5723), 1, + ACTIONS(5722), 1, anon_sym_GT, - ACTIONS(5725), 1, + ACTIONS(5724), 1, anon_sym_COMMA, - STATE(2878), 1, + STATE(2889), 1, sym_lifetime, STATE(2580), 2, sym_line_comment, sym_block_comment, - [79325] = 6, + [79332] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5621), 1, - anon_sym_RBRACK, - ACTIONS(3475), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4654), 2, - anon_sym_PIPE, + ACTIONS(5726), 1, + anon_sym_RPAREN, + ACTIONS(5728), 1, anon_sym_COMMA, + STATE(3019), 1, + aux_sym_parameters_repeat1, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2581), 2, sym_line_comment, sym_block_comment, - [79347] = 8, + [79356] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5214), 1, + ACTIONS(5177), 1, anon_sym_LBRACE, - ACTIONS(5727), 1, + ACTIONS(5730), 1, anon_sym_SEMI, - STATE(524), 1, + STATE(1409), 1, sym_block, - STATE(3774), 1, + STATE(3776), 1, sym_label, STATE(2582), 2, sym_line_comment, sym_block_comment, - [79373] = 8, + [79382] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5729), 1, - anon_sym_SEMI, - STATE(665), 1, - sym_block, - STATE(3774), 1, - sym_label, + ACTIONS(1365), 1, + anon_sym_RPAREN, + ACTIONS(5732), 1, + anon_sym_COMMA, + STATE(2962), 1, + aux_sym_parameters_repeat1, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2583), 2, sym_line_comment, sym_block_comment, - [79399] = 4, + [79406] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5734), 1, + anon_sym_SEMI, + STATE(1414), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2584), 2, sym_line_comment, sym_block_comment, - ACTIONS(3624), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [79417] = 4, + [79432] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1433), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2585), 2, sym_line_comment, sym_block_comment, - ACTIONS(3574), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [79435] = 8, + [79458] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5214), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5731), 1, - anon_sym_SEMI, - STATE(507), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1859), 1, sym_block, - STATE(3774), 1, + STATE(3778), 1, sym_label, STATE(2586), 2, sym_line_comment, sym_block_comment, - [79461] = 4, + [79484] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5736), 1, + anon_sym_SEMI, + STATE(1418), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2587), 2, sym_line_comment, sym_block_comment, - ACTIONS(3582), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [79479] = 6, + [79510] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5706), 1, - anon_sym_RBRACK, - ACTIONS(3996), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(5043), 2, - anon_sym_PIPE, + ACTIONS(5193), 1, + anon_sym_COLON, + ACTIONS(5469), 1, + anon_sym_GT, + ACTIONS(5471), 1, anon_sym_COMMA, + STATE(2921), 1, + sym_trait_bounds, + STATE(2922), 1, + aux_sym_type_arguments_repeat1, STATE(2588), 2, sym_line_comment, sym_block_comment, - [79501] = 8, + [79536] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5733), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, + anon_sym_LBRACE, + ACTIONS(5738), 1, anon_sym_SEMI, - ACTIONS(5735), 1, - anon_sym_COLON, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5739), 1, - anon_sym_EQ, - ACTIONS(5741), 1, - anon_sym_else, + STATE(1261), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2589), 2, sym_line_comment, sym_block_comment, - [79527] = 8, + [79562] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5214), 1, - anon_sym_LBRACE, - ACTIONS(5743), 1, - anon_sym_SEMI, - STATE(755), 1, - sym_block, - STATE(3774), 1, - sym_label, + ACTIONS(5092), 1, + anon_sym_LT, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5740), 1, + anon_sym_EQ, + STATE(3171), 1, + sym_type_parameters, + STATE(3754), 1, + sym_where_clause, STATE(2590), 2, sym_line_comment, sym_block_comment, - [79553] = 7, + [79588] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1365), 1, + ACTIONS(5742), 1, anon_sym_RPAREN, - ACTIONS(5745), 1, + ACTIONS(5744), 1, anon_sym_COMMA, - STATE(2955), 1, + STATE(2930), 1, aux_sym_parameters_repeat1, - ACTIONS(4654), 2, + ACTIONS(4649), 2, anon_sym_COLON, anon_sym_PIPE, STATE(2591), 2, sym_line_comment, sym_block_comment, - [79577] = 4, + [79612] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1375), 1, + anon_sym_RPAREN, + ACTIONS(5746), 1, + anon_sym_COMMA, + STATE(3160), 1, + aux_sym_parameters_repeat1, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2592), 2, sym_line_comment, sym_block_comment, - ACTIONS(5747), 5, + [79636] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2593), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(5748), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [79595] = 8, + [79654] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1732), 1, - sym_block, - STATE(3779), 1, - sym_label, - STATE(2593), 2, + ACTIONS(3443), 1, + anon_sym_LPAREN, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4699), 1, + anon_sym_COLON_COLON, + STATE(1165), 1, + sym_parameters, + STATE(2027), 1, + sym_type_arguments, + STATE(2594), 2, sym_line_comment, sym_block_comment, - [79621] = 4, + [79680] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2594), 2, + STATE(2595), 2, sym_line_comment, sym_block_comment, - ACTIONS(5749), 5, + ACTIONS(5750), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [79639] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, - anon_sym_LBRACE, - ACTIONS(5751), 1, - anon_sym_SEMI, - STATE(1217), 1, - sym_block, - STATE(3777), 1, - sym_label, - STATE(2595), 2, - sym_line_comment, - sym_block_comment, - [79665] = 8, + [79698] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, + ACTIONS(5610), 1, anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_RPAREN, - ACTIONS(5755), 1, + ACTIONS(5752), 1, + anon_sym_SEMI, + ACTIONS(5754), 1, anon_sym_COLON, - ACTIONS(5757), 1, - anon_sym_COMMA, - STATE(2969), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(5756), 1, + anon_sym_EQ, + ACTIONS(5758), 1, + anon_sym_else, STATE(2596), 2, sym_line_comment, sym_block_comment, - [79691] = 7, + [79724] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5759), 1, - anon_sym_RPAREN, - ACTIONS(5761), 1, - anon_sym_COMMA, - STATE(3005), 1, - aux_sym_parameters_repeat1, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5760), 1, + anon_sym_SEMI, + STATE(772), 1, + sym_block, + STATE(3773), 1, + sym_label, STATE(2597), 2, sym_line_comment, sym_block_comment, - [79715] = 4, + [79750] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2598), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3684), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4994), 1, anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [79733] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5763), 1, - anon_sym_STAR_SLASH, - ACTIONS(5765), 1, - sym__outer_block_doc_comment_marker, - ACTIONS(5767), 1, - sym__inner_block_doc_comment_marker, - ACTIONS(5769), 1, - sym__block_comment_content, - STATE(3248), 1, - sym__block_doc_comment_marker, - STATE(2599), 2, + ACTIONS(5762), 1, + anon_sym_SEMI, + ACTIONS(5764), 1, + anon_sym_COLON, + ACTIONS(5766), 1, + anon_sym_EQ, + ACTIONS(5768), 1, + anon_sym_else, + STATE(2598), 2, sym_line_comment, sym_block_comment, - [79759] = 8, + [79776] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5170), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5771), 1, + ACTIONS(5770), 1, anon_sym_SEMI, - STATE(1259), 1, + STATE(554), 1, sym_block, - STATE(3777), 1, + STATE(3773), 1, sym_label, - STATE(2600), 2, + STATE(2599), 2, sym_line_comment, sym_block_comment, - [79785] = 4, + [79802] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2601), 2, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(3403), 1, + sym_trait_bounds, + ACTIONS(5586), 2, + anon_sym_GT, + anon_sym_COMMA, + STATE(2600), 2, sym_line_comment, sym_block_comment, - ACTIONS(3782), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [79803] = 8, + [79826] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5773), 1, - anon_sym_EQ, - STATE(3176), 1, - sym_type_parameters, - STATE(3755), 1, - sym_where_clause, - STATE(2602), 2, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1547), 1, + sym_block, + STATE(3714), 1, + sym_label, + STATE(2601), 2, sym_line_comment, sym_block_comment, - [79829] = 8, + [79852] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5029), 1, - anon_sym_PIPE, - ACTIONS(5775), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5772), 1, anon_sym_SEMI, - ACTIONS(5777), 1, - anon_sym_COLON, - ACTIONS(5779), 1, - anon_sym_EQ, - ACTIONS(5781), 1, - anon_sym_else, - STATE(2603), 2, + STATE(735), 1, + sym_block, + STATE(3773), 1, + sym_label, + STATE(2602), 2, sym_line_comment, sym_block_comment, - [79855] = 8, + [79878] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1738), 1, - sym_block, - STATE(3779), 1, - sym_label, - STATE(2604), 2, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, + ACTIONS(5385), 1, + anon_sym_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2603), 2, sym_line_comment, sym_block_comment, - [79881] = 5, + [79902] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 2, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, + ACTIONS(4699), 1, anon_sym_COLON_COLON, - STATE(2605), 2, + STATE(2027), 1, + sym_type_arguments, + STATE(2494), 1, + sym_parameters, + STATE(2604), 2, sym_line_comment, sym_block_comment, - ACTIONS(4845), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [79901] = 8, + [79928] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5214), 1, + ACTIONS(5201), 1, anon_sym_LBRACE, - ACTIONS(5783), 1, + ACTIONS(5774), 1, anon_sym_SEMI, - STATE(561), 1, + STATE(615), 1, sym_block, - STATE(3774), 1, + STATE(3773), 1, sym_label, - STATE(2606), 2, - sym_line_comment, - sym_block_comment, - [79927] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5619), 1, - anon_sym_as, - ACTIONS(5785), 1, - anon_sym_COLON_COLON, - STATE(2607), 2, + STATE(2605), 2, sym_line_comment, sym_block_comment, - ACTIONS(5615), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [79949] = 8, + [79954] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, + ACTIONS(4994), 1, anon_sym_PIPE, - ACTIONS(5787), 1, + ACTIONS(5776), 1, anon_sym_SEMI, - ACTIONS(5789), 1, + ACTIONS(5778), 1, anon_sym_COLON, - ACTIONS(5791), 1, + ACTIONS(5780), 1, anon_sym_EQ, - ACTIONS(5793), 1, + ACTIONS(5782), 1, anon_sym_else, - STATE(2608), 2, + STATE(2606), 2, sym_line_comment, sym_block_comment, - [79975] = 8, + [79980] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5795), 1, - anon_sym_SEMI, - STATE(1297), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1791), 1, sym_block, - STATE(3777), 1, + STATE(3778), 1, sym_label, - STATE(2609), 2, + STATE(2607), 2, + sym_line_comment, + sym_block_comment, + [80006] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2608), 2, sym_line_comment, sym_block_comment, - [80001] = 8, + ACTIONS(5784), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [80024] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4678), 1, + ACTIONS(4699), 1, anon_sym_COLON_COLON, STATE(2027), 1, sym_type_arguments, - STATE(2100), 1, + STATE(2092), 1, sym_parameters, - STATE(2610), 2, + STATE(2609), 2, sym_line_comment, sym_block_comment, - [80027] = 7, + [80050] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(5164), 1, + ACTIONS(5193), 1, anon_sym_COLON, - STATE(3376), 1, - sym_trait_bounds, - ACTIONS(5797), 2, + ACTIONS(5550), 1, anon_sym_GT, + ACTIONS(5552), 1, anon_sym_COMMA, - STATE(2611), 2, + STATE(3061), 1, + sym_trait_bounds, + STATE(3062), 1, + aux_sym_type_arguments_repeat1, + STATE(2610), 2, sym_line_comment, sym_block_comment, - [80051] = 7, + [80076] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, + ACTIONS(5709), 1, + anon_sym_RBRACK, + ACTIONS(3528), 2, + anon_sym_SEMI, anon_sym_PLUS, - ACTIONS(5164), 1, + ACTIONS(4649), 2, + anon_sym_PIPE, + anon_sym_COMMA, + STATE(2611), 2, + sym_line_comment, + sym_block_comment, + [80098] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5004), 1, + anon_sym_RPAREN, + ACTIONS(5786), 1, anon_sym_COLON, - STATE(3402), 1, - sym_trait_bounds, - ACTIONS(5719), 2, - anon_sym_GT, + ACTIONS(5788), 1, + anon_sym_PIPE, + ACTIONS(5790), 1, anon_sym_COMMA, + STATE(2887), 1, + aux_sym_closure_parameters_repeat1, STATE(2612), 2, sym_line_comment, sym_block_comment, - [80075] = 4, + [80124] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5792), 1, + anon_sym_SEMI, + STATE(595), 1, + sym_block, + STATE(3773), 1, + sym_label, STATE(2613), 2, sym_line_comment, sym_block_comment, - ACTIONS(5799), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [80093] = 4, + [80150] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5201), 1, + anon_sym_LBRACE, + ACTIONS(5794), 1, + anon_sym_SEMI, + STATE(586), 1, + sym_block, + STATE(3773), 1, + sym_label, STATE(2614), 2, sym_line_comment, sym_block_comment, - ACTIONS(5801), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [80111] = 8, + [80176] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, - anon_sym_COLON, - ACTIONS(5451), 1, - anon_sym_GT, - ACTIONS(5453), 1, - anon_sym_COMMA, - STATE(2912), 1, - sym_trait_bounds, - STATE(2913), 1, - aux_sym_type_arguments_repeat1, STATE(2615), 2, sym_line_comment, sym_block_comment, - [80137] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5803), 1, - anon_sym_COLON_COLON, - ACTIONS(5805), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(5796), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [80194] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5798), 1, + anon_sym_RBRACK, + ACTIONS(5800), 1, + anon_sym_COMMA, + STATE(3097), 1, + aux_sym_slice_pattern_repeat1, STATE(2616), 2, sym_line_comment, sym_block_comment, - [80160] = 7, + [80217] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5807), 1, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, sym_identifier, - STATE(3591), 1, - sym_type_arguments, + ACTIONS(5804), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2617), 2, sym_line_comment, sym_block_comment, - [80183] = 7, + [80240] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(482), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, STATE(2618), 2, sym_line_comment, sym_block_comment, - [80206] = 7, - ACTIONS(27), 1, + ACTIONS(5806), 3, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_COMMA, + [80259] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5079), 1, - anon_sym_move, - ACTIONS(5809), 1, - anon_sym_async, - STATE(233), 1, - sym_closure_parameters, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5808), 1, + anon_sym_SEMI, + STATE(3524), 1, + sym_where_clause, STATE(2619), 2, sym_line_comment, sym_block_comment, - [80229] = 7, + [80282] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(660), 1, - sym_declaration_list, - STATE(3284), 1, + ACTIONS(5810), 1, + anon_sym_SEMI, + STATE(3563), 1, sym_where_clause, STATE(2620), 2, sym_line_comment, sym_block_comment, - [80252] = 7, + [80305] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5811), 1, - sym_identifier, - STATE(1620), 1, - sym_type_arguments, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5812), 1, + anon_sym_RPAREN, + ACTIONS(5814), 1, + anon_sym_COMMA, + STATE(3068), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2621), 2, sym_line_comment, sym_block_comment, - [80275] = 7, + [80328] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5813), 1, - anon_sym_SEMI, - STATE(3753), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(404), 1, + sym_block, + STATE(3510), 1, + sym_label, STATE(2622), 2, sym_line_comment, sym_block_comment, - [80298] = 7, + [80351] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5815), 1, - anon_sym_LPAREN, - ACTIONS(5817), 1, - anon_sym_LBRACK, - ACTIONS(5819), 1, - anon_sym_LBRACE, - STATE(1080), 1, - sym_delim_token_tree, + ACTIONS(5816), 1, + anon_sym_COLON_COLON, STATE(2623), 2, sym_line_comment, sym_block_comment, - [80321] = 7, + ACTIONS(4910), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80370] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1822), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(5818), 1, + anon_sym_COLON_COLON, STATE(2624), 2, sym_line_comment, sym_block_comment, - [80344] = 7, + ACTIONS(4914), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80389] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1633), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(5820), 1, + anon_sym_COLON_COLON, STATE(2625), 2, sym_line_comment, sym_block_comment, - [80367] = 7, + ACTIONS(4914), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80408] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5821), 1, - anon_sym_RPAREN, - ACTIONS(5823), 1, - anon_sym_COMMA, - STATE(2978), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(5822), 1, + anon_sym_COLON_COLON, STATE(2626), 2, sym_line_comment, sym_block_comment, - [80390] = 7, + ACTIONS(4914), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80427] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1824), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5824), 1, + sym_identifier, + ACTIONS(5826), 1, + sym_super, + STATE(2122), 1, + sym_type_arguments, STATE(2627), 2, sym_line_comment, sym_block_comment, - [80413] = 6, + [80450] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5825), 1, + ACTIONS(5828), 1, anon_sym_DQUOTE, - STATE(2635), 1, + STATE(2646), 1, aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, + ACTIONS(5830), 2, sym_string_content, sym_escape_sequence, STATE(2628), 2, sym_line_comment, sym_block_comment, - [80434] = 7, + [80471] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5815), 1, - anon_sym_LPAREN, - ACTIONS(5817), 1, - anon_sym_LBRACK, - ACTIONS(5819), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(1073), 1, - sym_delim_token_tree, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1441), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2629), 2, sym_line_comment, sym_block_comment, - [80457] = 7, + [80494] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(487), 1, + STATE(1443), 1, sym_block, - STATE(3778), 1, + STATE(3714), 1, sym_label, STATE(2630), 2, sym_line_comment, sym_block_comment, - [80480] = 7, + [80517] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5829), 1, - sym_identifier, - ACTIONS(5831), 1, - sym_super, - STATE(2121), 1, - sym_type_arguments, + ACTIONS(5832), 1, + anon_sym_DQUOTE, + STATE(2650), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2631), 2, sym_line_comment, sym_block_comment, - [80503] = 7, + [80538] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5829), 1, - sym_identifier, - ACTIONS(5831), 1, - sym_super, - STATE(2128), 1, - sym_type_arguments, + ACTIONS(1617), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(2185), 1, + sym_block, + STATE(3769), 1, + sym_label, STATE(2632), 2, sym_line_comment, sym_block_comment, - [80526] = 7, + [80561] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5833), 1, - sym_identifier, - STATE(3553), 1, - sym_type_arguments, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5834), 1, + anon_sym_RPAREN, + ACTIONS(5836), 1, + anon_sym_COMMA, + STATE(3074), 1, + aux_sym_slice_pattern_repeat1, STATE(2633), 2, sym_line_comment, sym_block_comment, - [80549] = 7, + [80584] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5833), 1, - sym_identifier, - STATE(3591), 1, - sym_type_arguments, + ACTIONS(5838), 1, + anon_sym_async, + ACTIONS(5840), 1, + anon_sym_move, + STATE(219), 1, + sym_closure_parameters, STATE(2634), 2, sym_line_comment, sym_block_comment, - [80572] = 5, + [80607] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5835), 1, - anon_sym_DQUOTE, - ACTIONS(5837), 2, - sym_string_content, - sym_escape_sequence, - STATE(2635), 3, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(491), 1, + sym_block, + STATE(3777), 1, + sym_label, + STATE(2635), 2, sym_line_comment, sym_block_comment, - aux_sym_string_literal_repeat1, - [80591] = 7, + [80630] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5840), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5842), 1, - anon_sym_for, - ACTIONS(5844), 1, - anon_sym_loop, - ACTIONS(5846), 1, - anon_sym_while, + ACTIONS(5094), 1, + anon_sym_where, + STATE(624), 1, + sym_declaration_list, + STATE(3378), 1, + sym_where_clause, STATE(2636), 2, sym_line_comment, sym_block_comment, - [80614] = 7, + [80653] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1842), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5842), 1, + anon_sym_SEMI, + STATE(3609), 1, + sym_where_clause, STATE(2637), 2, sym_line_comment, sym_block_comment, - [80637] = 7, + [80676] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5469), 1, + ACTIONS(5844), 1, + anon_sym_LPAREN, + ACTIONS(5846), 1, + anon_sym_LBRACK, + ACTIONS(5848), 1, anon_sym_LBRACE, - STATE(1352), 1, - sym_enum_variant_list, - STATE(3297), 1, - sym_where_clause, + STATE(405), 1, + sym_delim_token_tree, STATE(2638), 2, sym_line_comment, sym_block_comment, - [80660] = 7, + [80699] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(492), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5850), 1, + sym_identifier, + STATE(1477), 1, + sym_type_arguments, STATE(2639), 2, sym_line_comment, sym_block_comment, - [80683] = 7, + [80722] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5848), 1, - anon_sym_SEMI, - STATE(3566), 1, - sym_where_clause, + ACTIONS(4828), 1, + anon_sym_DOT_DOT, + ACTIONS(5852), 1, + anon_sym_COLON_COLON, + ACTIONS(4830), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2640), 2, sym_line_comment, sym_block_comment, - [80706] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [80743] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(424), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(3621), 1, + anon_sym_COLON_COLON, + ACTIONS(4902), 1, + anon_sym_BANG, + STATE(1134), 1, + sym_type_arguments, STATE(2641), 2, sym_line_comment, sym_block_comment, - [80729] = 6, + [80766] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5850), 1, - anon_sym_DQUOTE, - STATE(2720), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(767), 1, + sym_declaration_list, + STATE(3404), 1, + sym_where_clause, STATE(2642), 2, sym_line_comment, sym_block_comment, - [80750] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [80789] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5852), 1, - anon_sym_async, - ACTIONS(5854), 1, - anon_sym_move, - STATE(224), 1, - sym_closure_parameters, + ACTIONS(5339), 1, + anon_sym_LPAREN, + ACTIONS(5341), 1, + anon_sym_LBRACK, + ACTIONS(5345), 1, + anon_sym_LBRACE, + STATE(1474), 1, + sym_delim_token_tree, STATE(2643), 2, sym_line_comment, sym_block_comment, - [80773] = 7, + [80812] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - ACTIONS(5170), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(3081), 1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1476), 1, sym_block, - STATE(3777), 1, + STATE(3714), 1, sym_label, STATE(2644), 2, sym_line_comment, sym_block_comment, - [80796] = 7, + [80835] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(1936), 1, + STATE(1145), 1, sym_block, - STATE(3779), 1, + STATE(3714), 1, sym_label, STATE(2645), 2, sym_line_comment, sym_block_comment, - [80819] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [80858] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5856), 1, - anon_sym_async, - ACTIONS(5858), 1, - anon_sym_move, - STATE(215), 1, - sym_closure_parameters, - STATE(2646), 2, + ACTIONS(5854), 1, + anon_sym_DQUOTE, + ACTIONS(5856), 2, + sym_string_content, + sym_escape_sequence, + STATE(2646), 3, sym_line_comment, sym_block_comment, - [80842] = 6, + aux_sym_string_literal_repeat1, + [80877] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5418), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3708), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2647), 2, sym_line_comment, sym_block_comment, - [80863] = 7, + [80900] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5860), 1, - anon_sym_SEMI, - STATE(3743), 1, - sym_where_clause, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4705), 1, + anon_sym_BANG, + ACTIONS(4764), 1, + anon_sym_COLON_COLON, + STATE(2026), 1, + sym_type_arguments, STATE(2648), 2, sym_line_comment, sym_block_comment, - [80886] = 5, + [80923] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1485), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2649), 2, sym_line_comment, sym_block_comment, - ACTIONS(5862), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [80905] = 6, + [80946] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5864), 1, + ACTIONS(5859), 1, anon_sym_DQUOTE, - STATE(2658), 1, + STATE(2646), 1, aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, + ACTIONS(5830), 2, sym_string_content, sym_escape_sequence, STATE(2650), 2, sym_line_comment, sym_block_comment, - [80926] = 7, + [80967] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(5339), 1, + anon_sym_LPAREN, + ACTIONS(5341), 1, + anon_sym_LBRACK, + ACTIONS(5345), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1407), 1, - sym_declaration_list, - STATE(3207), 1, - sym_where_clause, + STATE(1486), 1, + sym_delim_token_tree, STATE(2651), 2, sym_line_comment, sym_block_comment, - [80949] = 7, + [80990] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1854), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5861), 1, + sym_identifier, + STATE(1627), 1, + sym_type_arguments, STATE(2652), 2, sym_line_comment, sym_block_comment, - [80972] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [81013] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5866), 1, - anon_sym_async, - ACTIONS(5868), 1, - anon_sym_move, - STATE(220), 1, - sym_closure_parameters, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5861), 1, + sym_identifier, + STATE(1641), 1, + sym_type_arguments, STATE(2653), 2, sym_line_comment, sym_block_comment, - [80995] = 7, + [81036] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1814), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5863), 1, + anon_sym_RPAREN, + ACTIONS(5865), 1, + anon_sym_COMMA, + STATE(2988), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2654), 2, sym_line_comment, sym_block_comment, - [81018] = 7, + [81059] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5870), 1, - anon_sym_RPAREN, - ACTIONS(5872), 1, - anon_sym_COMMA, - STATE(3185), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5867), 1, + anon_sym_COLON_COLON, + ACTIONS(5869), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, STATE(2655), 2, sym_line_comment, sym_block_comment, - [81041] = 5, + [81082] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, + ACTIONS(5610), 1, anon_sym_PIPE, + ACTIONS(5871), 1, + anon_sym_RPAREN, + ACTIONS(5873), 1, + anon_sym_COMMA, + STATE(3177), 1, + aux_sym_tuple_pattern_repeat1, STATE(2656), 2, sym_line_comment, sym_block_comment, - ACTIONS(5874), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - [81060] = 7, + [81105] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5876), 1, - anon_sym_LPAREN, - ACTIONS(5878), 1, - anon_sym_LBRACK, - ACTIONS(5880), 1, - anon_sym_LBRACE, - STATE(1859), 1, - sym_delim_token_tree, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5875), 1, + anon_sym_RBRACK, + ACTIONS(5877), 1, + anon_sym_COMMA, + STATE(3182), 1, + aux_sym_slice_pattern_repeat1, STATE(2657), 2, sym_line_comment, sym_block_comment, - [81083] = 6, + [81128] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5882), 1, - anon_sym_DQUOTE, - STATE(2635), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(5879), 1, + sym_identifier, + STATE(2122), 1, + sym_type_arguments, STATE(2658), 2, sym_line_comment, sym_block_comment, - [81104] = 7, + [81151] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5876), 1, - anon_sym_LPAREN, - ACTIONS(5878), 1, - anon_sym_LBRACK, - ACTIONS(5880), 1, - anon_sym_LBRACE, - STATE(1861), 1, - sym_delim_token_tree, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(5879), 1, + sym_identifier, + STATE(2127), 1, + sym_type_arguments, STATE(2659), 2, sym_line_comment, sym_block_comment, - [81127] = 5, + [81174] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, + ACTIONS(5881), 1, + anon_sym_RPAREN, + ACTIONS(5883), 1, + anon_sym_COMMA, + STATE(2884), 1, + aux_sym_tuple_type_repeat1, STATE(2660), 2, sym_line_comment, sym_block_comment, - ACTIONS(5884), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [81146] = 7, + [81197] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5886), 1, - sym_identifier, - STATE(2121), 1, + ACTIONS(5867), 1, + anon_sym_COLON_COLON, + ACTIONS(5885), 1, + anon_sym_for, + STATE(2027), 1, sym_type_arguments, STATE(2661), 2, sym_line_comment, sym_block_comment, - [81169] = 7, + [81220] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5886), 1, - sym_identifier, - STATE(2128), 1, - sym_type_arguments, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5887), 1, + anon_sym_EQ, + ACTIONS(5889), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2662), 2, sym_line_comment, sym_block_comment, - [81192] = 7, + [81241] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(5306), 1, + ACTIONS(5361), 1, sym_super, - ACTIONS(5833), 1, + ACTIONS(5891), 1, sym_identifier, - STATE(3553), 1, + STATE(3635), 1, sym_type_arguments, STATE(2663), 2, sym_line_comment, sym_block_comment, - [81215] = 7, + [81264] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5833), 1, - sym_identifier, - STATE(3591), 1, - sym_type_arguments, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5092), 1, + anon_sym_LT, + STATE(2318), 1, + sym_parameters, + STATE(3341), 1, + sym_type_parameters, STATE(2664), 2, sym_line_comment, sym_block_comment, - [81238] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [81287] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(3443), 1, + anon_sym_LPAREN, + ACTIONS(4667), 1, + anon_sym_LT2, + STATE(1166), 1, + sym_parameters, + STATE(2025), 1, + sym_type_arguments, STATE(2665), 2, sym_line_comment, sym_block_comment, - [81261] = 7, + [81310] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1413), 1, - sym_field_declaration_list, - STATE(3226), 1, - sym_where_clause, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5891), 1, + sym_identifier, + STATE(3561), 1, + sym_type_arguments, STATE(2666), 2, sym_line_comment, sym_block_comment, - [81284] = 7, + [81333] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(5452), 1, anon_sym_LBRACE, - STATE(580), 1, - sym_declaration_list, - STATE(3374), 1, + STATE(1169), 1, + sym_enum_variant_list, + STATE(3232), 1, sym_where_clause, STATE(2667), 2, sym_line_comment, sym_block_comment, - [81307] = 7, + [81356] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5888), 1, - anon_sym_SEMI, - STATE(3572), 1, + STATE(1182), 1, + sym_declaration_list, + STATE(3204), 1, sym_where_clause, STATE(2668), 2, sym_line_comment, sym_block_comment, - [81330] = 6, + [81379] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(3591), 1, - sym_type_arguments, - ACTIONS(5831), 2, - sym_identifier, - sym_super, + ACTIONS(5090), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1188), 1, + sym_field_declaration_list, + STATE(3219), 1, + sym_where_clause, STATE(2669), 2, sym_line_comment, sym_block_comment, - [81351] = 7, + [81402] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5759), 1, - anon_sym_RPAREN, - ACTIONS(5761), 1, - anon_sym_COMMA, - STATE(3005), 1, - aux_sym_parameters_repeat1, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(636), 1, + sym_declaration_list, + STATE(3494), 1, + sym_where_clause, STATE(2670), 2, sym_line_comment, sym_block_comment, - [81374] = 7, + [81425] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5890), 1, - anon_sym_RBRACK, - ACTIONS(5892), 1, - anon_sym_COMMA, - STATE(3186), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1440), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2671), 2, sym_line_comment, sym_block_comment, - [81397] = 7, + [81448] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - STATE(2318), 1, - sym_parameters, - STATE(3409), 1, - sym_type_parameters, + ACTIONS(4667), 1, + anon_sym_LT2, + STATE(3635), 1, + sym_type_arguments, + ACTIONS(5893), 2, + sym_identifier, + sym_super, STATE(2672), 2, sym_line_comment, sym_block_comment, - [81420] = 6, + [81469] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5894), 1, - anon_sym_DQUOTE, - STATE(2676), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4667), 1, + anon_sym_LT2, + STATE(3561), 1, + sym_type_arguments, + ACTIONS(5893), 2, + sym_identifier, + sym_super, STATE(2673), 2, sym_line_comment, sym_block_comment, - [81441] = 5, + [81490] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5896), 1, - anon_sym_COLON, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5895), 1, + anon_sym_RPAREN, + ACTIONS(5897), 1, + anon_sym_COMMA, + STATE(2923), 1, + aux_sym_slice_pattern_repeat1, STATE(2674), 2, sym_line_comment, sym_block_comment, - ACTIONS(5029), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [81460] = 7, + [81513] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5898), 1, - sym_identifier, - STATE(2121), 1, - sym_type_arguments, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5899), 1, + anon_sym_RPAREN, + ACTIONS(5901), 1, + anon_sym_COMMA, + STATE(2927), 1, + aux_sym_slice_pattern_repeat1, STATE(2675), 2, sym_line_comment, sym_block_comment, - [81483] = 6, + [81536] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5900), 1, - anon_sym_DQUOTE, - STATE(2635), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5742), 1, + anon_sym_RPAREN, + ACTIONS(5744), 1, + anon_sym_COMMA, + STATE(2930), 1, + aux_sym_parameters_repeat1, STATE(2676), 2, sym_line_comment, sym_block_comment, - [81504] = 7, + [81559] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5803), 1, - anon_sym_COLON_COLON, - ACTIONS(5902), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(717), 1, + sym_enum_variant_list, + STATE(3339), 1, + sym_where_clause, STATE(2677), 2, sym_line_comment, sym_block_comment, - [81527] = 7, + [81582] = 7, ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5904), 1, - sym_identifier, - STATE(3553), 1, - sym_type_arguments, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5903), 1, + anon_sym_SEMI, + ACTIONS(5905), 1, + anon_sym_EQ, + ACTIONS(5907), 1, + anon_sym_else, STATE(2678), 2, sym_line_comment, sym_block_comment, - [81550] = 7, + [81605] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5904), 1, - sym_identifier, - STATE(3591), 1, - sym_type_arguments, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1230), 1, + sym_declaration_list, + STATE(3233), 1, + sym_where_clause, STATE(2679), 2, sym_line_comment, sym_block_comment, - [81573] = 7, + [81628] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5906), 1, - anon_sym_RPAREN, - ACTIONS(5908), 1, - anon_sym_COMMA, - STATE(3166), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5909), 1, + anon_sym_SEMI, + STATE(3553), 1, + sym_where_clause, STATE(2680), 2, sym_line_comment, sym_block_comment, - [81596] = 7, + [81651] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5910), 1, - anon_sym_RPAREN, - ACTIONS(5912), 1, - anon_sym_COMMA, - STATE(3025), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1241), 1, + sym_declaration_list, + STATE(3251), 1, + sym_where_clause, STATE(2681), 2, sym_line_comment, sym_block_comment, - [81619] = 7, + [81674] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(5916), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + ACTIONS(5816), 1, + anon_sym_COLON_COLON, STATE(2682), 2, sym_line_comment, sym_block_comment, - [81642] = 7, + ACTIONS(4934), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81693] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(4298), 1, + ACTIONS(5818), 1, anon_sym_COLON_COLON, - ACTIONS(5015), 1, - anon_sym_BANG, - STATE(1659), 1, - sym_type_arguments, STATE(2683), 2, sym_line_comment, sym_block_comment, - [81665] = 7, + ACTIONS(4870), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81712] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3530), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(5820), 1, + anon_sym_COLON_COLON, STATE(2684), 2, sym_line_comment, sym_block_comment, - [81688] = 7, + ACTIONS(4870), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81731] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5452), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1547), 1, - sym_block, - STATE(3714), 1, - sym_label, + STATE(1246), 1, + sym_enum_variant_list, + STATE(3265), 1, + sym_where_clause, STATE(2685), 2, sym_line_comment, sym_block_comment, - [81711] = 7, + [81754] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2501), 1, - sym_parameters, + ACTIONS(5822), 1, + anon_sym_COLON_COLON, STATE(2686), 2, sym_line_comment, sym_block_comment, - [81734] = 7, + ACTIONS(4870), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81773] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5711), 1, - anon_sym_COLON, - ACTIONS(5713), 1, - anon_sym_PIPE, - ACTIONS(5715), 1, - anon_sym_COMMA, - STATE(3047), 1, - aux_sym_closure_parameters_repeat1, + ACTIONS(5090), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1252), 1, + sym_field_declaration_list, + STATE(3270), 1, + sym_where_clause, STATE(2687), 2, sym_line_comment, sym_block_comment, - [81757] = 7, + [81796] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5918), 1, - sym_identifier, - STATE(2121), 1, - sym_type_arguments, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1488), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2688), 2, sym_line_comment, sym_block_comment, - [81780] = 7, + [81819] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(5807), 1, + STATE(3635), 1, + sym_type_arguments, + ACTIONS(5361), 2, sym_identifier, - ACTIONS(5831), 1, sym_super, - STATE(3591), 1, - sym_type_arguments, STATE(2689), 2, sym_line_comment, sym_block_comment, - [81803] = 5, + [81840] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5920), 1, - anon_sym_COLON_COLON, + ACTIONS(4667), 1, + anon_sym_LT2, + STATE(3561), 1, + sym_type_arguments, + ACTIONS(5361), 2, + sym_identifier, + sym_super, STATE(2690), 2, sym_line_comment, sym_block_comment, - ACTIONS(4907), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [81822] = 7, + [81861] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5904), 1, - sym_identifier, - STATE(3553), 1, - sym_type_arguments, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(641), 1, + sym_enum_variant_list, + STATE(3457), 1, + sym_where_clause, STATE(2691), 2, sym_line_comment, sym_block_comment, - [81845] = 7, + [81884] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5904), 1, - sym_identifier, - STATE(3591), 1, - sym_type_arguments, + ACTIONS(5816), 1, + anon_sym_COLON_COLON, STATE(2692), 2, sym_line_comment, sym_block_comment, - [81868] = 7, + ACTIONS(4880), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81903] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1470), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(5818), 1, + anon_sym_COLON_COLON, STATE(2693), 2, sym_line_comment, sym_block_comment, - [81891] = 7, + ACTIONS(4886), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81922] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3714), 1, - sym_label, - STATE(3738), 1, - sym_block, + ACTIONS(5820), 1, + anon_sym_COLON_COLON, STATE(2694), 2, sym_line_comment, sym_block_comment, - [81914] = 7, + ACTIONS(4886), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81941] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1371), 1, - anon_sym_RPAREN, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5686), 1, - anon_sym_COMMA, - STATE(3113), 1, - aux_sym_parameters_repeat1, + ACTIONS(5822), 1, + anon_sym_COLON_COLON, STATE(2695), 2, sym_line_comment, sym_block_comment, - [81937] = 7, + ACTIONS(4886), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81960] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5922), 1, - anon_sym_LPAREN, - ACTIONS(5924), 1, - anon_sym_LBRACK, - ACTIONS(5926), 1, - anon_sym_LBRACE, - STATE(2033), 1, - sym_delim_token_tree, + ACTIONS(1365), 1, + anon_sym_RPAREN, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5732), 1, + anon_sym_COMMA, + STATE(2962), 1, + aux_sym_parameters_repeat1, STATE(2696), 2, sym_line_comment, sym_block_comment, - [81960] = 7, + [81983] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5803), 1, - anon_sym_COLON_COLON, - ACTIONS(5928), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(5911), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2697), 2, sym_line_comment, sym_block_comment, - [81983] = 7, + [82006] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(591), 1, - sym_declaration_list, - STATE(3437), 1, - sym_where_clause, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(5913), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2698), 2, sym_line_comment, sym_block_comment, - [82006] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [82029] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(290), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5915), 1, + anon_sym_SEMI, + STATE(3684), 1, + sym_where_clause, STATE(2699), 2, sym_line_comment, sym_block_comment, - [82029] = 6, + [82052] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(3553), 1, - sym_type_arguments, - ACTIONS(5930), 2, - sym_identifier, - sym_super, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3714), 1, + sym_label, + STATE(3805), 1, + sym_block, STATE(2700), 2, sym_line_comment, sym_block_comment, - [82050] = 6, + [82075] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(3591), 1, - sym_type_arguments, - ACTIONS(5930), 2, - sym_identifier, - sym_super, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5917), 1, + anon_sym_SEMI, + ACTIONS(5919), 1, + anon_sym_EQ, + ACTIONS(5921), 1, + anon_sym_else, STATE(2701), 2, sym_line_comment, sym_block_comment, - [82071] = 7, + [82098] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(488), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5923), 1, + anon_sym_SEMI, + STATE(3504), 1, + sym_where_clause, STATE(2702), 2, sym_line_comment, sym_block_comment, - [82094] = 7, + [82121] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(463), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5925), 1, + anon_sym_SEMI, + STATE(3505), 1, + sym_where_clause, STATE(2703), 2, sym_line_comment, sym_block_comment, - [82117] = 6, + [82144] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5350), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1289), 1, + sym_declaration_list, + STATE(3367), 1, + sym_where_clause, STATE(2704), 2, sym_line_comment, sym_block_comment, - [82138] = 7, + [82167] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5807), 1, - sym_identifier, - ACTIONS(5831), 1, - sym_super, - STATE(3553), 1, - sym_type_arguments, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3502), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2705), 2, sym_line_comment, sym_block_comment, - [82161] = 7, + [82190] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(5932), 1, + ACTIONS(5927), 1, anon_sym_SEMI, - STATE(3571), 1, + STATE(3528), 1, sym_where_clause, STATE(2706), 2, sym_line_comment, sym_block_comment, - [82184] = 7, + [82213] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5934), 1, - anon_sym_RPAREN, - ACTIONS(5936), 1, - anon_sym_COMMA, - STATE(2914), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1303), 1, + sym_declaration_list, + STATE(3381), 1, + sym_where_clause, STATE(2707), 2, sym_line_comment, sym_block_comment, - [82207] = 7, + [82236] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5938), 1, - anon_sym_RPAREN, - ACTIONS(5940), 1, - anon_sym_COMMA, - STATE(2916), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(409), 1, + sym_block, + STATE(3510), 1, + sym_label, STATE(2708), 2, sym_line_comment, sym_block_comment, - [82230] = 7, + [82259] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - STATE(2291), 1, - sym_parameters, - STATE(3356), 1, - sym_type_parameters, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(647), 1, + sym_field_declaration_list, + STATE(3197), 1, + sym_where_clause, STATE(2709), 2, sym_line_comment, sym_block_comment, - [82253] = 7, + [82282] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5942), 1, - anon_sym_SEMI, - STATE(3658), 1, - sym_where_clause, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(5929), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2710), 2, sym_line_comment, sym_block_comment, - [82276] = 7, + [82305] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(715), 1, - sym_declaration_list, - STATE(3258), 1, - sym_where_clause, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(5931), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2711), 2, sym_line_comment, sym_block_comment, - [82299] = 5, - ACTIONS(103), 1, + [82328] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5944), 1, - anon_sym_in, + ACTIONS(5933), 1, + aux_sym_token_repetition_pattern_token1, STATE(2712), 2, sym_line_comment, sym_block_comment, - ACTIONS(5946), 3, - sym_self, - sym_super, - sym_crate, - [82318] = 7, + ACTIONS(5935), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [82347] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3575), 1, - sym_block, - STATE(3714), 1, - sym_label, STATE(2713), 2, sym_line_comment, sym_block_comment, - [82341] = 6, + ACTIONS(985), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [82364] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5948), 1, - anon_sym_DQUOTE, - STATE(2635), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5937), 1, + anon_sym_SEMI, + STATE(3611), 1, + sym_where_clause, STATE(2714), 2, sym_line_comment, sym_block_comment, - [82362] = 7, + [82387] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5950), 1, - anon_sym_LBRACE, - ACTIONS(5952), 1, - anon_sym_for, - ACTIONS(5954), 1, - anon_sym_loop, - ACTIONS(5956), 1, - anon_sym_while, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5939), 1, + anon_sym_SEMI, + STATE(3644), 1, + sym_where_clause, STATE(2715), 2, sym_line_comment, sym_block_comment, - [82385] = 7, + [82410] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(478), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5941), 1, + anon_sym_SEMI, + STATE(3646), 1, + sym_where_clause, STATE(2716), 2, sym_line_comment, sym_block_comment, - [82408] = 7, + [82433] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5696), 1, - anon_sym_RPAREN, - ACTIONS(5698), 1, - anon_sym_COMMA, - STATE(2919), 1, - aux_sym_parameters_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(1356), 1, + sym_declaration_list, + STATE(3424), 1, + sym_where_clause, STATE(2717), 2, sym_line_comment, sym_block_comment, - [82431] = 7, + [82456] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5958), 1, - anon_sym_SEMI, - STATE(3552), 1, - sym_where_clause, STATE(2718), 2, sym_line_comment, sym_block_comment, - [82454] = 7, + ACTIONS(5943), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [82473] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5960), 1, - anon_sym_SEMI, - ACTIONS(5962), 1, - anon_sym_EQ, - ACTIONS(5964), 1, - anon_sym_else, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5092), 1, + anon_sym_LT, + STATE(2322), 1, + sym_parameters, + STATE(3277), 1, + sym_type_parameters, STATE(2719), 2, sym_line_comment, sym_block_comment, - [82477] = 6, + [82496] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5966), 1, - anon_sym_DQUOTE, - STATE(2635), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(335), 1, + sym_block, + STATE(3510), 1, + sym_label, STATE(2720), 2, sym_line_comment, sym_block_comment, - [82498] = 7, + [82519] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5922), 1, - anon_sym_LPAREN, - ACTIONS(5924), 1, - anon_sym_LBRACK, - ACTIONS(5926), 1, - anon_sym_LBRACE, - STATE(2044), 1, - sym_delim_token_tree, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5945), 1, + anon_sym_SEMI, + STATE(3681), 1, + sym_where_clause, STATE(2721), 2, sym_line_comment, sym_block_comment, - [82521] = 7, + [82542] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, + ACTIONS(5844), 1, + anon_sym_LPAREN, + ACTIONS(5846), 1, + anon_sym_LBRACK, + ACTIONS(5848), 1, anon_sym_LBRACE, - STATE(743), 1, - sym_declaration_list, - STATE(3489), 1, - sym_where_clause, + STATE(407), 1, + sym_delim_token_tree, STATE(2722), 2, sym_line_comment, sym_block_comment, - [82544] = 7, + [82565] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(5968), 1, - sym_identifier, - ACTIONS(5970), 1, - sym_super, - STATE(1618), 1, - sym_type_arguments, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3603), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2723), 2, sym_line_comment, sym_block_comment, - [82567] = 6, + [82588] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5972), 1, - anon_sym_DQUOTE, - STATE(2635), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5824), 1, + sym_identifier, + ACTIONS(5826), 1, + sym_super, + STATE(2127), 1, + sym_type_arguments, STATE(2724), 2, sym_line_comment, sym_block_comment, - [82588] = 6, + [82611] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(3402), 1, - sym_trait_bounds, - ACTIONS(5719), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4878), 1, + anon_sym_for, + ACTIONS(5867), 1, + anon_sym_COLON_COLON, + STATE(2027), 1, + sym_type_arguments, STATE(2725), 2, sym_line_comment, sym_block_comment, - [82609] = 7, + [82634] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(5968), 1, - sym_identifier, - ACTIONS(5970), 1, - sym_super, - STATE(1627), 1, - sym_type_arguments, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(489), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2726), 2, sym_line_comment, sym_block_comment, - [82632] = 5, + [82657] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5974), 1, - sym_identifier, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(496), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2727), 2, sym_line_comment, sym_block_comment, - ACTIONS(5976), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [82651] = 6, + [82680] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5978), 1, + ACTIONS(5947), 1, anon_sym_DQUOTE, - STATE(2724), 1, + STATE(2739), 1, aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, + ACTIONS(5830), 2, sym_string_content, sym_escape_sequence, STATE(2728), 2, sym_line_comment, sym_block_comment, - [82672] = 7, + [82701] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5930), 1, - sym_super, - ACTIONS(5980), 1, - sym_identifier, - ACTIONS(5982), 1, - anon_sym_LT2, - STATE(2605), 1, - sym_type_arguments, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + ACTIONS(5177), 1, + anon_sym_LBRACE, + STATE(3006), 1, + sym_block, + STATE(3776), 1, + sym_label, STATE(2729), 2, sym_line_comment, sym_block_comment, - [82695] = 7, + [82724] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5930), 1, - sym_super, - ACTIONS(5980), 1, - sym_identifier, - ACTIONS(5982), 1, - anon_sym_LT2, - STATE(2564), 1, - sym_type_arguments, + ACTIONS(5949), 1, + anon_sym_async, + ACTIONS(5951), 1, + anon_sym_move, + STATE(224), 1, + sym_closure_parameters, STATE(2730), 2, sym_line_comment, sym_block_comment, - [82718] = 7, + [82747] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(3714), 1, - sym_label, - STATE(3751), 1, + STATE(1789), 1, sym_block, + STATE(3778), 1, + sym_label, STATE(2731), 2, sym_line_comment, sym_block_comment, - [82741] = 7, + [82770] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5984), 1, + ACTIONS(5953), 1, anon_sym_RPAREN, - ACTIONS(5986), 1, + ACTIONS(5955), 1, anon_sym_COMMA, - STATE(3030), 1, - aux_sym_tuple_type_repeat1, + STATE(3087), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2732), 2, sym_line_comment, sym_block_comment, - [82764] = 5, - ACTIONS(3), 1, + [82793] = 7, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5988), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(4151), 1, + anon_sym_LT2, + ACTIONS(4289), 1, + anon_sym_COLON_COLON, + ACTIONS(4944), 1, + anon_sym_BANG, + STATE(1674), 1, + sym_type_arguments, STATE(2733), 2, sym_line_comment, sym_block_comment, - ACTIONS(5990), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [82783] = 5, - ACTIONS(3), 1, + [82816] = 7, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5992), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(5957), 1, + anon_sym_LPAREN, + ACTIONS(5959), 1, + anon_sym_LBRACK, + ACTIONS(5961), 1, + anon_sym_LBRACE, + STATE(2059), 1, + sym_delim_token_tree, STATE(2734), 2, sym_line_comment, sym_block_comment, - ACTIONS(5994), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [82802] = 7, + [82839] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5996), 1, - sym_identifier, - STATE(1498), 1, - sym_type_arguments, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(478), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2735), 2, sym_line_comment, sym_block_comment, - [82825] = 7, + [82862] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - STATE(2320), 1, - sym_parameters, - STATE(3386), 1, - sym_type_parameters, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(463), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2736), 2, sym_line_comment, sym_block_comment, - [82848] = 7, + [82885] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5998), 1, - anon_sym_SEMI, - ACTIONS(6000), 1, - anon_sym_EQ, - ACTIONS(6002), 1, - anon_sym_else, + ACTIONS(5963), 1, + anon_sym_async, + ACTIONS(5965), 1, + anon_sym_move, + STATE(225), 1, + sym_closure_parameters, STATE(2737), 2, sym_line_comment, sym_block_comment, - [82871] = 4, + [82908] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(485), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2738), 2, sym_line_comment, sym_block_comment, - ACTIONS(1005), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [82888] = 7, + [82931] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5811), 1, - sym_identifier, - STATE(1635), 1, - sym_type_arguments, + ACTIONS(5967), 1, + anon_sym_DQUOTE, + STATE(2646), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2739), 2, sym_line_comment, sym_block_comment, - [82911] = 7, + [82952] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(5957), 1, + anon_sym_LPAREN, + ACTIONS(5959), 1, + anon_sym_LBRACK, + ACTIONS(5961), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1177), 1, - sym_declaration_list, - STATE(3214), 1, - sym_where_clause, + STATE(2050), 1, + sym_delim_token_tree, STATE(2740), 2, sym_line_comment, sym_block_comment, - [82934] = 7, + [82975] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6004), 1, - anon_sym_SEMI, - STATE(3578), 1, - sym_where_clause, + ACTIONS(4151), 1, + anon_sym_LT2, + ACTIONS(5969), 1, + sym_identifier, + ACTIONS(5971), 1, + sym_super, + STATE(1620), 1, + sym_type_arguments, STATE(2741), 2, sym_line_comment, sym_block_comment, - [82957] = 5, + [82998] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6006), 1, - anon_sym_COMMA, - ACTIONS(5874), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2742), 3, + ACTIONS(4151), 1, + anon_sym_LT2, + ACTIONS(5969), 1, + sym_identifier, + ACTIONS(5971), 1, + sym_super, + STATE(1624), 1, + sym_type_arguments, + STATE(2742), 2, sym_line_comment, sym_block_comment, - aux_sym_slice_pattern_repeat1, - [82976] = 7, + [83021] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1193), 1, - sym_declaration_list, - STATE(3218), 1, - sym_where_clause, + ACTIONS(5893), 1, + sym_super, + ACTIONS(5973), 1, + sym_identifier, + ACTIONS(5975), 1, + anon_sym_LT2, + STATE(2541), 1, + sym_type_arguments, STATE(2743), 2, sym_line_comment, sym_block_comment, - [82999] = 7, + [83044] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, + ACTIONS(5893), 1, + sym_super, + ACTIONS(5973), 1, sym_identifier, - ACTIONS(6009), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + ACTIONS(5975), 1, + anon_sym_LT2, + STATE(2551), 1, + sym_type_arguments, STATE(2744), 2, sym_line_comment, sym_block_comment, - [83022] = 5, + [83067] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(6011), 2, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5977), 1, anon_sym_RPAREN, + ACTIONS(5979), 1, anon_sym_COMMA, + STATE(3010), 1, + aux_sym_tuple_type_repeat1, STATE(2745), 2, sym_line_comment, sym_block_comment, - [83041] = 4, + [83090] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(427), 1, + sym_block, + STATE(3510), 1, + sym_label, STATE(2746), 2, sym_line_comment, sym_block_comment, - ACTIONS(1009), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [83058] = 7, + [83113] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5469), 1, - anon_sym_LBRACE, - STATE(1198), 1, - sym_enum_variant_list, - STATE(3227), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(423), 1, + sym_block, + STATE(3510), 1, + sym_label, STATE(2747), 2, sym_line_comment, sym_block_comment, - [83081] = 4, + [83136] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5824), 1, + sym_identifier, + STATE(3635), 1, + sym_type_arguments, STATE(2748), 2, sym_line_comment, sym_block_comment, - ACTIONS(6013), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [83098] = 7, + [83159] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - STATE(1204), 1, - sym_field_declaration_list, - STATE(3232), 1, + STATE(726), 1, + sym_declaration_list, + STATE(3350), 1, sym_where_clause, STATE(2749), 2, sym_line_comment, sym_block_comment, - [83121] = 7, + [83182] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4145), 1, + anon_sym_LPAREN, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5918), 1, - sym_identifier, - STATE(2128), 1, + STATE(1687), 1, + sym_parameters, + STATE(2025), 1, sym_type_arguments, STATE(2750), 2, sym_line_comment, sym_block_comment, - [83144] = 5, + [83205] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6015), 1, - anon_sym_COLON, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5824), 1, + sym_identifier, + STATE(3561), 1, + sym_type_arguments, STATE(2751), 2, sym_line_comment, sym_block_comment, - ACTIONS(5029), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [83163] = 5, + [83228] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6017), 1, - anon_sym_COLON_COLON, + ACTIONS(5981), 1, + sym_identifier, STATE(2752), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83182] = 7, + ACTIONS(5983), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [83247] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5898), 1, - sym_identifier, - STATE(3553), 1, - sym_type_arguments, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(488), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2753), 2, sym_line_comment, sym_block_comment, - [83205] = 7, + [83270] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1544), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5726), 1, + anon_sym_RPAREN, + ACTIONS(5728), 1, + anon_sym_COMMA, + STATE(3019), 1, + aux_sym_parameters_repeat1, STATE(2754), 2, sym_line_comment, sym_block_comment, - [83228] = 5, + [83293] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(5891), 1, + sym_identifier, + STATE(3635), 1, + sym_type_arguments, STATE(2755), 2, sym_line_comment, sym_block_comment, - ACTIONS(6019), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [83247] = 6, + [83316] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6021), 1, - anon_sym_EQ, - ACTIONS(6023), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5985), 1, + anon_sym_LPAREN, + ACTIONS(5987), 1, + anon_sym_LBRACK, + ACTIONS(5989), 1, + anon_sym_LBRACE, + STATE(2718), 1, + sym_token_tree, STATE(2756), 2, sym_line_comment, sym_block_comment, - [83268] = 5, - ACTIONS(3), 1, + [83339] = 7, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6025), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(1381), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(494), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2757), 2, sym_line_comment, sym_block_comment, - ACTIONS(6027), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [83287] = 7, + [83362] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(1712), 1, - sym_parameters, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(1361), 1, + anon_sym_RPAREN, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5624), 1, + anon_sym_COMMA, + STATE(3025), 1, + aux_sym_parameters_repeat1, STATE(2758), 2, sym_line_comment, sym_block_comment, - [83310] = 5, + [83385] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6029), 1, - anon_sym_COMMA, - ACTIONS(4296), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2759), 3, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(5991), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, + STATE(2759), 2, sym_line_comment, sym_block_comment, - aux_sym_arguments_repeat1, - [83329] = 7, + [83408] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6032), 1, - anon_sym_SEMI, - STATE(3726), 1, - sym_where_clause, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3714), 1, + sym_label, + STATE(3730), 1, + sym_block, STATE(2760), 2, sym_line_comment, sym_block_comment, - [83352] = 7, + [83431] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3079), 1, anon_sym_SQUOTE, - STATE(3634), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(5993), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2761), 2, sym_line_comment, sym_block_comment, - [83375] = 7, + [83454] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6034), 1, - anon_sym_LPAREN, - ACTIONS(6036), 1, - anon_sym_LBRACK, - ACTIONS(6038), 1, - anon_sym_LBRACE, - STATE(402), 1, - sym_delim_token_tree, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(5995), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2762), 2, sym_line_comment, sym_block_comment, - [83398] = 7, + [83477] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(1469), 1, + STATE(1788), 1, sym_block, - STATE(3714), 1, + STATE(3778), 1, sym_label, STATE(2763), 2, sym_line_comment, sym_block_comment, - [83421] = 6, + [83500] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(3553), 1, - sym_type_arguments, - ACTIONS(5306), 2, - sym_identifier, - sym_super, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1790), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2764), 2, sym_line_comment, sym_block_comment, - [83442] = 6, + [83523] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(3591), 1, - sym_type_arguments, - ACTIONS(5306), 2, - sym_identifier, - sym_super, + ACTIONS(5997), 1, + anon_sym_DQUOTE, + STATE(2773), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2765), 2, sym_line_comment, sym_block_comment, - [83463] = 7, + [83544] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5131), 1, + ACTIONS(1381), 1, anon_sym_LBRACE, - STATE(752), 1, - sym_field_declaration_list, - STATE(3285), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(479), 1, + sym_block, + STATE(3777), 1, + sym_label, STATE(2766), 2, sym_line_comment, sym_block_comment, - [83486] = 7, + [83567] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - STATE(2333), 1, - sym_parameters, - STATE(3401), 1, - sym_type_parameters, + ACTIONS(5008), 1, + anon_sym_move, + ACTIONS(5999), 1, + anon_sym_async, + STATE(242), 1, + sym_closure_parameters, STATE(2767), 2, sym_line_comment, sym_block_comment, - [83509] = 7, + [83590] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1471), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(3163), 1, + anon_sym_PLUS, STATE(2768), 2, sym_line_comment, sym_block_comment, - [83532] = 5, + ACTIONS(6001), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [83609] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4654), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(6040), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6003), 1, + anon_sym_LPAREN, + ACTIONS(6005), 1, + anon_sym_LBRACK, + ACTIONS(6007), 1, + anon_sym_LBRACE, + STATE(1083), 1, + sym_delim_token_tree, STATE(2769), 2, sym_line_comment, sym_block_comment, - [83551] = 7, + [83632] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5898), 1, - sym_identifier, - STATE(3591), 1, - sym_type_arguments, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1798), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2770), 2, sym_line_comment, sym_block_comment, - [83574] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [83655] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(423), 1, + STATE(1642), 1, sym_block, - STATE(3621), 1, + STATE(3778), 1, sym_label, STATE(2771), 2, sym_line_comment, sym_block_comment, - [83597] = 6, + [83678] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6042), 1, - anon_sym_DQUOTE, - STATE(2714), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1800), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2772), 2, sym_line_comment, sym_block_comment, - [83618] = 5, - ACTIONS(3), 1, + [83701] = 6, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6044), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(6009), 1, + anon_sym_DQUOTE, + STATE(2646), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2773), 2, sym_line_comment, sym_block_comment, - ACTIONS(6046), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [83637] = 7, + [83722] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(6003), 1, + anon_sym_LPAREN, + ACTIONS(6005), 1, + anon_sym_LBRACK, + ACTIONS(6007), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3556), 1, - sym_block, - STATE(3714), 1, - sym_label, + STATE(1075), 1, + sym_delim_token_tree, STATE(2774), 2, sym_line_comment, sym_block_comment, - [83660] = 7, + [83745] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3558), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6011), 1, + sym_identifier, + STATE(2122), 1, + sym_type_arguments, STATE(2775), 2, sym_line_comment, sym_block_comment, - [83683] = 7, + [83768] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5753), 1, - anon_sym_RPAREN, - ACTIONS(5757), 1, - anon_sym_COMMA, - STATE(2969), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6011), 1, + sym_identifier, + STATE(2127), 1, + sym_type_arguments, STATE(2776), 2, sym_line_comment, sym_block_comment, - [83706] = 7, + [83791] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(5831), 1, + ACTIONS(5826), 1, sym_super, - ACTIONS(5898), 1, + ACTIONS(6013), 1, sym_identifier, - STATE(2128), 1, + STATE(3635), 1, sym_type_arguments, STATE(2777), 2, sym_line_comment, sym_block_comment, - [83729] = 7, + [83814] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(494), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6013), 1, + sym_identifier, + STATE(3561), 1, + sym_type_arguments, STATE(2778), 2, sym_line_comment, sym_block_comment, - [83752] = 7, + [83837] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6048), 1, - anon_sym_RPAREN, - ACTIONS(6050), 1, - anon_sym_COMMA, - STATE(2882), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1818), 1, + sym_block, + STATE(3778), 1, + sym_label, STATE(2779), 2, sym_line_comment, sym_block_comment, - [83775] = 7, + [83860] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(604), 1, - sym_field_declaration_list, - STATE(3340), 1, - sym_where_clause, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(3460), 1, + sym_trait_bounds, + ACTIONS(5714), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2780), 2, sym_line_comment, sym_block_comment, - [83798] = 7, + [83881] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1617), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(2207), 1, + STATE(1825), 1, sym_block, - STATE(3770), 1, + STATE(3778), 1, sym_label, STATE(2781), 2, sym_line_comment, sym_block_comment, - [83821] = 7, + [83904] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - STATE(2336), 1, - sym_parameters, - STATE(3360), 1, - sym_type_parameters, + ACTIONS(6015), 1, + anon_sym_DQUOTE, + STATE(2787), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2782), 2, sym_line_comment, sym_block_comment, - [83844] = 5, + [83925] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5920), 1, - anon_sym_COLON_COLON, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(3403), 1, + sym_trait_bounds, + ACTIONS(5586), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2783), 2, sym_line_comment, sym_block_comment, - ACTIONS(4897), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83863] = 7, + [83946] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(1465), 1, + STATE(1830), 1, sym_block, - STATE(3714), 1, + STATE(3778), 1, sym_label, STATE(2784), 2, sym_line_comment, sym_block_comment, - [83886] = 5, + [83969] = 7, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6052), 1, - anon_sym_COLON_COLON, + ACTIONS(6017), 1, + anon_sym_async, + ACTIONS(6019), 1, + anon_sym_move, + STATE(243), 1, + sym_closure_parameters, STATE(2785), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83905] = 7, + [83992] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6034), 1, + ACTIONS(6021), 1, anon_sym_LPAREN, - ACTIONS(6036), 1, + ACTIONS(6023), 1, anon_sym_LBRACK, - ACTIONS(6038), 1, + ACTIONS(6025), 1, anon_sym_LBRACE, - STATE(419), 1, + STATE(1936), 1, sym_delim_token_tree, STATE(2786), 2, sym_line_comment, sym_block_comment, - [83928] = 7, + [84015] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3540), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(6027), 1, + anon_sym_DQUOTE, + STATE(2646), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2787), 2, sym_line_comment, sym_block_comment, - [83951] = 7, + [84036] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(6021), 1, + anon_sym_LPAREN, + ACTIONS(6023), 1, + anon_sym_LBRACK, + ACTIONS(6025), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3544), 1, - sym_block, - STATE(3714), 1, - sym_label, + STATE(1837), 1, + sym_delim_token_tree, STATE(2788), 2, sym_line_comment, sym_block_comment, - [83974] = 7, + [84059] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4712), 1, - anon_sym_BANG, - ACTIONS(4775), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6029), 1, + sym_identifier, + STATE(2122), 1, sym_type_arguments, STATE(2789), 2, sym_line_comment, sym_block_comment, - [83997] = 5, + [84082] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6052), 1, - anon_sym_COLON_COLON, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6029), 1, + sym_identifier, + STATE(2127), 1, + sym_type_arguments, STATE(2790), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84016] = 7, + [84105] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6054), 1, - anon_sym_SEMI, - STATE(3613), 1, - sym_where_clause, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(6013), 1, + sym_identifier, + STATE(3635), 1, + sym_type_arguments, STATE(2791), 2, sym_line_comment, sym_block_comment, - [84039] = 7, + [84128] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1365), 1, - anon_sym_RPAREN, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5745), 1, - anon_sym_COMMA, - STATE(2955), 1, - aux_sym_parameters_repeat1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(6013), 1, + sym_identifier, + STATE(3561), 1, + sym_type_arguments, STATE(2792), 2, sym_line_comment, sym_block_comment, - [84062] = 7, + [84151] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5636), 1, - anon_sym_RPAREN, - ACTIONS(5638), 1, - anon_sym_COMMA, - STATE(3043), 1, - aux_sym_parameters_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6031), 1, + anon_sym_SEMI, + STATE(3580), 1, + sym_where_clause, STATE(2793), 2, sym_line_comment, sym_block_comment, - [84085] = 5, + [84174] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6056), 1, - anon_sym_in, + ACTIONS(5610), 1, + anon_sym_PIPE, STATE(2794), 2, sym_line_comment, sym_block_comment, - ACTIONS(6058), 3, - sym_self, - sym_super, - sym_crate, - [84104] = 7, + ACTIONS(6033), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + [84193] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3593), 1, - sym_block, - STATE(3714), 1, - sym_label, - STATE(2795), 2, + ACTIONS(6035), 1, + anon_sym_COMMA, + ACTIONS(6033), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2795), 3, sym_line_comment, sym_block_comment, - [84127] = 7, + aux_sym_slice_pattern_repeat1, + [84212] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(2026), 1, - sym_type_arguments, - STATE(2550), 1, - sym_trait_bounds, STATE(2796), 2, sym_line_comment, sym_block_comment, - [84150] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + ACTIONS(3385), 4, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + [84229] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(410), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(6038), 1, + anon_sym_DQUOTE, + STATE(2798), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2797), 2, sym_line_comment, sym_block_comment, - [84173] = 7, + [84250] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3623), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(6040), 1, + anon_sym_DQUOTE, + STATE(2646), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2798), 2, sym_line_comment, sym_block_comment, - [84196] = 7, + [84271] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6042), 1, sym_identifier, - ACTIONS(6060), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + STATE(3635), 1, + sym_type_arguments, STATE(2799), 2, sym_line_comment, sym_block_comment, - [84219] = 7, + [84294] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6042), 1, sym_identifier, - ACTIONS(6062), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + STATE(3561), 1, + sym_type_arguments, STATE(2800), 2, sym_line_comment, sym_block_comment, - [84242] = 7, + [84317] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, + ACTIONS(3451), 1, anon_sym_LT2, - ACTIONS(3674), 1, - anon_sym_COLON_COLON, - ACTIONS(4712), 1, - anon_sym_BANG, - STATE(1284), 1, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5850), 1, + sym_identifier, + STATE(1555), 1, sym_type_arguments, STATE(2801), 2, sym_line_comment, sym_block_comment, - [84265] = 7, + [84340] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(6064), 1, - anon_sym_RPAREN, - ACTIONS(6066), 1, - anon_sym_COMMA, - STATE(2977), 1, - aux_sym_ordered_field_declaration_list_repeat1, STATE(2802), 2, sym_line_comment, sym_block_comment, - [84288] = 7, - ACTIONS(103), 1, + ACTIONS(6044), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [84359] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(4298), 1, - anon_sym_COLON_COLON, - ACTIONS(4712), 1, - anon_sym_BANG, - STATE(1659), 1, - sym_type_arguments, + ACTIONS(6046), 1, + aux_sym_token_repetition_pattern_token1, STATE(2803), 2, sym_line_comment, sym_block_comment, - [84311] = 7, + ACTIONS(6048), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [84378] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - ACTIONS(5069), 1, - anon_sym_LT, - STATE(2315), 1, - sym_parameters, - STATE(3381), 1, - sym_type_parameters, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(421), 1, + sym_block, + STATE(3510), 1, + sym_label, STATE(2804), 2, sym_line_comment, sym_block_comment, - [84334] = 7, - ACTIONS(27), 1, - anon_sym_PIPE, + [84401] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6068), 1, - anon_sym_async, - ACTIONS(6070), 1, - anon_sym_move, - STATE(255), 1, - sym_closure_parameters, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(6042), 1, + sym_identifier, + STATE(3635), 1, + sym_type_arguments, STATE(2805), 2, sym_line_comment, sym_block_comment, - [84357] = 6, + [84424] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5352), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5361), 1, + sym_super, + ACTIONS(6042), 1, + sym_identifier, + STATE(3561), 1, + sym_type_arguments, STATE(2806), 2, sym_line_comment, sym_block_comment, - [84378] = 7, + [84447] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(622), 1, - sym_enum_variant_list, - STATE(3294), 1, - sym_where_clause, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5092), 1, + anon_sym_LT, + STATE(2297), 1, + sym_parameters, + STATE(3307), 1, + sym_type_parameters, STATE(2807), 2, sym_line_comment, sym_block_comment, - [84401] = 5, + [84470] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5920), 1, - anon_sym_COLON_COLON, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(2025), 1, + sym_type_arguments, + STATE(2537), 1, + sym_trait_bounds, STATE(2808), 2, sym_line_comment, sym_block_comment, - ACTIONS(4879), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84420] = 7, + [84493] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(491), 1, - sym_block, - STATE(3778), 1, - sym_label, - STATE(2809), 2, + ACTIONS(6050), 1, + anon_sym_COMMA, + ACTIONS(4297), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2809), 3, sym_line_comment, sym_block_comment, - [84443] = 7, + aux_sym_arguments_repeat1, + [84512] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6072), 1, - anon_sym_LBRACE, - ACTIONS(6074), 1, - anon_sym_for, - ACTIONS(6076), 1, - anon_sym_loop, - ACTIONS(6078), 1, - anon_sym_while, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5351), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2810), 2, sym_line_comment, sym_block_comment, - [84466] = 5, + [84533] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6052), 1, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5373), 1, anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2811), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84485] = 5, + [84554] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6080), 1, - anon_sym_COLON_COLON, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5092), 1, + anon_sym_LT, + STATE(2295), 1, + sym_parameters, + STATE(3363), 1, + sym_type_parameters, STATE(2812), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84504] = 5, + [84577] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, + ACTIONS(6053), 1, + anon_sym_in, STATE(2813), 2, sym_line_comment, sym_block_comment, - ACTIONS(6082), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [84523] = 7, + ACTIONS(6055), 3, + sym_self, + sym_super, + sym_crate, + [84596] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4933), 1, + ACTIONS(6057), 1, + anon_sym_LBRACE, + ACTIONS(6059), 1, anon_sym_for, - ACTIONS(5803), 1, - anon_sym_COLON_COLON, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(6061), 1, + anon_sym_loop, + ACTIONS(6063), 1, + anon_sym_while, STATE(2814), 2, sym_line_comment, sym_block_comment, - [84546] = 7, + [84619] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6084), 1, - anon_sym_SEMI, - ACTIONS(6086), 1, - anon_sym_EQ, - ACTIONS(6088), 1, - anon_sym_else, + ACTIONS(6065), 1, + anon_sym_in, STATE(2815), 2, sym_line_comment, sym_block_comment, - [84569] = 5, + ACTIONS(6067), 3, + sym_self, + sym_super, + sym_crate, + [84638] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6080), 1, - anon_sym_COLON_COLON, + ACTIONS(6069), 1, + anon_sym_DQUOTE, + STATE(2628), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5830), 2, + sym_string_content, + sym_escape_sequence, STATE(2816), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84588] = 6, - ACTIONS(103), 1, + [84659] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4666), 1, - anon_sym_DOT_DOT, - ACTIONS(5394), 1, - anon_sym_COLON_COLON, - ACTIONS(4668), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(6071), 1, + aux_sym_token_repetition_pattern_token1, STATE(2817), 2, sym_line_comment, sym_block_comment, - [84609] = 7, + ACTIONS(6073), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [84678] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5996), 1, - sym_identifier, - STATE(1516), 1, - sym_type_arguments, + ACTIONS(6075), 1, + anon_sym_LBRACE, + ACTIONS(6077), 1, + anon_sym_for, + ACTIONS(6079), 1, + anon_sym_loop, + ACTIONS(6081), 1, + anon_sym_while, STATE(2818), 2, sym_line_comment, sym_block_comment, - [84632] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [84701] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(6083), 1, + anon_sym_COLON, STATE(2819), 2, sym_line_comment, sym_block_comment, - [84655] = 7, + ACTIONS(4994), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [84720] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6090), 1, - anon_sym_LBRACE, - ACTIONS(6092), 1, - anon_sym_for, - ACTIONS(6094), 1, - anon_sym_loop, - ACTIONS(6096), 1, - anon_sym_while, + ACTIONS(6085), 1, + anon_sym_COLON, STATE(2820), 2, sym_line_comment, sym_block_comment, - [84678] = 7, + ACTIONS(4994), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [84739] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, + STATE(3624), 1, + sym_block, STATE(3714), 1, sym_label, - STATE(3798), 1, - sym_block, STATE(2821), 2, sym_line_comment, sym_block_comment, - [84701] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [84762] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(414), 1, - sym_block, - STATE(3621), 1, - sym_label, + ACTIONS(1375), 1, + anon_sym_RPAREN, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5746), 1, + anon_sym_COMMA, + STATE(3160), 1, + aux_sym_parameters_repeat1, STATE(2822), 2, sym_line_comment, sym_block_comment, - [84724] = 7, + [84785] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6098), 1, - anon_sym_SEMI, - ACTIONS(6100), 1, - anon_sym_EQ, - ACTIONS(6102), 1, - anon_sym_else, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5092), 1, + anon_sym_LT, + STATE(2309), 1, + sym_parameters, + STATE(3391), 1, + sym_type_parameters, STATE(2823), 2, sym_line_comment, sym_block_comment, - [84747] = 7, + [84808] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(6104), 1, - anon_sym_RPAREN, - ACTIONS(6106), 1, - anon_sym_COMMA, - STATE(3023), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(1442), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2824), 2, sym_line_comment, sym_block_comment, - [84770] = 7, + [84831] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6108), 1, - anon_sym_SEMI, - STATE(3757), 1, - sym_where_clause, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3658), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2825), 2, sym_line_comment, sym_block_comment, - [84793] = 5, + [84854] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6110), 1, - sym_identifier, STATE(2826), 2, sym_line_comment, sym_block_comment, - ACTIONS(6112), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [84812] = 5, + ACTIONS(4435), 4, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + [84871] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6017), 1, - anon_sym_COLON_COLON, + ACTIONS(5786), 1, + anon_sym_COLON, + ACTIONS(5788), 1, + anon_sym_PIPE, + ACTIONS(5790), 1, + anon_sym_COMMA, + STATE(2887), 1, + aux_sym_closure_parameters_repeat1, STATE(2827), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84831] = 7, + [84894] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(6114), 1, - anon_sym_RBRACK, - ACTIONS(6116), 1, - anon_sym_COMMA, - STATE(3111), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2025), 1, + sym_type_arguments, + STATE(2497), 1, + sym_parameters, STATE(2828), 2, sym_line_comment, sym_block_comment, - [84854] = 6, + [84917] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4823), 1, - anon_sym_DOT_DOT, - ACTIONS(6118), 1, - anon_sym_COLON_COLON, - ACTIONS(4825), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6087), 1, + anon_sym_RPAREN, + ACTIONS(6089), 1, + anon_sym_COMMA, + STATE(2951), 1, + aux_sym_tuple_type_repeat1, STATE(2829), 2, sym_line_comment, sym_block_comment, - [84875] = 5, + [84940] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6017), 1, - anon_sym_COLON_COLON, + ACTIONS(4667), 1, + anon_sym_LT2, + STATE(3635), 1, + sym_type_arguments, + ACTIONS(5826), 2, + sym_identifier, + sym_super, STATE(2830), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84894] = 7, + [84961] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6120), 1, - anon_sym_SEMI, - STATE(3598), 1, - sym_where_clause, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(6091), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2831), 2, sym_line_comment, sym_block_comment, - [84917] = 7, + [84984] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6122), 1, - anon_sym_SEMI, - STATE(3599), 1, - sym_where_clause, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(6093), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2832), 2, sym_line_comment, sym_block_comment, - [84940] = 7, + [85007] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1252), 1, - sym_declaration_list, - STATE(3305), 1, - sym_where_clause, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3714), 1, + sym_label, + STATE(3756), 1, + sym_block, STATE(2833), 2, sym_line_comment, sym_block_comment, - [84963] = 7, + [85030] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6124), 1, - anon_sym_RPAREN, - ACTIONS(6126), 1, - anon_sym_COMMA, - STATE(3114), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4667), 1, + anon_sym_LT2, + STATE(3561), 1, + sym_type_arguments, + ACTIONS(5826), 2, + sym_identifier, + sym_super, STATE(2834), 2, sym_line_comment, sym_block_comment, - [84986] = 7, + [85051] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1383), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(493), 1, - sym_block, - STATE(3778), 1, - sym_label, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(5092), 1, + anon_sym_LT, + STATE(2339), 1, + sym_parameters, + STATE(3406), 1, + sym_type_parameters, STATE(2835), 2, sym_line_comment, sym_block_comment, - [85009] = 5, + [85074] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6080), 1, - anon_sym_COLON_COLON, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6095), 1, + anon_sym_SEMI, + STATE(3595), 1, + sym_where_clause, STATE(2836), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85028] = 7, + [85097] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(6128), 1, + ACTIONS(6097), 1, anon_sym_SEMI, - STATE(3580), 1, + STATE(3576), 1, sym_where_clause, STATE(2837), 2, sym_line_comment, sym_block_comment, - [85051] = 7, + [85120] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(4925), 1, - anon_sym_for, - ACTIONS(5803), 1, - anon_sym_COLON_COLON, - STATE(2027), 1, + ACTIONS(5826), 1, + sym_super, + ACTIONS(5891), 1, + sym_identifier, + STATE(3561), 1, sym_type_arguments, STATE(2838), 2, sym_line_comment, sym_block_comment, - [85074] = 7, + [85143] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6130), 1, - anon_sym_LPAREN, - ACTIONS(6132), 1, - anon_sym_LBRACK, - ACTIONS(6134), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(2748), 1, - sym_token_tree, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3714), 1, + sym_label, + STATE(3785), 1, + sym_block, STATE(2839), 2, sym_line_comment, sym_block_comment, - [85097] = 7, + [85166] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6136), 1, - anon_sym_SEMI, - STATE(3724), 1, - sym_where_clause, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3714), 1, + sym_label, + STATE(3786), 1, + sym_block, STATE(2840), 2, sym_line_comment, sym_block_comment, - [85120] = 7, + [85189] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - STATE(1274), 1, + STATE(549), 1, sym_declaration_list, - STATE(3330), 1, + STATE(3226), 1, sym_where_clause, STATE(2841), 2, sym_line_comment, sym_block_comment, - [85143] = 7, + [85212] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(3674), 1, + ACTIONS(5867), 1, anon_sym_COLON_COLON, - ACTIONS(4989), 1, - anon_sym_BANG, - STATE(1284), 1, + ACTIONS(6099), 1, + anon_sym_for, + STATE(2027), 1, sym_type_arguments, STATE(2842), 2, sym_line_comment, sym_block_comment, - [85166] = 7, + [85235] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(3518), 1, + STATE(3605), 1, sym_block, STATE(3714), 1, sym_label, STATE(2843), 2, sym_line_comment, sym_block_comment, - [85189] = 7, + [85258] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6138), 1, - anon_sym_SEMI, - STATE(3582), 1, - sym_where_clause, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3606), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2844), 2, sym_line_comment, sym_block_comment, - [85212] = 7, + [85281] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5803), 1, - anon_sym_COLON_COLON, - ACTIONS(6140), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(6101), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2845), 2, sym_line_comment, sym_block_comment, - [85235] = 7, + [85300] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(3519), 1, + STATE(3659), 1, sym_block, STATE(3714), 1, sym_label, STATE(2846), 2, sym_line_comment, sym_block_comment, - [85258] = 7, + [85323] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5332), 1, - anon_sym_LPAREN, - ACTIONS(5334), 1, - anon_sym_LBRACK, - ACTIONS(5338), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(1527), 1, - sym_delim_token_tree, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3705), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2847), 2, sym_line_comment, sym_block_comment, - [85281] = 7, + [85346] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1377), 1, - anon_sym_RPAREN, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(5646), 1, - anon_sym_COMMA, - STATE(3052), 1, - aux_sym_parameters_repeat1, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(3621), 1, + anon_sym_COLON_COLON, + ACTIONS(4705), 1, + anon_sym_BANG, + STATE(1134), 1, + sym_type_arguments, STATE(2848), 2, sym_line_comment, sym_block_comment, - [85304] = 7, + [85369] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4151), 1, anon_sym_LT2, - ACTIONS(5803), 1, + ACTIONS(4289), 1, anon_sym_COLON_COLON, - ACTIONS(6142), 1, - anon_sym_for, - STATE(2027), 1, + ACTIONS(4705), 1, + anon_sym_BANG, + STATE(1674), 1, sym_type_arguments, STATE(2849), 2, sym_line_comment, sym_block_comment, - [85327] = 7, + [85392] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(6144), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5389), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2850), 2, sym_line_comment, sym_block_comment, - [85350] = 7, + [85413] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(6146), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + STATE(424), 1, + sym_block, + STATE(3510), 1, + sym_label, STATE(2851), 2, sym_line_comment, sym_block_comment, - [85373] = 7, + [85436] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3448), 1, + ACTIONS(3419), 1, anon_sym_SQUOTE, - STATE(1530), 1, + STATE(3712), 1, sym_block, STATE(3714), 1, sym_label, STATE(2852), 2, sym_line_comment, sym_block_comment, - [85396] = 7, + [85459] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3664), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6103), 1, + anon_sym_SEMI, + ACTIONS(6105), 1, + anon_sym_EQ, + ACTIONS(6107), 1, + anon_sym_else, STATE(2853), 2, sym_line_comment, sym_block_comment, - [85419] = 7, + [85482] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(6109), 1, anon_sym_LBRACE, - ACTIONS(5071), 1, - anon_sym_where, - STATE(1368), 1, - sym_declaration_list, - STATE(3393), 1, - sym_where_clause, + ACTIONS(6111), 1, + anon_sym_for, + ACTIONS(6113), 1, + anon_sym_loop, + ACTIONS(6115), 1, + anon_sym_while, STATE(2854), 2, sym_line_comment, sym_block_comment, - [85442] = 7, - ACTIONS(103), 1, + [85505] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1307), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(6117), 1, + aux_sym_token_repetition_pattern_token1, STATE(2855), 2, sym_line_comment, sym_block_comment, - [85465] = 7, + ACTIONS(6119), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [85524] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(6148), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6121), 1, + anon_sym_SEMI, + STATE(3692), 1, + sym_where_clause, STATE(2856), 2, sym_line_comment, sym_block_comment, - [85488] = 7, + [85547] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5803), 1, - anon_sym_COLON_COLON, - ACTIONS(6150), 1, - anon_sym_for, - STATE(2027), 1, - sym_type_arguments, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(5094), 1, + anon_sym_where, + STATE(743), 1, + sym_declaration_list, + STATE(3291), 1, + sym_where_clause, STATE(2857), 2, sym_line_comment, sym_block_comment, - [85511] = 7, + [85570] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(3665), 1, - sym_block, - STATE(3714), 1, - sym_label, STATE(2858), 2, sym_line_comment, sym_block_comment, - [85534] = 7, + ACTIONS(1039), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [85587] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(6152), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + ACTIONS(4661), 1, + anon_sym_DOT_DOT, + ACTIONS(5353), 1, + anon_sym_COLON_COLON, + ACTIONS(4663), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2859), 2, sym_line_comment, sym_block_comment, - [85557] = 4, + [85608] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6123), 1, + anon_sym_LBRACE, + ACTIONS(6125), 1, + anon_sym_for, + ACTIONS(6127), 1, + anon_sym_loop, + ACTIONS(6129), 1, + anon_sym_while, STATE(2860), 2, sym_line_comment, sym_block_comment, - ACTIONS(4436), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - [85574] = 7, + [85631] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(6154), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + STATE(1437), 1, + sym_block, + STATE(3714), 1, + sym_label, STATE(2861), 2, sym_line_comment, sym_block_comment, - [85597] = 7, + [85654] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, + ACTIONS(6131), 1, sym_identifier, - ACTIONS(6156), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, STATE(2862), 2, sym_line_comment, sym_block_comment, - [85620] = 7, + ACTIONS(6133), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [85673] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(6158), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6135), 1, + anon_sym_SEMI, + ACTIONS(6137), 1, + anon_sym_EQ, + ACTIONS(6139), 1, + anon_sym_else, STATE(2863), 2, sym_line_comment, sym_block_comment, - [85643] = 7, + [85696] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - ACTIONS(6160), 1, - anon_sym_GT, - STATE(3383), 1, - sym_lifetime, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(5705), 1, + anon_sym_RPAREN, + ACTIONS(5707), 1, + anon_sym_COMMA, + STATE(3098), 1, + aux_sym_parameters_repeat1, STATE(2864), 2, sym_line_comment, sym_block_comment, - [85666] = 6, + [85719] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(3553), 1, - sym_type_arguments, - ACTIONS(5831), 2, - sym_identifier, - sym_super, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5616), 1, + anon_sym_RPAREN, + ACTIONS(5620), 1, + anon_sym_COMMA, + STATE(3065), 1, + aux_sym_slice_pattern_repeat1, STATE(2865), 2, sym_line_comment, sym_block_comment, - [85687] = 7, + [85742] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5807), 1, - sym_identifier, - STATE(3553), 1, + ACTIONS(4940), 1, + anon_sym_for, + ACTIONS(5867), 1, + anon_sym_COLON_COLON, + STATE(2027), 1, sym_type_arguments, STATE(2866), 2, sym_line_comment, sym_block_comment, - [85710] = 7, + [85765] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5332), 1, - anon_sym_LPAREN, - ACTIONS(5334), 1, - anon_sym_LBRACK, - ACTIONS(5338), 1, - anon_sym_LBRACE, - STATE(1548), 1, - sym_delim_token_tree, + ACTIONS(3163), 1, + anon_sym_PLUS, STATE(2867), 2, sym_line_comment, sym_block_comment, - [85733] = 7, + ACTIONS(6141), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [85784] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2026), 1, - sym_type_arguments, - STATE(2101), 1, - sym_parameters, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(749), 1, + sym_field_declaration_list, + STATE(3248), 1, + sym_where_clause, STATE(2868), 2, sym_line_comment, sym_block_comment, - [85756] = 7, + [85807] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1546), 1, - sym_block, - STATE(3714), 1, - sym_label, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5867), 1, + anon_sym_COLON_COLON, + ACTIONS(6143), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, STATE(2869), 2, sym_line_comment, sym_block_comment, - [85779] = 7, + [85830] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(675), 1, - sym_declaration_list, - STATE(3346), 1, - sym_where_clause, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5867), 1, + anon_sym_COLON_COLON, + ACTIONS(6145), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, STATE(2870), 2, sym_line_comment, sym_block_comment, - [85802] = 6, + [85853] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(3376), 1, - sym_trait_bounds, - ACTIONS(5797), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5867), 1, + anon_sym_COLON_COLON, + ACTIONS(6147), 1, + anon_sym_for, + STATE(2027), 1, + sym_type_arguments, STATE(2871), 2, sym_line_comment, sym_block_comment, - [85823] = 7, + [85876] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - ACTIONS(4672), 1, - anon_sym_LT2, - STATE(1336), 1, - sym_parameters, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(6149), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2872), 2, sym_line_comment, sym_block_comment, - [85846] = 7, + [85899] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1813), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(4649), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(6151), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2873), 2, sym_line_comment, sym_block_comment, - [85869] = 7, + [85918] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3448), 1, - anon_sym_SQUOTE, - STATE(1815), 1, - sym_block, - STATE(3779), 1, - sym_label, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2025), 1, + sym_type_arguments, + STATE(2102), 1, + sym_parameters, STATE(2874), 2, sym_line_comment, sym_block_comment, - [85892] = 4, + [85941] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6153), 1, + anon_sym_RPAREN, + ACTIONS(6155), 1, + anon_sym_COMMA, + STATE(3093), 1, + aux_sym_tuple_pattern_repeat1, STATE(2875), 2, sym_line_comment, sym_block_comment, - ACTIONS(3390), 4, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [85909] = 6, + [85964] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6162), 1, - anon_sym_DQUOTE, - STATE(2628), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5827), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3419), 1, + anon_sym_SQUOTE, + STATE(3714), 1, + sym_label, + STATE(3717), 1, + sym_block, STATE(2876), 2, sym_line_comment, sym_block_comment, - [85930] = 7, + [85987] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(597), 1, - sym_enum_variant_list, - STATE(3192), 1, - sym_where_clause, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + ACTIONS(6157), 1, + anon_sym_GT, + STATE(3481), 1, + sym_lifetime, STATE(2877), 2, sym_line_comment, sym_block_comment, - [85953] = 6, + [86010] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6164), 1, - anon_sym_GT, - ACTIONS(6166), 1, - anon_sym_COMMA, - STATE(3031), 1, - aux_sym_use_bounds_repeat1, STATE(2878), 2, sym_line_comment, sym_block_comment, - [85973] = 6, + ACTIONS(4996), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86026] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6168), 1, - anon_sym_RBRACE, - ACTIONS(6170), 1, - anon_sym_COMMA, - STATE(2915), 1, - aux_sym_struct_pattern_repeat1, STATE(2879), 2, sym_line_comment, sym_block_comment, - [85993] = 6, + ACTIONS(4952), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86042] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6172), 1, + ACTIONS(6159), 1, anon_sym_RBRACE, - ACTIONS(6174), 1, + ACTIONS(6161), 1, anon_sym_COMMA, - STATE(2917), 1, + STATE(2925), 1, aux_sym_struct_pattern_repeat1, STATE(2880), 2, sym_line_comment, sym_block_comment, - [86013] = 5, + [86062] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6176), 2, + ACTIONS(6163), 1, anon_sym_RBRACE, + ACTIONS(6165), 1, anon_sym_COMMA, + STATE(3148), 1, + aux_sym_use_list_repeat1, STATE(2881), 2, sym_line_comment, sym_block_comment, - [86031] = 6, + [86082] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3254), 1, - anon_sym_RPAREN, - ACTIONS(6178), 1, + ACTIONS(6167), 1, + anon_sym_RBRACE, + ACTIONS(6169), 1, anon_sym_COMMA, - STATE(2990), 1, - aux_sym_tuple_type_repeat1, + STATE(2929), 1, + aux_sym_struct_pattern_repeat1, STATE(2882), 2, sym_line_comment, sym_block_comment, - [86051] = 4, + [86102] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -186789,766 +186839,757 @@ static const uint16_t ts_small_parse_table[] = { STATE(2883), 2, sym_line_comment, sym_block_comment, - ACTIONS(4654), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86067] = 6, + ACTIONS(6171), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [86118] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5696), 1, + ACTIONS(3259), 1, anon_sym_RPAREN, - ACTIONS(5698), 1, + ACTIONS(6173), 1, anon_sym_COMMA, - STATE(2919), 1, - aux_sym_parameters_repeat1, + STATE(3089), 1, + aux_sym_tuple_type_repeat1, STATE(2884), 2, sym_line_comment, sym_block_comment, - [86087] = 6, + [86138] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6180), 1, - anon_sym_GT, - ACTIONS(6182), 1, + ACTIONS(5742), 1, + anon_sym_RPAREN, + ACTIONS(5744), 1, anon_sym_COMMA, - STATE(2922), 1, - aux_sym_use_bounds_repeat1, + STATE(2930), 1, + aux_sym_parameters_repeat1, STATE(2885), 2, sym_line_comment, sym_block_comment, - [86107] = 6, + [86158] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6184), 1, - anon_sym_GT, - ACTIONS(6186), 1, - anon_sym_COMMA, - STATE(2923), 1, - aux_sym_use_bounds_repeat1, STATE(2886), 2, sym_line_comment, sym_block_comment, - [86127] = 6, + ACTIONS(6175), 3, + sym_string_content, + anon_sym_DQUOTE, + sym_escape_sequence, + [86174] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6188), 1, - anon_sym_SEMI, - ACTIONS(6190), 1, - anon_sym_EQ, + ACTIONS(5790), 1, + anon_sym_COMMA, + ACTIONS(6177), 1, + anon_sym_PIPE, + STATE(3110), 1, + aux_sym_closure_parameters_repeat1, STATE(2887), 2, sym_line_comment, sym_block_comment, - [86147] = 6, + [86194] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6192), 1, - anon_sym_SEMI, - STATE(701), 1, - sym_declaration_list, + ACTIONS(6179), 1, + anon_sym_GT, + ACTIONS(6181), 1, + anon_sym_COMMA, + STATE(2935), 1, + aux_sym_use_bounds_repeat1, STATE(2888), 2, sym_line_comment, sym_block_comment, - [86167] = 6, + [86214] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6194), 1, - anon_sym_SEMI, - STATE(3539), 1, - sym_where_clause, + ACTIONS(6183), 1, + anon_sym_GT, + ACTIONS(6185), 1, + anon_sym_COMMA, + STATE(2936), 1, + aux_sym_use_bounds_repeat1, STATE(2889), 2, sym_line_comment, sym_block_comment, - [86187] = 6, + [86234] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6196), 1, - anon_sym_RBRACE, - ACTIONS(6198), 1, - anon_sym_COMMA, - STATE(2924), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6187), 1, + anon_sym_SEMI, + STATE(764), 1, + sym_declaration_list, STATE(2890), 2, sym_line_comment, sym_block_comment, - [86207] = 6, + [86254] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(931), 1, - anon_sym_RPAREN, - ACTIONS(4344), 1, - anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6189), 1, + anon_sym_SEMI, + ACTIONS(6191), 1, + anon_sym_EQ, STATE(2891), 2, sym_line_comment, sym_block_comment, - [86227] = 4, + [86274] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6193), 1, + sym_identifier, + ACTIONS(6195), 1, + anon_sym_ref, + ACTIONS(6197), 1, + sym_mutable_specifier, STATE(2892), 2, sym_line_comment, sym_block_comment, - ACTIONS(6200), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [86243] = 6, + [86294] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4839), 1, - anon_sym_GT, - ACTIONS(6202), 1, - anon_sym_COMMA, - STATE(3082), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6199), 1, + anon_sym_SEMI, + STATE(518), 1, + sym_declaration_list, STATE(2893), 2, sym_line_comment, sym_block_comment, - [86263] = 6, + [86314] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4839), 1, - anon_sym_GT, - ACTIONS(6202), 1, + ACTIONS(6201), 1, + anon_sym_RBRACE, + ACTIONS(6203), 1, anon_sym_COMMA, - STATE(2928), 1, - aux_sym_type_parameters_repeat1, + STATE(2937), 1, + aux_sym_enum_variant_list_repeat2, STATE(2894), 2, sym_line_comment, sym_block_comment, - [86283] = 6, + [86334] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6204), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6205), 1, anon_sym_SEMI, - STATE(1163), 1, - sym_declaration_list, + ACTIONS(6207), 1, + anon_sym_EQ, STATE(2895), 2, sym_line_comment, sym_block_comment, - [86303] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [86354] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5079), 1, - anon_sym_move, - STATE(233), 1, - sym_closure_parameters, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6209), 1, + anon_sym_SEMI, + STATE(3724), 1, + sym_where_clause, STATE(2896), 2, sym_line_comment, sym_block_comment, - [86323] = 6, + [86374] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6206), 1, - anon_sym_SEMI, - ACTIONS(6208), 1, - anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_GT, + ACTIONS(6211), 1, + anon_sym_COMMA, + STATE(3144), 1, + aux_sym_type_parameters_repeat1, STATE(2897), 2, sym_line_comment, sym_block_comment, - [86343] = 6, + [86394] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6210), 1, - anon_sym_RBRACE, - ACTIONS(6212), 1, + ACTIONS(4850), 1, + anon_sym_GT, + ACTIONS(6211), 1, anon_sym_COMMA, - STATE(2936), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2942), 1, + aux_sym_type_parameters_repeat1, STATE(2898), 2, sym_line_comment, sym_block_comment, - [86363] = 6, + [86414] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6214), 1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6213), 1, anon_sym_SEMI, - STATE(3502), 1, - sym_where_clause, + STATE(1218), 1, + sym_declaration_list, STATE(2899), 2, sym_line_comment, sym_block_comment, - [86383] = 6, + [86434] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6216), 1, - anon_sym_SEMI, - STATE(3624), 1, - sym_where_clause, STATE(2900), 2, sym_line_comment, sym_block_comment, - [86403] = 6, + ACTIONS(4964), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86450] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6104), 1, - anon_sym_RPAREN, - ACTIONS(6106), 1, - anon_sym_COMMA, - STATE(3023), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6215), 1, + anon_sym_SEMI, + ACTIONS(6217), 1, + anon_sym_EQ, STATE(2901), 2, sym_line_comment, sym_block_comment, - [86423] = 6, + [86470] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6218), 1, - anon_sym_SEMI, - STATE(1191), 1, - sym_declaration_list, + ACTIONS(6219), 1, + anon_sym_RBRACE, + ACTIONS(6221), 1, + anon_sym_COMMA, + STATE(2948), 1, + aux_sym_field_declaration_list_repeat1, STATE(2902), 2, sym_line_comment, sym_block_comment, - [86443] = 6, + [86490] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5009), 1, - anon_sym_RBRACE, - ACTIONS(6220), 1, - anon_sym_COMMA, - STATE(2906), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6223), 1, + anon_sym_SEMI, + STATE(3516), 1, + sym_where_clause, STATE(2903), 2, sym_line_comment, sym_block_comment, - [86463] = 6, + [86510] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6222), 1, - sym_identifier, - ACTIONS(6224), 1, - anon_sym_await, - ACTIONS(6226), 1, - sym_integer_literal, + ACTIONS(6227), 1, + anon_sym_EQ, + ACTIONS(6225), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2904), 2, sym_line_comment, sym_block_comment, - [86483] = 6, + [86528] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, + ACTIONS(5094), 1, anon_sym_where, - ACTIONS(6228), 1, + ACTIONS(6229), 1, anon_sym_SEMI, - STATE(3782), 1, + STATE(3588), 1, sym_where_clause, STATE(2905), 2, sym_line_comment, sym_block_comment, - [86503] = 5, + [86548] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6230), 1, - anon_sym_RBRACE, - ACTIONS(6232), 1, - anon_sym_COMMA, - STATE(2906), 3, + STATE(2906), 2, sym_line_comment, sym_block_comment, - aux_sym_field_initializer_list_repeat1, - [86521] = 6, + ACTIONS(5058), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86564] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(965), 1, - anon_sym_RPAREN, - ACTIONS(4308), 1, - anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6231), 1, + anon_sym_SEMI, + STATE(1239), 1, + sym_declaration_list, STATE(2907), 2, sym_line_comment, sym_block_comment, - [86541] = 6, + [86584] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6235), 1, - anon_sym_SEMI, - STATE(703), 1, - sym_declaration_list, STATE(2908), 2, sym_line_comment, sym_block_comment, - [86561] = 6, + ACTIONS(6233), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [86600] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6237), 1, - anon_sym_EQ_GT, - ACTIONS(6239), 1, - anon_sym_PIPE, - ACTIONS(6241), 1, - anon_sym_if, STATE(2909), 2, sym_line_comment, sym_block_comment, - [86581] = 5, + ACTIONS(6235), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [86616] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6243), 2, - anon_sym_GT, + ACTIONS(5096), 1, + anon_sym_RBRACE, + ACTIONS(6237), 1, anon_sym_COMMA, + STATE(3029), 1, + aux_sym_enum_variant_list_repeat2, STATE(2910), 2, sym_line_comment, sym_block_comment, - [86599] = 6, + [86636] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(969), 1, - anon_sym_RBRACK, - ACTIONS(6245), 1, + ACTIONS(5042), 1, + anon_sym_RBRACE, + ACTIONS(6239), 1, anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + STATE(3101), 1, + aux_sym_field_initializer_list_repeat1, STATE(2911), 2, sym_line_comment, sym_block_comment, - [86619] = 6, + [86656] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1661), 1, - anon_sym_GT, - ACTIONS(6247), 1, - anon_sym_COMMA, - STATE(2951), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6241), 1, + anon_sym_SEMI, + STATE(3752), 1, + sym_where_clause, STATE(2912), 2, sym_line_comment, sym_block_comment, - [86639] = 6, + [86676] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1661), 1, - anon_sym_GT, - ACTIONS(6247), 1, - anon_sym_COMMA, - STATE(3065), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(5802), 1, + sym_identifier, + STATE(3481), 1, + sym_lifetime, STATE(2913), 2, sym_line_comment, sym_block_comment, - [86659] = 6, + [86696] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3126), 1, - anon_sym_RPAREN, - ACTIONS(6249), 1, - anon_sym_COMMA, - STATE(2742), 1, - aux_sym_slice_pattern_repeat1, STATE(2914), 2, sym_line_comment, sym_block_comment, - [86679] = 6, + ACTIONS(4870), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86712] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5400), 1, + ACTIONS(5032), 1, anon_sym_RBRACE, - ACTIONS(6251), 1, + ACTIONS(6243), 1, anon_sym_COMMA, - STATE(3074), 1, - aux_sym_struct_pattern_repeat1, + STATE(3101), 1, + aux_sym_field_initializer_list_repeat1, STATE(2915), 2, sym_line_comment, sym_block_comment, - [86699] = 6, + [86732] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3128), 1, + ACTIONS(949), 1, anon_sym_RPAREN, - ACTIONS(6253), 1, + ACTIONS(4343), 1, anon_sym_COMMA, - STATE(2742), 1, - aux_sym_slice_pattern_repeat1, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(2916), 2, sym_line_comment, sym_block_comment, - [86719] = 6, + [86752] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5404), 1, - anon_sym_RBRACE, - ACTIONS(6255), 1, - anon_sym_COMMA, - STATE(3074), 1, - aux_sym_struct_pattern_repeat1, STATE(2917), 2, sym_line_comment, sym_block_comment, - [86739] = 6, + ACTIONS(4978), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86768] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6257), 1, - anon_sym_SEMI, - STATE(709), 1, - sym_declaration_list, + ACTIONS(6247), 1, + anon_sym_COLON, + ACTIONS(6245), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2918), 2, sym_line_comment, sym_block_comment, - [86759] = 6, + [86786] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1365), 1, - anon_sym_RPAREN, - ACTIONS(5745), 1, + ACTIONS(953), 1, + anon_sym_RBRACK, + ACTIONS(6249), 1, anon_sym_COMMA, - STATE(3098), 1, - aux_sym_parameters_repeat1, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(2919), 2, sym_line_comment, sym_block_comment, - [86779] = 6, + [86806] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1365), 1, - anon_sym_RPAREN, - ACTIONS(5745), 1, - anon_sym_COMMA, - STATE(2955), 1, - aux_sym_parameters_repeat1, STATE(2920), 2, sym_line_comment, sym_block_comment, - [86799] = 6, + ACTIONS(4954), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86822] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6259), 1, - anon_sym_SEMI, - ACTIONS(6261), 1, - anon_sym_EQ, + ACTIONS(1663), 1, + anon_sym_GT, + ACTIONS(6251), 1, + anon_sym_COMMA, + STATE(2960), 1, + aux_sym_type_arguments_repeat1, STATE(2921), 2, sym_line_comment, sym_block_comment, - [86819] = 6, + [86842] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6060), 1, + ACTIONS(1663), 1, anon_sym_GT, - ACTIONS(6263), 1, + ACTIONS(6251), 1, anon_sym_COMMA, - STATE(3140), 1, - aux_sym_use_bounds_repeat1, + STATE(3066), 1, + aux_sym_type_arguments_repeat1, STATE(2922), 2, sym_line_comment, sym_block_comment, - [86839] = 6, + [86862] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6062), 1, - anon_sym_GT, - ACTIONS(6265), 1, + ACTIONS(3123), 1, + anon_sym_RPAREN, + ACTIONS(6253), 1, anon_sym_COMMA, - STATE(3140), 1, - aux_sym_use_bounds_repeat1, + STATE(2795), 1, + aux_sym_slice_pattern_repeat1, STATE(2923), 2, sym_line_comment, sym_block_comment, - [86859] = 6, + [86882] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5095), 1, - anon_sym_RBRACE, - ACTIONS(6267), 1, - anon_sym_COMMA, - STATE(3175), 1, - aux_sym_enum_variant_list_repeat2, STATE(2924), 2, sym_line_comment, sym_block_comment, - [86879] = 6, + ACTIONS(5028), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86898] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5095), 1, + ACTIONS(5349), 1, anon_sym_RBRACE, - ACTIONS(6267), 1, + ACTIONS(6255), 1, anon_sym_COMMA, - STATE(2957), 1, - aux_sym_enum_variant_list_repeat2, + STATE(3095), 1, + aux_sym_struct_pattern_repeat1, STATE(2925), 2, sym_line_comment, sym_block_comment, - [86899] = 6, + [86918] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(6269), 1, - anon_sym_GT, - ACTIONS(6271), 1, - anon_sym_as, STATE(2926), 2, sym_line_comment, sym_block_comment, - [86919] = 4, + ACTIONS(4992), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86934] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3125), 1, + anon_sym_RPAREN, + ACTIONS(6257), 1, + anon_sym_COMMA, + STATE(2795), 1, + aux_sym_slice_pattern_repeat1, STATE(2927), 2, sym_line_comment, sym_block_comment, - ACTIONS(4971), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86935] = 6, + [86954] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4859), 1, - anon_sym_GT, - ACTIONS(6273), 1, - anon_sym_COMMA, - STATE(3082), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6259), 1, + anon_sym_SEMI, + ACTIONS(6261), 1, + anon_sym_EQ, STATE(2928), 2, sym_line_comment, sym_block_comment, - [86955] = 6, + [86974] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6275), 1, - anon_sym_SEMI, - STATE(1226), 1, - sym_declaration_list, + ACTIONS(5301), 1, + anon_sym_RBRACE, + ACTIONS(6263), 1, + anon_sym_COMMA, + STATE(3095), 1, + aux_sym_struct_pattern_repeat1, STATE(2929), 2, sym_line_comment, sym_block_comment, - [86975] = 4, + [86994] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1365), 1, + anon_sym_RPAREN, + ACTIONS(5732), 1, + anon_sym_COMMA, + STATE(3140), 1, + aux_sym_parameters_repeat1, STATE(2930), 2, sym_line_comment, sym_block_comment, - ACTIONS(4973), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86991] = 6, + [87014] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6277), 1, - anon_sym_SEMI, - STATE(1232), 1, - sym_declaration_list, + ACTIONS(5129), 1, + anon_sym_RBRACE, + ACTIONS(6265), 1, + anon_sym_COMMA, + STATE(3004), 1, + aux_sym_field_declaration_list_repeat1, STATE(2931), 2, sym_line_comment, sym_block_comment, - [87011] = 5, + [87034] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6281), 1, - anon_sym_COLON, - ACTIONS(6279), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(2932), 2, sym_line_comment, sym_block_comment, - [87029] = 4, + ACTIONS(4886), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87050] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1365), 1, + anon_sym_RPAREN, + ACTIONS(5732), 1, + anon_sym_COMMA, + STATE(2962), 1, + aux_sym_parameters_repeat1, STATE(2933), 2, sym_line_comment, sym_block_comment, - ACTIONS(4977), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87045] = 6, + [87070] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6283), 1, - anon_sym_SEMI, - ACTIONS(6285), 1, - anon_sym_EQ, + ACTIONS(4199), 1, + anon_sym_LBRACE, + ACTIONS(6267), 1, + anon_sym_COLON_COLON, + STATE(1934), 1, + sym_field_initializer_list, STATE(2934), 2, sym_line_comment, sym_block_comment, - [87065] = 4, + [87090] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5911), 1, + anon_sym_GT, + ACTIONS(6269), 1, + anon_sym_COMMA, + STATE(3186), 1, + aux_sym_use_bounds_repeat1, STATE(2935), 2, sym_line_comment, sym_block_comment, - ACTIONS(4981), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87081] = 6, + [87110] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5097), 1, - anon_sym_RBRACE, - ACTIONS(6287), 1, + ACTIONS(5913), 1, + anon_sym_GT, + ACTIONS(6271), 1, anon_sym_COMMA, - STATE(3042), 1, - aux_sym_field_declaration_list_repeat1, + STATE(3186), 1, + aux_sym_use_bounds_repeat1, STATE(2936), 2, sym_line_comment, sym_block_comment, - [87101] = 6, + [87130] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5097), 1, + ACTIONS(5156), 1, anon_sym_RBRACE, - ACTIONS(6287), 1, + ACTIONS(6273), 1, anon_sym_COMMA, - STATE(2965), 1, - aux_sym_field_declaration_list_repeat1, + STATE(3029), 1, + aux_sym_enum_variant_list_repeat2, STATE(2937), 2, sym_line_comment, sym_block_comment, - [87121] = 4, + [87150] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5156), 1, + anon_sym_RBRACE, + ACTIONS(6273), 1, + anon_sym_COMMA, + STATE(2963), 1, + aux_sym_enum_variant_list_repeat2, STATE(2938), 2, sym_line_comment, sym_block_comment, - ACTIONS(4983), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87137] = 4, + [87170] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -187556,763 +187597,767 @@ static const uint16_t ts_small_parse_table[] = { STATE(2939), 2, sym_line_comment, sym_block_comment, - ACTIONS(4987), 3, + ACTIONS(5052), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [87153] = 6, + [87186] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(6289), 1, + ACTIONS(6275), 1, anon_sym_SEMI, - STATE(1248), 1, + STATE(562), 1, sym_declaration_list, STATE(2940), 2, sym_line_comment, sym_block_comment, - [87173] = 6, + [87206] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6291), 1, - anon_sym_RBRACE, - ACTIONS(6293), 1, - anon_sym_COMMA, - STATE(2974), 1, - aux_sym_struct_pattern_repeat1, STATE(2941), 2, sym_line_comment, sym_block_comment, - [87193] = 6, + ACTIONS(4948), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87222] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6295), 1, - anon_sym_SEMI, - ACTIONS(6297), 1, - anon_sym_EQ, + ACTIONS(4856), 1, + anon_sym_GT, + ACTIONS(6277), 1, + anon_sym_COMMA, + STATE(3144), 1, + aux_sym_type_parameters_repeat1, STATE(2942), 2, sym_line_comment, sym_block_comment, - [87213] = 6, + [87242] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6299), 1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6279), 1, anon_sym_SEMI, - STATE(3710), 1, - sym_where_clause, + STATE(1269), 1, + sym_declaration_list, STATE(2943), 2, sym_line_comment, sym_block_comment, - [87233] = 6, + [87262] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6301), 1, - anon_sym_SEMI, - STATE(768), 1, - sym_declaration_list, STATE(2944), 2, sym_line_comment, sym_block_comment, - [87253] = 6, + ACTIONS(4950), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87278] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6303), 1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6281), 1, anon_sym_SEMI, - ACTIONS(6305), 1, - anon_sym_EQ, + STATE(1114), 1, + sym_declaration_list, STATE(2945), 2, sym_line_comment, sym_block_comment, - [87273] = 6, + [87298] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(971), 1, - anon_sym_RPAREN, - ACTIONS(6307), 1, - anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6283), 1, + anon_sym_SEMI, + STATE(3555), 1, + sym_where_clause, STATE(2946), 2, sym_line_comment, sym_block_comment, - [87293] = 6, + [87318] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6309), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6285), 1, anon_sym_SEMI, - STATE(711), 1, - sym_declaration_list, + ACTIONS(6287), 1, + anon_sym_EQ, STATE(2947), 2, sym_line_comment, sym_block_comment, - [87313] = 6, + [87338] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(967), 1, - anon_sym_RBRACK, - ACTIONS(6311), 1, + ACTIONS(5160), 1, + anon_sym_RBRACE, + ACTIONS(6289), 1, anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + STATE(3004), 1, + aux_sym_field_declaration_list_repeat1, STATE(2948), 2, sym_line_comment, sym_block_comment, - [87333] = 6, + [87358] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6313), 1, - anon_sym_SEMI, - STATE(3725), 1, - sym_where_clause, + ACTIONS(5160), 1, + anon_sym_RBRACE, + ACTIONS(6289), 1, + anon_sym_COMMA, + STATE(2972), 1, + aux_sym_field_declaration_list_repeat1, STATE(2949), 2, sym_line_comment, sym_block_comment, - [87353] = 4, + [87378] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6291), 1, + anon_sym_SEMI, + STATE(1432), 1, + sym_declaration_list, STATE(2950), 2, sym_line_comment, sym_block_comment, - ACTIONS(6315), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [87369] = 6, + [87398] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1669), 1, - anon_sym_GT, - ACTIONS(6317), 1, + ACTIONS(3257), 1, + anon_sym_RPAREN, + ACTIONS(6293), 1, anon_sym_COMMA, - STATE(3065), 1, - aux_sym_type_arguments_repeat1, + STATE(3089), 1, + aux_sym_tuple_type_repeat1, STATE(2951), 2, sym_line_comment, sym_block_comment, - [87389] = 5, + [87418] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(6319), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6295), 1, + anon_sym_SEMI, + ACTIONS(6297), 1, + anon_sym_EQ, STATE(2952), 2, sym_line_comment, sym_block_comment, - [87407] = 6, + [87438] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5099), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6299), 1, + anon_sym_SEMI, + STATE(3527), 1, + sym_where_clause, STATE(2953), 2, sym_line_comment, sym_block_comment, - [87427] = 6, + [87458] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6321), 1, - anon_sym_RBRACE, - ACTIONS(6323), 1, - anon_sym_COMMA, - STATE(3120), 1, - aux_sym_use_list_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6301), 1, + anon_sym_SEMI, + STATE(3753), 1, + sym_where_clause, STATE(2954), 2, sym_line_comment, sym_block_comment, - [87447] = 6, + [87478] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1379), 1, + ACTIONS(955), 1, anon_sym_RPAREN, - ACTIONS(6325), 1, + ACTIONS(6303), 1, anon_sym_COMMA, - STATE(3098), 1, - aux_sym_parameters_repeat1, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(2955), 2, sym_line_comment, sym_block_comment, - [87467] = 5, + [87498] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6319), 1, - anon_sym_RPAREN, - ACTIONS(6327), 1, - anon_sym_COMMA, - STATE(2956), 3, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(4946), 1, + anon_sym_COLON_COLON, + STATE(2026), 1, + sym_type_arguments, + STATE(2956), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_pattern_repeat1, - [87485] = 6, + [87518] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5101), 1, - anon_sym_RBRACE, - ACTIONS(6330), 1, + ACTIONS(6305), 1, + anon_sym_GT, + ACTIONS(6307), 1, anon_sym_COMMA, - STATE(3175), 1, - aux_sym_enum_variant_list_repeat2, + STATE(3112), 1, + aux_sym_use_bounds_repeat1, STATE(2957), 2, sym_line_comment, sym_block_comment, - [87505] = 6, + [87538] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6332), 1, - sym_identifier, - ACTIONS(6334), 1, - anon_sym_ref, - ACTIONS(6336), 1, - sym_mutable_specifier, + ACTIONS(6309), 1, + anon_sym_GT, + ACTIONS(6311), 1, + anon_sym_COMMA, + STATE(3113), 1, + aux_sym_use_bounds_repeat1, STATE(2958), 2, sym_line_comment, sym_block_comment, - [87525] = 6, + [87558] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6338), 1, - anon_sym_SEMI, - STATE(1300), 1, - sym_declaration_list, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6313), 1, + anon_sym_EQ, + STATE(3544), 1, + sym_where_clause, STATE(2959), 2, sym_line_comment, sym_block_comment, - [87545] = 6, + [87578] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6340), 1, - anon_sym_SEMI, - STATE(1305), 1, - sym_declaration_list, + ACTIONS(1667), 1, + anon_sym_GT, + ACTIONS(6315), 1, + anon_sym_COMMA, + STATE(3066), 1, + aux_sym_type_arguments_repeat1, STATE(2960), 2, sym_line_comment, sym_block_comment, - [87565] = 5, + [87598] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6342), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6317), 1, + anon_sym_SEMI, + STATE(564), 1, + sym_declaration_list, STATE(2961), 2, sym_line_comment, sym_block_comment, - [87583] = 6, + [87618] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6344), 1, - anon_sym_SEMI, - STATE(1330), 1, - sym_declaration_list, + ACTIONS(1379), 1, + anon_sym_RPAREN, + ACTIONS(6319), 1, + anon_sym_COMMA, + STATE(3140), 1, + aux_sym_parameters_repeat1, STATE(2962), 2, sym_line_comment, sym_block_comment, - [87603] = 6, + [87638] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6346), 1, - anon_sym_SEMI, - STATE(1332), 1, - sym_declaration_list, + ACTIONS(5072), 1, + anon_sym_RBRACE, + ACTIONS(6321), 1, + anon_sym_COMMA, + STATE(3029), 1, + aux_sym_enum_variant_list_repeat2, STATE(2963), 2, sym_line_comment, sym_block_comment, - [87623] = 6, + [87658] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6348), 1, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6323), 1, anon_sym_SEMI, - ACTIONS(6350), 1, - anon_sym_EQ, + STATE(721), 1, + sym_declaration_list, STATE(2964), 2, sym_line_comment, sym_block_comment, - [87643] = 6, + [87678] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5103), 1, - anon_sym_RBRACE, - ACTIONS(6352), 1, - anon_sym_COMMA, - STATE(3042), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6325), 1, + anon_sym_SEMI, + STATE(1318), 1, + sym_declaration_list, STATE(2965), 2, sym_line_comment, sym_block_comment, - [87663] = 6, + [87698] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1667), 1, - anon_sym_GT, - ACTIONS(6354), 1, - anon_sym_COMMA, - STATE(3062), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6327), 1, + anon_sym_SEMI, + STATE(1320), 1, + sym_declaration_list, STATE(2966), 2, sym_line_comment, sym_block_comment, - [87683] = 6, + [87718] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1667), 1, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(6329), 1, anon_sym_GT, - ACTIONS(6354), 1, - anon_sym_COMMA, - STATE(3065), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(6331), 1, + anon_sym_as, STATE(2967), 2, sym_line_comment, sym_block_comment, - [87703] = 6, + [87738] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6356), 1, - anon_sym_SEMI, - STATE(770), 1, - sym_declaration_list, STATE(2968), 2, sym_line_comment, sym_block_comment, - [87723] = 6, + ACTIONS(6333), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [87754] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3148), 1, - anon_sym_RPAREN, - ACTIONS(6358), 1, - anon_sym_COMMA, - STATE(2742), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6335), 1, + anon_sym_SEMI, + STATE(1326), 1, + sym_declaration_list, STATE(2969), 2, sym_line_comment, sym_block_comment, - [87743] = 5, + [87774] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6362), 1, - anon_sym_COLON, - ACTIONS(6360), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6337), 1, + anon_sym_SEMI, + STATE(1328), 1, + sym_declaration_list, STATE(2970), 2, sym_line_comment, sym_block_comment, - [87761] = 6, + [87794] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5577), 1, - anon_sym_GT, - ACTIONS(5579), 1, - anon_sym_COMMA, - STATE(3148), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6339), 1, + anon_sym_SEMI, + ACTIONS(6341), 1, + anon_sym_EQ, STATE(2971), 2, sym_line_comment, sym_block_comment, - [87781] = 4, + [87814] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5074), 1, + anon_sym_RBRACE, + ACTIONS(6343), 1, + anon_sym_COMMA, + STATE(3004), 1, + aux_sym_field_declaration_list_repeat1, STATE(2972), 2, sym_line_comment, sym_block_comment, - ACTIONS(4991), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87797] = 4, + [87834] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6345), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2973), 2, sym_line_comment, sym_block_comment, - ACTIONS(5013), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87813] = 6, + [87852] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5370), 1, - anon_sym_RBRACE, - ACTIONS(6364), 1, + ACTIONS(5786), 1, + anon_sym_COLON, + ACTIONS(6347), 2, + anon_sym_PIPE, anon_sym_COMMA, - STATE(3074), 1, - aux_sym_struct_pattern_repeat1, STATE(2974), 2, sym_line_comment, sym_block_comment, - [87833] = 6, + [87870] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6366), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6349), 1, anon_sym_SEMI, - STATE(1385), 1, - sym_declaration_list, + ACTIONS(6351), 1, + anon_sym_EQ, STATE(2975), 2, sym_line_comment, sym_block_comment, - [87853] = 6, + [87890] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6368), 1, - anon_sym_SEMI, - STATE(1387), 1, - sym_declaration_list, + ACTIONS(923), 1, + anon_sym_RPAREN, + ACTIONS(4345), 1, + anon_sym_COMMA, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(2976), 2, sym_line_comment, sym_block_comment, - [87873] = 6, + [87910] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6370), 1, - anon_sym_RPAREN, - ACTIONS(6372), 1, - anon_sym_COMMA, - STATE(3033), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(6353), 1, + anon_sym_AMP_AMP, + ACTIONS(4451), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, STATE(2977), 2, sym_line_comment, sym_block_comment, - [87893] = 6, + [87928] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3150), 1, - anon_sym_RPAREN, - ACTIONS(6374), 1, - anon_sym_COMMA, - STATE(2742), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6355), 1, + anon_sym_SEMI, + STATE(1368), 1, + sym_declaration_list, STATE(2978), 2, sym_line_comment, sym_block_comment, - [87913] = 6, + [87948] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(6376), 1, + ACTIONS(6357), 1, anon_sym_SEMI, - STATE(1395), 1, + STATE(1370), 1, sym_declaration_list, STATE(2979), 2, sym_line_comment, sym_block_comment, - [87933] = 6, + [87968] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(6353), 1, + anon_sym_AMP_AMP, + ACTIONS(6359), 2, anon_sym_LBRACE, - ACTIONS(6378), 1, - anon_sym_SEMI, - STATE(1397), 1, - sym_declaration_list, + anon_sym_SQUOTE, STATE(2980), 2, sym_line_comment, sym_block_comment, - [87953] = 6, + [87986] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6380), 1, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6361), 1, anon_sym_SEMI, - ACTIONS(6382), 1, - anon_sym_EQ, + STATE(1377), 1, + sym_declaration_list, STATE(2981), 2, sym_line_comment, sym_block_comment, - [87973] = 4, + [88006] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6363), 1, + anon_sym_SEMI, + STATE(1379), 1, + sym_declaration_list, STATE(2982), 2, sym_line_comment, sym_block_comment, - ACTIONS(6384), 3, - sym_string_content, - anon_sym_DQUOTE, - sym_escape_sequence, - [87989] = 6, + [88026] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(6386), 1, + ACTIONS(6365), 1, anon_sym_SEMI, - STATE(1426), 1, + STATE(1385), 1, sym_declaration_list, STATE(2983), 2, sym_line_comment, sym_block_comment, - [88009] = 6, + [88046] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(6388), 1, + ACTIONS(6367), 1, anon_sym_SEMI, - STATE(1260), 1, + STATE(1387), 1, sym_declaration_list, STATE(2984), 2, sym_line_comment, sym_block_comment, - [88029] = 6, + [88066] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5424), 1, - anon_sym_RBRACE, - ACTIONS(6390), 1, - anon_sym_COMMA, - STATE(3074), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6369), 1, + anon_sym_SEMI, + ACTIONS(6371), 1, + anon_sym_EQ, STATE(2985), 2, sym_line_comment, sym_block_comment, - [88049] = 6, + [88086] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(997), 1, - anon_sym_RPAREN, - ACTIONS(6392), 1, - anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6373), 1, + anon_sym_SEMI, + ACTIONS(6375), 1, + anon_sym_EQ, STATE(2986), 2, sym_line_comment, sym_block_comment, - [88069] = 4, + [88106] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3561), 1, + anon_sym_LBRACE, + ACTIONS(6377), 1, + anon_sym_COLON_COLON, + STATE(1532), 1, + sym_field_initializer_list, STATE(2987), 2, sym_line_comment, sym_block_comment, - ACTIONS(4919), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88085] = 6, + [88126] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6394), 1, - anon_sym_SEMI, - ACTIONS(6396), 1, - anon_sym_EQ, + ACTIONS(6379), 1, + anon_sym_RPAREN, + ACTIONS(6381), 1, + anon_sym_COMMA, + STATE(2994), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2988), 2, sym_line_comment, sym_block_comment, - [88105] = 5, + [88146] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6398), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6383), 1, + anon_sym_SEMI, + STATE(1405), 1, + sym_declaration_list, STATE(2989), 2, sym_line_comment, sym_block_comment, - [88123] = 5, + [88166] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6398), 1, - anon_sym_RPAREN, - ACTIONS(6400), 1, - anon_sym_COMMA, - STATE(2990), 3, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6385), 1, + anon_sym_SEMI, + STATE(1407), 1, + sym_declaration_list, + STATE(2990), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_type_repeat1, - [88141] = 4, + [88186] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6387), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2991), 2, sym_line_comment, sym_block_comment, - ACTIONS(5007), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88157] = 6, + [88204] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6403), 1, - anon_sym_SEMI, - STATE(1131), 1, - sym_declaration_list, STATE(2992), 2, sym_line_comment, sym_block_comment, - [88177] = 6, + ACTIONS(5040), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88220] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6405), 1, - anon_sym_SEMI, - STATE(1133), 1, - sym_declaration_list, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5076), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, STATE(2993), 2, sym_line_comment, sym_block_comment, - [88197] = 6, + [88240] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5759), 1, + ACTIONS(6389), 1, anon_sym_RPAREN, - ACTIONS(5761), 1, + ACTIONS(6391), 1, anon_sym_COMMA, - STATE(3005), 1, - aux_sym_parameters_repeat1, - STATE(2994), 2, + STATE(2994), 3, sym_line_comment, sym_block_comment, - [88217] = 4, + aux_sym_ordered_field_declaration_list_repeat1, + [88258] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -188320,1265 +188365,1283 @@ static const uint16_t ts_small_parse_table[] = { STATE(2995), 2, sym_line_comment, sym_block_comment, - ACTIONS(6407), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [88233] = 4, + ACTIONS(5066), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88274] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6394), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2996), 2, sym_line_comment, sym_block_comment, - ACTIONS(4975), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88249] = 4, + [88292] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6396), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2997), 2, sym_line_comment, sym_block_comment, - ACTIONS(4979), 3, - anon_sym_EQ_GT, + [88310] = 6, + ACTIONS(27), 1, anon_sym_PIPE, - anon_sym_if, - [88265] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6398), 1, + anon_sym_move, + STATE(230), 1, + sym_closure_parameters, STATE(2998), 2, sym_line_comment, sym_block_comment, - ACTIONS(6409), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88281] = 4, + [88330] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2999), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(6411), 3, - anon_sym_SEMI, + ACTIONS(6400), 1, anon_sym_RBRACE, + ACTIONS(6402), 1, anon_sym_COMMA, - [88297] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(3000), 2, + STATE(3083), 1, + aux_sym_struct_pattern_repeat1, + STATE(2999), 2, sym_line_comment, - sym_block_comment, - ACTIONS(4985), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88313] = 6, + sym_block_comment, + [88350] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - ACTIONS(6413), 1, + ACTIONS(6404), 1, anon_sym_SEMI, - STATE(680), 1, + STATE(1150), 1, sym_declaration_list, - STATE(3001), 2, + STATE(3000), 2, sym_line_comment, sym_block_comment, - [88333] = 6, + [88370] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5715), 1, - anon_sym_COMMA, - ACTIONS(6415), 1, - anon_sym_PIPE, - STATE(3047), 1, - aux_sym_closure_parameters_repeat1, - STATE(3002), 2, + ACTIONS(6406), 1, + anon_sym_move, + STATE(240), 1, + sym_closure_parameters, + STATE(3001), 2, sym_line_comment, sym_block_comment, - [88353] = 6, + [88390] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6417), 1, + ACTIONS(5129), 1, anon_sym_RBRACE, - ACTIONS(6419), 1, + ACTIONS(6265), 1, anon_sym_COMMA, - STATE(3057), 1, - aux_sym_enum_variant_list_repeat2, - STATE(3003), 2, + STATE(3009), 1, + aux_sym_field_declaration_list_repeat1, + STATE(3002), 2, sym_line_comment, sym_block_comment, - [88373] = 6, + [88410] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, + ACTIONS(3239), 1, anon_sym_PLUS, - ACTIONS(6421), 1, + ACTIONS(6408), 1, anon_sym_SEMI, - ACTIONS(6423), 1, - anon_sym_EQ, - STATE(3004), 2, + ACTIONS(6410), 1, + anon_sym_RBRACK, + STATE(3003), 2, sym_line_comment, sym_block_comment, - [88393] = 6, + [88430] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1371), 1, - anon_sym_RPAREN, - ACTIONS(5686), 1, + ACTIONS(6412), 1, + anon_sym_RBRACE, + ACTIONS(6414), 1, anon_sym_COMMA, - STATE(3098), 1, - aux_sym_parameters_repeat1, - STATE(3005), 2, + STATE(3004), 3, sym_line_comment, sym_block_comment, - [88413] = 4, + aux_sym_field_declaration_list_repeat1, + [88448] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(3006), 2, + ACTIONS(3451), 1, + anon_sym_LT2, + ACTIONS(5014), 1, + anon_sym_COLON_COLON, + STATE(1134), 1, + sym_type_arguments, + STATE(3005), 2, sym_line_comment, sym_block_comment, - ACTIONS(6425), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [88429] = 4, + [88468] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(3007), 2, + STATE(3006), 2, sym_line_comment, sym_block_comment, - ACTIONS(4861), 3, + ACTIONS(1503), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [88445] = 6, + [88484] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6417), 1, + anon_sym_SEMI, + STATE(602), 1, + sym_declaration_list, + STATE(3007), 2, + sym_line_comment, + sym_block_comment, + [88504] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6427), 1, - sym_mutable_specifier, - ACTIONS(6429), 1, - sym_self, STATE(3008), 2, sym_line_comment, sym_block_comment, - [88465] = 6, + ACTIONS(4994), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88520] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1371), 1, - anon_sym_RPAREN, - ACTIONS(5686), 1, + ACTIONS(5150), 1, + anon_sym_RBRACE, + ACTIONS(6419), 1, anon_sym_COMMA, - STATE(3113), 1, - aux_sym_parameters_repeat1, + STATE(3004), 1, + aux_sym_field_declaration_list_repeat1, STATE(3009), 2, sym_line_comment, sym_block_comment, - [88485] = 4, + [88540] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3279), 1, + anon_sym_RPAREN, + ACTIONS(6421), 1, + anon_sym_COMMA, + STATE(3089), 1, + aux_sym_tuple_type_repeat1, STATE(3010), 2, sym_line_comment, sym_block_comment, - ACTIONS(5021), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88501] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [88560] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6431), 1, - anon_sym_move, - STATE(234), 1, - sym_closure_parameters, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6423), 1, + anon_sym_SEMI, + STATE(604), 1, + sym_declaration_list, STATE(3011), 2, sym_line_comment, sym_block_comment, - [88521] = 6, + [88580] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4831), 1, - anon_sym_COLON, - ACTIONS(5061), 1, - anon_sym_COLON_COLON, - STATE(2550), 1, - sym_trait_bounds, + ACTIONS(5726), 1, + anon_sym_RPAREN, + ACTIONS(5728), 1, + anon_sym_COMMA, + STATE(3019), 1, + aux_sym_parameters_repeat1, STATE(3012), 2, sym_line_comment, sym_block_comment, - [88541] = 4, + [88600] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6425), 1, + anon_sym_GT, + ACTIONS(6427), 1, + anon_sym_COMMA, + STATE(3022), 1, + aux_sym_use_bounds_repeat1, STATE(3013), 2, sym_line_comment, sym_block_comment, - ACTIONS(5023), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88557] = 4, + [88620] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6429), 1, + anon_sym_GT, + ACTIONS(6431), 1, + anon_sym_COMMA, + STATE(3023), 1, + aux_sym_use_bounds_repeat1, STATE(3014), 2, sym_line_comment, sym_block_comment, - ACTIONS(5027), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88573] = 4, + [88640] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6433), 1, + anon_sym_RBRACE, + ACTIONS(6435), 1, + anon_sym_COMMA, + STATE(2931), 1, + aux_sym_field_declaration_list_repeat1, STATE(3015), 2, sym_line_comment, sym_block_comment, - ACTIONS(5033), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88589] = 4, + [88660] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1651), 1, + anon_sym_GT, + ACTIONS(6437), 1, + anon_sym_COMMA, + STATE(3024), 1, + aux_sym_type_arguments_repeat1, STATE(3016), 2, sym_line_comment, sym_block_comment, - ACTIONS(5035), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88605] = 4, + [88680] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1651), 1, + anon_sym_GT, + ACTIONS(6437), 1, + anon_sym_COMMA, + STATE(3066), 1, + aux_sym_type_arguments_repeat1, STATE(3017), 2, sym_line_comment, sym_block_comment, - ACTIONS(5037), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88621] = 6, + [88700] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6433), 1, - anon_sym_SEMI, - ACTIONS(6435), 1, - anon_sym_RBRACK, + ACTIONS(6439), 1, + anon_sym_RBRACE, + ACTIONS(6441), 1, + anon_sym_COMMA, + STATE(3122), 1, + aux_sym_enum_variant_list_repeat2, STATE(3018), 2, sym_line_comment, sym_block_comment, - [88641] = 4, + [88720] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1361), 1, + anon_sym_RPAREN, + ACTIONS(5624), 1, + anon_sym_COMMA, + STATE(3140), 1, + aux_sym_parameters_repeat1, STATE(3019), 2, sym_line_comment, sym_block_comment, - ACTIONS(5039), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88657] = 6, + [88740] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(6437), 1, - anon_sym_GT, - STATE(3351), 1, - sym_lifetime, STATE(3020), 2, sym_line_comment, sym_block_comment, - [88677] = 6, + ACTIONS(6443), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [88756] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6437), 1, - anon_sym_GT, - ACTIONS(6439), 1, + ACTIONS(1361), 1, + anon_sym_RPAREN, + ACTIONS(5624), 1, anon_sym_COMMA, - STATE(3116), 1, - aux_sym_for_lifetimes_repeat1, + STATE(3025), 1, + aux_sym_parameters_repeat1, STATE(3021), 2, sym_line_comment, sym_block_comment, - [88697] = 6, + [88776] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - ACTIONS(5077), 1, - anon_sym_COLON_COLON, - STATE(1284), 1, - sym_type_arguments, + ACTIONS(5991), 1, + anon_sym_GT, + ACTIONS(6445), 1, + anon_sym_COMMA, + STATE(3186), 1, + aux_sym_use_bounds_repeat1, STATE(3022), 2, sym_line_comment, sym_block_comment, - [88717] = 6, + [88796] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1832), 1, - anon_sym_RPAREN, - ACTIONS(6441), 1, + ACTIONS(6157), 1, + anon_sym_GT, + ACTIONS(6447), 1, anon_sym_COMMA, - STATE(2956), 1, - aux_sym_tuple_pattern_repeat1, + STATE(3186), 1, + aux_sym_use_bounds_repeat1, STATE(3023), 2, sym_line_comment, sym_block_comment, - [88737] = 6, + [88816] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6443), 1, - anon_sym_SEMI, - ACTIONS(6445), 1, - anon_sym_EQ, + ACTIONS(1653), 1, + anon_sym_GT, + ACTIONS(6449), 1, + anon_sym_COMMA, + STATE(3066), 1, + aux_sym_type_arguments_repeat1, STATE(3024), 2, sym_line_comment, sym_block_comment, - [88757] = 6, + [88836] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6447), 1, + ACTIONS(1367), 1, anon_sym_RPAREN, - ACTIONS(6449), 1, + ACTIONS(6451), 1, anon_sym_COMMA, - STATE(3033), 1, - aux_sym_ordered_field_declaration_list_repeat1, + STATE(3140), 1, + aux_sym_parameters_repeat1, STATE(3025), 2, sym_line_comment, sym_block_comment, - [88777] = 5, + [88856] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6451), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6453), 1, + anon_sym_SEMI, + STATE(3558), 1, + sym_where_clause, STATE(3026), 2, sym_line_comment, sym_block_comment, - [88795] = 6, + [88876] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6453), 1, - anon_sym_GT, ACTIONS(6455), 1, - anon_sym_COMMA, - STATE(3021), 1, - aux_sym_for_lifetimes_repeat1, + sym_identifier, + ACTIONS(6457), 1, + anon_sym_await, + ACTIONS(6459), 1, + sym_integer_literal, STATE(3027), 2, sym_line_comment, sym_block_comment, - [88815] = 4, + [88896] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6463), 1, + anon_sym_COLON, + ACTIONS(6461), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3028), 2, sym_line_comment, sym_block_comment, - ACTIONS(6457), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [88831] = 6, + [88914] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6148), 1, - anon_sym_GT, - ACTIONS(6459), 1, + ACTIONS(6465), 1, + anon_sym_RBRACE, + ACTIONS(6467), 1, anon_sym_COMMA, - STATE(3140), 1, - aux_sym_use_bounds_repeat1, - STATE(3029), 2, + STATE(3029), 3, sym_line_comment, sym_block_comment, - [88851] = 6, + aux_sym_enum_variant_list_repeat2, + [88932] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3274), 1, - anon_sym_RPAREN, - ACTIONS(6461), 1, - anon_sym_COMMA, - STATE(2990), 1, - aux_sym_tuple_type_repeat1, STATE(3030), 2, sym_line_comment, sym_block_comment, - [88871] = 6, + ACTIONS(5068), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88948] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6160), 1, - anon_sym_GT, - ACTIONS(6463), 1, + ACTIONS(937), 1, + anon_sym_RBRACK, + ACTIONS(4219), 1, anon_sym_COMMA, - STATE(3140), 1, - aux_sym_use_bounds_repeat1, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(3031), 2, sym_line_comment, sym_block_comment, - [88891] = 6, + [88968] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5636), 1, - anon_sym_RPAREN, - ACTIONS(5638), 1, - anon_sym_COMMA, - STATE(3043), 1, - aux_sym_parameters_repeat1, + ACTIONS(6470), 1, + anon_sym_move, + STATE(250), 1, + sym_closure_parameters, STATE(3032), 2, sym_line_comment, sym_block_comment, - [88911] = 5, + [88988] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6465), 1, - anon_sym_RPAREN, - ACTIONS(6467), 1, + ACTIONS(6472), 1, + anon_sym_RBRACE, + ACTIONS(6474), 1, anon_sym_COMMA, - STATE(3033), 3, + STATE(2915), 1, + aux_sym_field_initializer_list_repeat1, + STATE(3033), 2, sym_line_comment, sym_block_comment, - aux_sym_ordered_field_declaration_list_repeat1, - [88929] = 6, + [89008] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6470), 1, - anon_sym_GT, - ACTIONS(6472), 1, + ACTIONS(5871), 1, + anon_sym_RPAREN, + ACTIONS(5873), 1, anon_sym_COMMA, - STATE(3188), 1, - aux_sym_use_bounds_repeat1, + STATE(3177), 1, + aux_sym_tuple_pattern_repeat1, STATE(3034), 2, sym_line_comment, sym_block_comment, - [88949] = 6, + [89028] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6474), 1, - anon_sym_GT, - ACTIONS(6476), 1, - anon_sym_COMMA, - STATE(3048), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(4151), 1, + anon_sym_LT2, + ACTIONS(4962), 1, + anon_sym_COLON_COLON, + STATE(1674), 1, + sym_type_arguments, STATE(3035), 2, sym_line_comment, sym_block_comment, - [88969] = 6, + [89048] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(4831), 1, - anon_sym_COLON, - STATE(2550), 1, - sym_trait_bounds, STATE(3036), 2, sym_line_comment, sym_block_comment, - [88989] = 5, + ACTIONS(5004), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89064] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6478), 2, - anon_sym_RBRACE, + ACTIONS(5546), 1, + anon_sym_GT, + ACTIONS(5548), 1, anon_sym_COMMA, + STATE(3117), 1, + aux_sym_type_parameters_repeat1, STATE(3037), 2, sym_line_comment, sym_block_comment, - [89007] = 6, + [89084] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3576), 1, - anon_sym_LBRACE, - ACTIONS(6480), 1, - anon_sym_COLON_COLON, - STATE(1535), 1, - sym_field_initializer_list, STATE(3038), 2, sym_line_comment, sym_block_comment, - [89027] = 4, + ACTIONS(5659), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89100] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(3039), 2, + ACTIONS(6476), 1, + anon_sym_RBRACE, + ACTIONS(6478), 1, + anon_sym_COMMA, + STATE(3039), 3, sym_line_comment, sym_block_comment, - ACTIONS(1023), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [89043] = 6, + aux_sym_use_list_repeat1, + [89118] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1665), 1, - anon_sym_GT, - ACTIONS(6482), 1, - anon_sym_COMMA, - STATE(3051), 1, - aux_sym_type_arguments_repeat1, STATE(3040), 2, sym_line_comment, sym_block_comment, - [89063] = 6, + ACTIONS(4966), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89134] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1665), 1, - anon_sym_GT, - ACTIONS(6482), 1, - anon_sym_COMMA, - STATE(3065), 1, - aux_sym_type_arguments_repeat1, STATE(3041), 2, sym_line_comment, sym_block_comment, - [89083] = 5, + ACTIONS(4972), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89150] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6484), 1, - anon_sym_RBRACE, - ACTIONS(6486), 1, - anon_sym_COMMA, - STATE(3042), 3, + ACTIONS(6481), 1, + sym_identifier, + ACTIONS(6483), 1, + anon_sym_await, + ACTIONS(6485), 1, + sym_integer_literal, + STATE(3042), 2, sym_line_comment, sym_block_comment, - aux_sym_field_declaration_list_repeat1, - [89101] = 6, + [89170] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1377), 1, - anon_sym_RPAREN, - ACTIONS(5646), 1, + ACTIONS(1659), 1, + anon_sym_GT, + ACTIONS(6487), 1, anon_sym_COMMA, - STATE(3098), 1, - aux_sym_parameters_repeat1, + STATE(3047), 1, + aux_sym_type_arguments_repeat1, STATE(3043), 2, sym_line_comment, sym_block_comment, - [89121] = 6, + [89190] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6489), 1, - anon_sym_RBRACE, - ACTIONS(6491), 1, + ACTIONS(1659), 1, + anon_sym_GT, + ACTIONS(6487), 1, anon_sym_COMMA, - STATE(3121), 1, - aux_sym_field_declaration_list_repeat1, + STATE(3066), 1, + aux_sym_type_arguments_repeat1, STATE(3044), 2, sym_line_comment, sym_block_comment, - [89141] = 6, + [89210] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1377), 1, - anon_sym_RPAREN, - ACTIONS(5646), 1, - anon_sym_COMMA, - STATE(3052), 1, - aux_sym_parameters_repeat1, STATE(3045), 2, sym_line_comment, sym_block_comment, - [89161] = 5, + ACTIONS(4980), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89226] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6493), 1, - anon_sym_RBRACE, - ACTIONS(6495), 1, - anon_sym_COMMA, - STATE(3046), 3, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6489), 1, + anon_sym_SEMI, + STATE(582), 1, + sym_declaration_list, + STATE(3046), 2, sym_line_comment, sym_block_comment, - aux_sym_use_list_repeat1, - [89179] = 6, + [89246] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5715), 1, + ACTIONS(1649), 1, + anon_sym_GT, + ACTIONS(6491), 1, anon_sym_COMMA, - ACTIONS(6498), 1, - anon_sym_PIPE, - STATE(3087), 1, - aux_sym_closure_parameters_repeat1, + STATE(3066), 1, + aux_sym_type_arguments_repeat1, STATE(3047), 2, sym_line_comment, sym_block_comment, - [89199] = 6, + [89266] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6146), 1, - anon_sym_GT, - ACTIONS(6500), 1, - anon_sym_COMMA, - STATE(3140), 1, - aux_sym_use_bounds_repeat1, STATE(3048), 2, sym_line_comment, sym_block_comment, - [89219] = 6, + ACTIONS(4982), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89282] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6502), 1, - anon_sym_SEMI, - STATE(515), 1, - sym_declaration_list, STATE(3049), 2, sym_line_comment, sym_block_comment, - [89239] = 6, + ACTIONS(5000), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89298] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5114), 1, - anon_sym_RBRACE, - ACTIONS(6504), 1, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6493), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(3042), 1, - aux_sym_field_declaration_list_repeat1, STATE(3050), 2, sym_line_comment, sym_block_comment, - [89259] = 6, + [89316] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1663), 1, - anon_sym_GT, - ACTIONS(6506), 1, - anon_sym_COMMA, - STATE(3065), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4814), 1, + anon_sym_COLON, + ACTIONS(4946), 1, + anon_sym_COLON_COLON, + STATE(2537), 1, + sym_trait_bounds, STATE(3051), 2, sym_line_comment, sym_block_comment, - [89279] = 6, + [89336] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1369), 1, - anon_sym_RPAREN, - ACTIONS(6508), 1, - anon_sym_COMMA, - STATE(3098), 1, - aux_sym_parameters_repeat1, + ACTIONS(6495), 1, + anon_sym_move, + STATE(244), 1, + sym_closure_parameters, STATE(3052), 2, sym_line_comment, sym_block_comment, - [89299] = 5, + [89356] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5711), 1, - anon_sym_COLON, - ACTIONS(6510), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(6497), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, STATE(3053), 2, sym_line_comment, sym_block_comment, - [89317] = 4, + [89376] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6499), 1, + anon_sym_SEMI, + ACTIONS(6501), 1, + anon_sym_RBRACK, STATE(3054), 2, sym_line_comment, sym_block_comment, - ACTIONS(5043), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89333] = 6, + [89396] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(4969), 1, - anon_sym_LBRACE, - STATE(2026), 1, - sym_type_arguments, - STATE(3055), 2, + ACTIONS(6493), 1, + anon_sym_RPAREN, + ACTIONS(6503), 1, + anon_sym_COMMA, + STATE(3055), 3, sym_line_comment, sym_block_comment, - [89353] = 5, + aux_sym_tuple_pattern_repeat1, + [89414] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6514), 1, - anon_sym_EQ, - ACTIONS(6512), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6506), 1, + anon_sym_SEMI, + STATE(508), 1, + sym_declaration_list, STATE(3056), 2, sym_line_comment, sym_block_comment, - [89371] = 6, + [89434] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5135), 1, - anon_sym_RBRACE, - ACTIONS(6516), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6508), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(3175), 1, - aux_sym_enum_variant_list_repeat2, STATE(3057), 2, sym_line_comment, sym_block_comment, - [89391] = 4, + [89452] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6510), 1, + anon_sym_SEMI, + STATE(510), 1, + sym_declaration_list, STATE(3058), 2, sym_line_comment, sym_block_comment, - ACTIONS(5045), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89407] = 6, + [89472] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5135), 1, - anon_sym_RBRACE, - ACTIONS(6516), 1, - anon_sym_COMMA, - STATE(3179), 1, - aux_sym_enum_variant_list_repeat2, STATE(3059), 2, sym_line_comment, sym_block_comment, - [89427] = 6, + ACTIONS(6512), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [89488] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6518), 1, - anon_sym_GT, - ACTIONS(6520), 1, - anon_sym_COMMA, - STATE(3029), 1, - aux_sym_use_bounds_repeat1, STATE(3060), 2, sym_line_comment, sym_block_comment, - [89447] = 6, + ACTIONS(4914), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89504] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6522), 1, - anon_sym_SEMI, - STATE(3538), 1, - sym_where_clause, + ACTIONS(1661), 1, + anon_sym_GT, + ACTIONS(6514), 1, + anon_sym_COMMA, + STATE(3064), 1, + aux_sym_type_arguments_repeat1, STATE(3061), 2, sym_line_comment, sym_block_comment, - [89467] = 6, + [89524] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1655), 1, + ACTIONS(1661), 1, anon_sym_GT, - ACTIONS(6524), 1, + ACTIONS(6514), 1, anon_sym_COMMA, - STATE(3065), 1, + STATE(3066), 1, aux_sym_type_arguments_repeat1, STATE(3062), 2, sym_line_comment, sym_block_comment, - [89487] = 5, + [89544] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6526), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(6516), 1, + anon_sym_COLON_COLON, + STATE(2026), 1, + sym_type_arguments, STATE(3063), 2, sym_line_comment, sym_block_comment, - [89505] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [89564] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6528), 1, - anon_sym_move, - STATE(248), 1, - sym_closure_parameters, + ACTIONS(1627), 1, + anon_sym_GT, + ACTIONS(6518), 1, + anon_sym_COMMA, + STATE(3066), 1, + aux_sym_type_arguments_repeat1, STATE(3064), 2, sym_line_comment, sym_block_comment, - [89525] = 5, + [89584] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5797), 1, - anon_sym_GT, - ACTIONS(6530), 1, + ACTIONS(3133), 1, + anon_sym_RPAREN, + ACTIONS(6520), 1, anon_sym_COMMA, - STATE(3065), 3, + STATE(2795), 1, + aux_sym_slice_pattern_repeat1, + STATE(3065), 2, sym_line_comment, sym_block_comment, - aux_sym_type_arguments_repeat1, - [89543] = 6, + [89604] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6533), 1, - anon_sym_SEMI, - ACTIONS(6535), 1, - anon_sym_RBRACK, - STATE(3066), 2, + ACTIONS(5714), 1, + anon_sym_GT, + ACTIONS(6522), 1, + anon_sym_COMMA, + STATE(3066), 3, sym_line_comment, sym_block_comment, - [89563] = 4, + aux_sym_type_arguments_repeat1, + [89622] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6527), 1, + anon_sym_COLON, + ACTIONS(6525), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3067), 2, sym_line_comment, sym_block_comment, - ACTIONS(5615), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [89579] = 4, + [89640] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6529), 1, + anon_sym_RPAREN, + ACTIONS(6531), 1, + anon_sym_COMMA, + STATE(2994), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(3068), 2, sym_line_comment, sym_block_comment, - ACTIONS(5047), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89595] = 6, + [89660] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - ACTIONS(5112), 1, - anon_sym_COLON_COLON, - STATE(1659), 1, - sym_type_arguments, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6533), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3069), 2, sym_line_comment, sym_block_comment, - [89615] = 5, + [89678] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6539), 1, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(4814), 1, anon_sym_COLON, - ACTIONS(6537), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + STATE(2537), 1, + sym_trait_bounds, STATE(3070), 2, sym_line_comment, sym_block_comment, - [89633] = 5, + [89698] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(6541), 2, + ACTIONS(6537), 1, + anon_sym_COLON, + ACTIONS(6535), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(3071), 2, sym_line_comment, sym_block_comment, - [89651] = 4, + [89716] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5321), 1, + anon_sym_RBRACE, + ACTIONS(6539), 1, + anon_sym_COMMA, + STATE(3095), 1, + aux_sym_struct_pattern_repeat1, STATE(3072), 2, sym_line_comment, sym_block_comment, - ACTIONS(5049), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89667] = 5, + [89736] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6543), 2, - anon_sym_GT, - anon_sym_COMMA, STATE(3073), 2, sym_line_comment, sym_block_comment, - [89685] = 5, + ACTIONS(6541), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89752] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6545), 1, - anon_sym_RBRACE, - ACTIONS(6547), 1, + ACTIONS(3145), 1, + anon_sym_RPAREN, + ACTIONS(6543), 1, anon_sym_COMMA, - STATE(3074), 3, + STATE(2795), 1, + aux_sym_slice_pattern_repeat1, + STATE(3074), 2, sym_line_comment, sym_block_comment, - aux_sym_struct_pattern_repeat1, - [89703] = 6, + [89772] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1649), 1, - anon_sym_GT, - ACTIONS(6550), 1, - anon_sym_COMMA, - STATE(3079), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6545), 1, + anon_sym_SEMI, + STATE(660), 1, + sym_declaration_list, STATE(3075), 2, sym_line_comment, sym_block_comment, - [89723] = 6, + [89792] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1649), 1, - anon_sym_GT, - ACTIONS(6550), 1, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6547), 2, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(3065), 1, - aux_sym_type_arguments_repeat1, STATE(3076), 2, sym_line_comment, sym_block_comment, - [89743] = 6, + [89810] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6552), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6549), 1, anon_sym_SEMI, - STATE(517), 1, - sym_declaration_list, + ACTIONS(6551), 1, + anon_sym_EQ, STATE(3077), 2, sym_line_comment, sym_block_comment, - [89763] = 5, + [89830] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6556), 1, - anon_sym_COLON, - ACTIONS(6554), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(3561), 1, + anon_sym_LBRACE, + ACTIONS(6553), 1, + anon_sym_COLON_COLON, + STATE(1532), 1, + sym_field_initializer_list, STATE(3078), 2, sym_line_comment, sym_block_comment, - [89781] = 6, + [89850] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1653), 1, - anon_sym_GT, - ACTIONS(6558), 1, - anon_sym_COMMA, - STATE(3065), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(6555), 1, + anon_sym_LPAREN, + ACTIONS(6557), 1, + anon_sym_LBRACK, + ACTIONS(6559), 1, + anon_sym_LBRACE, STATE(3079), 2, sym_line_comment, sym_block_comment, - [89801] = 6, + [89870] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6560), 1, - anon_sym_RBRACE, - ACTIONS(6562), 1, - anon_sym_COMMA, - STATE(3149), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(6561), 1, + anon_sym_LPAREN, + ACTIONS(6563), 1, + anon_sym_LBRACK, + ACTIONS(6565), 1, + anon_sym_LBRACE, STATE(3080), 2, sym_line_comment, sym_block_comment, - [89821] = 4, + [89890] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6567), 1, + anon_sym_SEMI, + STATE(634), 1, + sym_declaration_list, STATE(3081), 2, sym_line_comment, sym_block_comment, - ACTIONS(1501), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89837] = 5, + [89910] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6564), 1, - anon_sym_GT, - ACTIONS(6566), 1, - anon_sym_COMMA, - STATE(3082), 3, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(6569), 1, + anon_sym_LBRACE, + STATE(2025), 1, + sym_type_arguments, + STATE(3082), 2, sym_line_comment, sym_block_comment, - aux_sym_type_parameters_repeat1, - [89855] = 6, + [89930] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4853), 1, - anon_sym_GT, - ACTIONS(6569), 1, + ACTIONS(5395), 1, + anon_sym_RBRACE, + ACTIONS(6571), 1, anon_sym_COMMA, - STATE(3082), 1, - aux_sym_type_parameters_repeat1, + STATE(3095), 1, + aux_sym_struct_pattern_repeat1, STATE(3083), 2, sym_line_comment, sym_block_comment, - [89875] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [89950] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6571), 1, - anon_sym_move, - STATE(256), 1, - sym_closure_parameters, + ACTIONS(5790), 1, + anon_sym_COMMA, + ACTIONS(6573), 1, + anon_sym_PIPE, + STATE(2887), 1, + aux_sym_closure_parameters_repeat1, STATE(3084), 2, sym_line_comment, sym_block_comment, - [89895] = 6, + [89970] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6573), 1, - anon_sym_SEMI, - STATE(632), 1, - sym_declaration_list, + ACTIONS(1011), 1, + anon_sym_RBRACK, + ACTIONS(4309), 1, + anon_sym_COMMA, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(3085), 2, sym_line_comment, sym_block_comment, - [89915] = 6, + [89990] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, + ACTIONS(4970), 1, + anon_sym_LBRACE, ACTIONS(6575), 1, anon_sym_SEMI, - STATE(3614), 1, - sym_where_clause, + STATE(728), 1, + sym_declaration_list, STATE(3086), 2, sym_line_comment, sym_block_comment, - [89935] = 5, + [90010] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6510), 1, - anon_sym_PIPE, ACTIONS(6577), 1, + anon_sym_RPAREN, + ACTIONS(6579), 1, anon_sym_COMMA, - STATE(3087), 3, + STATE(2994), 1, + aux_sym_ordered_field_declaration_list_repeat1, + STATE(3087), 2, sym_line_comment, sym_block_comment, - aux_sym_closure_parameters_repeat1, - [89953] = 4, + [90030] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6581), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3088), 2, sym_line_comment, sym_block_comment, - ACTIONS(6580), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [89969] = 6, + [90048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6582), 1, - anon_sym_SEMI, - STATE(638), 1, - sym_declaration_list, - STATE(3089), 2, + ACTIONS(6581), 1, + anon_sym_RPAREN, + ACTIONS(6583), 1, + anon_sym_COMMA, + STATE(3089), 3, sym_line_comment, sym_block_comment, - [89989] = 4, + aux_sym_tuple_type_repeat1, + [90066] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -189586,536 +189649,542 @@ static const uint16_t ts_small_parse_table[] = { STATE(3090), 2, sym_line_comment, sym_block_comment, - ACTIONS(4871), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90005] = 5, + ACTIONS(6586), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [90082] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6584), 1, - anon_sym_AMP_AMP, - ACTIONS(4502), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, STATE(3091), 2, sym_line_comment, sym_block_comment, - [90023] = 5, + ACTIONS(6588), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [90098] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4769), 1, - anon_sym_COLON_COLON, - ACTIONS(5524), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(3092), 2, sym_line_comment, sym_block_comment, - [90041] = 6, + ACTIONS(5034), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [90114] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(5061), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, + ACTIONS(1832), 1, + anon_sym_RPAREN, + ACTIONS(6590), 1, + anon_sym_COMMA, + STATE(3055), 1, + aux_sym_tuple_pattern_repeat1, STATE(3093), 2, sym_line_comment, sym_block_comment, - [90061] = 6, + [90134] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6586), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(6592), 1, + anon_sym_GT, + ACTIONS(6594), 1, + anon_sym_COMMA, + STATE(2897), 1, + aux_sym_type_parameters_repeat1, STATE(3094), 2, sym_line_comment, sym_block_comment, - [90081] = 6, + [90154] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6588), 1, - anon_sym_SEMI, - STATE(776), 1, - sym_declaration_list, - STATE(3095), 2, + ACTIONS(6596), 1, + anon_sym_RBRACE, + ACTIONS(6598), 1, + anon_sym_COMMA, + STATE(3095), 3, sym_line_comment, sym_block_comment, - [90101] = 4, + aux_sym_struct_pattern_repeat1, + [90172] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6601), 1, + anon_sym_move, + STATE(236), 1, + sym_closure_parameters, STATE(3096), 2, sym_line_comment, sym_block_comment, - ACTIONS(4961), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90117] = 5, + [90192] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6011), 2, - anon_sym_RPAREN, + ACTIONS(3131), 1, + anon_sym_RBRACK, + ACTIONS(6603), 1, anon_sym_COMMA, + STATE(2795), 1, + aux_sym_slice_pattern_repeat1, STATE(3097), 2, sym_line_comment, sym_block_comment, - [90135] = 5, + [90212] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6011), 1, + ACTIONS(1375), 1, anon_sym_RPAREN, - ACTIONS(6590), 1, + ACTIONS(5746), 1, anon_sym_COMMA, - STATE(3098), 3, + STATE(3140), 1, + aux_sym_parameters_repeat1, + STATE(3098), 2, sym_line_comment, sym_block_comment, - aux_sym_parameters_repeat1, - [90153] = 6, + [90232] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6593), 1, - sym_identifier, - ACTIONS(6595), 1, - anon_sym_ref, - ACTIONS(6597), 1, - sym_mutable_specifier, STATE(3099), 2, sym_line_comment, sym_block_comment, - [90173] = 6, + ACTIONS(6605), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [90248] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, - ACTIONS(4993), 1, - anon_sym_BANG, - ACTIONS(6599), 1, - sym_identifier, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6607), 1, + anon_sym_SEMI, + STATE(1175), 1, + sym_declaration_list, STATE(3100), 2, sym_line_comment, sym_block_comment, - [90193] = 5, + [90268] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(6601), 2, + ACTIONS(6609), 1, anon_sym_RBRACE, + ACTIONS(6611), 1, anon_sym_COMMA, - STATE(3101), 2, + STATE(3101), 3, sym_line_comment, sym_block_comment, - [90211] = 4, + aux_sym_field_initializer_list_repeat1, + [90286] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6614), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3102), 2, sym_line_comment, sym_block_comment, - ACTIONS(6603), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90227] = 5, + [90304] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6584), 1, - anon_sym_AMP_AMP, - ACTIONS(6605), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, STATE(3103), 2, sym_line_comment, sym_block_comment, - [90245] = 6, + ACTIONS(1005), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [90320] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4206), 1, - anon_sym_LBRACE, - ACTIONS(6607), 1, - anon_sym_COLON_COLON, - STATE(1752), 1, - sym_field_initializer_list, + ACTIONS(1375), 1, + anon_sym_RPAREN, + ACTIONS(5746), 1, + anon_sym_COMMA, + STATE(3160), 1, + aux_sym_parameters_repeat1, STATE(3104), 2, sym_line_comment, sym_block_comment, - [90265] = 6, + [90340] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3576), 1, - anon_sym_LBRACE, - ACTIONS(6609), 1, - anon_sym_COLON_COLON, - STATE(1535), 1, - sym_field_initializer_list, + ACTIONS(995), 1, + anon_sym_RPAREN, + ACTIONS(6616), 1, + anon_sym_COMMA, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(3105), 2, sym_line_comment, sym_block_comment, - [90285] = 6, + [90360] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_LPAREN, - ACTIONS(6613), 1, - anon_sym_LBRACK, - ACTIONS(6615), 1, - anon_sym_LBRACE, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(6618), 1, + anon_sym_GT, + STATE(3462), 1, + sym_lifetime, STATE(3106), 2, sym_line_comment, sym_block_comment, - [90305] = 6, + [90380] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6617), 1, - anon_sym_LPAREN, - ACTIONS(6619), 1, - anon_sym_LBRACK, - ACTIONS(6621), 1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5010), 1, anon_sym_LBRACE, + STATE(2025), 1, + sym_type_arguments, STATE(3107), 2, sym_line_comment, sym_block_comment, - [90325] = 6, + [90400] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6623), 1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6620), 1, anon_sym_SEMI, - STATE(589), 1, - sym_declaration_list, + STATE(3797), 1, + sym_where_clause, STATE(3108), 2, sym_line_comment, sym_block_comment, - [90345] = 6, + [90420] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6625), 1, - anon_sym_SEMI, - ACTIONS(6627), 1, - anon_sym_EQ, + ACTIONS(6618), 1, + anon_sym_GT, + ACTIONS(6622), 1, + anon_sym_COMMA, + STATE(3170), 1, + aux_sym_for_lifetimes_repeat1, STATE(3109), 2, sym_line_comment, sym_block_comment, - [90365] = 6, + [90440] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6629), 1, - anon_sym_LBRACE, - STATE(2026), 1, - sym_type_arguments, - STATE(3110), 2, + ACTIONS(6347), 1, + anon_sym_PIPE, + ACTIONS(6624), 1, + anon_sym_COMMA, + STATE(3110), 3, sym_line_comment, sym_block_comment, - [90385] = 6, + aux_sym_closure_parameters_repeat1, + [90458] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3152), 1, - anon_sym_RBRACK, - ACTIONS(6631), 1, - anon_sym_COMMA, - STATE(2742), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(6627), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, STATE(3111), 2, sym_line_comment, sym_block_comment, - [90405] = 6, + [90478] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6633), 1, - anon_sym_SEMI, - STATE(534), 1, - sym_declaration_list, + ACTIONS(6091), 1, + anon_sym_GT, + ACTIONS(6629), 1, + anon_sym_COMMA, + STATE(3186), 1, + aux_sym_use_bounds_repeat1, STATE(3112), 2, sym_line_comment, sym_block_comment, - [90425] = 6, + [90498] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1361), 1, - anon_sym_RPAREN, - ACTIONS(6635), 1, + ACTIONS(6093), 1, + anon_sym_GT, + ACTIONS(6631), 1, anon_sym_COMMA, - STATE(3098), 1, - aux_sym_parameters_repeat1, + STATE(3186), 1, + aux_sym_use_bounds_repeat1, STATE(3113), 2, sym_line_comment, sym_block_comment, - [90445] = 6, + [90518] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - anon_sym_RPAREN, - ACTIONS(6639), 1, - anon_sym_COMMA, - STATE(3033), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6633), 1, + anon_sym_SEMI, + STATE(3525), 1, + sym_where_clause, STATE(3114), 2, sym_line_comment, sym_block_comment, - [90465] = 6, + [90538] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(6641), 1, + ACTIONS(6635), 1, + anon_sym_EQ, + ACTIONS(6637), 2, anon_sym_GT, - STATE(3351), 1, - sym_lifetime, + anon_sym_COMMA, STATE(3115), 2, sym_line_comment, sym_block_comment, - [90485] = 5, + [90556] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6639), 1, + sym_identifier, + ACTIONS(6641), 1, + anon_sym_ref, ACTIONS(6643), 1, - anon_sym_GT, - ACTIONS(6645), 1, - anon_sym_COMMA, - STATE(3116), 3, + sym_mutable_specifier, + STATE(3116), 2, sym_line_comment, sym_block_comment, - aux_sym_for_lifetimes_repeat1, - [90503] = 6, + [90576] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6648), 1, - anon_sym_RBRACE, - ACTIONS(6650), 1, + ACTIONS(4836), 1, + anon_sym_GT, + ACTIONS(6645), 1, anon_sym_COMMA, - STATE(2985), 1, - aux_sym_struct_pattern_repeat1, + STATE(3144), 1, + aux_sym_type_parameters_repeat1, STATE(3117), 2, sym_line_comment, sym_block_comment, - [90523] = 4, + [90596] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4774), 1, + anon_sym_COLON_COLON, + ACTIONS(5527), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3118), 2, sym_line_comment, sym_block_comment, - ACTIONS(6652), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90539] = 6, + [90614] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6654), 1, - anon_sym_LPAREN, - ACTIONS(6656), 1, - anon_sym_LBRACK, - ACTIONS(6658), 1, - anon_sym_LBRACE, + ACTIONS(4836), 1, + anon_sym_GT, + ACTIONS(6645), 1, + anon_sym_COMMA, + STATE(3145), 1, + aux_sym_type_parameters_repeat1, STATE(3119), 2, sym_line_comment, sym_block_comment, - [90559] = 6, + [90634] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4516), 1, + ACTIONS(6649), 1, + anon_sym_EQ, + ACTIONS(6647), 2, anon_sym_RBRACE, - ACTIONS(6660), 1, anon_sym_COMMA, - STATE(3046), 1, - aux_sym_use_list_repeat1, STATE(3120), 2, sym_line_comment, sym_block_comment, - [90579] = 6, + [90652] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5085), 1, - anon_sym_RBRACE, - ACTIONS(6662), 1, - anon_sym_COMMA, - STATE(3042), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6651), 1, + anon_sym_SEMI, + ACTIONS(6653), 1, + anon_sym_RBRACK, STATE(3121), 2, sym_line_comment, sym_block_comment, - [90599] = 6, + [90672] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5085), 1, + ACTIONS(5148), 1, anon_sym_RBRACE, - ACTIONS(6662), 1, + ACTIONS(6655), 1, anon_sym_COMMA, - STATE(3050), 1, - aux_sym_field_declaration_list_repeat1, + STATE(3029), 1, + aux_sym_enum_variant_list_repeat2, STATE(3122), 2, sym_line_comment, sym_block_comment, - [90619] = 4, + [90692] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5148), 1, + anon_sym_RBRACE, + ACTIONS(6655), 1, + anon_sym_COMMA, + STATE(2910), 1, + aux_sym_enum_variant_list_repeat2, STATE(3123), 2, sym_line_comment, sym_block_comment, - ACTIONS(6664), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90635] = 6, + [90712] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6666), 1, - anon_sym_LPAREN, - ACTIONS(6668), 1, - anon_sym_LBRACK, - ACTIONS(6670), 1, - anon_sym_LBRACE, + ACTIONS(6657), 1, + anon_sym_RBRACE, + ACTIONS(6659), 1, + anon_sym_COMMA, + STATE(2911), 1, + aux_sym_field_initializer_list_repeat1, STATE(3124), 2, sym_line_comment, sym_block_comment, - [90655] = 6, + [90732] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6672), 1, - anon_sym_SEMI, - STATE(1312), 1, - sym_declaration_list, + ACTIONS(4884), 1, + anon_sym_COLON_COLON, + ACTIONS(5044), 1, + anon_sym_BANG, + ACTIONS(6661), 1, + sym_identifier, STATE(3125), 2, sym_line_comment, sym_block_comment, - [90675] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [90752] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6674), 1, - anon_sym_move, - STATE(219), 1, - sym_closure_parameters, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(6663), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, STATE(3126), 2, sym_line_comment, sym_block_comment, - [90695] = 4, + [90772] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4960), 1, + anon_sym_LBRACE, + ACTIONS(6665), 1, + anon_sym_SEMI, + STATE(1196), 1, + sym_declaration_list, STATE(3127), 2, sym_line_comment, sym_block_comment, - ACTIONS(4955), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90711] = 4, + [90792] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6667), 1, + anon_sym_LPAREN, + ACTIONS(6669), 1, + anon_sym_LBRACK, + ACTIONS(6671), 1, + anon_sym_LBRACE, STATE(3128), 2, sym_line_comment, sym_block_comment, - ACTIONS(4957), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90727] = 4, + [90812] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1001), 1, + anon_sym_RBRACK, + ACTIONS(4271), 1, + anon_sym_COMMA, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(3129), 2, sym_line_comment, sym_block_comment, - ACTIONS(6676), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90743] = 4, + [90832] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -190123,86 +190192,94 @@ static const uint16_t ts_small_parse_table[] = { STATE(3130), 2, sym_line_comment, sym_block_comment, - ACTIONS(4959), 3, + ACTIONS(4649), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [90759] = 4, + [90848] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6673), 1, + anon_sym_GT, + ACTIONS(6675), 1, + anon_sym_COMMA, + STATE(3109), 1, + aux_sym_for_lifetimes_repeat1, STATE(3131), 2, sym_line_comment, sym_block_comment, - ACTIONS(4963), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90775] = 4, + [90868] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6677), 1, + anon_sym_SEMI, + STATE(524), 1, + sym_declaration_list, STATE(3132), 2, sym_line_comment, sym_block_comment, - ACTIONS(4965), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90791] = 4, + [90888] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6679), 1, + anon_sym_SEMI, + STATE(572), 1, + sym_declaration_list, STATE(3133), 2, sym_line_comment, sym_block_comment, - ACTIONS(4967), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [90807] = 4, + [90908] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6681), 1, + anon_sym_SEMI, + STATE(3578), 1, + sym_where_clause, STATE(3134), 2, sym_line_comment, sym_block_comment, - ACTIONS(6678), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90823] = 5, + [90928] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(6680), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6683), 1, + anon_sym_LPAREN, + ACTIONS(6685), 1, + anon_sym_LBRACK, + ACTIONS(6687), 1, + anon_sym_LBRACE, STATE(3135), 2, sym_line_comment, sym_block_comment, - [90841] = 6, + [90948] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6682), 1, - sym_identifier, - ACTIONS(6684), 1, - anon_sym_await, - ACTIONS(6686), 1, - sym_integer_literal, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6689), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3136), 2, sym_line_comment, sym_block_comment, - [90861] = 4, + [90966] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -190210,7557 +190287,7521 @@ static const uint16_t ts_small_parse_table[] = { STATE(3137), 2, sym_line_comment, sym_block_comment, - ACTIONS(6688), 3, + ACTIONS(6691), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, - [90877] = 5, + [90982] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4769), 1, - anon_sym_COLON_COLON, - ACTIONS(6690), 2, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6101), 2, anon_sym_RPAREN, anon_sym_COMMA, STATE(3138), 2, sym_line_comment, sym_block_comment, - [90895] = 4, + [91000] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6693), 1, + anon_sym_SEMI, + STATE(574), 1, + sym_declaration_list, STATE(3139), 2, sym_line_comment, sym_block_comment, - ACTIONS(6692), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90911] = 5, + [91020] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6694), 1, - anon_sym_GT, - ACTIONS(6696), 1, + ACTIONS(6101), 1, + anon_sym_RPAREN, + ACTIONS(6695), 1, anon_sym_COMMA, STATE(3140), 3, sym_line_comment, sym_block_comment, - aux_sym_use_bounds_repeat1, - [90929] = 5, + aux_sym_parameters_repeat1, + [91038] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6040), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(3141), 2, sym_line_comment, sym_block_comment, - [90947] = 4, + ACTIONS(5012), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91054] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6698), 1, + anon_sym_SEMI, + ACTIONS(6700), 1, + anon_sym_EQ, STATE(3142), 2, sym_line_comment, sym_block_comment, - ACTIONS(6699), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [90963] = 6, + [91074] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(941), 1, - anon_sym_RBRACK, - ACTIONS(4240), 1, - anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, STATE(3143), 2, sym_line_comment, sym_block_comment, - [90983] = 5, + ACTIONS(6702), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91090] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6701), 1, - anon_sym_EQ, - ACTIONS(6703), 2, + ACTIONS(6704), 1, anon_sym_GT, + ACTIONS(6706), 1, anon_sym_COMMA, - STATE(3144), 2, + STATE(3144), 3, sym_line_comment, sym_block_comment, - [91001] = 6, + aux_sym_type_parameters_repeat1, + [91108] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5870), 1, - anon_sym_RPAREN, - ACTIONS(5872), 1, + ACTIONS(4862), 1, + anon_sym_GT, + ACTIONS(6709), 1, anon_sym_COMMA, - STATE(3185), 1, - aux_sym_tuple_pattern_repeat1, + STATE(3144), 1, + aux_sym_type_parameters_repeat1, STATE(3145), 2, sym_line_comment, sym_block_comment, - [91021] = 6, + [91128] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - ACTIONS(5914), 1, - sym_identifier, - STATE(3383), 1, - sym_lifetime, + ACTIONS(5705), 1, + anon_sym_RPAREN, + ACTIONS(5707), 1, + anon_sym_COMMA, + STATE(3098), 1, + aux_sym_parameters_repeat1, STATE(3146), 2, sym_line_comment, sym_block_comment, - [91041] = 6, + [91148] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1035), 1, - anon_sym_RBRACK, - ACTIONS(4338), 1, - anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6711), 1, + anon_sym_SEMI, + STATE(689), 1, + sym_declaration_list, STATE(3147), 2, sym_line_comment, sym_block_comment, - [91061] = 6, + [91168] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4851), 1, - anon_sym_GT, - ACTIONS(6705), 1, + ACTIONS(4461), 1, + anon_sym_RBRACE, + ACTIONS(6713), 1, anon_sym_COMMA, - STATE(3082), 1, - aux_sym_type_parameters_repeat1, + STATE(3039), 1, + aux_sym_use_list_repeat1, STATE(3148), 2, sym_line_comment, sym_block_comment, - [91081] = 6, + [91188] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5031), 1, - anon_sym_RBRACE, - ACTIONS(6707), 1, - anon_sym_COMMA, - STATE(2906), 1, - aux_sym_field_initializer_list_repeat1, STATE(3149), 2, sym_line_comment, sym_block_comment, - [91101] = 6, + ACTIONS(4956), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91204] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6709), 1, - anon_sym_SEMI, - ACTIONS(6711), 1, - anon_sym_RBRACK, STATE(3150), 2, sym_line_comment, sym_block_comment, - [91121] = 6, + ACTIONS(4976), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91220] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6713), 1, - anon_sym_SEMI, - STATE(683), 1, - sym_declaration_list, + ACTIONS(5008), 1, + anon_sym_move, + STATE(242), 1, + sym_closure_parameters, STATE(3151), 2, sym_line_comment, sym_block_comment, - [91141] = 6, + [91240] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6715), 1, - anon_sym_SEMI, - STATE(3608), 1, - sym_where_clause, STATE(3152), 2, sym_line_comment, sym_block_comment, - [91161] = 5, + ACTIONS(4974), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91256] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6719), 1, - anon_sym_COLON, - ACTIONS(6717), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(3153), 2, sym_line_comment, sym_block_comment, - [91179] = 6, + ACTIONS(5060), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91272] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6721), 1, - anon_sym_COLON_COLON, - STATE(2024), 1, - sym_type_arguments, STATE(3154), 2, sym_line_comment, sym_block_comment, - [91199] = 6, + ACTIONS(5002), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91288] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6723), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6715), 1, + anon_sym_SEMI, + STATE(698), 1, + sym_declaration_list, STATE(3155), 2, sym_line_comment, sym_block_comment, - [91219] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [91308] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6725), 1, - anon_sym_move, - STATE(232), 1, - sym_closure_parameters, STATE(3156), 2, sym_line_comment, sym_block_comment, - [91239] = 6, + ACTIONS(5064), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91324] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4851), 1, - anon_sym_GT, - ACTIONS(6705), 1, - anon_sym_COMMA, - STATE(3083), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6717), 1, + anon_sym_SEMI, + STATE(3615), 1, + sym_where_clause, STATE(3157), 2, sym_line_comment, sym_block_comment, - [91259] = 6, + [91344] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - ACTIONS(6727), 1, + ACTIONS(6719), 1, anon_sym_SEMI, - STATE(757), 1, + STATE(580), 1, sym_declaration_list, STATE(3158), 2, sym_line_comment, sym_block_comment, - [91279] = 6, + [91364] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6729), 1, - anon_sym_SEMI, - STATE(657), 1, - sym_declaration_list, STATE(3159), 2, sym_line_comment, sym_block_comment, - [91299] = 6, + ACTIONS(6721), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91380] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6731), 1, - anon_sym_SEMI, - STATE(759), 1, - sym_declaration_list, + ACTIONS(1369), 1, + anon_sym_RPAREN, + ACTIONS(6723), 1, + anon_sym_COMMA, + STATE(3140), 1, + aux_sym_parameters_repeat1, STATE(3160), 2, sym_line_comment, sym_block_comment, - [91319] = 6, + [91400] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6733), 1, - anon_sym_GT, - ACTIONS(6735), 1, - anon_sym_COMMA, - STATE(2893), 1, - aux_sym_type_parameters_repeat1, STATE(3161), 2, sym_line_comment, sym_block_comment, - [91339] = 6, + ACTIONS(6725), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91416] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6737), 1, - anon_sym_SEMI, - STATE(1381), 1, - sym_declaration_list, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(5162), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, STATE(3162), 2, sym_line_comment, sym_block_comment, - [91359] = 6, + [91436] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1011), 1, - anon_sym_RBRACK, - ACTIONS(4278), 1, - anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6727), 1, + sym_mutable_specifier, + ACTIONS(6729), 1, + sym_self, STATE(3163), 2, sym_line_comment, sym_block_comment, - [91379] = 6, + [91456] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6739), 1, - anon_sym_SEMI, - STATE(3596), 1, - sym_where_clause, STATE(3164), 2, sym_line_comment, sym_block_comment, - [91399] = 6, + ACTIONS(6731), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91472] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6741), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(905), 1, + anon_sym_RBRACK, + ACTIONS(4341), 1, + anon_sym_COMMA, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(3165), 2, sym_line_comment, sym_block_comment, - [91419] = 6, + [91492] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3288), 1, - anon_sym_RPAREN, - ACTIONS(6743), 1, - anon_sym_COMMA, - STATE(2990), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(6733), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, STATE(3166), 2, sym_line_comment, sym_block_comment, - [91439] = 6, + [91512] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6745), 1, + ACTIONS(4970), 1, + anon_sym_LBRACE, + ACTIONS(6735), 1, anon_sym_SEMI, - STATE(3592), 1, - sym_where_clause, + STATE(516), 1, + sym_declaration_list, STATE(3167), 2, sym_line_comment, sym_block_comment, - [91459] = 6, + [91532] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, + ACTIONS(4667), 1, anon_sym_LT2, - ACTIONS(5158), 1, + ACTIONS(6737), 1, anon_sym_for, - STATE(2026), 1, + STATE(2025), 1, sym_type_arguments, STATE(3168), 2, sym_line_comment, sym_block_comment, - [91479] = 6, + [91552] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6747), 1, - anon_sym_RBRACE, - ACTIONS(6749), 1, - anon_sym_COMMA, - STATE(2903), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + ACTIONS(6739), 1, + anon_sym_GT, + STATE(3462), 1, + sym_lifetime, STATE(3169), 2, sym_line_comment, sym_block_comment, - [91499] = 6, + [91572] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6751), 1, - anon_sym_SEMI, - STATE(3520), 1, - sym_where_clause, - STATE(3170), 2, + ACTIONS(6741), 1, + anon_sym_GT, + ACTIONS(6743), 1, + anon_sym_COMMA, + STATE(3170), 3, sym_line_comment, sym_block_comment, - [91519] = 6, + aux_sym_for_lifetimes_repeat1, + [91590] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - ACTIONS(6753), 1, - anon_sym_SEMI, - STATE(1421), 1, - sym_declaration_list, + ACTIONS(5094), 1, + anon_sym_where, + ACTIONS(6746), 1, + anon_sym_EQ, + STATE(3764), 1, + sym_where_clause, STATE(3171), 2, sym_line_comment, sym_block_comment, - [91539] = 6, + [91610] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6755), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(6748), 1, + anon_sym_EQ_GT, + ACTIONS(6750), 1, + anon_sym_PIPE, + ACTIONS(6752), 1, + anon_sym_if, STATE(3172), 2, sym_line_comment, sym_block_comment, - [91559] = 4, + [91630] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6754), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3173), 2, sym_line_comment, sym_block_comment, - ACTIONS(6757), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [91575] = 6, + [91648] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6759), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, STATE(3174), 2, sym_line_comment, sym_block_comment, - [91595] = 5, + ACTIONS(6756), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91664] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6761), 1, - anon_sym_RBRACE, - ACTIONS(6763), 1, - anon_sym_COMMA, - STATE(3175), 3, + ACTIONS(4667), 1, + anon_sym_LT2, + ACTIONS(6758), 1, + anon_sym_for, + STATE(2025), 1, + sym_type_arguments, + STATE(3175), 2, sym_line_comment, sym_block_comment, - aux_sym_enum_variant_list_repeat2, - [91613] = 6, + [91684] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6766), 1, - anon_sym_EQ, - STATE(3765), 1, - sym_where_clause, + ACTIONS(6153), 1, + anon_sym_RPAREN, + ACTIONS(6155), 1, + anon_sym_COMMA, + STATE(3093), 1, + aux_sym_tuple_pattern_repeat1, STATE(3176), 2, sym_line_comment, sym_block_comment, - [91633] = 5, + [91704] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6770), 1, - anon_sym_EQ, - ACTIONS(6768), 2, - anon_sym_RBRACE, + ACTIONS(1836), 1, + anon_sym_RPAREN, + ACTIONS(6760), 1, anon_sym_COMMA, + STATE(3055), 1, + aux_sym_tuple_pattern_repeat1, STATE(3177), 2, sym_line_comment, sym_block_comment, - [91651] = 6, + [91724] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4672), 1, - anon_sym_LT2, - ACTIONS(6772), 1, - anon_sym_for, - STATE(2026), 1, - sym_type_arguments, + ACTIONS(4774), 1, + anon_sym_COLON_COLON, + ACTIONS(6762), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3178), 2, sym_line_comment, sym_block_comment, - [91671] = 6, + [91742] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5081), 1, - anon_sym_RBRACE, - ACTIONS(6774), 1, - anon_sym_COMMA, - STATE(3175), 1, - aux_sym_enum_variant_list_repeat2, STATE(3179), 2, sym_line_comment, sym_block_comment, - [91691] = 6, + ACTIONS(6764), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [91758] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6776), 1, - anon_sym_SEMI, - STATE(778), 1, - sym_declaration_list, + ACTIONS(6766), 1, + sym_identifier, + ACTIONS(6768), 1, + anon_sym_ref, + ACTIONS(6770), 1, + sym_mutable_specifier, STATE(3180), 2, sym_line_comment, sym_block_comment, - [91711] = 6, + [91778] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6778), 1, - sym_identifier, - ACTIONS(6780), 1, - anon_sym_ref, - ACTIONS(6782), 1, - sym_mutable_specifier, + ACTIONS(6774), 1, + anon_sym_COLON, + ACTIONS(6772), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3181), 2, sym_line_comment, sym_block_comment, - [91731] = 6, + [91796] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5071), 1, - anon_sym_where, - ACTIONS(6784), 1, - anon_sym_EQ, - STATE(3577), 1, - sym_where_clause, + ACTIONS(3143), 1, + anon_sym_RBRACK, + ACTIONS(6776), 1, + anon_sym_COMMA, + STATE(2795), 1, + aux_sym_slice_pattern_repeat1, STATE(3182), 2, sym_line_comment, sym_block_comment, - [91751] = 4, + [91816] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6778), 1, + anon_sym_RBRACE, + ACTIONS(6780), 1, + anon_sym_COMMA, + STATE(3072), 1, + aux_sym_struct_pattern_repeat1, STATE(3183), 2, sym_line_comment, sym_block_comment, - ACTIONS(5029), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [91767] = 6, + [91836] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(959), 1, - anon_sym_RBRACK, - ACTIONS(4304), 1, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6151), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2759), 1, - aux_sym_arguments_repeat1, STATE(3184), 2, sym_line_comment, sym_block_comment, - [91787] = 6, + [91854] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1836), 1, - anon_sym_RPAREN, - ACTIONS(6786), 1, - anon_sym_COMMA, - STATE(2956), 1, - aux_sym_tuple_pattern_repeat1, STATE(3185), 2, sym_line_comment, sym_block_comment, - [91807] = 6, + ACTIONS(5016), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91870] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3154), 1, - anon_sym_RBRACK, - ACTIONS(6788), 1, + ACTIONS(6782), 1, + anon_sym_GT, + ACTIONS(6784), 1, anon_sym_COMMA, - STATE(2742), 1, - aux_sym_slice_pattern_repeat1, - STATE(3186), 2, + STATE(3186), 3, sym_line_comment, sym_block_comment, - [91827] = 6, + aux_sym_use_bounds_repeat1, + [91888] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - ACTIONS(6790), 1, - anon_sym_SEMI, - STATE(566), 1, - sym_declaration_list, STATE(3187), 2, sym_line_comment, sym_block_comment, - [91847] = 6, + ACTIONS(5062), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [91904] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6144), 1, - anon_sym_GT, - ACTIONS(6792), 1, + ACTIONS(951), 1, + anon_sym_RBRACK, + ACTIONS(6787), 1, anon_sym_COMMA, - STATE(3140), 1, - aux_sym_use_bounds_repeat1, + STATE(2809), 1, + aux_sym_arguments_repeat1, STATE(3188), 2, sym_line_comment, sym_block_comment, - [91867] = 5, + [91924] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6794), 1, - anon_sym_SEMI, - ACTIONS(6796), 1, - anon_sym_EQ, + ACTIONS(6151), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3189), 2, sym_line_comment, sym_block_comment, - [91884] = 5, + [91939] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6798), 1, - anon_sym_RPAREN, - ACTIONS(6800), 1, - anon_sym_COLON_COLON, + ACTIONS(6412), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3190), 2, sym_line_comment, sym_block_comment, - [91901] = 5, + [91954] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6802), 1, - anon_sym_RPAREN, - ACTIONS(6804), 1, - anon_sym_COLON_COLON, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + STATE(3462), 1, + sym_lifetime, STATE(3191), 2, sym_line_comment, sym_block_comment, - [91918] = 5, + [91971] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(668), 1, - sym_enum_variant_list, + ACTIONS(4451), 1, + anon_sym_EQ_GT, + ACTIONS(6789), 1, + anon_sym_AMP_AMP, STATE(3192), 2, sym_line_comment, sym_block_comment, - [91935] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [91988] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(234), 1, - sym_closure_parameters, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(3861), 1, + anon_sym_COLON, STATE(3193), 2, sym_line_comment, sym_block_comment, - [91952] = 4, + [92005] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5414), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(724), 1, + sym_declaration_list, STATE(3194), 2, sym_line_comment, sym_block_comment, - [91967] = 5, + [92022] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6802), 1, - anon_sym_RPAREN, - ACTIONS(6806), 1, - anon_sym_COLON_COLON, + ACTIONS(6791), 1, + sym_identifier, + ACTIONS(6793), 1, + sym_mutable_specifier, STATE(3195), 2, sym_line_comment, sym_block_comment, - [91984] = 5, + [92039] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_LT, - STATE(970), 1, - sym_type_parameters, + STATE(230), 1, + sym_closure_parameters, STATE(3196), 2, sym_line_comment, sym_block_comment, - [92001] = 5, + [92056] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6802), 1, - anon_sym_RPAREN, - ACTIONS(6808), 1, - anon_sym_COLON_COLON, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(765), 1, + sym_field_declaration_list, STATE(3197), 2, sym_line_comment, sym_block_comment, - [92018] = 5, + [92073] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5968), 1, - sym_identifier, - ACTIONS(5970), 1, - sym_super, + ACTIONS(5090), 1, + anon_sym_LBRACE, + STATE(1227), 1, + sym_field_declaration_list, STATE(3198), 2, sym_line_comment, sym_block_comment, - [92035] = 4, + [92090] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5930), 2, + ACTIONS(5969), 1, sym_identifier, + ACTIONS(5971), 1, sym_super, STATE(3199), 2, sym_line_comment, sym_block_comment, - [92050] = 5, + [92107] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6810), 1, + ACTIONS(5893), 2, sym_identifier, - ACTIONS(6812), 1, sym_super, STATE(3200), 2, sym_line_comment, sym_block_comment, - [92067] = 5, + [92122] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6814), 1, + ACTIONS(6795), 1, sym_identifier, - ACTIONS(6816), 1, + ACTIONS(6797), 1, sym_super, STATE(3201), 2, sym_line_comment, sym_block_comment, - [92084] = 5, + [92139] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(4106), 1, - anon_sym_COLON, + ACTIONS(6465), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3202), 2, sym_line_comment, sym_block_comment, - [92101] = 5, + [92154] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5807), 1, + ACTIONS(6799), 1, sym_identifier, + ACTIONS(6801), 1, + sym_super, STATE(3203), 2, sym_line_comment, sym_block_comment, - [92118] = 5, + [92171] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_identifier, - ACTIONS(6820), 1, - sym_super, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1228), 1, + sym_declaration_list, STATE(3204), 2, sym_line_comment, sym_block_comment, - [92135] = 5, + [92188] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(915), 1, - sym_type_parameters, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5891), 1, + sym_identifier, STATE(3205), 2, sym_line_comment, sym_block_comment, - [92152] = 5, + [92205] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, - anon_sym_LBRACE, - STATE(1174), 1, - sym_field_declaration_list, + ACTIONS(6803), 1, + sym_identifier, + ACTIONS(6805), 1, + sym_super, STATE(3206), 2, sym_line_comment, sym_block_comment, - [92169] = 5, + [92222] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1175), 1, - sym_declaration_list, + STATE(240), 1, + sym_closure_parameters, STATE(3207), 2, sym_line_comment, sym_block_comment, - [92186] = 5, + [92239] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - STATE(1702), 1, - sym_parameters, + ACTIONS(4199), 1, + anon_sym_LBRACE, + STATE(1934), 1, + sym_field_initializer_list, STATE(3208), 2, sym_line_comment, sym_block_comment, - [92203] = 5, + [92256] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1176), 1, + STATE(1229), 1, sym_declaration_list, STATE(3209), 2, sym_line_comment, sym_block_comment, - [92220] = 5, + [92273] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(5755), 1, - anon_sym_COLON, + ACTIONS(3079), 1, + anon_sym_SQUOTE, + STATE(3131), 1, + sym_lifetime, STATE(3210), 2, sym_line_comment, sym_block_comment, - [92237] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [92290] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(236), 1, - sym_closure_parameters, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(910), 1, + sym_type_parameters, STATE(3211), 2, sym_line_comment, sym_block_comment, - [92254] = 4, + [92307] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6824), 2, - sym_identifier, - sym_super, + ACTIONS(4145), 1, + anon_sym_LPAREN, + STATE(1685), 1, + sym_parameters, STATE(3212), 2, sym_line_comment, sym_block_comment, - [92269] = 4, + [92324] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 2, + ACTIONS(6809), 2, sym_identifier, - sym_super, + sym_metavariable, STATE(3213), 2, sym_line_comment, sym_block_comment, - [92284] = 5, + [92339] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1241), 1, - sym_declaration_list, + ACTIONS(5697), 1, + sym_super, + ACTIONS(6811), 1, + sym_identifier, STATE(3214), 2, sym_line_comment, sym_block_comment, - [92301] = 5, + [92356] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5164), 1, - anon_sym_COLON, - STATE(2550), 1, - sym_trait_bounds, + STATE(232), 1, + sym_closure_parameters, STATE(3215), 2, sym_line_comment, sym_block_comment, - [92318] = 4, + [92373] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3418), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6813), 2, + sym_identifier, + sym_super, STATE(3216), 2, sym_line_comment, sym_block_comment, - [92333] = 4, + [92388] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6510), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(6815), 2, + sym_identifier, + sym_metavariable, STATE(3217), 2, sym_line_comment, sym_block_comment, - [92348] = 5, + [92403] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1249), 1, - sym_declaration_list, + ACTIONS(6817), 1, + anon_sym_SEMI, + ACTIONS(6819), 1, + anon_sym_EQ, STATE(3218), 2, sym_line_comment, sym_block_comment, - [92365] = 5, + [92420] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(5090), 1, anon_sym_LBRACE, - STATE(1250), 1, - sym_declaration_list, + STATE(1235), 1, + sym_field_declaration_list, STATE(3219), 2, sym_line_comment, sym_block_comment, - [92382] = 4, + [92437] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 2, - sym_identifier, - sym_super, + ACTIONS(4145), 1, + anon_sym_LPAREN, + STATE(1691), 1, + sym_parameters, STATE(3220), 2, sym_line_comment, sym_block_comment, - [92397] = 5, + [92454] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, - anon_sym_LPAREN, - STATE(1658), 1, - sym_parameters, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(6821), 1, + anon_sym_COLON_COLON, STATE(3221), 2, sym_line_comment, sym_block_comment, - [92414] = 5, + [92471] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3576), 1, - anon_sym_LBRACE, - STATE(1535), 1, - sym_field_initializer_list, + ACTIONS(5415), 1, + anon_sym_RPAREN, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3222), 2, sym_line_comment, sym_block_comment, - [92431] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [92488] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(224), 1, - sym_closure_parameters, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5861), 1, + sym_identifier, STATE(3223), 2, sym_line_comment, sym_block_comment, - [92448] = 5, + [92505] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5898), 1, - sym_identifier, + ACTIONS(6825), 1, + anon_sym_SEMI, + ACTIONS(6827), 1, + anon_sym_EQ, STATE(3224), 2, sym_line_comment, sym_block_comment, - [92465] = 4, + [92522] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6484), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6829), 1, + anon_sym_RPAREN, STATE(3225), 2, sym_line_comment, sym_block_comment, - [92480] = 5, + [92539] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, + ACTIONS(4970), 1, anon_sym_LBRACE, - STATE(1184), 1, - sym_field_declaration_list, + STATE(593), 1, + sym_declaration_list, STATE(3226), 2, sym_line_comment, sym_block_comment, - [92497] = 5, + [92556] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5469), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1261), 1, - sym_enum_variant_list, + STATE(1240), 1, + sym_declaration_list, STATE(3227), 2, sym_line_comment, sym_block_comment, - [92514] = 5, + [92573] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - STATE(1392), 1, - sym_parameters, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6829), 1, + anon_sym_RBRACK, STATE(3228), 2, sym_line_comment, sym_block_comment, - [92531] = 5, + [92590] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6828), 1, + ACTIONS(6823), 1, anon_sym_SEMI, - ACTIONS(6830), 1, - anon_sym_as, + ACTIONS(6831), 1, + anon_sym_RBRACE, STATE(3229), 2, sym_line_comment, sym_block_comment, - [92548] = 5, + [92607] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, - anon_sym_LBRACE, - STATE(1268), 1, - sym_field_declaration_list, + ACTIONS(5826), 2, + sym_identifier, + sym_super, STATE(3230), 2, sym_line_comment, sym_block_comment, - [92565] = 5, + [92622] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6832), 1, - anon_sym_LPAREN, - ACTIONS(6834), 1, - anon_sym_COLON_COLON, + ACTIONS(6805), 1, + sym_super, + ACTIONS(6833), 1, + sym_identifier, STATE(3231), 2, sym_line_comment, sym_block_comment, - [92582] = 5, + [92639] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, + ACTIONS(5452), 1, anon_sym_LBRACE, - STATE(1270), 1, - sym_field_declaration_list, + STATE(1210), 1, + sym_enum_variant_list, STATE(3232), 2, sym_line_comment, sym_block_comment, - [92599] = 5, + [92656] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1273), 1, + STATE(1280), 1, sym_declaration_list, STATE(3233), 2, sym_line_comment, sym_block_comment, - [92616] = 5, + [92673] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1192), 1, - sym_declaration_list, + ACTIONS(5415), 1, + anon_sym_RBRACK, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3234), 2, sym_line_comment, sym_block_comment, - [92633] = 5, + [92690] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5589), 1, - sym_super, - ACTIONS(6836), 1, - sym_identifier, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6835), 1, + anon_sym_RPAREN, STATE(3235), 2, sym_line_comment, sym_block_comment, - [92650] = 5, + [92707] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6838), 1, - sym_identifier, - ACTIONS(6840), 1, - sym_super, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6835), 1, + anon_sym_RBRACK, STATE(3236), 2, sym_line_comment, sym_block_comment, - [92667] = 4, + [92724] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6842), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5697), 1, + sym_super, + ACTIONS(6837), 1, + sym_identifier, STATE(3237), 2, sym_line_comment, sym_block_comment, - [92682] = 5, + [92741] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5589), 1, - sym_super, - ACTIONS(6844), 1, - sym_identifier, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6839), 1, + anon_sym_RBRACE, STATE(3238), 2, sym_line_comment, sym_block_comment, - [92699] = 5, + [92758] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(5099), 1, - anon_sym_for, + ACTIONS(6841), 2, + sym_identifier, + sym_metavariable, STATE(3239), 2, sym_line_comment, sym_block_comment, - [92716] = 5, + [92773] = 5, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(233), 1, + STATE(242), 1, sym_closure_parameters, STATE(3240), 2, sym_line_comment, sym_block_comment, - [92733] = 5, + [92790] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - sym_super, - ACTIONS(6846), 1, - sym_identifier, + ACTIONS(4151), 1, + anon_sym_LT2, + STATE(1724), 1, + sym_type_arguments, STATE(3241), 2, sym_line_comment, sym_block_comment, - [92750] = 5, + [92807] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3438), 1, - anon_sym_LT2, - STATE(1518), 1, - sym_type_arguments, + ACTIONS(6476), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3242), 2, sym_line_comment, sym_block_comment, - [92767] = 4, + [92822] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6848), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6347), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(3243), 2, sym_line_comment, sym_block_comment, - [92782] = 5, + [92837] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 1, - sym_super, - ACTIONS(6846), 1, - sym_identifier, + ACTIONS(5357), 1, + anon_sym_RBRACE, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3244), 2, sym_line_comment, sym_block_comment, - [92799] = 5, + [92854] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(671), 1, - sym_field_declaration_list, + ACTIONS(6843), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3245), 2, sym_line_comment, sym_block_comment, - [92816] = 5, + [92869] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5469), 1, - anon_sym_LBRACE, - STATE(1197), 1, - sym_enum_variant_list, + ACTIONS(5701), 1, + sym_super, + ACTIONS(6845), 1, + sym_identifier, STATE(3246), 2, sym_line_comment, sym_block_comment, - [92833] = 5, + [92886] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(577), 1, - sym_field_declaration_list, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2469), 1, + sym_parameters, STATE(3247), 2, sym_line_comment, sym_block_comment, - [92850] = 5, + [92903] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6850), 1, - anon_sym_STAR_SLASH, - ACTIONS(6852), 1, - sym__block_comment_content, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(630), 1, + sym_field_declaration_list, STATE(3248), 2, sym_line_comment, sym_block_comment, - [92867] = 4, + [92920] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6319), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(761), 1, + sym_field_declaration_list, STATE(3249), 2, sym_line_comment, sym_block_comment, - [92882] = 5, + [92937] = 5, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(248), 1, + STATE(250), 1, sym_closure_parameters, STATE(3250), 2, sym_line_comment, sym_block_comment, - [92899] = 5, + [92954] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5589), 1, - sym_super, - ACTIONS(6854), 1, - sym_identifier, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1287), 1, + sym_declaration_list, STATE(3251), 2, sym_line_comment, sym_block_comment, - [92916] = 4, + [92971] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5970), 2, + ACTIONS(5971), 2, sym_identifier, sym_super, STATE(3252), 2, sym_line_comment, sym_block_comment, - [92931] = 5, + [92986] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6856), 1, + ACTIONS(5307), 1, + anon_sym_RPAREN, + ACTIONS(6823), 1, anon_sym_SEMI, - ACTIONS(6858), 1, - anon_sym_EQ, STATE(3253), 2, sym_line_comment, sym_block_comment, - [92948] = 5, + [93003] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 1, + ACTIONS(6801), 1, sym_super, - ACTIONS(6860), 1, + ACTIONS(6847), 1, sym_identifier, STATE(3254), 2, sym_line_comment, sym_block_comment, - [92965] = 5, + [93020] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(5361), 1, sym_super, - ACTIONS(5898), 1, + ACTIONS(5824), 1, sym_identifier, STATE(3255), 2, sym_line_comment, sym_block_comment, - [92982] = 5, + [93037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 1, + ACTIONS(6805), 1, sym_super, - ACTIONS(6838), 1, + ACTIONS(6849), 1, sym_identifier, STATE(3256), 2, sym_line_comment, sym_block_comment, - [92999] = 5, + [93054] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, + ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1200), 1, - sym_field_declaration_list, + STATE(1288), 1, + sym_declaration_list, STATE(3257), 2, sym_line_comment, sym_block_comment, - [93016] = 5, + [93071] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(578), 1, - sym_declaration_list, + ACTIONS(6851), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3258), 2, sym_line_comment, sym_block_comment, - [93033] = 5, + [93086] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 1, - sym_super, - ACTIONS(6862), 1, - sym_identifier, + STATE(249), 1, + sym_closure_parameters, STATE(3259), 2, sym_line_comment, sym_block_comment, - [93050] = 5, + [93103] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(6864), 1, - anon_sym_in, + ACTIONS(5307), 1, + anon_sym_RBRACK, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3260), 2, sym_line_comment, sym_block_comment, - [93067] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93120] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(249), 1, - sym_closure_parameters, + ACTIONS(5452), 1, + anon_sym_LBRACE, + STATE(1245), 1, + sym_enum_variant_list, STATE(3261), 2, sym_line_comment, sym_block_comment, - [93084] = 5, + [93137] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6866), 1, - anon_sym_LBRACK, - ACTIONS(6868), 1, - anon_sym_BANG, + ACTIONS(6853), 2, + sym_identifier, + sym_super, STATE(3262), 2, sym_line_comment, sym_block_comment, - [93101] = 5, + [93152] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(579), 1, - sym_declaration_list, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6855), 1, + anon_sym_in, STATE(3263), 2, sym_line_comment, sym_block_comment, - [93118] = 4, + [93169] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6870), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5327), 1, + anon_sym_RBRACE, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3264), 2, sym_line_comment, sym_block_comment, - [93133] = 4, + [93186] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6872), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(5452), 1, + anon_sym_LBRACE, + STATE(1296), 1, + sym_enum_variant_list, STATE(3265), 2, sym_line_comment, sym_block_comment, - [93148] = 4, + [93203] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6545), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6801), 1, + sym_super, + ACTIONS(6811), 1, + sym_identifier, STATE(3266), 2, sym_line_comment, sym_block_comment, - [93163] = 5, + [93220] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, - anon_sym_LBRACE, - STATE(1203), 1, - sym_field_declaration_list, + ACTIONS(6857), 2, + sym_identifier, + sym_super, STATE(3267), 2, sym_line_comment, sym_block_comment, - [93180] = 5, + [93235] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6874), 1, - anon_sym_SEMI, - ACTIONS(6876), 1, - anon_sym_as, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(716), 1, + sym_enum_variant_list, STATE(3268), 2, sym_line_comment, sym_block_comment, - [93197] = 5, + [93252] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 1, - sym_super, - ACTIONS(6878), 1, - sym_identifier, + ACTIONS(5090), 1, + anon_sym_LBRACE, + STATE(1299), 1, + sym_field_declaration_list, STATE(3269), 2, sym_line_comment, sym_block_comment, - [93214] = 4, + [93269] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 2, - sym_identifier, - sym_super, + ACTIONS(5090), 1, + anon_sym_LBRACE, + STATE(1301), 1, + sym_field_declaration_list, STATE(3270), 2, sym_line_comment, sym_block_comment, - [93229] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93286] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(220), 1, - sym_closure_parameters, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1302), 1, + sym_declaration_list, STATE(3271), 2, sym_line_comment, sym_block_comment, - [93246] = 5, + [93303] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - STATE(3027), 1, - sym_lifetime, + ACTIONS(6805), 2, + sym_identifier, + sym_super, STATE(3272), 2, sym_line_comment, sym_block_comment, - [93263] = 4, + [93318] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6564), 2, - anon_sym_GT, + ACTIONS(6859), 2, + anon_sym_RPAREN, anon_sym_COMMA, STATE(3273), 2, sym_line_comment, sym_block_comment, - [93278] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93333] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(247), 1, - sym_closure_parameters, + ACTIONS(6493), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3274), 2, sym_line_comment, sym_block_comment, - [93295] = 5, + [93348] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - sym_super, - ACTIONS(6880), 1, - sym_identifier, + STATE(243), 1, + sym_closure_parameters, STATE(3275), 2, sym_line_comment, sym_block_comment, - [93312] = 5, + [93365] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(949), 1, - sym_type_parameters, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(6497), 1, + anon_sym_for, STATE(3276), 2, sym_line_comment, sym_block_comment, - [93329] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93382] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(256), 1, - sym_closure_parameters, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2326), 1, + sym_parameters, STATE(3277), 2, sym_line_comment, sym_block_comment, - [93346] = 5, + [93399] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6882), 1, + ACTIONS(5701), 2, sym_identifier, - ACTIONS(6884), 1, sym_super, STATE(3278), 2, sym_line_comment, sym_block_comment, - [93363] = 4, + [93414] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6886), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(5826), 1, + sym_super, + ACTIONS(5891), 1, + sym_identifier, STATE(3279), 2, sym_line_comment, sym_block_comment, - [93378] = 5, + [93431] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5833), 1, - sym_identifier, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(899), 1, + sym_type_parameters, STATE(3280), 2, sym_line_comment, sym_block_comment, - [93395] = 5, + [93448] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6840), 1, + ACTIONS(6853), 1, sym_super, - ACTIONS(6888), 1, + ACTIONS(6861), 1, sym_identifier, STATE(3281), 2, sym_line_comment, sym_block_comment, - [93412] = 5, + [93465] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6890), 1, - anon_sym_SEMI, - ACTIONS(6892), 1, - anon_sym_EQ, + ACTIONS(5090), 1, + anon_sym_LBRACE, + STATE(1248), 1, + sym_field_declaration_list, STATE(3282), 2, sym_line_comment, sym_block_comment, - [93429] = 5, + [93482] = 5, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(243), 1, + STATE(244), 1, sym_closure_parameters, STATE(3283), 2, sym_line_comment, sym_block_comment, - [93446] = 5, + [93499] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, + ACTIONS(5090), 1, anon_sym_LBRACE, - STATE(732), 1, - sym_declaration_list, + STATE(1251), 1, + sym_field_declaration_list, STATE(3284), 2, sym_line_comment, sym_block_comment, - [93463] = 5, + [93516] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(585), 1, - sym_field_declaration_list, + ACTIONS(6803), 1, + sym_identifier, + ACTIONS(6863), 1, + sym_super, STATE(3285), 2, sym_line_comment, sym_block_comment, - [93480] = 5, + [93533] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6804), 1, - anon_sym_COLON_COLON, - ACTIONS(6894), 1, - anon_sym_RPAREN, + ACTIONS(6865), 1, + sym_identifier, + ACTIONS(6867), 1, + sym_super, STATE(3286), 2, sym_line_comment, sym_block_comment, - [93497] = 5, + [93550] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, + ACTIONS(5826), 1, sym_super, - ACTIONS(6896), 1, + ACTIONS(6013), 1, sym_identifier, STATE(3287), 2, sym_line_comment, sym_block_comment, - [93514] = 5, + [93567] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(950), 1, - sym_type_parameters, + ACTIONS(6863), 1, + sym_super, + ACTIONS(6869), 1, + sym_identifier, STATE(3288), 2, sym_line_comment, sym_block_comment, - [93531] = 5, + [93584] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, + ACTIONS(6871), 1, + anon_sym_RPAREN, + ACTIONS(6873), 1, anon_sym_COLON_COLON, - ACTIONS(6586), 1, - anon_sym_for, STATE(3289), 2, sym_line_comment, sym_block_comment, - [93548] = 5, + [93601] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 1, - sym_super, - ACTIONS(6898), 1, - sym_identifier, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(643), 1, + sym_field_declaration_list, STATE(3290), 2, sym_line_comment, sym_block_comment, - [93565] = 5, + [93618] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5918), 1, - sym_identifier, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(622), 1, + sym_declaration_list, STATE(3291), 2, sym_line_comment, sym_block_comment, - [93582] = 5, + [93635] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6840), 1, - sym_super, - ACTIONS(6900), 1, - sym_identifier, + STATE(248), 1, + sym_closure_parameters, STATE(3292), 2, sym_line_comment, sym_block_comment, - [93599] = 5, + [93652] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6806), 1, - anon_sym_COLON_COLON, - ACTIONS(6894), 1, - anon_sym_RPAREN, + ACTIONS(5361), 2, + sym_identifier, + sym_super, STATE(3293), 2, sym_line_comment, sym_block_comment, - [93616] = 5, + [93667] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(557), 1, - sym_enum_variant_list, + ACTIONS(5824), 1, + sym_identifier, + ACTIONS(5826), 1, + sym_super, STATE(3294), 2, sym_line_comment, sym_block_comment, - [93633] = 5, + [93684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6904), 1, - anon_sym_RPAREN, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(3943), 1, + anon_sym_COLON, STATE(3295), 2, sym_line_comment, sym_block_comment, - [93650] = 4, + [93701] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6011), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6875), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3296), 2, sym_line_comment, sym_block_comment, - [93665] = 5, + [93716] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5469), 1, - anon_sym_LBRACE, - STATE(1152), 1, - sym_enum_variant_list, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(3947), 1, + anon_sym_COLON, STATE(3297), 2, sym_line_comment, sym_block_comment, - [93682] = 5, + [93733] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, - ACTIONS(4993), 1, - anon_sym_BANG, + ACTIONS(5092), 1, + anon_sym_LT, + STATE(891), 1, + sym_type_parameters, STATE(3298), 2, sym_line_comment, sym_block_comment, - [93699] = 4, + [93750] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6906), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6871), 1, + anon_sym_RPAREN, + ACTIONS(6877), 1, + anon_sym_COLON_COLON, STATE(3299), 2, sym_line_comment, sym_block_comment, - [93714] = 5, + [93767] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6908), 1, - sym_identifier, - ACTIONS(6910), 1, - sym_super, + ACTIONS(6879), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3300), 2, sym_line_comment, sym_block_comment, - [93731] = 5, + [93782] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 1, + ACTIONS(6853), 1, sym_super, - ACTIONS(6912), 1, + ACTIONS(6881), 1, sym_identifier, STATE(3301), 2, sym_line_comment, sym_block_comment, - [93748] = 5, + [93799] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 1, + ACTIONS(6801), 1, sym_super, - ACTIONS(6914), 1, + ACTIONS(6883), 1, sym_identifier, STATE(3302), 2, sym_line_comment, sym_block_comment, - [93765] = 5, + [93816] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5930), 1, + ACTIONS(5826), 1, sym_super, - ACTIONS(5980), 1, + ACTIONS(5879), 1, sym_identifier, STATE(3303), 2, sym_line_comment, sym_block_comment, - [93782] = 5, + [93833] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6824), 1, + ACTIONS(6863), 1, sym_super, - ACTIONS(6916), 1, + ACTIONS(6885), 1, sym_identifier, STATE(3304), 2, sym_line_comment, sym_block_comment, - [93799] = 5, + [93850] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1357), 1, - sym_declaration_list, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(948), 1, + sym_type_parameters, STATE(3305), 2, sym_line_comment, sym_block_comment, - [93816] = 5, + [93867] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6808), 1, - anon_sym_COLON_COLON, - ACTIONS(6894), 1, - anon_sym_RPAREN, + ACTIONS(6887), 1, + anon_sym_SEMI, + ACTIONS(6889), 1, + anon_sym_as, STATE(3306), 2, sym_line_comment, sym_block_comment, - [93833] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93884] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(255), 1, - sym_closure_parameters, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2323), 1, + sym_parameters, STATE(3307), 2, sym_line_comment, sym_block_comment, - [93850] = 5, + [93901] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 1, + ACTIONS(6805), 1, sym_super, - ACTIONS(6880), 1, + ACTIONS(6891), 1, sym_identifier, STATE(3308), 2, sym_line_comment, sym_block_comment, - [93867] = 5, + [93918] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 1, - sym_super, - ACTIONS(6844), 1, - sym_identifier, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(5618), 1, + anon_sym_COLON, STATE(3309), 2, sym_line_comment, sym_block_comment, - [93884] = 5, + [93935] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5833), 1, - sym_identifier, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2425), 1, + sym_parameters, STATE(3310), 2, sym_line_comment, sym_block_comment, - [93901] = 5, + [93952] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 1, - sym_super, - ACTIONS(6888), 1, - sym_identifier, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(646), 1, + sym_field_declaration_list, STATE(3311), 2, sym_line_comment, sym_block_comment, - [93918] = 5, + [93969] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - sym_super, - ACTIONS(6918), 1, - sym_identifier, + ACTIONS(5193), 1, + anon_sym_COLON, + STATE(2537), 1, + sym_trait_bounds, STATE(3312), 2, sym_line_comment, sym_block_comment, - [93935] = 5, + [93986] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5829), 1, - sym_identifier, - ACTIONS(5831), 1, - sym_super, + ACTIONS(3443), 1, + anon_sym_LPAREN, + STATE(1164), 1, + sym_parameters, STATE(3313), 2, sym_line_comment, sym_block_comment, - [93952] = 5, + [94003] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6840), 1, + ACTIONS(6857), 1, sym_super, - ACTIONS(6920), 1, + ACTIONS(6893), 1, sym_identifier, STATE(3314), 2, sym_line_comment, sym_block_comment, - [93969] = 5, + [94020] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, + ACTIONS(6801), 1, sym_super, - ACTIONS(6922), 1, + ACTIONS(6895), 1, sym_identifier, STATE(3315), 2, sym_line_comment, sym_block_comment, - [93986] = 5, + [94037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, + ACTIONS(5893), 1, sym_super, - ACTIONS(5886), 1, + ACTIONS(5973), 1, sym_identifier, STATE(3316), 2, sym_line_comment, sym_block_comment, - [94003] = 5, + [94054] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6840), 1, + ACTIONS(6813), 1, sym_super, - ACTIONS(6924), 1, + ACTIONS(6897), 1, sym_identifier, STATE(3317), 2, sym_line_comment, sym_block_comment, - [94020] = 5, + [94071] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - sym_super, - ACTIONS(6926), 1, - sym_identifier, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(898), 1, + sym_type_parameters, STATE(3318), 2, sym_line_comment, sym_block_comment, - [94037] = 5, + [94088] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 1, - sym_super, - ACTIONS(5904), 1, - sym_identifier, + ACTIONS(6899), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3319), 2, sym_line_comment, sym_block_comment, - [94054] = 5, + [94103] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6840), 1, - sym_super, - ACTIONS(6928), 1, - sym_identifier, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(4011), 1, + anon_sym_COLON, STATE(3320), 2, sym_line_comment, sym_block_comment, - [94071] = 5, + [94120] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 1, + ACTIONS(5701), 1, sym_super, - ACTIONS(6926), 1, + ACTIONS(6861), 1, sym_identifier, STATE(3321), 2, sym_line_comment, sym_block_comment, - [94088] = 5, + [94137] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, + ACTIONS(6801), 1, sym_super, - ACTIONS(5904), 1, + ACTIONS(6837), 1, sym_identifier, STATE(3322), 2, sym_line_comment, sym_block_comment, - [94105] = 5, + [94154] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 1, + ACTIONS(5361), 1, sym_super, - ACTIONS(6928), 1, + ACTIONS(6013), 1, sym_identifier, STATE(3323), 2, sym_line_comment, sym_block_comment, - [94122] = 4, + [94171] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 2, - sym_identifier, + ACTIONS(6805), 1, sym_super, + ACTIONS(6869), 1, + sym_identifier, STATE(3324), 2, sym_line_comment, sym_block_comment, - [94137] = 5, + [94188] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4819), 1, - anon_sym_BANG, - ACTIONS(4875), 1, - anon_sym_COLON_COLON, + ACTIONS(6853), 1, + sym_super, + ACTIONS(6901), 1, + sym_identifier, STATE(3325), 2, sym_line_comment, sym_block_comment, - [94154] = 5, + [94205] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4819), 1, - anon_sym_BANG, - ACTIONS(4865), 1, - anon_sym_COLON_COLON, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6011), 1, + sym_identifier, STATE(3326), 2, sym_line_comment, sym_block_comment, - [94171] = 5, + [94222] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4206), 1, - anon_sym_LBRACE, - STATE(1752), 1, - sym_field_initializer_list, + ACTIONS(6863), 1, + sym_super, + ACTIONS(6903), 1, + sym_identifier, STATE(3327), 2, sym_line_comment, sym_block_comment, - [94188] = 5, + [94239] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2456), 1, - sym_parameters, + ACTIONS(6853), 1, + sym_super, + ACTIONS(6905), 1, + sym_identifier, STATE(3328), 2, sym_line_comment, sym_block_comment, - [94205] = 5, + [94256] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5428), 1, - anon_sym_RBRACE, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(5826), 1, + sym_super, + ACTIONS(6029), 1, + sym_identifier, STATE(3329), 2, sym_line_comment, sym_block_comment, - [94222] = 5, + [94273] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1366), 1, - sym_declaration_list, + ACTIONS(6863), 1, + sym_super, + ACTIONS(6907), 1, + sym_identifier, STATE(3330), 2, sym_line_comment, sym_block_comment, - [94239] = 5, + [94290] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1367), 1, - sym_declaration_list, + ACTIONS(6853), 1, + sym_super, + ACTIONS(6909), 1, + sym_identifier, STATE(3331), 2, sym_line_comment, sym_block_comment, - [94256] = 5, + [94307] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 1, + ACTIONS(5826), 1, sym_super, - ACTIONS(6930), 1, + ACTIONS(6042), 1, sym_identifier, STATE(3332), 2, sym_line_comment, sym_block_comment, - [94273] = 5, + [94324] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6832), 1, - anon_sym_LPAREN, - ACTIONS(6932), 1, - anon_sym_COLON_COLON, + ACTIONS(6863), 1, + sym_super, + ACTIONS(6911), 1, + sym_identifier, STATE(3333), 2, sym_line_comment, sym_block_comment, - [94290] = 5, + [94341] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6934), 1, - anon_sym_RBRACE, + ACTIONS(5701), 1, + sym_super, + ACTIONS(6909), 1, + sym_identifier, STATE(3334), 2, sym_line_comment, sym_block_comment, - [94307] = 4, + [94358] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6936), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(5361), 1, + sym_super, + ACTIONS(6042), 1, + sym_identifier, STATE(3335), 2, sym_line_comment, sym_block_comment, - [94322] = 5, + [94375] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3475), 1, - anon_sym_PLUS, - ACTIONS(3674), 1, - anon_sym_COLON_COLON, + ACTIONS(6805), 1, + sym_super, + ACTIONS(6911), 1, + sym_identifier, STATE(3336), 2, sym_line_comment, sym_block_comment, - [94339] = 5, + [94392] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3475), 1, - anon_sym_PLUS, - ACTIONS(3676), 1, - anon_sym_COLON_COLON, + ACTIONS(5697), 1, + sym_super, + ACTIONS(6913), 1, + sym_identifier, STATE(3337), 2, sym_line_comment, sym_block_comment, - [94356] = 5, + [94409] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(590), 1, - sym_declaration_list, + ACTIONS(6915), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3338), 2, sym_line_comment, sym_block_comment, - [94373] = 5, + [94424] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6938), 1, - anon_sym_BANG, - ACTIONS(6940), 1, - anon_sym_COLON_COLON, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(703), 1, + sym_enum_variant_list, STATE(3339), 2, sym_line_comment, sym_block_comment, - [94390] = 5, + [94441] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(673), 1, - sym_field_declaration_list, + ACTIONS(3163), 1, + anon_sym_PLUS, + ACTIONS(3821), 1, + anon_sym_COLON, STATE(3340), 2, sym_line_comment, sym_block_comment, - [94407] = 5, + [94458] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5589), 1, - sym_super, - ACTIONS(6942), 1, - sym_identifier, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2334), 1, + sym_parameters, STATE(3341), 2, sym_line_comment, sym_block_comment, - [94424] = 4, + [94475] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6944), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6917), 1, + anon_sym_LPAREN, + ACTIONS(6919), 1, + anon_sym_COLON_COLON, STATE(3342), 2, sym_line_comment, sym_block_comment, - [94439] = 5, + [94492] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6946), 1, + ACTIONS(5697), 2, sym_identifier, - ACTIONS(6948), 1, - sym_mutable_specifier, + sym_super, STATE(3343), 2, sym_line_comment, sym_block_comment, - [94456] = 5, + [94507] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(674), 1, - sym_declaration_list, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6921), 1, + anon_sym_RBRACE, STATE(3344), 2, sym_line_comment, sym_block_comment, - [94473] = 4, + [94524] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5524), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6923), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3345), 2, sym_line_comment, sym_block_comment, - [94488] = 5, + [94539] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(741), 1, - sym_declaration_list, + ACTIONS(3528), 1, + anon_sym_PLUS, + ACTIONS(3621), 1, + anon_sym_COLON_COLON, STATE(3346), 2, sym_line_comment, sym_block_comment, - [94505] = 4, + [94556] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6950), 2, - sym_float_literal, - sym_integer_literal, + ACTIONS(3528), 1, + anon_sym_PLUS, + ACTIONS(3623), 1, + anon_sym_COLON_COLON, STATE(3347), 2, sym_line_comment, sym_block_comment, - [94520] = 5, + [94573] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6826), 1, - sym_super, - ACTIONS(6952), 1, - sym_identifier, + ACTIONS(6925), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3348), 2, sym_line_comment, sym_block_comment, - [94537] = 4, + [94588] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6954), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6927), 1, + anon_sym_BANG, + ACTIONS(6929), 1, + anon_sym_COLON_COLON, STATE(3349), 2, sym_line_comment, sym_block_comment, - [94552] = 4, + [94605] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6956), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(538), 1, + sym_declaration_list, STATE(3350), 2, sym_line_comment, sym_block_comment, - [94567] = 4, + [94622] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6643), 2, - anon_sym_GT, + ACTIONS(6931), 2, + anon_sym_RBRACE, anon_sym_COMMA, STATE(3351), 2, sym_line_comment, sym_block_comment, - [94582] = 5, + [94637] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(742), 1, - sym_declaration_list, + ACTIONS(6596), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3352), 2, sym_line_comment, sym_block_comment, - [94599] = 5, + [94652] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, - anon_sym_LPAREN, - STATE(1294), 1, - sym_parameters, + ACTIONS(5452), 1, + anon_sym_LBRACE, + STATE(1168), 1, + sym_enum_variant_list, STATE(3353), 2, sym_line_comment, sym_block_comment, - [94616] = 5, + [94669] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(969), 1, - sym_type_parameters, + ACTIONS(6845), 1, + sym_identifier, + ACTIONS(6853), 1, + sym_super, STATE(3354), 2, sym_line_comment, sym_block_comment, - [94633] = 5, + [94686] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, + ACTIONS(6823), 1, anon_sym_SEMI, - ACTIONS(6958), 1, + ACTIONS(6933), 1, anon_sym_RBRACE, STATE(3355), 2, sym_line_comment, sym_block_comment, - [94650] = 5, + [94703] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2306), 1, - sym_parameters, + ACTIONS(6935), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3356), 2, sym_line_comment, sym_block_comment, - [94667] = 4, + [94718] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6884), 2, - sym_identifier, - sym_super, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6937), 1, + anon_sym_EQ, STATE(3357), 2, sym_line_comment, sym_block_comment, - [94682] = 5, + [94735] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(3810), 1, - anon_sym_COLON, + ACTIONS(3451), 1, + anon_sym_LT2, + STATE(1510), 1, + sym_type_arguments, STATE(3358), 2, sym_line_comment, sym_block_comment, - [94699] = 5, + [94752] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(3814), 1, - anon_sym_COLON, + ACTIONS(6609), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3359), 2, sym_line_comment, sym_block_comment, - [94716] = 5, + [94767] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2314), 1, - sym_parameters, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(890), 1, + sym_type_parameters, STATE(3360), 2, sym_line_comment, sym_block_comment, - [94733] = 5, + [94784] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4502), 1, - anon_sym_EQ_GT, - ACTIONS(6960), 1, - anon_sym_AMP_AMP, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(623), 1, + sym_declaration_list, STATE(3361), 2, sym_line_comment, sym_block_comment, - [94750] = 5, + [94801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 1, - anon_sym_EQ_GT, - ACTIONS(6960), 1, - anon_sym_AMP_AMP, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(6627), 1, + anon_sym_for, STATE(3362), 2, sym_line_comment, sym_block_comment, - [94767] = 5, + [94818] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6904), 1, - anon_sym_RBRACK, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2305), 1, + sym_parameters, STATE(3363), 2, sym_line_comment, sym_block_comment, - [94784] = 5, + [94835] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5342), 1, + ACTIONS(6939), 2, anon_sym_RPAREN, - ACTIONS(6902), 1, - anon_sym_SEMI, + anon_sym_COMMA, STATE(3364), 2, sym_line_comment, sym_block_comment, - [94801] = 4, + [94850] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 2, - sym_identifier, - sym_super, + ACTIONS(3239), 1, + anon_sym_PLUS, + ACTIONS(6941), 1, + anon_sym_GT, STATE(3365), 2, sym_line_comment, sym_block_comment, - [94816] = 5, + [94867] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5342), 1, - anon_sym_RBRACK, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(6193), 1, + sym_identifier, + ACTIONS(6197), 1, + sym_mutable_specifier, STATE(3366), 2, sym_line_comment, sym_block_comment, - [94833] = 5, + [94884] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5344), 1, - anon_sym_RPAREN, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1345), 1, + sym_declaration_list, STATE(3367), 2, sym_line_comment, sym_block_comment, - [94850] = 5, + [94901] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5344), 1, - anon_sym_RBRACK, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(6943), 1, + anon_sym_EQ, STATE(3368), 2, sym_line_comment, sym_block_comment, - [94867] = 4, + [94918] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6962), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2459), 1, + sym_parameters, STATE(3369), 2, sym_line_comment, sym_block_comment, - [94882] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [94935] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(219), 1, - sym_closure_parameters, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(635), 1, + sym_declaration_list, STATE(3370), 2, sym_line_comment, sym_block_comment, - [94899] = 5, + [94952] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6964), 1, - anon_sym_RBRACE, + ACTIONS(5369), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3371), 2, sym_line_comment, sym_block_comment, - [94916] = 5, + [94967] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(751), 1, - sym_field_declaration_list, + ACTIONS(5375), 1, + anon_sym_RPAREN, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3372), 2, sym_line_comment, sym_block_comment, - [94933] = 4, + [94984] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6966), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(5375), 1, + anon_sym_RBRACK, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3373), 2, sym_line_comment, sym_block_comment, - [94948] = 5, + [95001] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(650), 1, - sym_declaration_list, + STATE(235), 1, + sym_closure_parameters, STATE(3374), 2, sym_line_comment, sym_block_comment, - [94965] = 5, + [95018] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6968), 1, - sym_identifier, - ACTIONS(6970), 1, - sym_mutable_specifier, + ACTIONS(5377), 1, + anon_sym_RPAREN, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3375), 2, sym_line_comment, sym_block_comment, - [94982] = 4, + [95035] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6972), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6917), 1, + anon_sym_LPAREN, + ACTIONS(6945), 1, + anon_sym_COLON_COLON, STATE(3376), 2, sym_line_comment, sym_block_comment, - [94997] = 5, + [95052] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5811), 1, - sym_identifier, + ACTIONS(5377), 1, + anon_sym_RBRACK, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3377), 2, sym_line_comment, sym_block_comment, - [95014] = 4, + [95069] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5831), 2, - sym_identifier, - sym_super, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(710), 1, + sym_declaration_list, STATE(3378), 2, sym_line_comment, sym_block_comment, - [95029] = 5, + [95086] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6820), 1, - sym_super, - ACTIONS(6974), 1, - sym_identifier, + ACTIONS(6947), 2, + sym_float_literal, + sym_integer_literal, STATE(3379), 2, sym_line_comment, sym_block_comment, - [95046] = 4, + [95101] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6976), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6853), 1, + sym_super, + ACTIONS(6949), 1, + sym_identifier, STATE(3380), 2, sym_line_comment, sym_block_comment, - [95061] = 5, + [95118] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2328), 1, - sym_parameters, + anon_sym_SLASH_STAR, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1354), 1, + sym_declaration_list, STATE(3381), 2, sym_line_comment, sym_block_comment, - [95078] = 5, + [95135] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6978), 1, - anon_sym_RPAREN, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1355), 1, + sym_declaration_list, STATE(3382), 2, sym_line_comment, sym_block_comment, - [95095] = 4, + [95152] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6694), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5090), 1, + anon_sym_LBRACE, + STATE(1178), 1, + sym_field_declaration_list, STATE(3383), 2, sym_line_comment, sym_block_comment, - [95110] = 4, + [95169] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6980), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(6801), 1, + sym_super, + ACTIONS(6951), 1, + sym_identifier, STATE(3384), 2, sym_line_comment, sym_block_comment, - [95125] = 5, + [95186] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4184), 1, - anon_sym_LT2, - STATE(1875), 1, - sym_type_arguments, + ACTIONS(6801), 2, + sym_identifier, + sym_super, STATE(3385), 2, sym_line_comment, sym_block_comment, - [95142] = 5, + [95201] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2332), 1, - sym_parameters, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1181), 1, + sym_declaration_list, STATE(3386), 2, sym_line_comment, sym_block_comment, - [95159] = 5, + [95218] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6978), 1, - anon_sym_RBRACK, + STATE(231), 1, + sym_closure_parameters, STATE(3387), 2, sym_line_comment, sym_block_comment, - [95176] = 5, + [95235] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6982), 1, - anon_sym_RPAREN, + ACTIONS(5701), 1, + sym_super, + ACTIONS(6953), 1, + sym_identifier, STATE(3388), 2, sym_line_comment, sym_block_comment, - [95193] = 5, + [95252] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, + ACTIONS(6955), 1, anon_sym_SEMI, - ACTIONS(6982), 1, - anon_sym_RBRACK, + ACTIONS(6957), 1, + anon_sym_EQ, STATE(3389), 2, sym_line_comment, sym_block_comment, - [95210] = 5, + [95269] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6984), 1, - anon_sym_RPAREN, + ACTIONS(6959), 2, + sym_float_literal, + sym_integer_literal, STATE(3390), 2, sym_line_comment, sym_block_comment, - [95227] = 5, + [95284] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6984), 1, - anon_sym_RBRACK, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2290), 1, + sym_parameters, STATE(3391), 2, sym_line_comment, sym_block_comment, - [95244] = 4, + [95301] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6040), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + STATE(236), 1, + sym_closure_parameters, STATE(3392), 2, sym_line_comment, sym_block_comment, - [95259] = 5, + [95318] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, + ACTIONS(5090), 1, anon_sym_LBRACE, - STATE(1123), 1, - sym_declaration_list, + STATE(1187), 1, + sym_field_declaration_list, STATE(3393), 2, sym_line_comment, sym_block_comment, - [95276] = 4, + [95335] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6986), 2, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6961), 1, anon_sym_RPAREN, - anon_sym_COMMA, STATE(3394), 2, sym_line_comment, sym_block_comment, - [95291] = 5, + [95352] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3084), 1, - anon_sym_SQUOTE, - STATE(3351), 1, - sym_lifetime, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6961), 1, + anon_sym_RBRACK, STATE(3395), 2, sym_line_comment, sym_block_comment, - [95308] = 5, + [95369] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, - ACTIONS(6988), 1, - anon_sym_GT, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6963), 1, + anon_sym_RPAREN, STATE(3396), 2, sym_line_comment, sym_block_comment, - [95325] = 5, + [95386] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6816), 1, - sym_super, - ACTIONS(6854), 1, - sym_identifier, + ACTIONS(6823), 1, + anon_sym_SEMI, + ACTIONS(6963), 1, + anon_sym_RBRACK, STATE(3397), 2, sym_line_comment, sym_block_comment, - [95342] = 4, + [95403] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6910), 2, - sym_identifier, - sym_super, + ACTIONS(6965), 1, + anon_sym_SEMI, + ACTIONS(6967), 1, + anon_sym_as, STATE(3398), 2, sym_line_comment, sym_block_comment, - [95357] = 4, + [95420] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6990), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6969), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3399), 2, sym_line_comment, sym_block_comment, - [95372] = 5, + [95435] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, - anon_sym_SEMI, - ACTIONS(6992), 1, - anon_sym_RBRACE, + ACTIONS(6971), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3400), 2, sym_line_comment, sym_block_comment, - [95389] = 5, + [95450] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2290), 1, - sym_parameters, + ACTIONS(6863), 2, + sym_identifier, + sym_super, STATE(3401), 2, sym_line_comment, sym_block_comment, - [95406] = 4, + [95465] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6994), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6973), 1, + anon_sym_SEMI, + ACTIONS(6975), 1, + anon_sym_as, STATE(3402), 2, sym_line_comment, sym_block_comment, - [95421] = 5, + [95482] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5807), 1, - sym_identifier, - ACTIONS(5831), 1, - sym_super, + ACTIONS(6977), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3403), 2, sym_line_comment, sym_block_comment, - [95438] = 5, + [95497] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6818), 1, - sym_identifier, - ACTIONS(6840), 1, - sym_super, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(547), 1, + sym_declaration_list, STATE(3404), 2, sym_line_comment, sym_block_comment, - [95455] = 5, + [95514] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(4074), 1, - anon_sym_COLON, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(548), 1, + sym_declaration_list, STATE(3405), 2, sym_line_comment, sym_block_comment, - [95472] = 5, + [95531] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - STATE(2494), 1, + STATE(2314), 1, sym_parameters, STATE(3406), 2, sym_line_comment, sym_block_comment, - [95489] = 4, + [95548] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5589), 2, - sym_identifier, - sym_super, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(640), 1, + sym_enum_variant_list, STATE(3407), 2, sym_line_comment, sym_block_comment, - [95504] = 4, + [95565] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6230), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(6663), 1, + anon_sym_for, STATE(3408), 2, sym_line_comment, sym_block_comment, - [95519] = 5, + [95582] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2319), 1, - sym_parameters, + ACTIONS(6979), 1, + anon_sym_STAR_SLASH, + ACTIONS(6981), 1, + sym__block_comment_content, STATE(3409), 2, sym_line_comment, sym_block_comment, - [95536] = 5, + [95599] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(6723), 1, - anon_sym_for, + ACTIONS(6983), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3410), 2, sym_line_comment, sym_block_comment, - [95553] = 5, + [95614] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(995), 1, - sym_type_parameters, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(621), 1, + sym_field_declaration_list, STATE(3411), 2, sym_line_comment, sym_block_comment, - [95570] = 5, + [95631] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5306), 1, - sym_super, - ACTIONS(5996), 1, - sym_identifier, + ACTIONS(6101), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3412), 2, sym_line_comment, sym_block_comment, - [95587] = 5, + [95646] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6332), 1, - sym_identifier, - ACTIONS(6336), 1, - sym_mutable_specifier, + ACTIONS(5102), 1, + anon_sym_LBRACE, + STATE(739), 1, + sym_field_declaration_list, STATE(3413), 2, sym_line_comment, sym_block_comment, - [95604] = 5, + [95663] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3430), 1, + ACTIONS(6985), 1, anon_sym_LPAREN, - STATE(1333), 1, - sym_parameters, + ACTIONS(6987), 1, + anon_sym_COLON_COLON, STATE(3414), 2, sym_line_comment, sym_block_comment, - [95621] = 5, + [95680] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5589), 1, - sym_super, - ACTIONS(6814), 1, - sym_identifier, + ACTIONS(4824), 1, + anon_sym_BANG, + ACTIONS(4874), 1, + anon_sym_COLON_COLON, STATE(3415), 2, sym_line_comment, sym_block_comment, - [95638] = 5, + [95697] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6996), 1, - anon_sym_LPAREN, - ACTIONS(6998), 1, + ACTIONS(6989), 1, + anon_sym_RPAREN, + ACTIONS(6991), 1, anon_sym_COLON_COLON, STATE(3416), 2, sym_line_comment, sym_block_comment, - [95655] = 4, + [95714] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7000), 2, + ACTIONS(6704), 2, anon_sym_GT, anon_sym_COMMA, STATE(3417), 2, sym_line_comment, sym_block_comment, - [95670] = 5, + [95729] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3475), 1, + ACTIONS(3528), 1, anon_sym_PLUS, - ACTIONS(4298), 1, + ACTIONS(4289), 1, anon_sym_COLON_COLON, STATE(3418), 2, sym_line_comment, sym_block_comment, - [95687] = 5, + [95746] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3475), 1, + ACTIONS(3528), 1, anon_sym_PLUS, - ACTIONS(4352), 1, + ACTIONS(4291), 1, anon_sym_COLON_COLON, STATE(3419), 2, sym_line_comment, sym_block_comment, - [95704] = 5, + [95763] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(6940), 1, - anon_sym_COLON_COLON, + ACTIONS(5701), 1, + sym_super, + ACTIONS(6993), 1, + sym_identifier, STATE(3420), 2, sym_line_comment, sym_block_comment, - [95721] = 5, + [95780] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(690), 1, - sym_field_declaration_list, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(6929), 1, + anon_sym_COLON_COLON, STATE(3421), 2, sym_line_comment, sym_block_comment, - [95738] = 5, + [95797] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(989), 1, - sym_type_parameters, + ACTIONS(6995), 1, + anon_sym_RPAREN, + ACTIONS(6997), 1, + anon_sym_COLON_COLON, STATE(3422), 2, sym_line_comment, sym_block_comment, - [95755] = 5, + [95814] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(7002), 1, - anon_sym_in, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(933), 1, + sym_type_parameters, STATE(3423), 2, sym_line_comment, sym_block_comment, - [95772] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [95831] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(232), 1, - sym_closure_parameters, + ACTIONS(4960), 1, + anon_sym_LBRACE, + STATE(1397), 1, + sym_declaration_list, STATE(3424), 2, sym_line_comment, sym_block_comment, - [95789] = 4, + [95848] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6761), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6849), 1, + sym_identifier, + ACTIONS(6863), 1, + sym_super, STATE(3425), 2, sym_line_comment, sym_block_comment, - [95804] = 4, + [95865] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7004), 2, - sym_float_literal, - sym_integer_literal, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(742), 1, + sym_declaration_list, STATE(3426), 2, sym_line_comment, sym_block_comment, - [95819] = 5, + [95882] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5396), 1, + ACTIONS(6873), 1, + anon_sym_COLON_COLON, + ACTIONS(6995), 1, anon_sym_RPAREN, - ACTIONS(6902), 1, - anon_sym_SEMI, STATE(3427), 2, sym_line_comment, sym_block_comment, - [95836] = 5, + [95899] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5469), 1, - anon_sym_LBRACE, - STATE(1348), 1, - sym_enum_variant_list, + ACTIONS(5697), 1, + sym_super, + ACTIONS(6999), 1, + sym_identifier, STATE(3428), 2, sym_line_comment, sym_block_comment, - [95853] = 5, + [95916] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, + ACTIONS(6877), 1, anon_sym_COLON_COLON, - ACTIONS(6741), 1, - anon_sym_for, + ACTIONS(6995), 1, + anon_sym_RPAREN, STATE(3429), 2, sym_line_comment, sym_block_comment, - [95870] = 5, + [95933] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(7006), 1, - anon_sym_EQ, + ACTIONS(5387), 1, + anon_sym_RBRACE, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3430), 2, sym_line_comment, sym_block_comment, - [95887] = 5, + [95950] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6832), 1, + ACTIONS(6917), 1, anon_sym_LPAREN, - ACTIONS(7008), 1, + ACTIONS(7001), 1, anon_sym_COLON_COLON, STATE(3431), 2, sym_line_comment, sym_block_comment, - [95904] = 5, + [95967] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7010), 1, - sym_identifier, - ACTIONS(7012), 1, - sym_super, + ACTIONS(7003), 1, + anon_sym_BANG, + ACTIONS(7005), 1, + anon_sym_COLON_COLON, STATE(3432), 2, sym_line_comment, sym_block_comment, - [95921] = 5, + [95984] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7014), 1, - anon_sym_BANG, - ACTIONS(7016), 1, - anon_sym_COLON_COLON, + ACTIONS(3443), 1, + anon_sym_LPAREN, + STATE(1206), 1, + sym_parameters, STATE(3433), 2, sym_line_comment, sym_block_comment, - [95938] = 5, + [96001] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(620), 1, - sym_enum_variant_list, + STATE(225), 1, + sym_closure_parameters, STATE(3434), 2, sym_line_comment, sym_block_comment, - [95955] = 5, + [96018] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6800), 1, - anon_sym_COLON_COLON, - ACTIONS(7018), 1, - anon_sym_RPAREN, + ACTIONS(7007), 1, + anon_sym_LBRACK, + ACTIONS(7009), 1, + anon_sym_BANG, STATE(3435), 2, sym_line_comment, sym_block_comment, - [95972] = 5, + [96035] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5396), 1, - anon_sym_RBRACK, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(6917), 1, + anon_sym_LPAREN, + ACTIONS(7011), 1, + anon_sym_COLON_COLON, STATE(3436), 2, sym_line_comment, sym_block_comment, - [95989] = 5, + [96052] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(658), 1, - sym_declaration_list, + ACTIONS(4657), 1, + anon_sym_BANG, + ACTIONS(7005), 1, + anon_sym_COLON_COLON, STATE(3437), 2, sym_line_comment, sym_block_comment, - [96006] = 5, + [96069] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5402), 1, - anon_sym_RBRACE, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(3443), 1, + anon_sym_LPAREN, + STATE(1139), 1, + sym_parameters, STATE(3438), 2, sym_line_comment, sym_block_comment, - [96023] = 5, + [96086] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6832), 1, - anon_sym_LPAREN, - ACTIONS(7020), 1, - anon_sym_COLON_COLON, + ACTIONS(5361), 1, + sym_super, + ACTIONS(5850), 1, + sym_identifier, STATE(3439), 2, sym_line_comment, sym_block_comment, - [96040] = 5, + [96103] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(7016), 1, - anon_sym_COLON_COLON, + ACTIONS(5397), 1, + anon_sym_RBRACE, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3440), 2, sym_line_comment, sym_block_comment, - [96057] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [96120] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(244), 1, - sym_closure_parameters, + ACTIONS(7013), 1, + anon_sym_LBRACK, + ACTIONS(7015), 1, + anon_sym_BANG, STATE(3441), 2, sym_line_comment, sym_block_comment, - [96074] = 5, + [96137] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5461), 1, - anon_sym_LBRACE, - STATE(596), 1, - sym_enum_variant_list, + ACTIONS(7017), 2, + sym_identifier, + sym_metavariable, STATE(3442), 2, sym_line_comment, sym_block_comment, - [96091] = 5, + [96152] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7022), 1, - anon_sym_LBRACK, - ACTIONS(7024), 1, - anon_sym_BANG, + ACTIONS(7019), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3443), 2, sym_line_comment, sym_block_comment, - [96108] = 4, + [96167] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7026), 2, - sym_identifier, - sym_metavariable, + STATE(219), 1, + sym_closure_parameters, STATE(3444), 2, sym_line_comment, sym_block_comment, - [96123] = 5, + [96184] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, - anon_sym_LBRACE, - STATE(1402), 1, - sym_field_declaration_list, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(7021), 1, + anon_sym_in, STATE(3445), 2, sym_line_comment, sym_block_comment, - [96140] = 4, + [96201] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7028), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(7023), 1, + anon_sym_SEMI, + ACTIONS(7025), 1, + anon_sym_EQ, STATE(3446), 2, sym_line_comment, sym_block_comment, - [96155] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [96218] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(215), 1, - sym_closure_parameters, + ACTIONS(5697), 1, + sym_super, + ACTIONS(6799), 1, + sym_identifier, STATE(3447), 2, sym_line_comment, sym_block_comment, - [96172] = 5, + [96235] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5059), 1, - anon_sym_LBRACE, - STATE(1406), 1, - sym_declaration_list, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5076), 1, + anon_sym_for, STATE(3448), 2, sym_line_comment, sym_block_comment, - [96189] = 5, + [96252] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(7030), 1, - anon_sym_in, + ACTIONS(7027), 2, + sym_identifier, + sym_metavariable, STATE(3449), 2, sym_line_comment, sym_block_comment, - [96206] = 5, + [96267] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7032), 1, - anon_sym_SEMI, - ACTIONS(7034), 1, - anon_sym_EQ, + ACTIONS(5697), 1, + sym_super, + ACTIONS(6951), 1, + sym_identifier, STATE(3450), 2, sym_line_comment, sym_block_comment, - [96223] = 4, + [96284] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7036), 2, - sym_identifier, - sym_metavariable, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(995), 1, + sym_type_parameters, STATE(3451), 2, sym_line_comment, sym_block_comment, - [96238] = 5, + [96301] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5589), 1, - sym_super, - ACTIONS(6878), 1, - sym_identifier, + ACTIONS(6807), 1, + anon_sym_LT, + STATE(996), 1, + sym_type_parameters, STATE(3452), 2, sym_line_comment, sym_block_comment, - [96255] = 5, + [96318] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5067), 1, - anon_sym_LBRACE, - STATE(1412), 1, - sym_field_declaration_list, + ACTIONS(5527), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3453), 2, sym_line_comment, sym_block_comment, - [96272] = 5, + [96333] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(1015), 1, - sym_type_parameters, + ACTIONS(7029), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3454), 2, sym_line_comment, sym_block_comment, - [96289] = 5, + [96348] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6822), 1, - anon_sym_LT, - STATE(1016), 1, - sym_type_parameters, + ACTIONS(7031), 1, + sym_identifier, + ACTIONS(7033), 1, + sym_super, STATE(3455), 2, sym_line_comment, sym_block_comment, - [96306] = 5, + [96365] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(659), 1, - sym_declaration_list, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(5162), 1, + anon_sym_for, STATE(3456), 2, sym_line_comment, sym_block_comment, - [96323] = 4, + [96382] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7038), 2, - sym_identifier, - sym_metavariable, + ACTIONS(5436), 1, + anon_sym_LBRACE, + STATE(755), 1, + sym_enum_variant_list, STATE(3457), 2, sym_line_comment, sym_block_comment, - [96338] = 5, + [96399] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, + ACTIONS(4824), 1, + anon_sym_BANG, + ACTIONS(4890), 1, anon_sym_COLON_COLON, - ACTIONS(5158), 1, - anon_sym_for, STATE(3458), 2, sym_line_comment, sym_block_comment, - [96355] = 4, + [96416] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6840), 2, - sym_identifier, - sym_super, + ACTIONS(3427), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3459), 2, sym_line_comment, sym_block_comment, - [96370] = 5, + [96431] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7040), 1, - anon_sym_SEMI, - ACTIONS(7042), 1, - anon_sym_as, + ACTIONS(7035), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3460), 2, sym_line_comment, sym_block_comment, - [96387] = 5, + [96446] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4662), 1, - anon_sym_BANG, - ACTIONS(7044), 1, - anon_sym_COLON_COLON, + ACTIONS(7037), 2, + sym_identifier, + sym_metavariable, STATE(3461), 2, sym_line_comment, sym_block_comment, - [96404] = 4, + [96461] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7046), 2, - sym_identifier, - sym_metavariable, + ACTIONS(6741), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3462), 2, sym_line_comment, sym_block_comment, - [96419] = 5, + [96476] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, + ACTIONS(5102), 1, anon_sym_LBRACE, - STATE(599), 1, + STATE(748), 1, sym_field_declaration_list, STATE(3463), 2, sym_line_comment, sym_block_comment, - [96436] = 5, + [96493] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(6755), 1, - anon_sym_for, + STATE(224), 1, + sym_closure_parameters, STATE(3464), 2, sym_line_comment, sym_block_comment, - [96453] = 4, + [96510] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7048), 2, - sym_identifier, - sym_metavariable, + ACTIONS(7039), 1, + anon_sym_SEMI, + ACTIONS(7041), 1, + anon_sym_as, STATE(3465), 2, sym_line_comment, sym_block_comment, - [96468] = 5, + [96527] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, + ACTIONS(4756), 1, anon_sym_COLON_COLON, - ACTIONS(6759), 1, + ACTIONS(6733), 1, anon_sym_for, STATE(3466), 2, sym_line_comment, sym_block_comment, - [96485] = 5, + [96544] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, - ACTIONS(4016), 1, - anon_sym_COLON, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(6737), 1, + anon_sym_for, STATE(3467), 2, sym_line_comment, sym_block_comment, - [96502] = 4, + [96561] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6493), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(766), 1, + sym_declaration_list, STATE(3468), 2, sym_line_comment, sym_block_comment, - [96517] = 5, + [96578] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7050), 1, - sym_identifier, - ACTIONS(7052), 1, - sym_super, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(7043), 1, + anon_sym_in, STATE(3469), 2, sym_line_comment, sym_block_comment, - [96534] = 4, + [96595] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7054), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(7045), 1, + sym_identifier, + ACTIONS(7047), 1, + sym_super, STATE(3470), 2, sym_line_comment, sym_block_comment, - [96549] = 5, + [96612] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(7056), 1, - anon_sym_in, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, + ACTIONS(6758), 1, + anon_sym_for, STATE(3471), 2, sym_line_comment, sym_block_comment, - [96566] = 5, + [96629] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2404), 1, - sym_parameters, + ACTIONS(7049), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3472), 2, sym_line_comment, sym_block_comment, - [96583] = 5, + [96644] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5676), 1, - sym_super, - ACTIONS(6952), 1, - sym_identifier, + ACTIONS(7051), 1, + anon_sym_LBRACK, + ACTIONS(7053), 1, + anon_sym_BANG, STATE(3473), 2, sym_line_comment, sym_block_comment, - [96600] = 5, + [96661] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, - ACTIONS(6772), 1, - anon_sym_for, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(7055), 1, + anon_sym_in, STATE(3474), 2, sym_line_comment, sym_block_comment, - [96617] = 5, + [96678] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7058), 1, - anon_sym_LBRACK, - ACTIONS(7060), 1, - anon_sym_BANG, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(7057), 1, + anon_sym_in, STATE(3475), 2, sym_line_comment, sym_block_comment, - [96634] = 5, + [96695] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, + ACTIONS(5610), 1, anon_sym_PIPE, - ACTIONS(7062), 1, + ACTIONS(7059), 1, anon_sym_in, STATE(3476), 2, sym_line_comment, sym_block_comment, - [96651] = 5, + [96712] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, + ACTIONS(5610), 1, anon_sym_PIPE, - ACTIONS(7064), 1, + ACTIONS(7061), 1, anon_sym_in, STATE(3477), 2, sym_line_comment, sym_block_comment, - [96668] = 5, + [96729] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(7066), 1, - anon_sym_in, + ACTIONS(5701), 1, + sym_super, + ACTIONS(6949), 1, + sym_identifier, STATE(3478), 2, sym_line_comment, sym_block_comment, - [96685] = 5, + [96746] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(7068), 1, - anon_sym_in, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2098), 1, + sym_parameters, STATE(3479), 2, sym_line_comment, sym_block_comment, - [96702] = 5, + [96763] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5430), 1, - anon_sym_RPAREN, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(7063), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3480), 2, sym_line_comment, sym_block_comment, - [96719] = 5, + [96778] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, - anon_sym_LPAREN, - STATE(2096), 1, - sym_parameters, + ACTIONS(6782), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3481), 2, sym_line_comment, sym_block_comment, - [96736] = 4, + [96793] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7070), 2, + ACTIONS(7065), 2, anon_sym_const, sym_mutable_specifier, STATE(3482), 2, sym_line_comment, sym_block_comment, - [96751] = 5, + [96808] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5408), 1, - anon_sym_RBRACE, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(6766), 1, + sym_identifier, + ACTIONS(6770), 1, + sym_mutable_specifier, STATE(3483), 2, sym_line_comment, sym_block_comment, - [96768] = 5, + [96825] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6778), 1, - sym_identifier, - ACTIONS(6782), 1, - sym_mutable_specifier, + ACTIONS(5610), 1, + anon_sym_PIPE, + ACTIONS(7067), 1, + anon_sym_in, STATE(3484), 2, sym_line_comment, sym_block_comment, - [96785] = 5, + [96842] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5310), 1, - anon_sym_RBRACE, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(7069), 1, + sym_identifier, + ACTIONS(7071), 1, + sym_mutable_specifier, STATE(3485), 2, sym_line_comment, sym_block_comment, - [96802] = 5, + [96859] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5131), 1, - anon_sym_LBRACE, - STATE(603), 1, - sym_field_declaration_list, + ACTIONS(6871), 1, + anon_sym_RPAREN, + ACTIONS(6997), 1, + anon_sym_COLON_COLON, STATE(3486), 2, sym_line_comment, sym_block_comment, - [96819] = 5, + [96876] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - STATE(2099), 1, + STATE(2101), 1, sym_parameters, STATE(3487), 2, sym_line_comment, sym_block_comment, - [96836] = 5, + [96893] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4178), 1, + ACTIONS(4145), 1, anon_sym_LPAREN, - STATE(1665), 1, + STATE(1677), 1, sym_parameters, STATE(3488), 2, sym_line_comment, sym_block_comment, - [96853] = 5, + [96910] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, + ACTIONS(3561), 1, anon_sym_LBRACE, - STATE(505), 1, - sym_declaration_list, + STATE(1532), 1, + sym_field_initializer_list, STATE(3489), 2, sym_line_comment, sym_block_comment, - [96870] = 5, + [96927] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5737), 1, - anon_sym_PIPE, - ACTIONS(7072), 1, - anon_sym_EQ, + ACTIONS(6991), 1, + anon_sym_COLON_COLON, + ACTIONS(7073), 1, + anon_sym_RPAREN, STATE(3490), 2, sym_line_comment, sym_block_comment, - [96887] = 5, + [96944] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7074), 1, + ACTIONS(7075), 1, sym_identifier, - ACTIONS(7076), 1, + ACTIONS(7077), 1, sym_mutable_specifier, STATE(3491), 2, sym_line_comment, sym_block_comment, - [96904] = 5, + [96961] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7078), 1, - anon_sym_SEMI, - ACTIONS(7080), 1, - anon_sym_as, + ACTIONS(6867), 2, + sym_identifier, + sym_super, STATE(3492), 2, sym_line_comment, sym_block_comment, - [96921] = 5, + [96976] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4674), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - STATE(2102), 1, + STATE(2093), 1, sym_parameters, STATE(3493), 2, sym_line_comment, sym_block_comment, - [96938] = 5, + [96993] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5430), 1, - anon_sym_RBRACK, - ACTIONS(6902), 1, - anon_sym_SEMI, + ACTIONS(4970), 1, + anon_sym_LBRACE, + STATE(722), 1, + sym_declaration_list, STATE(3494), 2, sym_line_comment, sym_block_comment, - [96955] = 5, + [97010] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5093), 1, - anon_sym_LBRACE, - STATE(695), 1, - sym_declaration_list, + ACTIONS(6359), 1, + anon_sym_EQ_GT, + ACTIONS(6789), 1, + anon_sym_AMP_AMP, STATE(3495), 2, sym_line_comment, sym_block_comment, - [96972] = 4, + [97027] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7082), 2, - sym_identifier, - sym_metavariable, + ACTIONS(7079), 1, + sym__line_doc_content, STATE(3496), 2, sym_line_comment, sym_block_comment, - [96987] = 4, + [97041] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7084), 1, - sym_identifier, + ACTIONS(5373), 1, + anon_sym_COLON_COLON, STATE(3497), 2, sym_line_comment, sym_block_comment, - [97001] = 4, + [97055] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7086), 1, - anon_sym_RBRACE, + ACTIONS(7081), 1, + sym_raw_string_literal_content, STATE(3498), 2, sym_line_comment, sym_block_comment, - [97015] = 4, + [97069] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7088), 1, + ACTIONS(7083), 1, sym_identifier, STATE(3499), 2, sym_line_comment, sym_block_comment, - [97029] = 4, + [97083] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7090), 1, - sym_identifier, + ACTIONS(7085), 1, + sym__raw_string_literal_end, STATE(3500), 2, sym_line_comment, sym_block_comment, - [97043] = 4, - ACTIONS(103), 1, + [97097] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7092), 1, - anon_sym_SEMI, + ACTIONS(7087), 1, + aux_sym_line_comment_token2, STATE(3501), 2, sym_line_comment, sym_block_comment, - [97057] = 4, + [97111] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7094), 1, + ACTIONS(7089), 1, anon_sym_SEMI, STATE(3502), 2, sym_line_comment, sym_block_comment, - [97071] = 4, + [97125] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7096), 1, - sym__line_doc_content, + ACTIONS(6839), 1, + anon_sym_SEMI, STATE(3503), 2, sym_line_comment, sym_block_comment, - [97085] = 4, + [97139] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6648), 1, - anon_sym_RBRACE, + ACTIONS(7091), 1, + anon_sym_SEMI, STATE(3504), 2, sym_line_comment, sym_block_comment, - [97099] = 4, + [97153] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7098), 1, - sym_identifier, + ACTIONS(7093), 1, + anon_sym_SEMI, STATE(3505), 2, sym_line_comment, sym_block_comment, - [97113] = 4, + [97167] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7100), 1, - sym_identifier, + ACTIONS(7095), 1, + anon_sym_COLON, STATE(3506), 2, sym_line_comment, sym_block_comment, - [97127] = 4, + [97181] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7102), 1, - sym_identifier, + ACTIONS(7097), 1, + anon_sym_RPAREN, STATE(3507), 2, sym_line_comment, sym_block_comment, - [97141] = 4, + [97195] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7104), 1, - anon_sym_SEMI, + ACTIONS(6309), 1, + anon_sym_GT, STATE(3508), 2, sym_line_comment, sym_block_comment, - [97155] = 4, + [97209] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7106), 1, - anon_sym_fn, + ACTIONS(7099), 1, + anon_sym_STAR_SLASH, STATE(3509), 2, sym_line_comment, sym_block_comment, - [97169] = 4, + [97223] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7108), 1, - sym_identifier, + ACTIONS(7101), 1, + anon_sym_COLON, STATE(3510), 2, sym_line_comment, sym_block_comment, - [97183] = 4, + [97237] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7110), 1, - sym__raw_string_literal_end, + ACTIONS(7103), 1, + sym_identifier, STATE(3511), 2, sym_line_comment, sym_block_comment, - [97197] = 4, + [97251] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5077), 1, + ACTIONS(5014), 1, anon_sym_COLON_COLON, STATE(3512), 2, sym_line_comment, sym_block_comment, - [97211] = 4, + [97265] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7112), 1, + ACTIONS(7105), 1, anon_sym_COLON_COLON, STATE(3513), 2, sym_line_comment, sym_block_comment, - [97225] = 4, + [97279] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7114), 1, + ACTIONS(7107), 1, anon_sym_fn, STATE(3514), 2, sym_line_comment, sym_block_comment, - [97239] = 4, + [97293] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7116), 1, - sym_identifier, + ACTIONS(7109), 1, + anon_sym_EQ_GT, STATE(3515), 2, sym_line_comment, sym_block_comment, - [97253] = 4, + [97307] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7118), 1, - sym_identifier, + ACTIONS(7111), 1, + anon_sym_SEMI, STATE(3516), 2, sym_line_comment, sym_block_comment, - [97267] = 4, + [97321] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5950), 1, + ACTIONS(6057), 1, anon_sym_LBRACE, STATE(3517), 2, sym_line_comment, sym_block_comment, - [97281] = 4, + [97335] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7120), 1, - anon_sym_SEMI, + ACTIONS(758), 1, + anon_sym_RBRACK, STATE(3518), 2, sym_line_comment, sym_block_comment, - [97295] = 4, + [97349] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7122), 1, - anon_sym_SEMI, + ACTIONS(7113), 1, + sym_identifier, STATE(3519), 2, sym_line_comment, sym_block_comment, - [97309] = 4, + [97363] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7124), 1, - anon_sym_SEMI, + ACTIONS(6167), 1, + anon_sym_RBRACE, STATE(3520), 2, sym_line_comment, sym_block_comment, - [97323] = 4, + [97377] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7126), 1, - anon_sym_SEMI, + ACTIONS(6433), 1, + anon_sym_RBRACE, STATE(3521), 2, sym_line_comment, sym_block_comment, - [97337] = 4, + [97391] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3178), 1, - anon_sym_PLUS, + ACTIONS(7115), 1, + sym_identifier, STATE(3522), 2, sym_line_comment, sym_block_comment, - [97351] = 4, + [97405] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7128), 1, + ACTIONS(7117), 1, sym_identifier, STATE(3523), 2, sym_line_comment, sym_block_comment, - [97365] = 4, + [97419] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7130), 1, - anon_sym_STAR_SLASH, + ACTIONS(7119), 1, + anon_sym_SEMI, STATE(3524), 2, sym_line_comment, sym_block_comment, - [97379] = 4, + [97433] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6168), 1, - anon_sym_RBRACE, + ACTIONS(7121), 1, + anon_sym_SEMI, STATE(3525), 2, sym_line_comment, sym_block_comment, - [97393] = 4, + [97447] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7132), 1, - anon_sym_EQ_GT, + ACTIONS(7123), 1, + anon_sym_COLON, STATE(3526), 2, sym_line_comment, sym_block_comment, - [97407] = 4, + [97461] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7134), 1, - sym_identifier, + ACTIONS(7125), 1, + anon_sym_SEMI, STATE(3527), 2, sym_line_comment, sym_block_comment, - [97421] = 4, + [97475] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7136), 1, - anon_sym_RBRACE, + ACTIONS(7127), 1, + anon_sym_SEMI, STATE(3528), 2, sym_line_comment, sym_block_comment, - [97435] = 4, + [97489] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7138), 1, - anon_sym_COLON, + ACTIONS(5357), 1, + anon_sym_SEMI, STATE(3529), 2, sym_line_comment, sym_block_comment, - [97449] = 4, + [97503] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7140), 1, - anon_sym_SEMI, + ACTIONS(7129), 1, + sym_self, STATE(3530), 2, sym_line_comment, sym_block_comment, - [97463] = 4, + [97517] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3210), 1, - anon_sym_PLUS, + ACTIONS(7131), 1, + anon_sym_RPAREN, STATE(3531), 2, sym_line_comment, sym_block_comment, - [97477] = 4, + [97531] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7142), 1, + ACTIONS(7133), 1, sym_identifier, STATE(3532), 2, sym_line_comment, sym_block_comment, - [97491] = 4, + [97545] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7144), 1, + ACTIONS(7135), 1, sym_identifier, STATE(3533), 2, sym_line_comment, sym_block_comment, - [97505] = 4, + [97559] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7146), 1, - anon_sym_RBRACK, + ACTIONS(7137), 1, + anon_sym_COLON, STATE(3534), 2, sym_line_comment, sym_block_comment, - [97519] = 4, + [97573] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6964), 1, - anon_sym_SEMI, + ACTIONS(7139), 1, + anon_sym_LT2, STATE(3535), 2, sym_line_comment, sym_block_comment, - [97533] = 4, + [97587] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7148), 1, - anon_sym_RBRACK, + ACTIONS(4756), 1, + anon_sym_COLON_COLON, STATE(3536), 2, sym_line_comment, sym_block_comment, - [97547] = 4, + [97601] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7150), 1, + ACTIONS(7141), 1, sym_identifier, STATE(3537), 2, sym_line_comment, sym_block_comment, - [97561] = 4, + [97615] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7152), 1, - anon_sym_SEMI, + ACTIONS(6472), 1, + anon_sym_RBRACE, STATE(3538), 2, sym_line_comment, sym_block_comment, - [97575] = 4, + [97629] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7154), 1, - anon_sym_SEMI, + ACTIONS(7143), 1, + anon_sym_RBRACK, STATE(3539), 2, sym_line_comment, sym_block_comment, - [97589] = 4, + [97643] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7156), 1, - anon_sym_SEMI, + ACTIONS(7145), 1, + sym__line_doc_content, STATE(3540), 2, sym_line_comment, sym_block_comment, - [97603] = 4, + [97657] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6210), 1, - anon_sym_RBRACE, + ACTIONS(967), 1, + anon_sym_EQ_GT, STATE(3541), 2, sym_line_comment, sym_block_comment, - [97617] = 4, + [97671] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7158), 1, - sym_identifier, + ACTIONS(6075), 1, + anon_sym_LBRACE, STATE(3542), 2, sym_line_comment, sym_block_comment, - [97631] = 4, + [97685] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7160), 1, - anon_sym_LPAREN, + ACTIONS(7147), 1, + anon_sym_fn, STATE(3543), 2, sym_line_comment, sym_block_comment, - [97645] = 4, + [97699] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7162), 1, - anon_sym_SEMI, + ACTIONS(7149), 1, + anon_sym_EQ, STATE(3544), 2, sym_line_comment, sym_block_comment, - [97659] = 4, + [97713] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4332), 1, - anon_sym_RPAREN, + ACTIONS(7151), 1, + anon_sym_COLON_COLON, STATE(3545), 2, sym_line_comment, sym_block_comment, - [97673] = 4, + [97727] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7164), 1, - anon_sym_RPAREN, + ACTIONS(7153), 1, + sym__line_doc_content, STATE(3546), 2, sym_line_comment, sym_block_comment, - [97687] = 4, + [97741] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7166), 1, - anon_sym_RBRACK, + ACTIONS(7155), 1, + sym__raw_string_literal_end, STATE(3547), 2, sym_line_comment, sym_block_comment, - [97701] = 4, + [97755] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7168), 1, - anon_sym_COLON, + ACTIONS(7157), 1, + anon_sym_SEMI, STATE(3548), 2, sym_line_comment, sym_block_comment, - [97715] = 4, + [97769] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7170), 1, - anon_sym_SEMI, + ACTIONS(7159), 1, + sym_identifier, STATE(3549), 2, sym_line_comment, sym_block_comment, - [97729] = 4, + [97783] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(887), 1, - anon_sym_RBRACK, + ACTIONS(5726), 1, + anon_sym_RPAREN, STATE(3550), 2, sym_line_comment, sym_block_comment, - [97743] = 4, + [97797] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7172), 1, - anon_sym_SEMI, + ACTIONS(7161), 1, + sym_identifier, STATE(3551), 2, sym_line_comment, sym_block_comment, - [97757] = 4, + [97811] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7174), 1, - anon_sym_SEMI, + ACTIONS(4884), 1, + anon_sym_COLON_COLON, STATE(3552), 2, sym_line_comment, sym_block_comment, - [97771] = 4, + [97825] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4028), 1, - anon_sym_COLON_COLON, + ACTIONS(7163), 1, + anon_sym_SEMI, STATE(3553), 2, sym_line_comment, sym_block_comment, - [97785] = 4, + [97839] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7176), 1, - sym_identifier, + ACTIONS(7165), 1, + anon_sym_RPAREN, STATE(3554), 2, sym_line_comment, sym_block_comment, - [97799] = 4, + [97853] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7178), 1, - sym_identifier, + ACTIONS(7167), 1, + anon_sym_SEMI, STATE(3555), 2, sym_line_comment, sym_block_comment, - [97813] = 4, + [97867] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7180), 1, - anon_sym_SEMI, + ACTIONS(7169), 1, + sym_identifier, STATE(3556), 2, sym_line_comment, sym_block_comment, - [97827] = 4, + [97881] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7182), 1, - anon_sym_RBRACK, + ACTIONS(7171), 1, + anon_sym_SEMI, STATE(3557), 2, sym_line_comment, sym_block_comment, - [97841] = 4, + [97895] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7184), 1, + ACTIONS(7173), 1, anon_sym_SEMI, STATE(3558), 2, sym_line_comment, sym_block_comment, - [97855] = 4, + [97909] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4724), 1, - anon_sym_fn, + ACTIONS(7175), 1, + anon_sym_COLON, STATE(3559), 2, sym_line_comment, sym_block_comment, - [97869] = 4, + [97923] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7186), 1, - sym_identifier, + ACTIONS(7177), 1, + sym__raw_string_literal_end, STATE(3560), 2, sym_line_comment, sym_block_comment, - [97883] = 4, + [97937] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6992), 1, - anon_sym_SEMI, + ACTIONS(4107), 1, + anon_sym_COLON_COLON, STATE(3561), 2, sym_line_comment, sym_block_comment, - [97897] = 4, + [97951] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7188), 1, - anon_sym_COLON, + ACTIONS(7179), 1, + sym_identifier, STATE(3562), 2, sym_line_comment, sym_block_comment, - [97911] = 4, + [97965] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6291), 1, - anon_sym_RBRACE, + ACTIONS(7181), 1, + anon_sym_SEMI, STATE(3563), 2, sym_line_comment, sym_block_comment, - [97925] = 4, + [97979] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5061), 1, - anon_sym_COLON_COLON, + ACTIONS(7183), 1, + ts_builtin_sym_end, STATE(3564), 2, sym_line_comment, sym_block_comment, - [97939] = 4, + [97993] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7190), 1, - sym_identifier, + ACTIONS(7185), 1, + anon_sym_STAR_SLASH, STATE(3565), 2, sym_line_comment, sym_block_comment, - [97953] = 4, + [98007] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7192), 1, + ACTIONS(7187), 1, anon_sym_SEMI, STATE(3566), 2, sym_line_comment, sym_block_comment, - [97967] = 4, + [98021] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7194), 1, - sym__line_doc_content, + ACTIONS(7189), 1, + sym_identifier, STATE(3567), 2, sym_line_comment, sym_block_comment, - [97981] = 4, + [98035] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6196), 1, - anon_sym_RBRACE, + ACTIONS(7191), 1, + sym_identifier, STATE(3568), 2, sym_line_comment, sym_block_comment, - [97995] = 4, + [98049] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7196), 1, - anon_sym_COLON, + ACTIONS(6439), 1, + anon_sym_RBRACE, STATE(3569), 2, sym_line_comment, sym_block_comment, - [98009] = 4, + [98063] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7198), 1, - sym_identifier, + ACTIONS(6429), 1, + anon_sym_GT, STATE(3570), 2, sym_line_comment, sym_block_comment, - [98023] = 4, + [98077] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7200), 1, - anon_sym_SEMI, + ACTIONS(7193), 1, + anon_sym_COLON, STATE(3571), 2, sym_line_comment, sym_block_comment, - [98037] = 4, + [98091] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7202), 1, - anon_sym_SEMI, + ACTIONS(5705), 1, + anon_sym_RPAREN, STATE(3572), 2, sym_line_comment, sym_block_comment, - [98051] = 4, + [98105] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6164), 1, - anon_sym_GT, + ACTIONS(7195), 1, + anon_sym_SEMI, STATE(3573), 2, sym_line_comment, sym_block_comment, - [98065] = 4, + [98119] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7204), 1, - anon_sym_LBRACK, + ACTIONS(6159), 1, + anon_sym_RBRACE, STATE(3574), 2, sym_line_comment, sym_block_comment, - [98079] = 4, + [98133] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7206), 1, - anon_sym_SEMI, + ACTIONS(7197), 1, + sym_identifier, STATE(3575), 2, sym_line_comment, sym_block_comment, - [98093] = 4, + [98147] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7208), 1, - sym__raw_string_literal_end, + ACTIONS(7199), 1, + anon_sym_SEMI, STATE(3576), 2, sym_line_comment, sym_block_comment, - [98107] = 4, + [98161] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7210), 1, - anon_sym_EQ, + ACTIONS(7201), 1, + anon_sym_COLON, STATE(3577), 2, sym_line_comment, sym_block_comment, - [98121] = 4, + [98175] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7212), 1, + ACTIONS(7203), 1, anon_sym_SEMI, STATE(3578), 2, sym_line_comment, sym_block_comment, - [98135] = 4, + [98189] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5696), 1, - anon_sym_RPAREN, + ACTIONS(7205), 1, + anon_sym_RBRACE, STATE(3579), 2, sym_line_comment, sym_block_comment, - [98149] = 4, + [98203] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7214), 1, + ACTIONS(7207), 1, anon_sym_SEMI, STATE(3580), 2, sym_line_comment, sym_block_comment, - [98163] = 4, + [98217] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7216), 1, - anon_sym_LPAREN, + ACTIONS(7209), 1, + anon_sym_COLON, STATE(3581), 2, sym_line_comment, sym_block_comment, - [98177] = 4, + [98231] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7218), 1, - anon_sym_SEMI, + ACTIONS(6516), 1, + anon_sym_COLON_COLON, STATE(3582), 2, sym_line_comment, sym_block_comment, - [98191] = 4, + [98245] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7220), 1, - anon_sym_fn, + ACTIONS(7211), 1, + anon_sym_SEMI, STATE(3583), 2, sym_line_comment, sym_block_comment, - [98205] = 4, + [98259] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7222), 1, - sym_identifier, + ACTIONS(7213), 1, + anon_sym_EQ, STATE(3584), 2, sym_line_comment, sym_block_comment, - [98219] = 4, + [98273] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7224), 1, - sym_identifier, + ACTIONS(7215), 1, + anon_sym_RBRACK, STATE(3585), 2, sym_line_comment, sym_block_comment, - [98233] = 4, + [98287] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(941), 1, + ACTIONS(7217), 1, anon_sym_RBRACK, STATE(3586), 2, sym_line_comment, sym_block_comment, - [98247] = 4, + [98301] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6417), 1, - anon_sym_RBRACE, + ACTIONS(7219), 1, + sym_identifier, STATE(3587), 2, sym_line_comment, sym_block_comment, - [98261] = 4, + [98315] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7226), 1, - sym_identifier, + ACTIONS(7221), 1, + anon_sym_SEMI, STATE(3588), 2, sym_line_comment, sym_block_comment, - [98275] = 4, + [98329] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5870), 1, - anon_sym_RPAREN, + ACTIONS(5327), 1, + anon_sym_SEMI, STATE(3589), 2, sym_line_comment, sym_block_comment, - [98289] = 4, + [98343] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5938), 1, - anon_sym_RPAREN, + ACTIONS(7223), 1, + sym_identifier, STATE(3590), 2, sym_line_comment, sym_block_comment, - [98303] = 4, + [98357] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3984), 1, - anon_sym_COLON_COLON, + ACTIONS(5899), 1, + anon_sym_RPAREN, STATE(3591), 2, sym_line_comment, sym_block_comment, - [98317] = 4, + [98371] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7228), 1, - anon_sym_SEMI, + ACTIONS(7225), 1, + anon_sym_RBRACK, STATE(3592), 2, sym_line_comment, sym_block_comment, - [98331] = 4, + [98385] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7230), 1, - anon_sym_SEMI, + ACTIONS(7227), 1, + sym_identifier, STATE(3593), 2, sym_line_comment, sym_block_comment, - [98345] = 4, + [98399] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5890), 1, - anon_sym_RBRACK, + ACTIONS(7229), 1, + anon_sym_COLON_COLON, STATE(3594), 2, sym_line_comment, sym_block_comment, - [98359] = 4, + [98413] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7232), 1, - anon_sym_RBRACK, + ACTIONS(7231), 1, + anon_sym_SEMI, STATE(3595), 2, sym_line_comment, sym_block_comment, - [98373] = 4, + [98427] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7234), 1, - anon_sym_SEMI, + ACTIONS(7233), 1, + sym_identifier, STATE(3596), 2, sym_line_comment, sym_block_comment, - [98387] = 4, + [98441] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6114), 1, - anon_sym_RBRACK, + ACTIONS(6657), 1, + anon_sym_RBRACE, STATE(3597), 2, sym_line_comment, sym_block_comment, - [98401] = 4, + [98455] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7236), 1, - anon_sym_SEMI, + ACTIONS(7235), 1, + sym_identifier, STATE(3598), 2, sym_line_comment, sym_block_comment, - [98415] = 4, + [98469] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7238), 1, - anon_sym_SEMI, + ACTIONS(7237), 1, + anon_sym_RBRACK, STATE(3599), 2, sym_line_comment, sym_block_comment, - [98429] = 4, + [98483] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7240), 1, - sym_identifier, + ACTIONS(7239), 1, + anon_sym_SEMI, STATE(3600), 2, sym_line_comment, sym_block_comment, - [98443] = 4, + [98497] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7242), 1, - sym_identifier, + ACTIONS(937), 1, + anon_sym_RBRACK, STATE(3601), 2, sym_line_comment, sym_block_comment, - [98457] = 4, + [98511] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7244), 1, - anon_sym_RBRACK, + ACTIONS(7241), 1, + sym__raw_string_literal_end, STATE(3602), 2, sym_line_comment, sym_block_comment, - [98471] = 4, + [98525] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7246), 1, - anon_sym_LBRACK, + ACTIONS(7243), 1, + anon_sym_SEMI, STATE(3603), 2, sym_line_comment, sym_block_comment, - [98485] = 4, + [98539] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7248), 1, - sym__raw_string_literal_end, + ACTIONS(6163), 1, + anon_sym_RBRACE, STATE(3604), 2, sym_line_comment, sym_block_comment, - [98499] = 4, - ACTIONS(3), 1, + [98553] = 4, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7250), 1, - aux_sym_line_comment_token2, + ACTIONS(7245), 1, + anon_sym_SEMI, STATE(3605), 2, sym_line_comment, sym_block_comment, - [98513] = 4, + [98567] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7252), 1, - sym_identifier, + ACTIONS(7247), 1, + anon_sym_SEMI, STATE(3606), 2, sym_line_comment, sym_block_comment, - [98527] = 4, + [98581] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7254), 1, - ts_builtin_sym_end, + ACTIONS(7249), 1, + anon_sym_RBRACK, STATE(3607), 2, sym_line_comment, sym_block_comment, - [98541] = 4, + [98595] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7256), 1, - anon_sym_SEMI, + ACTIONS(7251), 1, + sym__raw_string_literal_end, STATE(3608), 2, sym_line_comment, sym_block_comment, - [98555] = 4, + [98609] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4883), 1, - anon_sym_COLON_COLON, + ACTIONS(7253), 1, + anon_sym_SEMI, STATE(3609), 2, sym_line_comment, sym_block_comment, - [98569] = 4, + [98623] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7258), 1, - anon_sym_COLON_COLON, + ACTIONS(7255), 1, + sym_identifier, STATE(3610), 2, sym_line_comment, sym_block_comment, - [98583] = 4, + [98637] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5840), 1, - anon_sym_LBRACE, + ACTIONS(7257), 1, + anon_sym_SEMI, STATE(3611), 2, sym_line_comment, sym_block_comment, - [98597] = 4, + [98651] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7260), 1, - anon_sym_RBRACE, + ACTIONS(1001), 1, + anon_sym_RBRACK, STATE(3612), 2, sym_line_comment, sym_block_comment, - [98611] = 4, + [98665] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7262), 1, - anon_sym_SEMI, + ACTIONS(7259), 1, + anon_sym_COLON, STATE(3613), 2, sym_line_comment, sym_block_comment, - [98625] = 4, + [98679] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7264), 1, - anon_sym_SEMI, + ACTIONS(7261), 1, + sym_identifier, STATE(3614), 2, sym_line_comment, sym_block_comment, - [98639] = 4, + [98693] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7266), 1, - anon_sym_COLON, + ACTIONS(7263), 1, + anon_sym_SEMI, STATE(3615), 2, sym_line_comment, sym_block_comment, - [98653] = 4, + [98707] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7268), 1, - anon_sym_LT, + ACTIONS(7265), 1, + sym_identifier, STATE(3616), 2, sym_line_comment, sym_block_comment, - [98667] = 4, + [98721] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6104), 1, - anon_sym_RPAREN, + ACTIONS(6823), 1, + anon_sym_SEMI, STATE(3617), 2, sym_line_comment, sym_block_comment, - [98681] = 4, + [98735] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7270), 1, - anon_sym_SEMI, + ACTIONS(6873), 1, + anon_sym_COLON_COLON, STATE(3618), 2, sym_line_comment, sym_block_comment, - [98695] = 4, + [98749] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7272), 1, - anon_sym_SEMI, + ACTIONS(7267), 1, + sym_identifier, STATE(3619), 2, sym_line_comment, sym_block_comment, - [98709] = 4, + [98763] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6721), 1, - anon_sym_COLON_COLON, + ACTIONS(7269), 1, + anon_sym_SEMI, STATE(3620), 2, sym_line_comment, sym_block_comment, - [98723] = 4, + [98777] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7274), 1, - anon_sym_COLON, + ACTIONS(7271), 1, + sym_identifier, STATE(3621), 2, sym_line_comment, sym_block_comment, - [98737] = 4, + [98791] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7276), 1, - sym_identifier, + ACTIONS(4337), 1, + anon_sym_RPAREN, STATE(3622), 2, sym_line_comment, sym_block_comment, - [98751] = 4, + [98805] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7278), 1, - anon_sym_SEMI, + ACTIONS(7273), 1, + sym_raw_string_literal_content, STATE(3623), 2, sym_line_comment, sym_block_comment, - [98765] = 4, + [98819] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7280), 1, + ACTIONS(7275), 1, anon_sym_SEMI, STATE(3624), 2, sym_line_comment, sym_block_comment, - [98779] = 4, + [98833] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7282), 1, - sym_raw_string_literal_content, + ACTIONS(7277), 1, + anon_sym_COLON_COLON, STATE(3625), 2, sym_line_comment, sym_block_comment, - [98793] = 4, + [98847] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7284), 1, - anon_sym_RBRACK, + ACTIONS(7279), 1, + anon_sym_SEMI, STATE(3626), 2, sym_line_comment, sym_block_comment, - [98807] = 4, + [98861] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5821), 1, - anon_sym_RPAREN, + ACTIONS(4331), 1, + anon_sym_COLON_COLON, STATE(3627), 2, sym_line_comment, sym_block_comment, - [98821] = 4, + [98875] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4340), 1, + ACTIONS(5820), 1, anon_sym_COLON_COLON, STATE(3628), 2, sym_line_comment, sym_block_comment, - [98835] = 4, + [98889] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6080), 1, - anon_sym_COLON_COLON, + ACTIONS(7281), 1, + anon_sym_COLON, STATE(3629), 2, sym_line_comment, sym_block_comment, - [98849] = 4, + [98903] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5636), 1, - anon_sym_RPAREN, + ACTIONS(7283), 1, + anon_sym_RBRACE, STATE(3630), 2, sym_line_comment, sym_block_comment, - [98863] = 4, + [98917] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6172), 1, - anon_sym_RBRACE, + ACTIONS(7285), 1, + sym_identifier, STATE(3631), 2, sym_line_comment, sym_block_comment, - [98877] = 4, + [98931] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7286), 1, - anon_sym_LT2, + ACTIONS(7287), 1, + anon_sym_COLON_COLON, STATE(3632), 2, sym_line_comment, sym_block_comment, - [98891] = 4, + [98945] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7288), 1, - anon_sym_COLON_COLON, + ACTIONS(6183), 1, + anon_sym_GT, STATE(3633), 2, sym_line_comment, sym_block_comment, - [98905] = 4, + [98959] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7290), 1, + ACTIONS(6831), 1, anon_sym_SEMI, STATE(3634), 2, sym_line_comment, sym_block_comment, - [98919] = 4, + [98973] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7292), 1, - sym_identifier, + ACTIONS(3883), 1, + anon_sym_COLON_COLON, STATE(3635), 2, sym_line_comment, sym_block_comment, - [98933] = 4, + [98987] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7294), 1, - sym_identifier, + ACTIONS(7289), 1, + anon_sym_EQ_GT, STATE(3636), 2, sym_line_comment, sym_block_comment, - [98947] = 4, + [99001] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7296), 1, - sym_identifier, + ACTIONS(5871), 1, + anon_sym_RPAREN, STATE(3637), 2, sym_line_comment, sym_block_comment, - [98961] = 4, + [99015] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7298), 1, - anon_sym_COLON, + ACTIONS(7291), 1, + anon_sym_LT2, STATE(3638), 2, sym_line_comment, sym_block_comment, - [98975] = 4, + [99029] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7300), 1, - anon_sym_LT2, + ACTIONS(5742), 1, + anon_sym_RPAREN, STATE(3639), 2, sym_line_comment, sym_block_comment, - [98989] = 4, + [99043] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5934), 1, - anon_sym_RPAREN, + ACTIONS(7293), 1, + anon_sym_fn, STATE(3640), 2, sym_line_comment, sym_block_comment, - [99003] = 4, + [99057] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7302), 1, - anon_sym_fn, + ACTIONS(7295), 1, + anon_sym_RPAREN, STATE(3641), 2, sym_line_comment, sym_block_comment, - [99017] = 4, + [99071] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7304), 1, - anon_sym_EQ_GT, + ACTIONS(7297), 1, + anon_sym_COLON_COLON, STATE(3642), 2, sym_line_comment, sym_block_comment, - [99031] = 4, + [99085] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7306), 1, - anon_sym_COLON_COLON, + ACTIONS(7299), 1, + anon_sym_RBRACE, STATE(3643), 2, sym_line_comment, sym_block_comment, - [99045] = 4, + [99099] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7308), 1, - sym_identifier, + ACTIONS(7301), 1, + anon_sym_SEMI, STATE(3644), 2, sym_line_comment, sym_block_comment, - [99059] = 4, + [99113] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7310), 1, - anon_sym_RBRACK, + ACTIONS(7303), 1, + anon_sym_COLON_COLON, STATE(3645), 2, sym_line_comment, sym_block_comment, - [99073] = 4, + [99127] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7312), 1, - anon_sym_COLON_COLON, + ACTIONS(7305), 1, + anon_sym_SEMI, STATE(3646), 2, sym_line_comment, sym_block_comment, - [99087] = 4, + [99141] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7314), 1, - anon_sym_EQ_GT, + ACTIONS(4158), 1, + sym_identifier, STATE(3647), 2, sym_line_comment, sym_block_comment, - [99101] = 4, + [99155] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5402), 1, - anon_sym_SEMI, + ACTIONS(7307), 1, + anon_sym_COLON_COLON, STATE(3648), 2, sym_line_comment, sym_block_comment, - [99115] = 4, + [99169] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6474), 1, - anon_sym_GT, + ACTIONS(4962), 1, + anon_sym_COLON_COLON, STATE(3649), 2, sym_line_comment, sym_block_comment, - [99129] = 4, + [99183] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5112), 1, + ACTIONS(7309), 1, anon_sym_COLON_COLON, STATE(3650), 2, sym_line_comment, sym_block_comment, - [99143] = 4, + [99197] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7316), 1, - anon_sym_COLON_COLON, + ACTIONS(7311), 1, + anon_sym_fn, STATE(3651), 2, sym_line_comment, sym_block_comment, - [99157] = 4, + [99211] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7318), 1, - anon_sym_fn, + ACTIONS(7313), 1, + anon_sym_SEMI, STATE(3652), 2, sym_line_comment, sym_block_comment, - [99171] = 4, + [99225] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7320), 1, - anon_sym_COLON_COLON, + ACTIONS(7315), 1, + anon_sym_LBRACE, STATE(3653), 2, sym_line_comment, sym_block_comment, - [99185] = 4, + [99239] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7322), 1, - anon_sym_LBRACE, + ACTIONS(5387), 1, + anon_sym_SEMI, STATE(3654), 2, sym_line_comment, sym_block_comment, - [99199] = 4, + [99253] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7324), 1, - anon_sym_RBRACE, + ACTIONS(7317), 1, + sym_identifier, STATE(3655), 2, sym_line_comment, sym_block_comment, - [99213] = 4, + [99267] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7326), 1, - anon_sym_COLON, + ACTIONS(7319), 1, + sym_identifier, STATE(3656), 2, sym_line_comment, sym_block_comment, - [99227] = 4, + [99281] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7328), 1, - anon_sym_COLON, + ACTIONS(7321), 1, + anon_sym_SEMI, STATE(3657), 2, sym_line_comment, sym_block_comment, - [99241] = 4, + [99295] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7330), 1, + ACTIONS(7323), 1, anon_sym_SEMI, STATE(3658), 2, sym_line_comment, sym_block_comment, - [99255] = 4, + [99309] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6184), 1, - anon_sym_GT, + ACTIONS(7325), 1, + anon_sym_SEMI, STATE(3659), 2, sym_line_comment, sym_block_comment, - [99269] = 4, + [99323] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7332), 1, - anon_sym_RBRACK, + ACTIONS(7327), 1, + anon_sym_LBRACK, STATE(3660), 2, sym_line_comment, sym_block_comment, - [99283] = 4, + [99337] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7334), 1, - anon_sym_EQ_GT, + ACTIONS(5875), 1, + anon_sym_RBRACK, STATE(3661), 2, sym_line_comment, sym_block_comment, - [99297] = 4, + [99351] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6321), 1, - anon_sym_RBRACE, + ACTIONS(7329), 1, + sym_raw_string_literal_content, STATE(3662), 2, sym_line_comment, sym_block_comment, - [99311] = 4, + [99365] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7336), 1, - sym_raw_string_literal_content, + ACTIONS(7331), 1, + anon_sym_RBRACK, STATE(3663), 2, sym_line_comment, sym_block_comment, - [99325] = 4, + [99379] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7338), 1, - anon_sym_SEMI, + ACTIONS(7333), 1, + anon_sym_LPAREN, STATE(3664), 2, sym_line_comment, sym_block_comment, - [99339] = 4, + [99393] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7340), 1, - anon_sym_SEMI, + ACTIONS(7335), 1, + anon_sym_COLON_COLON, STATE(3665), 2, sym_line_comment, sym_block_comment, - [99353] = 4, + [99407] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6806), 1, - anon_sym_COLON_COLON, + ACTIONS(7337), 1, + anon_sym_RPAREN, STATE(3666), 2, sym_line_comment, sym_block_comment, - [99367] = 4, + [99421] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7342), 1, - anon_sym_COLON_COLON, + ACTIONS(7339), 1, + anon_sym_LT, STATE(3667), 2, sym_line_comment, sym_block_comment, - [99381] = 4, + [99435] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7344), 1, - anon_sym_RBRACE, + ACTIONS(7341), 1, + anon_sym_COLON_COLON, STATE(3668), 2, sym_line_comment, sym_block_comment, - [99395] = 4, + [99449] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7346), 1, - anon_sym_SEMI, + ACTIONS(7343), 1, + sym_identifier, STATE(3669), 2, sym_line_comment, sym_block_comment, - [99409] = 4, + [99463] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7348), 1, - anon_sym_COLON_COLON, + ACTIONS(7345), 1, + anon_sym_RBRACE, STATE(3670), 2, sym_line_comment, sym_block_comment, - [99423] = 4, + [99477] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7350), 1, - sym__line_doc_content, + ACTIONS(7347), 1, + anon_sym_COLON_COLON, STATE(3671), 2, sym_line_comment, sym_block_comment, - [99437] = 4, + [99491] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7352), 1, - anon_sym_RBRACE, + ACTIONS(7349), 1, + sym__line_doc_content, STATE(3672), 2, sym_line_comment, sym_block_comment, - [99451] = 4, + [99505] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7354), 1, - anon_sym_COLON_COLON, + ACTIONS(7351), 1, + anon_sym_SEMI, STATE(3673), 2, sym_line_comment, sym_block_comment, - [99465] = 4, + [99519] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5418), 1, - anon_sym_COLON_COLON, + ACTIONS(7353), 1, + sym_identifier, STATE(3674), 2, sym_line_comment, sym_block_comment, - [99479] = 4, + [99533] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7356), 1, - anon_sym_fn, + ACTIONS(7355), 1, + sym_identifier, STATE(3675), 2, sym_line_comment, sym_block_comment, - [99493] = 4, + [99547] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7358), 1, - sym_identifier, + ACTIONS(7357), 1, + anon_sym_COLON_COLON, STATE(3676), 2, sym_line_comment, sym_block_comment, - [99507] = 4, + [99561] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7360), 1, - sym__line_doc_content, + ACTIONS(7359), 1, + anon_sym_LBRACE, STATE(3677), 2, sym_line_comment, sym_block_comment, - [99521] = 4, + [99575] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7362), 1, - anon_sym_COLON_COLON, + ACTIONS(5397), 1, + anon_sym_SEMI, STATE(3678), 2, sym_line_comment, sym_block_comment, - [99535] = 4, + [99589] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7364), 1, - anon_sym_LBRACE, + ACTIONS(4109), 1, + anon_sym_COLON_COLON, STATE(3679), 2, sym_line_comment, sym_block_comment, - [99549] = 4, + [99603] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7366), 1, - anon_sym_RBRACE, + ACTIONS(6153), 1, + anon_sym_RPAREN, STATE(3680), 2, sym_line_comment, sym_block_comment, - [99563] = 4, + [99617] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7368), 1, - sym_identifier, + ACTIONS(7361), 1, + anon_sym_SEMI, STATE(3681), 2, sym_line_comment, sym_block_comment, - [99577] = 4, + [99631] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7370), 1, - anon_sym_RPAREN, + ACTIONS(7363), 1, + sym_raw_string_literal_content, STATE(3682), 2, sym_line_comment, sym_block_comment, - [99591] = 4, + [99645] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7372), 1, - anon_sym_RPAREN, + ACTIONS(3623), 1, + anon_sym_COLON_COLON, STATE(3683), 2, sym_line_comment, sym_block_comment, - [99605] = 4, + [99659] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7374), 1, - sym_raw_string_literal_content, + ACTIONS(7365), 1, + anon_sym_SEMI, STATE(3684), 2, sym_line_comment, sym_block_comment, - [99619] = 4, + [99673] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3676), 1, + ACTIONS(7367), 1, anon_sym_COLON_COLON, STATE(3685), 2, sym_line_comment, sym_block_comment, - [99633] = 4, + [99687] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7376), 1, - anon_sym_COLON_COLON, + ACTIONS(7369), 1, + anon_sym_RBRACK, STATE(3686), 2, sym_line_comment, sym_block_comment, - [99647] = 4, + [99701] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7378), 1, - sym_self, + ACTIONS(6201), 1, + anon_sym_RBRACE, STATE(3687), 2, sym_line_comment, sym_block_comment, - [99661] = 4, + [99715] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7380), 1, - anon_sym_RBRACK, + ACTIONS(7371), 1, + anon_sym_LBRACE, STATE(3688), 2, sym_line_comment, sym_block_comment, - [99675] = 4, + [99729] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7382), 1, - anon_sym_LBRACE, + ACTIONS(7373), 1, + sym_raw_string_literal_content, STATE(3689), 2, sym_line_comment, sym_block_comment, - [99689] = 4, + [99743] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7384), 1, - sym_raw_string_literal_content, + ACTIONS(5351), 1, + anon_sym_COLON_COLON, STATE(3690), 2, sym_line_comment, sym_block_comment, - [99703] = 4, + [99757] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5350), 1, + ACTIONS(7375), 1, anon_sym_COLON_COLON, STATE(3691), 2, sym_line_comment, sym_block_comment, - [99717] = 4, + [99771] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7386), 1, - anon_sym_COLON_COLON, + ACTIONS(7377), 1, + anon_sym_SEMI, STATE(3692), 2, sym_line_comment, sym_block_comment, - [99731] = 4, + [99785] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7388), 1, - sym_raw_string_literal_content, + ACTIONS(6109), 1, + anon_sym_LBRACE, STATE(3693), 2, sym_line_comment, sym_block_comment, - [99745] = 4, + [99799] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6072), 1, - anon_sym_LBRACE, + ACTIONS(5852), 1, + anon_sym_COLON_COLON, STATE(3694), 2, sym_line_comment, sym_block_comment, - [99759] = 4, + [99813] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6118), 1, + ACTIONS(7379), 1, anon_sym_COLON_COLON, STATE(3695), 2, sym_line_comment, sym_block_comment, - [99773] = 4, + [99827] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7390), 1, - anon_sym_COLON_COLON, + ACTIONS(6123), 1, + anon_sym_LBRACE, STATE(3696), 2, sym_line_comment, sym_block_comment, - [99787] = 4, + [99841] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6090), 1, - anon_sym_LBRACE, + ACTIONS(7381), 1, + anon_sym_COLON_COLON, STATE(3697), 2, sym_line_comment, sym_block_comment, - [99801] = 4, + [99855] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7392), 1, + ACTIONS(5389), 1, anon_sym_COLON_COLON, STATE(3698), 2, sym_line_comment, sym_block_comment, - [99815] = 4, + [99869] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5352), 1, + ACTIONS(5353), 1, anon_sym_COLON_COLON, STATE(3699), 2, sym_line_comment, sym_block_comment, - [99829] = 4, + [99883] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5394), 1, + ACTIONS(4291), 1, anon_sym_COLON_COLON, STATE(3700), 2, sym_line_comment, sym_block_comment, - [99843] = 4, + [99897] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4352), 1, + ACTIONS(7383), 1, anon_sym_COLON_COLON, STATE(3701), 2, sym_line_comment, sym_block_comment, - [99857] = 4, + [99911] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7394), 1, - anon_sym_COLON_COLON, + ACTIONS(7385), 1, + sym__line_doc_content, STATE(3702), 2, sym_line_comment, sym_block_comment, - [99871] = 4, + [99925] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1001), 1, - anon_sym_EQ_GT, + ACTIONS(7387), 1, + sym_identifier, STATE(3703), 2, sym_line_comment, sym_block_comment, - [99885] = 4, + [99939] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6269), 1, - anon_sym_GT, + ACTIONS(7389), 1, + sym_raw_string_literal_content, STATE(3704), 2, sym_line_comment, sym_block_comment, - [99899] = 4, + [99953] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7396), 1, - sym_identifier, + ACTIONS(7391), 1, + anon_sym_SEMI, STATE(3705), 2, sym_line_comment, sym_block_comment, - [99913] = 4, + [99967] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7398), 1, + ACTIONS(7393), 1, anon_sym_COLON, STATE(3706), 2, sym_line_comment, sym_block_comment, - [99927] = 4, + [99981] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7400), 1, + ACTIONS(7395), 1, anon_sym_LBRACK, STATE(3707), 2, sym_line_comment, sym_block_comment, - [99941] = 4, + [99995] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7402), 1, - anon_sym_EQ_GT, + ACTIONS(7397), 1, + anon_sym_SEMI, STATE(3708), 2, sym_line_comment, sym_block_comment, - [99955] = 4, + [100009] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6934), 1, - anon_sym_SEMI, + ACTIONS(7399), 1, + anon_sym_RBRACK, STATE(3709), 2, sym_line_comment, sym_block_comment, - [99969] = 4, + [100023] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7404), 1, - anon_sym_SEMI, + ACTIONS(4946), 1, + anon_sym_COLON_COLON, STATE(3710), 2, sym_line_comment, sym_block_comment, - [99983] = 4, + [100037] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4746), 1, - anon_sym_COLON_COLON, + ACTIONS(7401), 1, + sym_identifier, STATE(3711), 2, sym_line_comment, sym_block_comment, - [99997] = 4, + [100051] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5428), 1, + ACTIONS(7403), 1, anon_sym_SEMI, STATE(3712), 2, sym_line_comment, sym_block_comment, - [100011] = 4, + [100065] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7406), 1, + ACTIONS(7405), 1, anon_sym_LBRACK, STATE(3713), 2, sym_line_comment, sym_block_comment, - [100025] = 4, + [100079] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7408), 1, + ACTIONS(7407), 1, anon_sym_COLON, STATE(3714), 2, sym_line_comment, sym_block_comment, - [100039] = 4, + [100093] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7410), 1, + ACTIONS(7409), 1, anon_sym_COLON, STATE(3715), 2, sym_line_comment, sym_block_comment, - [100053] = 4, + [100107] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7412), 1, + ACTIONS(7411), 1, sym_identifier, STATE(3716), 2, sym_line_comment, sym_block_comment, - [100067] = 4, + [100121] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1011), 1, - anon_sym_RBRACK, + ACTIONS(7413), 1, + anon_sym_SEMI, STATE(3717), 2, sym_line_comment, sym_block_comment, - [100081] = 4, + [100135] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7414), 1, - anon_sym_COLON, + ACTIONS(7415), 1, + sym_identifier, STATE(3718), 2, sym_line_comment, sym_block_comment, - [100095] = 4, + [100149] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7416), 1, - sym_identifier, + ACTIONS(4281), 1, + anon_sym_RPAREN, STATE(3719), 2, sym_line_comment, sym_block_comment, - [100109] = 4, + [100163] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7418), 1, + ACTIONS(7417), 1, anon_sym_COLON, STATE(3720), 2, sym_line_comment, sym_block_comment, - [100123] = 4, + [100177] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7420), 1, + ACTIONS(7419), 1, sym_identifier, STATE(3721), 2, sym_line_comment, sym_block_comment, - [100137] = 4, + [100191] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4156), 1, - sym_identifier, + ACTIONS(5616), 1, + anon_sym_RPAREN, STATE(3722), 2, sym_line_comment, sym_block_comment, - [100151] = 4, + [100205] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7422), 1, + ACTIONS(7421), 1, sym_identifier, STATE(3723), 2, sym_line_comment, sym_block_comment, - [100165] = 4, + [100219] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7424), 1, + ACTIONS(7423), 1, anon_sym_SEMI, STATE(3724), 2, sym_line_comment, sym_block_comment, - [100179] = 4, + [100233] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7426), 1, - anon_sym_SEMI, + ACTIONS(7425), 1, + sym_identifier, STATE(3725), 2, sym_line_comment, sym_block_comment, - [100193] = 4, + [100247] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7428), 1, - anon_sym_SEMI, + ACTIONS(7427), 1, + sym_identifier, STATE(3726), 2, sym_line_comment, sym_block_comment, - [100207] = 4, + [100261] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7430), 1, - sym__raw_string_literal_end, + ACTIONS(7429), 1, + anon_sym_RBRACE, STATE(3727), 2, sym_line_comment, sym_block_comment, - [100221] = 4, + [100275] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7432), 1, - sym_identifier, + ACTIONS(5895), 1, + anon_sym_RPAREN, STATE(3728), 2, sym_line_comment, sym_block_comment, - [100235] = 4, + [100289] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4270), 1, - anon_sym_COLON_COLON, + ACTIONS(7431), 1, + anon_sym_LPAREN, STATE(3729), 2, sym_line_comment, sym_block_comment, - [100249] = 4, + [100303] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7434), 1, - anon_sym_RPAREN, + ACTIONS(7433), 1, + anon_sym_SEMI, STATE(3730), 2, sym_line_comment, sym_block_comment, - [100263] = 4, + [100317] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7436), 1, - sym__raw_string_literal_end, + ACTIONS(7435), 1, + sym_identifier, STATE(3731), 2, sym_line_comment, sym_block_comment, - [100277] = 4, + [100331] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4779), 1, + ACTIONS(4253), 1, anon_sym_COLON_COLON, STATE(3732), 2, sym_line_comment, sym_block_comment, - [100291] = 4, + [100345] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6560), 1, - anon_sym_RBRACE, + ACTIONS(7437), 1, + sym_identifier, STATE(3733), 2, sym_line_comment, sym_block_comment, - [100305] = 4, + [100359] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6747), 1, + ACTIONS(7439), 1, anon_sym_RBRACE, STATE(3734), 2, sym_line_comment, sym_block_comment, - [100319] = 4, + [100373] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7438), 1, + ACTIONS(7441), 1, anon_sym_COLON, STATE(3735), 2, sym_line_comment, sym_block_comment, - [100333] = 4, + [100387] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7440), 1, - anon_sym_COLON_COLON, + ACTIONS(7443), 1, + anon_sym_COLON, STATE(3736), 2, sym_line_comment, sym_block_comment, - [100347] = 4, + [100401] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7442), 1, - sym_raw_string_literal_content, + ACTIONS(4745), 1, + anon_sym_COLON_COLON, STATE(3737), 2, sym_line_comment, sym_block_comment, - [100361] = 4, + [100415] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7444), 1, - anon_sym_SEMI, + ACTIONS(6778), 1, + anon_sym_RBRACE, STATE(3738), 2, sym_line_comment, sym_block_comment, - [100375] = 4, + [100429] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7446), 1, + ACTIONS(7445), 1, anon_sym_COLON, STATE(3739), 2, sym_line_comment, sym_block_comment, - [100389] = 4, + [100443] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7448), 1, - anon_sym_COLON, + ACTIONS(5834), 1, + anon_sym_RPAREN, STATE(3740), 2, sym_line_comment, sym_block_comment, - [100403] = 4, + [100457] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7450), 1, - sym_identifier, + ACTIONS(7447), 1, + anon_sym_fn, STATE(3741), 2, sym_line_comment, sym_block_comment, - [100417] = 4, + [100471] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7452), 1, - anon_sym_RBRACK, + ACTIONS(7449), 1, + sym_identifier, STATE(3742), 2, sym_line_comment, sym_block_comment, - [100431] = 4, + [100485] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7454), 1, - anon_sym_SEMI, + ACTIONS(7451), 1, + anon_sym_LBRACK, STATE(3743), 2, sym_line_comment, sym_block_comment, - [100445] = 4, + [100499] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7456), 1, - anon_sym_SEMI, + ACTIONS(7453), 1, + anon_sym_RBRACK, STATE(3744), 2, sym_line_comment, sym_block_comment, - [100459] = 4, + [100513] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4300), 1, - anon_sym_RPAREN, + ACTIONS(7455), 1, + sym_identifier, STATE(3745), 2, sym_line_comment, sym_block_comment, - [100473] = 4, + [100527] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7458), 1, - anon_sym_EQ_GT, + ACTIONS(3173), 1, + anon_sym_PLUS, STATE(3746), 2, sym_line_comment, sym_block_comment, - [100487] = 4, + [100541] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6489), 1, - anon_sym_RBRACE, + ACTIONS(7457), 1, + anon_sym_COLON, STATE(3747), 2, sym_line_comment, sym_block_comment, - [100501] = 4, + [100555] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7460), 1, - anon_sym_COLON, + ACTIONS(7459), 1, + sym__raw_string_literal_end, STATE(3748), 2, sym_line_comment, sym_block_comment, - [100515] = 4, + [100569] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7462), 1, - anon_sym_SEMI, + ACTIONS(4774), 1, + anon_sym_COLON_COLON, STATE(3749), 2, sym_line_comment, sym_block_comment, - [100529] = 4, + [100583] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7464), 1, - anon_sym_COLON_COLON, + ACTIONS(7461), 1, + sym_identifier, STATE(3750), 2, sym_line_comment, sym_block_comment, - [100543] = 4, + [100597] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7466), 1, - anon_sym_SEMI, + ACTIONS(7463), 1, + anon_sym_EQ_GT, STATE(3751), 2, sym_line_comment, sym_block_comment, - [100557] = 4, + [100611] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4769), 1, - anon_sym_COLON_COLON, + ACTIONS(7465), 1, + anon_sym_SEMI, STATE(3752), 2, sym_line_comment, sym_block_comment, - [100571] = 4, + [100625] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7468), 1, + ACTIONS(7467), 1, anon_sym_SEMI, STATE(3753), 2, sym_line_comment, sym_block_comment, - [100585] = 4, + [100639] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7470), 1, - anon_sym_RPAREN, + ACTIONS(7469), 1, + anon_sym_EQ, STATE(3754), 2, sym_line_comment, sym_block_comment, - [100599] = 4, + [100653] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7472), 1, - anon_sym_EQ, + ACTIONS(6400), 1, + anon_sym_RBRACE, STATE(3755), 2, sym_line_comment, sym_block_comment, - [100613] = 4, + [100667] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7474), 1, + ACTIONS(7471), 1, anon_sym_SEMI, STATE(3756), 2, sym_line_comment, sym_block_comment, - [100627] = 4, + [100681] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7476), 1, - anon_sym_SEMI, + ACTIONS(7473), 1, + anon_sym_fn, STATE(3757), 2, sym_line_comment, sym_block_comment, - [100641] = 4, + [100695] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5753), 1, - anon_sym_RPAREN, + ACTIONS(6219), 1, + anon_sym_RBRACE, STATE(3758), 2, sym_line_comment, sym_block_comment, - [100655] = 4, + [100709] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(871), 1, - anon_sym_RBRACK, + ACTIONS(7475), 1, + anon_sym_COLON, STATE(3759), 2, sym_line_comment, sym_block_comment, - [100669] = 4, + [100723] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5408), 1, - anon_sym_SEMI, + ACTIONS(7477), 1, + sym_identifier, STATE(3760), 2, sym_line_comment, sym_block_comment, - [100683] = 4, + [100737] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7478), 1, - anon_sym_COLON, + ACTIONS(6921), 1, + anon_sym_SEMI, STATE(3761), 2, sym_line_comment, sym_block_comment, - [100697] = 4, + [100751] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7480), 1, - anon_sym_COLON, + ACTIONS(7479), 1, + anon_sym_RBRACE, STATE(3762), 2, sym_line_comment, sym_block_comment, - [100711] = 4, + [100765] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7482), 1, - anon_sym_STAR_SLASH, + ACTIONS(7481), 1, + anon_sym_COLON, STATE(3763), 2, sym_line_comment, sym_block_comment, - [100725] = 4, + [100779] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7484), 1, - anon_sym_COLON, + ACTIONS(7483), 1, + anon_sym_EQ, STATE(3764), 2, sym_line_comment, sym_block_comment, - [100739] = 4, + [100793] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7486), 1, - anon_sym_EQ, + ACTIONS(7485), 1, + anon_sym_RBRACE, STATE(3765), 2, sym_line_comment, sym_block_comment, - [100753] = 4, + [100807] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7488), 1, - anon_sym_LT2, + ACTIONS(7487), 1, + anon_sym_COLON, STATE(3766), 2, sym_line_comment, sym_block_comment, - [100767] = 4, + [100821] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7490), 1, - anon_sym_COLON, + ACTIONS(7489), 1, + anon_sym_LBRACK, STATE(3767), 2, sym_line_comment, sym_block_comment, - [100781] = 4, + [100835] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7492), 1, + ACTIONS(7491), 1, anon_sym_LBRACK, STATE(3768), 2, sym_line_comment, sym_block_comment, - [100795] = 4, + [100849] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7494), 1, - anon_sym_LBRACK, + ACTIONS(7493), 1, + anon_sym_COLON, STATE(3769), 2, sym_line_comment, sym_block_comment, - [100809] = 4, + [100863] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7496), 1, - anon_sym_COLON, + ACTIONS(901), 1, + anon_sym_RBRACK, STATE(3770), 2, sym_line_comment, sym_block_comment, - [100823] = 4, + [100877] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5759), 1, - anon_sym_RPAREN, + ACTIONS(7495), 1, + anon_sym_LT2, STATE(3771), 2, sym_line_comment, sym_block_comment, - [100837] = 4, + [100891] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7498), 1, - anon_sym_fn, + ACTIONS(7497), 1, + anon_sym_COLON, STATE(3772), 2, sym_line_comment, sym_block_comment, - [100851] = 4, + [100905] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7500), 1, + ACTIONS(7499), 1, anon_sym_COLON, STATE(3773), 2, sym_line_comment, sym_block_comment, - [100865] = 4, + [100919] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7502), 1, - anon_sym_COLON, + ACTIONS(7501), 1, + anon_sym_EQ_GT, STATE(3774), 2, sym_line_comment, sym_block_comment, - [100879] = 4, + [100933] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3166), 1, - anon_sym_PLUS, + ACTIONS(7503), 1, + anon_sym_fn, STATE(3775), 2, sym_line_comment, sym_block_comment, - [100893] = 4, + [100947] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7504), 1, - anon_sym_RBRACE, + ACTIONS(7505), 1, + anon_sym_COLON, STATE(3776), 2, sym_line_comment, sym_block_comment, - [100907] = 4, + [100961] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7506), 1, + ACTIONS(7507), 1, anon_sym_COLON, STATE(3777), 2, sym_line_comment, sym_block_comment, - [100921] = 4, + [100975] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7508), 1, + ACTIONS(7509), 1, anon_sym_COLON, STATE(3778), 2, sym_line_comment, sym_block_comment, - [100935] = 4, + [100989] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7510), 1, - anon_sym_COLON, + ACTIONS(3239), 1, + anon_sym_PLUS, STATE(3779), 2, sym_line_comment, sym_block_comment, - [100949] = 4, + [101003] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7512), 1, - anon_sym_COLON_COLON, + ACTIONS(4719), 1, + anon_sym_fn, STATE(3780), 2, sym_line_comment, sym_block_comment, - [100963] = 4, + [101017] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4688), 1, - anon_sym_fn, + ACTIONS(3163), 1, + anon_sym_PLUS, STATE(3781), 2, sym_line_comment, sym_block_comment, - [100977] = 4, + [101031] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7514), 1, - anon_sym_SEMI, + ACTIONS(7511), 1, + anon_sym_COLON_COLON, STATE(3782), 2, sym_line_comment, sym_block_comment, - [100991] = 4, + [101045] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7516), 1, - anon_sym_RPAREN, + ACTIONS(7513), 1, + anon_sym_COLON, STATE(3783), 2, sym_line_comment, sym_block_comment, - [101005] = 4, + [101059] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(987), 1, - anon_sym_EQ_GT, + ACTIONS(7515), 1, + anon_sym_RBRACK, STATE(3784), 2, sym_line_comment, sym_block_comment, - [101019] = 4, + [101073] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6902), 1, + ACTIONS(7517), 1, anon_sym_SEMI, STATE(3785), 2, sym_line_comment, sym_block_comment, - [101033] = 4, + [101087] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5310), 1, + ACTIONS(7519), 1, anon_sym_SEMI, STATE(3786), 2, sym_line_comment, sym_block_comment, - [101047] = 4, + [101101] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7518), 1, - sym__raw_string_literal_end, + ACTIONS(7521), 1, + sym_identifier, STATE(3787), 2, sym_line_comment, sym_block_comment, - [101061] = 4, + [101115] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7520), 1, - sym_identifier, + ACTIONS(7523), 1, + anon_sym_EQ_GT, STATE(3788), 2, sym_line_comment, sym_block_comment, - [101075] = 4, + [101129] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7522), 1, - sym__line_doc_content, + ACTIONS(7525), 1, + sym_identifier, STATE(3789), 2, sym_line_comment, sym_block_comment, - [101089] = 4, + [101143] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7524), 1, + ACTIONS(7527), 1, sym_identifier, STATE(3790), 2, sym_line_comment, sym_block_comment, - [101103] = 4, + [101157] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7526), 1, - sym_identifier, + ACTIONS(7529), 1, + anon_sym_fn, STATE(3791), 2, sym_line_comment, sym_block_comment, - [101117] = 4, + [101171] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7528), 1, - anon_sym_fn, + ACTIONS(6329), 1, + anon_sym_GT, STATE(3792), 2, sym_line_comment, sym_block_comment, - [101131] = 4, + [101185] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7530), 1, - anon_sym_EQ, + ACTIONS(7531), 1, + sym_identifier, STATE(3793), 2, sym_line_comment, sym_block_comment, - [101145] = 4, + [101199] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7532), 1, - sym_identifier, + ACTIONS(7533), 1, + anon_sym_SEMI, STATE(3794), 2, sym_line_comment, sym_block_comment, - [101159] = 4, + [101213] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7534), 1, - sym_identifier, + ACTIONS(6933), 1, + anon_sym_SEMI, STATE(3795), 2, sym_line_comment, sym_block_comment, - [101173] = 4, + [101227] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6958), 1, - anon_sym_SEMI, + ACTIONS(975), 1, + anon_sym_EQ_GT, STATE(3796), 2, sym_line_comment, sym_block_comment, - [101187] = 4, + [101241] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7536), 1, - sym_identifier, + ACTIONS(7535), 1, + anon_sym_SEMI, STATE(3797), 2, sym_line_comment, sym_block_comment, - [101201] = 4, + [101255] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7538), 1, - anon_sym_SEMI, + ACTIONS(7537), 1, + anon_sym_RPAREN, STATE(3798), 2, sym_line_comment, sym_block_comment, - [101215] = 4, + [101269] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7540), 1, + ACTIONS(7539), 1, sym_identifier, STATE(3799), 2, sym_line_comment, sym_block_comment, - [101229] = 4, + [101283] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7542), 1, - anon_sym_COLON_COLON, + ACTIONS(7541), 1, + sym_identifier, STATE(3800), 2, sym_line_comment, sym_block_comment, - [101243] = 4, + [101297] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7544), 1, - sym_identifier, + ACTIONS(7543), 1, + anon_sym_COLON_COLON, STATE(3801), 2, sym_line_comment, sym_block_comment, - [101257] = 4, + [101311] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4114), 1, - anon_sym_COLON_COLON, + ACTIONS(7545), 1, + sym_identifier, STATE(3802), 2, sym_line_comment, sym_block_comment, - [101271] = 4, + [101325] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7546), 1, + ACTIONS(7547), 1, sym_identifier, STATE(3803), 2, sym_line_comment, sym_block_comment, - [101285] = 4, + [101339] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7548), 1, + ACTIONS(7549), 1, sym_identifier, STATE(3804), 2, sym_line_comment, sym_block_comment, - [101299] = 4, + [101353] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7550), 1, - sym_identifier, + ACTIONS(7551), 1, + anon_sym_SEMI, STATE(3805), 2, sym_line_comment, sym_block_comment, - [101313] = 4, + [101367] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7552), 1, + ACTIONS(7553), 1, sym_identifier, STATE(3806), 2, sym_line_comment, sym_block_comment, - [101327] = 4, + [101381] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7554), 1, + ACTIONS(7555), 1, sym_identifier, STATE(3807), 2, sym_line_comment, sym_block_comment, - [101341] = 4, + [101395] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7556), 1, - sym_identifier, + ACTIONS(3209), 1, + anon_sym_PLUS, STATE(3808), 2, sym_line_comment, sym_block_comment, - [101355] = 4, + [101409] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7558), 1, - sym_identifier, + ACTIONS(4679), 1, + anon_sym_fn, STATE(3809), 2, sym_line_comment, sym_block_comment, - [101369] = 4, + [101423] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7560), 1, - anon_sym_SEMI, + ACTIONS(5798), 1, + anon_sym_RBRACK, STATE(3810), 2, sym_line_comment, sym_block_comment, - [101383] = 4, + [101437] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7562), 1, - sym_identifier, + ACTIONS(7557), 1, + anon_sym_fn, STATE(3811), 2, sym_line_comment, sym_block_comment, - [101397] = 4, + [101451] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7564), 1, - anon_sym_fn, + ACTIONS(7559), 1, + anon_sym_EQ_GT, STATE(3812), 2, sym_line_comment, sym_block_comment, - [101411] = 4, + [101465] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3220), 1, - anon_sym_PLUS, - STATE(3813), 2, - sym_line_comment, - sym_block_comment, - [101425] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(7566), 1, + ACTIONS(7561), 1, anon_sym_fn, - STATE(3814), 2, + STATE(3813), 2, sym_line_comment, sym_block_comment, - [101439] = 4, + [101479] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7568), 1, + ACTIONS(7563), 1, sym_identifier, - STATE(3815), 2, + STATE(3814), 2, sym_line_comment, sym_block_comment, - [101453] = 1, - ACTIONS(7570), 1, + [101493] = 1, + ACTIONS(7565), 1, ts_builtin_sym_end, - [101457] = 1, - ACTIONS(7572), 1, + [101497] = 1, + ACTIONS(7567), 1, ts_builtin_sym_end, - [101461] = 1, - ACTIONS(7574), 1, + [101501] = 1, + ACTIONS(7569), 1, ts_builtin_sym_end, - [101465] = 1, - ACTIONS(7576), 1, + [101505] = 1, + ACTIONS(7571), 1, ts_builtin_sym_end, - [101469] = 1, - ACTIONS(7578), 1, + [101509] = 1, + ACTIONS(7573), 1, ts_builtin_sym_end, - [101473] = 1, - ACTIONS(7580), 1, + [101513] = 1, + ACTIONS(7575), 1, ts_builtin_sym_end, - [101477] = 1, - ACTIONS(7582), 1, + [101517] = 1, + ACTIONS(7577), 1, ts_builtin_sym_end, }; @@ -197771,6428 +197812,6425 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1066)] = 219, [SMALL_STATE(1067)] = 319, [SMALL_STATE(1068)] = 419, - [SMALL_STATE(1069)] = 519, - [SMALL_STATE(1070)] = 596, - [SMALL_STATE(1071)] = 675, - [SMALL_STATE(1072)] = 752, - [SMALL_STATE(1073)] = 829, - [SMALL_STATE(1074)] = 893, - [SMALL_STATE(1075)] = 957, - [SMALL_STATE(1076)] = 1021, - [SMALL_STATE(1077)] = 1085, - [SMALL_STATE(1078)] = 1153, - [SMALL_STATE(1079)] = 1217, - [SMALL_STATE(1080)] = 1291, - [SMALL_STATE(1081)] = 1355, - [SMALL_STATE(1082)] = 1419, - [SMALL_STATE(1083)] = 1483, - [SMALL_STATE(1084)] = 1547, - [SMALL_STATE(1085)] = 1618, - [SMALL_STATE(1086)] = 1681, - [SMALL_STATE(1087)] = 1782, - [SMALL_STATE(1088)] = 1845, - [SMALL_STATE(1089)] = 1912, - [SMALL_STATE(1090)] = 1983, - [SMALL_STATE(1091)] = 2046, - [SMALL_STATE(1092)] = 2117, - [SMALL_STATE(1093)] = 2188, - [SMALL_STATE(1094)] = 2255, - [SMALL_STATE(1095)] = 2356, - [SMALL_STATE(1096)] = 2423, - [SMALL_STATE(1097)] = 2486, - [SMALL_STATE(1098)] = 2549, - [SMALL_STATE(1099)] = 2616, - [SMALL_STATE(1100)] = 2683, - [SMALL_STATE(1101)] = 2784, - [SMALL_STATE(1102)] = 2848, - [SMALL_STATE(1103)] = 2912, - [SMALL_STATE(1104)] = 2974, - [SMALL_STATE(1105)] = 3042, - [SMALL_STATE(1106)] = 3104, - [SMALL_STATE(1107)] = 3166, - [SMALL_STATE(1108)] = 3228, - [SMALL_STATE(1109)] = 3298, - [SMALL_STATE(1110)] = 3360, - [SMALL_STATE(1111)] = 3422, - [SMALL_STATE(1112)] = 3484, - [SMALL_STATE(1113)] = 3546, - [SMALL_STATE(1114)] = 3607, - [SMALL_STATE(1115)] = 3668, - [SMALL_STATE(1116)] = 3729, - [SMALL_STATE(1117)] = 3790, - [SMALL_STATE(1118)] = 3851, - [SMALL_STATE(1119)] = 3912, - [SMALL_STATE(1120)] = 3973, - [SMALL_STATE(1121)] = 4034, - [SMALL_STATE(1122)] = 4095, - [SMALL_STATE(1123)] = 4156, - [SMALL_STATE(1124)] = 4217, - [SMALL_STATE(1125)] = 4278, - [SMALL_STATE(1126)] = 4339, - [SMALL_STATE(1127)] = 4400, - [SMALL_STATE(1128)] = 4461, - [SMALL_STATE(1129)] = 4522, - [SMALL_STATE(1130)] = 4583, - [SMALL_STATE(1131)] = 4644, - [SMALL_STATE(1132)] = 4705, - [SMALL_STATE(1133)] = 4766, - [SMALL_STATE(1134)] = 4827, - [SMALL_STATE(1135)] = 4888, - [SMALL_STATE(1136)] = 4949, - [SMALL_STATE(1137)] = 5010, - [SMALL_STATE(1138)] = 5071, - [SMALL_STATE(1139)] = 5132, - [SMALL_STATE(1140)] = 5193, - [SMALL_STATE(1141)] = 5254, - [SMALL_STATE(1142)] = 5315, - [SMALL_STATE(1143)] = 5376, - [SMALL_STATE(1144)] = 5437, - [SMALL_STATE(1145)] = 5498, - [SMALL_STATE(1146)] = 5559, - [SMALL_STATE(1147)] = 5620, - [SMALL_STATE(1148)] = 5681, - [SMALL_STATE(1149)] = 5756, - [SMALL_STATE(1150)] = 5817, - [SMALL_STATE(1151)] = 5880, - [SMALL_STATE(1152)] = 5941, - [SMALL_STATE(1153)] = 6002, - [SMALL_STATE(1154)] = 6063, - [SMALL_STATE(1155)] = 6124, - [SMALL_STATE(1156)] = 6185, - [SMALL_STATE(1157)] = 6248, - [SMALL_STATE(1158)] = 6309, - [SMALL_STATE(1159)] = 6372, - [SMALL_STATE(1160)] = 6433, - [SMALL_STATE(1161)] = 6494, - [SMALL_STATE(1162)] = 6557, - [SMALL_STATE(1163)] = 6618, - [SMALL_STATE(1164)] = 6679, - [SMALL_STATE(1165)] = 6740, - [SMALL_STATE(1166)] = 6801, - [SMALL_STATE(1167)] = 6862, - [SMALL_STATE(1168)] = 6923, - [SMALL_STATE(1169)] = 6984, - [SMALL_STATE(1170)] = 7045, - [SMALL_STATE(1171)] = 7106, - [SMALL_STATE(1172)] = 7167, - [SMALL_STATE(1173)] = 7228, - [SMALL_STATE(1174)] = 7289, - [SMALL_STATE(1175)] = 7350, - [SMALL_STATE(1176)] = 7411, - [SMALL_STATE(1177)] = 7472, - [SMALL_STATE(1178)] = 7533, - [SMALL_STATE(1179)] = 7594, - [SMALL_STATE(1180)] = 7655, - [SMALL_STATE(1181)] = 7716, - [SMALL_STATE(1182)] = 7779, - [SMALL_STATE(1183)] = 7840, - [SMALL_STATE(1184)] = 7901, - [SMALL_STATE(1185)] = 7962, - [SMALL_STATE(1186)] = 8023, - [SMALL_STATE(1187)] = 8084, - [SMALL_STATE(1188)] = 8145, - [SMALL_STATE(1189)] = 8206, - [SMALL_STATE(1190)] = 8267, - [SMALL_STATE(1191)] = 8328, - [SMALL_STATE(1192)] = 8389, - [SMALL_STATE(1193)] = 8450, - [SMALL_STATE(1194)] = 8511, - [SMALL_STATE(1195)] = 8572, - [SMALL_STATE(1196)] = 8633, - [SMALL_STATE(1197)] = 8694, - [SMALL_STATE(1198)] = 8755, - [SMALL_STATE(1199)] = 8816, - [SMALL_STATE(1200)] = 8877, - [SMALL_STATE(1201)] = 8938, - [SMALL_STATE(1202)] = 8999, - [SMALL_STATE(1203)] = 9060, - [SMALL_STATE(1204)] = 9121, - [SMALL_STATE(1205)] = 9182, - [SMALL_STATE(1206)] = 9243, - [SMALL_STATE(1207)] = 9304, - [SMALL_STATE(1208)] = 9365, - [SMALL_STATE(1209)] = 9426, - [SMALL_STATE(1210)] = 9487, - [SMALL_STATE(1211)] = 9548, - [SMALL_STATE(1212)] = 9609, - [SMALL_STATE(1213)] = 9712, - [SMALL_STATE(1214)] = 9775, - [SMALL_STATE(1215)] = 9836, - [SMALL_STATE(1216)] = 9897, - [SMALL_STATE(1217)] = 9958, - [SMALL_STATE(1218)] = 10019, - [SMALL_STATE(1219)] = 10080, - [SMALL_STATE(1220)] = 10141, - [SMALL_STATE(1221)] = 10202, - [SMALL_STATE(1222)] = 10263, - [SMALL_STATE(1223)] = 10324, - [SMALL_STATE(1224)] = 10385, - [SMALL_STATE(1225)] = 10446, - [SMALL_STATE(1226)] = 10507, - [SMALL_STATE(1227)] = 10568, - [SMALL_STATE(1228)] = 10629, - [SMALL_STATE(1229)] = 10690, - [SMALL_STATE(1230)] = 10751, - [SMALL_STATE(1231)] = 10812, - [SMALL_STATE(1232)] = 10873, - [SMALL_STATE(1233)] = 10934, - [SMALL_STATE(1234)] = 10995, - [SMALL_STATE(1235)] = 11056, - [SMALL_STATE(1236)] = 11117, - [SMALL_STATE(1237)] = 11178, - [SMALL_STATE(1238)] = 11281, - [SMALL_STATE(1239)] = 11342, - [SMALL_STATE(1240)] = 11403, - [SMALL_STATE(1241)] = 11464, - [SMALL_STATE(1242)] = 11525, - [SMALL_STATE(1243)] = 11586, - [SMALL_STATE(1244)] = 11647, - [SMALL_STATE(1245)] = 11708, - [SMALL_STATE(1246)] = 11769, - [SMALL_STATE(1247)] = 11830, - [SMALL_STATE(1248)] = 11891, - [SMALL_STATE(1249)] = 11952, - [SMALL_STATE(1250)] = 12013, - [SMALL_STATE(1251)] = 12074, - [SMALL_STATE(1252)] = 12139, - [SMALL_STATE(1253)] = 12200, - [SMALL_STATE(1254)] = 12261, - [SMALL_STATE(1255)] = 12322, - [SMALL_STATE(1256)] = 12383, - [SMALL_STATE(1257)] = 12444, - [SMALL_STATE(1258)] = 12537, - [SMALL_STATE(1259)] = 12598, - [SMALL_STATE(1260)] = 12659, - [SMALL_STATE(1261)] = 12720, - [SMALL_STATE(1262)] = 12781, - [SMALL_STATE(1263)] = 12844, - [SMALL_STATE(1264)] = 12905, - [SMALL_STATE(1265)] = 12968, - [SMALL_STATE(1266)] = 13031, - [SMALL_STATE(1267)] = 13092, - [SMALL_STATE(1268)] = 13157, - [SMALL_STATE(1269)] = 13218, - [SMALL_STATE(1270)] = 13279, - [SMALL_STATE(1271)] = 13340, - [SMALL_STATE(1272)] = 13401, - [SMALL_STATE(1273)] = 13462, - [SMALL_STATE(1274)] = 13523, - [SMALL_STATE(1275)] = 13584, - [SMALL_STATE(1276)] = 13645, - [SMALL_STATE(1277)] = 13706, - [SMALL_STATE(1278)] = 13767, - [SMALL_STATE(1279)] = 13828, - [SMALL_STATE(1280)] = 13889, - [SMALL_STATE(1281)] = 13950, - [SMALL_STATE(1282)] = 14011, - [SMALL_STATE(1283)] = 14104, - [SMALL_STATE(1284)] = 14179, - [SMALL_STATE(1285)] = 14240, - [SMALL_STATE(1286)] = 14343, - [SMALL_STATE(1287)] = 14404, - [SMALL_STATE(1288)] = 14497, - [SMALL_STATE(1289)] = 14558, - [SMALL_STATE(1290)] = 14619, - [SMALL_STATE(1291)] = 14680, - [SMALL_STATE(1292)] = 14741, - [SMALL_STATE(1293)] = 14802, - [SMALL_STATE(1294)] = 14863, - [SMALL_STATE(1295)] = 14926, - [SMALL_STATE(1296)] = 14987, - [SMALL_STATE(1297)] = 15050, - [SMALL_STATE(1298)] = 15111, - [SMALL_STATE(1299)] = 15172, - [SMALL_STATE(1300)] = 15235, - [SMALL_STATE(1301)] = 15296, - [SMALL_STATE(1302)] = 15359, - [SMALL_STATE(1303)] = 15420, - [SMALL_STATE(1304)] = 15483, - [SMALL_STATE(1305)] = 15544, - [SMALL_STATE(1306)] = 15605, - [SMALL_STATE(1307)] = 15666, - [SMALL_STATE(1308)] = 15731, - [SMALL_STATE(1309)] = 15792, - [SMALL_STATE(1310)] = 15853, - [SMALL_STATE(1311)] = 15914, - [SMALL_STATE(1312)] = 15975, - [SMALL_STATE(1313)] = 16036, - [SMALL_STATE(1314)] = 16097, - [SMALL_STATE(1315)] = 16158, - [SMALL_STATE(1316)] = 16219, - [SMALL_STATE(1317)] = 16280, - [SMALL_STATE(1318)] = 16341, - [SMALL_STATE(1319)] = 16402, - [SMALL_STATE(1320)] = 16463, - [SMALL_STATE(1321)] = 16524, - [SMALL_STATE(1322)] = 16585, - [SMALL_STATE(1323)] = 16646, - [SMALL_STATE(1324)] = 16707, - [SMALL_STATE(1325)] = 16768, - [SMALL_STATE(1326)] = 16829, - [SMALL_STATE(1327)] = 16890, - [SMALL_STATE(1328)] = 16951, - [SMALL_STATE(1329)] = 17012, - [SMALL_STATE(1330)] = 17073, - [SMALL_STATE(1331)] = 17134, - [SMALL_STATE(1332)] = 17195, - [SMALL_STATE(1333)] = 17256, - [SMALL_STATE(1334)] = 17319, - [SMALL_STATE(1335)] = 17380, - [SMALL_STATE(1336)] = 17443, - [SMALL_STATE(1337)] = 17506, - [SMALL_STATE(1338)] = 17567, - [SMALL_STATE(1339)] = 17628, - [SMALL_STATE(1340)] = 17689, - [SMALL_STATE(1341)] = 17750, - [SMALL_STATE(1342)] = 17811, - [SMALL_STATE(1343)] = 17872, - [SMALL_STATE(1344)] = 17933, - [SMALL_STATE(1345)] = 17994, - [SMALL_STATE(1346)] = 18055, - [SMALL_STATE(1347)] = 18116, - [SMALL_STATE(1348)] = 18177, - [SMALL_STATE(1349)] = 18238, - [SMALL_STATE(1350)] = 18299, - [SMALL_STATE(1351)] = 18360, - [SMALL_STATE(1352)] = 18421, - [SMALL_STATE(1353)] = 18482, - [SMALL_STATE(1354)] = 18543, - [SMALL_STATE(1355)] = 18604, - [SMALL_STATE(1356)] = 18665, - [SMALL_STATE(1357)] = 18726, - [SMALL_STATE(1358)] = 18787, - [SMALL_STATE(1359)] = 18848, - [SMALL_STATE(1360)] = 18909, - [SMALL_STATE(1361)] = 18970, - [SMALL_STATE(1362)] = 19031, - [SMALL_STATE(1363)] = 19092, - [SMALL_STATE(1364)] = 19153, - [SMALL_STATE(1365)] = 19214, - [SMALL_STATE(1366)] = 19275, - [SMALL_STATE(1367)] = 19336, - [SMALL_STATE(1368)] = 19397, - [SMALL_STATE(1369)] = 19458, - [SMALL_STATE(1370)] = 19519, - [SMALL_STATE(1371)] = 19580, - [SMALL_STATE(1372)] = 19641, - [SMALL_STATE(1373)] = 19702, - [SMALL_STATE(1374)] = 19763, - [SMALL_STATE(1375)] = 19824, - [SMALL_STATE(1376)] = 19885, - [SMALL_STATE(1377)] = 19946, - [SMALL_STATE(1378)] = 20007, - [SMALL_STATE(1379)] = 20068, - [SMALL_STATE(1380)] = 20129, - [SMALL_STATE(1381)] = 20190, - [SMALL_STATE(1382)] = 20251, - [SMALL_STATE(1383)] = 20312, - [SMALL_STATE(1384)] = 20373, - [SMALL_STATE(1385)] = 20434, - [SMALL_STATE(1386)] = 20495, - [SMALL_STATE(1387)] = 20556, - [SMALL_STATE(1388)] = 20617, - [SMALL_STATE(1389)] = 20678, - [SMALL_STATE(1390)] = 20739, - [SMALL_STATE(1391)] = 20800, - [SMALL_STATE(1392)] = 20861, - [SMALL_STATE(1393)] = 20924, - [SMALL_STATE(1394)] = 20985, - [SMALL_STATE(1395)] = 21046, - [SMALL_STATE(1396)] = 21107, - [SMALL_STATE(1397)] = 21168, - [SMALL_STATE(1398)] = 21229, - [SMALL_STATE(1399)] = 21290, - [SMALL_STATE(1400)] = 21351, - [SMALL_STATE(1401)] = 21412, - [SMALL_STATE(1402)] = 21473, - [SMALL_STATE(1403)] = 21534, - [SMALL_STATE(1404)] = 21595, - [SMALL_STATE(1405)] = 21656, - [SMALL_STATE(1406)] = 21717, - [SMALL_STATE(1407)] = 21778, - [SMALL_STATE(1408)] = 21839, - [SMALL_STATE(1409)] = 21900, - [SMALL_STATE(1410)] = 21961, - [SMALL_STATE(1411)] = 22022, - [SMALL_STATE(1412)] = 22083, - [SMALL_STATE(1413)] = 22144, - [SMALL_STATE(1414)] = 22205, - [SMALL_STATE(1415)] = 22266, - [SMALL_STATE(1416)] = 22327, - [SMALL_STATE(1417)] = 22388, - [SMALL_STATE(1418)] = 22449, - [SMALL_STATE(1419)] = 22510, - [SMALL_STATE(1420)] = 22571, - [SMALL_STATE(1421)] = 22632, - [SMALL_STATE(1422)] = 22693, - [SMALL_STATE(1423)] = 22754, - [SMALL_STATE(1424)] = 22815, - [SMALL_STATE(1425)] = 22876, - [SMALL_STATE(1426)] = 22937, - [SMALL_STATE(1427)] = 22998, - [SMALL_STATE(1428)] = 23059, - [SMALL_STATE(1429)] = 23162, - [SMALL_STATE(1430)] = 23223, - [SMALL_STATE(1431)] = 23284, - [SMALL_STATE(1432)] = 23345, - [SMALL_STATE(1433)] = 23406, - [SMALL_STATE(1434)] = 23502, - [SMALL_STATE(1435)] = 23562, - [SMALL_STATE(1436)] = 23622, - [SMALL_STATE(1437)] = 23682, - [SMALL_STATE(1438)] = 23742, - [SMALL_STATE(1439)] = 23802, - [SMALL_STATE(1440)] = 23862, - [SMALL_STATE(1441)] = 23922, - [SMALL_STATE(1442)] = 23982, - [SMALL_STATE(1443)] = 24042, - [SMALL_STATE(1444)] = 24102, - [SMALL_STATE(1445)] = 24162, - [SMALL_STATE(1446)] = 24226, - [SMALL_STATE(1447)] = 24286, - [SMALL_STATE(1448)] = 24346, - [SMALL_STATE(1449)] = 24406, - [SMALL_STATE(1450)] = 24472, - [SMALL_STATE(1451)] = 24532, - [SMALL_STATE(1452)] = 24592, - [SMALL_STATE(1453)] = 24652, - [SMALL_STATE(1454)] = 24712, - [SMALL_STATE(1455)] = 24772, - [SMALL_STATE(1456)] = 24840, - [SMALL_STATE(1457)] = 24900, - [SMALL_STATE(1458)] = 24960, - [SMALL_STATE(1459)] = 25020, - [SMALL_STATE(1460)] = 25080, - [SMALL_STATE(1461)] = 25140, - [SMALL_STATE(1462)] = 25200, - [SMALL_STATE(1463)] = 25260, - [SMALL_STATE(1464)] = 25320, - [SMALL_STATE(1465)] = 25380, - [SMALL_STATE(1466)] = 25440, - [SMALL_STATE(1467)] = 25500, - [SMALL_STATE(1468)] = 25566, - [SMALL_STATE(1469)] = 25626, - [SMALL_STATE(1470)] = 25686, - [SMALL_STATE(1471)] = 25746, - [SMALL_STATE(1472)] = 25806, - [SMALL_STATE(1473)] = 25866, - [SMALL_STATE(1474)] = 25926, - [SMALL_STATE(1475)] = 25986, - [SMALL_STATE(1476)] = 26046, - [SMALL_STATE(1477)] = 26106, - [SMALL_STATE(1478)] = 26172, - [SMALL_STATE(1479)] = 26232, - [SMALL_STATE(1480)] = 26292, - [SMALL_STATE(1481)] = 26352, - [SMALL_STATE(1482)] = 26412, - [SMALL_STATE(1483)] = 26472, - [SMALL_STATE(1484)] = 26532, - [SMALL_STATE(1485)] = 26592, - [SMALL_STATE(1486)] = 26652, - [SMALL_STATE(1487)] = 26712, - [SMALL_STATE(1488)] = 26786, - [SMALL_STATE(1489)] = 26846, - [SMALL_STATE(1490)] = 26906, - [SMALL_STATE(1491)] = 26966, - [SMALL_STATE(1492)] = 27026, - [SMALL_STATE(1493)] = 27086, - [SMALL_STATE(1494)] = 27146, - [SMALL_STATE(1495)] = 27206, - [SMALL_STATE(1496)] = 27266, - [SMALL_STATE(1497)] = 27326, - [SMALL_STATE(1498)] = 27386, - [SMALL_STATE(1499)] = 27448, - [SMALL_STATE(1500)] = 27508, - [SMALL_STATE(1501)] = 27568, - [SMALL_STATE(1502)] = 27632, - [SMALL_STATE(1503)] = 27698, - [SMALL_STATE(1504)] = 27758, - [SMALL_STATE(1505)] = 27818, - [SMALL_STATE(1506)] = 27878, - [SMALL_STATE(1507)] = 27938, - [SMALL_STATE(1508)] = 27998, - [SMALL_STATE(1509)] = 28058, - [SMALL_STATE(1510)] = 28118, - [SMALL_STATE(1511)] = 28178, - [SMALL_STATE(1512)] = 28238, - [SMALL_STATE(1513)] = 28298, - [SMALL_STATE(1514)] = 28358, - [SMALL_STATE(1515)] = 28418, - [SMALL_STATE(1516)] = 28478, - [SMALL_STATE(1517)] = 28540, - [SMALL_STATE(1518)] = 28600, - [SMALL_STATE(1519)] = 28660, - [SMALL_STATE(1520)] = 28720, - [SMALL_STATE(1521)] = 28780, - [SMALL_STATE(1522)] = 28840, - [SMALL_STATE(1523)] = 28900, - [SMALL_STATE(1524)] = 28960, - [SMALL_STATE(1525)] = 29020, - [SMALL_STATE(1526)] = 29080, - [SMALL_STATE(1527)] = 29140, - [SMALL_STATE(1528)] = 29200, - [SMALL_STATE(1529)] = 29260, - [SMALL_STATE(1530)] = 29320, - [SMALL_STATE(1531)] = 29380, - [SMALL_STATE(1532)] = 29440, - [SMALL_STATE(1533)] = 29500, - [SMALL_STATE(1534)] = 29560, - [SMALL_STATE(1535)] = 29620, - [SMALL_STATE(1536)] = 29680, - [SMALL_STATE(1537)] = 29740, - [SMALL_STATE(1538)] = 29800, - [SMALL_STATE(1539)] = 29860, - [SMALL_STATE(1540)] = 29920, - [SMALL_STATE(1541)] = 29980, - [SMALL_STATE(1542)] = 30040, - [SMALL_STATE(1543)] = 30100, - [SMALL_STATE(1544)] = 30160, - [SMALL_STATE(1545)] = 30220, - [SMALL_STATE(1546)] = 30280, - [SMALL_STATE(1547)] = 30340, - [SMALL_STATE(1548)] = 30400, - [SMALL_STATE(1549)] = 30460, - [SMALL_STATE(1550)] = 30520, - [SMALL_STATE(1551)] = 30580, - [SMALL_STATE(1552)] = 30640, - [SMALL_STATE(1553)] = 30700, - [SMALL_STATE(1554)] = 30760, - [SMALL_STATE(1555)] = 30820, - [SMALL_STATE(1556)] = 30880, - [SMALL_STATE(1557)] = 30941, - [SMALL_STATE(1558)] = 31002, - [SMALL_STATE(1559)] = 31073, - [SMALL_STATE(1560)] = 31142, - [SMALL_STATE(1561)] = 31232, - [SMALL_STATE(1562)] = 31322, - [SMALL_STATE(1563)] = 31408, - [SMALL_STATE(1564)] = 31500, - [SMALL_STATE(1565)] = 31586, - [SMALL_STATE(1566)] = 31672, - [SMALL_STATE(1567)] = 31732, - [SMALL_STATE(1568)] = 31824, - [SMALL_STATE(1569)] = 31882, - [SMALL_STATE(1570)] = 31948, - [SMALL_STATE(1571)] = 32006, - [SMALL_STATE(1572)] = 32064, - [SMALL_STATE(1573)] = 32150, - [SMALL_STATE(1574)] = 32236, - [SMALL_STATE(1575)] = 32322, + [SMALL_STATE(1069)] = 503, + [SMALL_STATE(1070)] = 603, + [SMALL_STATE(1071)] = 682, + [SMALL_STATE(1072)] = 759, + [SMALL_STATE(1073)] = 836, + [SMALL_STATE(1074)] = 913, + [SMALL_STATE(1075)] = 977, + [SMALL_STATE(1076)] = 1041, + [SMALL_STATE(1077)] = 1115, + [SMALL_STATE(1078)] = 1179, + [SMALL_STATE(1079)] = 1243, + [SMALL_STATE(1080)] = 1307, + [SMALL_STATE(1081)] = 1371, + [SMALL_STATE(1082)] = 1435, + [SMALL_STATE(1083)] = 1503, + [SMALL_STATE(1084)] = 1567, + [SMALL_STATE(1085)] = 1631, + [SMALL_STATE(1086)] = 1694, + [SMALL_STATE(1087)] = 1763, + [SMALL_STATE(1088)] = 1830, + [SMALL_STATE(1089)] = 1893, + [SMALL_STATE(1090)] = 1964, + [SMALL_STATE(1091)] = 2027, + [SMALL_STATE(1092)] = 2094, + [SMALL_STATE(1093)] = 2195, + [SMALL_STATE(1094)] = 2262, + [SMALL_STATE(1095)] = 2363, + [SMALL_STATE(1096)] = 2434, + [SMALL_STATE(1097)] = 2505, + [SMALL_STATE(1098)] = 2572, + [SMALL_STATE(1099)] = 2643, + [SMALL_STATE(1100)] = 2706, + [SMALL_STATE(1101)] = 2807, + [SMALL_STATE(1102)] = 2874, + [SMALL_STATE(1103)] = 2937, + [SMALL_STATE(1104)] = 2999, + [SMALL_STATE(1105)] = 3061, + [SMALL_STATE(1106)] = 3131, + [SMALL_STATE(1107)] = 3193, + [SMALL_STATE(1108)] = 3255, + [SMALL_STATE(1109)] = 3317, + [SMALL_STATE(1110)] = 3381, + [SMALL_STATE(1111)] = 3443, + [SMALL_STATE(1112)] = 3505, + [SMALL_STATE(1113)] = 3569, + [SMALL_STATE(1114)] = 3631, + [SMALL_STATE(1115)] = 3692, + [SMALL_STATE(1116)] = 3755, + [SMALL_STATE(1117)] = 3858, + [SMALL_STATE(1118)] = 3919, + [SMALL_STATE(1119)] = 3982, + [SMALL_STATE(1120)] = 4043, + [SMALL_STATE(1121)] = 4104, + [SMALL_STATE(1122)] = 4167, + [SMALL_STATE(1123)] = 4228, + [SMALL_STATE(1124)] = 4289, + [SMALL_STATE(1125)] = 4350, + [SMALL_STATE(1126)] = 4411, + [SMALL_STATE(1127)] = 4472, + [SMALL_STATE(1128)] = 4565, + [SMALL_STATE(1129)] = 4628, + [SMALL_STATE(1130)] = 4691, + [SMALL_STATE(1131)] = 4754, + [SMALL_STATE(1132)] = 4815, + [SMALL_STATE(1133)] = 4876, + [SMALL_STATE(1134)] = 4969, + [SMALL_STATE(1135)] = 5030, + [SMALL_STATE(1136)] = 5123, + [SMALL_STATE(1137)] = 5184, + [SMALL_STATE(1138)] = 5245, + [SMALL_STATE(1139)] = 5306, + [SMALL_STATE(1140)] = 5369, + [SMALL_STATE(1141)] = 5432, + [SMALL_STATE(1142)] = 5495, + [SMALL_STATE(1143)] = 5558, + [SMALL_STATE(1144)] = 5621, + [SMALL_STATE(1145)] = 5682, + [SMALL_STATE(1146)] = 5747, + [SMALL_STATE(1147)] = 5808, + [SMALL_STATE(1148)] = 5869, + [SMALL_STATE(1149)] = 5930, + [SMALL_STATE(1150)] = 5991, + [SMALL_STATE(1151)] = 6052, + [SMALL_STATE(1152)] = 6113, + [SMALL_STATE(1153)] = 6174, + [SMALL_STATE(1154)] = 6235, + [SMALL_STATE(1155)] = 6296, + [SMALL_STATE(1156)] = 6357, + [SMALL_STATE(1157)] = 6418, + [SMALL_STATE(1158)] = 6479, + [SMALL_STATE(1159)] = 6540, + [SMALL_STATE(1160)] = 6601, + [SMALL_STATE(1161)] = 6662, + [SMALL_STATE(1162)] = 6723, + [SMALL_STATE(1163)] = 6784, + [SMALL_STATE(1164)] = 6845, + [SMALL_STATE(1165)] = 6908, + [SMALL_STATE(1166)] = 6971, + [SMALL_STATE(1167)] = 7034, + [SMALL_STATE(1168)] = 7095, + [SMALL_STATE(1169)] = 7156, + [SMALL_STATE(1170)] = 7217, + [SMALL_STATE(1171)] = 7278, + [SMALL_STATE(1172)] = 7339, + [SMALL_STATE(1173)] = 7400, + [SMALL_STATE(1174)] = 7461, + [SMALL_STATE(1175)] = 7522, + [SMALL_STATE(1176)] = 7583, + [SMALL_STATE(1177)] = 7644, + [SMALL_STATE(1178)] = 7705, + [SMALL_STATE(1179)] = 7766, + [SMALL_STATE(1180)] = 7827, + [SMALL_STATE(1181)] = 7888, + [SMALL_STATE(1182)] = 7949, + [SMALL_STATE(1183)] = 8010, + [SMALL_STATE(1184)] = 8071, + [SMALL_STATE(1185)] = 8132, + [SMALL_STATE(1186)] = 8193, + [SMALL_STATE(1187)] = 8254, + [SMALL_STATE(1188)] = 8315, + [SMALL_STATE(1189)] = 8376, + [SMALL_STATE(1190)] = 8437, + [SMALL_STATE(1191)] = 8498, + [SMALL_STATE(1192)] = 8559, + [SMALL_STATE(1193)] = 8620, + [SMALL_STATE(1194)] = 8681, + [SMALL_STATE(1195)] = 8742, + [SMALL_STATE(1196)] = 8803, + [SMALL_STATE(1197)] = 8864, + [SMALL_STATE(1198)] = 8925, + [SMALL_STATE(1199)] = 8986, + [SMALL_STATE(1200)] = 9047, + [SMALL_STATE(1201)] = 9108, + [SMALL_STATE(1202)] = 9169, + [SMALL_STATE(1203)] = 9230, + [SMALL_STATE(1204)] = 9291, + [SMALL_STATE(1205)] = 9352, + [SMALL_STATE(1206)] = 9415, + [SMALL_STATE(1207)] = 9478, + [SMALL_STATE(1208)] = 9539, + [SMALL_STATE(1209)] = 9600, + [SMALL_STATE(1210)] = 9661, + [SMALL_STATE(1211)] = 9722, + [SMALL_STATE(1212)] = 9783, + [SMALL_STATE(1213)] = 9844, + [SMALL_STATE(1214)] = 9905, + [SMALL_STATE(1215)] = 9966, + [SMALL_STATE(1216)] = 10027, + [SMALL_STATE(1217)] = 10088, + [SMALL_STATE(1218)] = 10149, + [SMALL_STATE(1219)] = 10210, + [SMALL_STATE(1220)] = 10271, + [SMALL_STATE(1221)] = 10332, + [SMALL_STATE(1222)] = 10393, + [SMALL_STATE(1223)] = 10454, + [SMALL_STATE(1224)] = 10515, + [SMALL_STATE(1225)] = 10576, + [SMALL_STATE(1226)] = 10637, + [SMALL_STATE(1227)] = 10698, + [SMALL_STATE(1228)] = 10759, + [SMALL_STATE(1229)] = 10820, + [SMALL_STATE(1230)] = 10881, + [SMALL_STATE(1231)] = 10942, + [SMALL_STATE(1232)] = 11003, + [SMALL_STATE(1233)] = 11064, + [SMALL_STATE(1234)] = 11125, + [SMALL_STATE(1235)] = 11186, + [SMALL_STATE(1236)] = 11247, + [SMALL_STATE(1237)] = 11308, + [SMALL_STATE(1238)] = 11369, + [SMALL_STATE(1239)] = 11430, + [SMALL_STATE(1240)] = 11491, + [SMALL_STATE(1241)] = 11552, + [SMALL_STATE(1242)] = 11613, + [SMALL_STATE(1243)] = 11674, + [SMALL_STATE(1244)] = 11735, + [SMALL_STATE(1245)] = 11796, + [SMALL_STATE(1246)] = 11857, + [SMALL_STATE(1247)] = 11918, + [SMALL_STATE(1248)] = 11979, + [SMALL_STATE(1249)] = 12040, + [SMALL_STATE(1250)] = 12101, + [SMALL_STATE(1251)] = 12162, + [SMALL_STATE(1252)] = 12223, + [SMALL_STATE(1253)] = 12284, + [SMALL_STATE(1254)] = 12345, + [SMALL_STATE(1255)] = 12406, + [SMALL_STATE(1256)] = 12467, + [SMALL_STATE(1257)] = 12528, + [SMALL_STATE(1258)] = 12589, + [SMALL_STATE(1259)] = 12650, + [SMALL_STATE(1260)] = 12711, + [SMALL_STATE(1261)] = 12772, + [SMALL_STATE(1262)] = 12833, + [SMALL_STATE(1263)] = 12894, + [SMALL_STATE(1264)] = 12955, + [SMALL_STATE(1265)] = 13016, + [SMALL_STATE(1266)] = 13077, + [SMALL_STATE(1267)] = 13138, + [SMALL_STATE(1268)] = 13199, + [SMALL_STATE(1269)] = 13260, + [SMALL_STATE(1270)] = 13321, + [SMALL_STATE(1271)] = 13382, + [SMALL_STATE(1272)] = 13443, + [SMALL_STATE(1273)] = 13504, + [SMALL_STATE(1274)] = 13565, + [SMALL_STATE(1275)] = 13626, + [SMALL_STATE(1276)] = 13687, + [SMALL_STATE(1277)] = 13748, + [SMALL_STATE(1278)] = 13809, + [SMALL_STATE(1279)] = 13870, + [SMALL_STATE(1280)] = 13931, + [SMALL_STATE(1281)] = 13992, + [SMALL_STATE(1282)] = 14053, + [SMALL_STATE(1283)] = 14114, + [SMALL_STATE(1284)] = 14175, + [SMALL_STATE(1285)] = 14236, + [SMALL_STATE(1286)] = 14297, + [SMALL_STATE(1287)] = 14400, + [SMALL_STATE(1288)] = 14461, + [SMALL_STATE(1289)] = 14522, + [SMALL_STATE(1290)] = 14583, + [SMALL_STATE(1291)] = 14644, + [SMALL_STATE(1292)] = 14705, + [SMALL_STATE(1293)] = 14766, + [SMALL_STATE(1294)] = 14827, + [SMALL_STATE(1295)] = 14888, + [SMALL_STATE(1296)] = 14949, + [SMALL_STATE(1297)] = 15010, + [SMALL_STATE(1298)] = 15071, + [SMALL_STATE(1299)] = 15132, + [SMALL_STATE(1300)] = 15193, + [SMALL_STATE(1301)] = 15254, + [SMALL_STATE(1302)] = 15315, + [SMALL_STATE(1303)] = 15376, + [SMALL_STATE(1304)] = 15437, + [SMALL_STATE(1305)] = 15498, + [SMALL_STATE(1306)] = 15559, + [SMALL_STATE(1307)] = 15620, + [SMALL_STATE(1308)] = 15681, + [SMALL_STATE(1309)] = 15742, + [SMALL_STATE(1310)] = 15803, + [SMALL_STATE(1311)] = 15864, + [SMALL_STATE(1312)] = 15925, + [SMALL_STATE(1313)] = 15986, + [SMALL_STATE(1314)] = 16047, + [SMALL_STATE(1315)] = 16108, + [SMALL_STATE(1316)] = 16169, + [SMALL_STATE(1317)] = 16230, + [SMALL_STATE(1318)] = 16291, + [SMALL_STATE(1319)] = 16352, + [SMALL_STATE(1320)] = 16413, + [SMALL_STATE(1321)] = 16474, + [SMALL_STATE(1322)] = 16535, + [SMALL_STATE(1323)] = 16596, + [SMALL_STATE(1324)] = 16657, + [SMALL_STATE(1325)] = 16718, + [SMALL_STATE(1326)] = 16779, + [SMALL_STATE(1327)] = 16840, + [SMALL_STATE(1328)] = 16901, + [SMALL_STATE(1329)] = 16962, + [SMALL_STATE(1330)] = 17023, + [SMALL_STATE(1331)] = 17084, + [SMALL_STATE(1332)] = 17145, + [SMALL_STATE(1333)] = 17206, + [SMALL_STATE(1334)] = 17267, + [SMALL_STATE(1335)] = 17328, + [SMALL_STATE(1336)] = 17389, + [SMALL_STATE(1337)] = 17450, + [SMALL_STATE(1338)] = 17511, + [SMALL_STATE(1339)] = 17572, + [SMALL_STATE(1340)] = 17633, + [SMALL_STATE(1341)] = 17694, + [SMALL_STATE(1342)] = 17755, + [SMALL_STATE(1343)] = 17816, + [SMALL_STATE(1344)] = 17877, + [SMALL_STATE(1345)] = 17938, + [SMALL_STATE(1346)] = 17999, + [SMALL_STATE(1347)] = 18060, + [SMALL_STATE(1348)] = 18121, + [SMALL_STATE(1349)] = 18182, + [SMALL_STATE(1350)] = 18243, + [SMALL_STATE(1351)] = 18304, + [SMALL_STATE(1352)] = 18365, + [SMALL_STATE(1353)] = 18426, + [SMALL_STATE(1354)] = 18487, + [SMALL_STATE(1355)] = 18548, + [SMALL_STATE(1356)] = 18609, + [SMALL_STATE(1357)] = 18670, + [SMALL_STATE(1358)] = 18731, + [SMALL_STATE(1359)] = 18792, + [SMALL_STATE(1360)] = 18853, + [SMALL_STATE(1361)] = 18914, + [SMALL_STATE(1362)] = 18975, + [SMALL_STATE(1363)] = 19036, + [SMALL_STATE(1364)] = 19097, + [SMALL_STATE(1365)] = 19158, + [SMALL_STATE(1366)] = 19219, + [SMALL_STATE(1367)] = 19280, + [SMALL_STATE(1368)] = 19341, + [SMALL_STATE(1369)] = 19402, + [SMALL_STATE(1370)] = 19463, + [SMALL_STATE(1371)] = 19524, + [SMALL_STATE(1372)] = 19585, + [SMALL_STATE(1373)] = 19646, + [SMALL_STATE(1374)] = 19707, + [SMALL_STATE(1375)] = 19768, + [SMALL_STATE(1376)] = 19829, + [SMALL_STATE(1377)] = 19890, + [SMALL_STATE(1378)] = 19951, + [SMALL_STATE(1379)] = 20012, + [SMALL_STATE(1380)] = 20073, + [SMALL_STATE(1381)] = 20134, + [SMALL_STATE(1382)] = 20195, + [SMALL_STATE(1383)] = 20256, + [SMALL_STATE(1384)] = 20317, + [SMALL_STATE(1385)] = 20378, + [SMALL_STATE(1386)] = 20439, + [SMALL_STATE(1387)] = 20500, + [SMALL_STATE(1388)] = 20561, + [SMALL_STATE(1389)] = 20622, + [SMALL_STATE(1390)] = 20683, + [SMALL_STATE(1391)] = 20744, + [SMALL_STATE(1392)] = 20805, + [SMALL_STATE(1393)] = 20866, + [SMALL_STATE(1394)] = 20927, + [SMALL_STATE(1395)] = 20988, + [SMALL_STATE(1396)] = 21049, + [SMALL_STATE(1397)] = 21110, + [SMALL_STATE(1398)] = 21171, + [SMALL_STATE(1399)] = 21232, + [SMALL_STATE(1400)] = 21293, + [SMALL_STATE(1401)] = 21354, + [SMALL_STATE(1402)] = 21415, + [SMALL_STATE(1403)] = 21476, + [SMALL_STATE(1404)] = 21537, + [SMALL_STATE(1405)] = 21598, + [SMALL_STATE(1406)] = 21659, + [SMALL_STATE(1407)] = 21720, + [SMALL_STATE(1408)] = 21781, + [SMALL_STATE(1409)] = 21842, + [SMALL_STATE(1410)] = 21903, + [SMALL_STATE(1411)] = 21964, + [SMALL_STATE(1412)] = 22025, + [SMALL_STATE(1413)] = 22086, + [SMALL_STATE(1414)] = 22147, + [SMALL_STATE(1415)] = 22208, + [SMALL_STATE(1416)] = 22269, + [SMALL_STATE(1417)] = 22330, + [SMALL_STATE(1418)] = 22391, + [SMALL_STATE(1419)] = 22452, + [SMALL_STATE(1420)] = 22517, + [SMALL_STATE(1421)] = 22578, + [SMALL_STATE(1422)] = 22639, + [SMALL_STATE(1423)] = 22700, + [SMALL_STATE(1424)] = 22761, + [SMALL_STATE(1425)] = 22822, + [SMALL_STATE(1426)] = 22883, + [SMALL_STATE(1427)] = 22958, + [SMALL_STATE(1428)] = 23061, + [SMALL_STATE(1429)] = 23126, + [SMALL_STATE(1430)] = 23229, + [SMALL_STATE(1431)] = 23292, + [SMALL_STATE(1432)] = 23355, + [SMALL_STATE(1433)] = 23416, + [SMALL_STATE(1434)] = 23476, + [SMALL_STATE(1435)] = 23536, + [SMALL_STATE(1436)] = 23596, + [SMALL_STATE(1437)] = 23656, + [SMALL_STATE(1438)] = 23716, + [SMALL_STATE(1439)] = 23776, + [SMALL_STATE(1440)] = 23836, + [SMALL_STATE(1441)] = 23896, + [SMALL_STATE(1442)] = 23956, + [SMALL_STATE(1443)] = 24016, + [SMALL_STATE(1444)] = 24076, + [SMALL_STATE(1445)] = 24136, + [SMALL_STATE(1446)] = 24196, + [SMALL_STATE(1447)] = 24256, + [SMALL_STATE(1448)] = 24316, + [SMALL_STATE(1449)] = 24376, + [SMALL_STATE(1450)] = 24436, + [SMALL_STATE(1451)] = 24496, + [SMALL_STATE(1452)] = 24556, + [SMALL_STATE(1453)] = 24616, + [SMALL_STATE(1454)] = 24676, + [SMALL_STATE(1455)] = 24736, + [SMALL_STATE(1456)] = 24796, + [SMALL_STATE(1457)] = 24856, + [SMALL_STATE(1458)] = 24916, + [SMALL_STATE(1459)] = 24976, + [SMALL_STATE(1460)] = 25036, + [SMALL_STATE(1461)] = 25096, + [SMALL_STATE(1462)] = 25156, + [SMALL_STATE(1463)] = 25216, + [SMALL_STATE(1464)] = 25276, + [SMALL_STATE(1465)] = 25336, + [SMALL_STATE(1466)] = 25396, + [SMALL_STATE(1467)] = 25456, + [SMALL_STATE(1468)] = 25516, + [SMALL_STATE(1469)] = 25576, + [SMALL_STATE(1470)] = 25636, + [SMALL_STATE(1471)] = 25732, + [SMALL_STATE(1472)] = 25792, + [SMALL_STATE(1473)] = 25852, + [SMALL_STATE(1474)] = 25912, + [SMALL_STATE(1475)] = 25972, + [SMALL_STATE(1476)] = 26032, + [SMALL_STATE(1477)] = 26092, + [SMALL_STATE(1478)] = 26154, + [SMALL_STATE(1479)] = 26214, + [SMALL_STATE(1480)] = 26274, + [SMALL_STATE(1481)] = 26334, + [SMALL_STATE(1482)] = 26394, + [SMALL_STATE(1483)] = 26454, + [SMALL_STATE(1484)] = 26514, + [SMALL_STATE(1485)] = 26582, + [SMALL_STATE(1486)] = 26642, + [SMALL_STATE(1487)] = 26702, + [SMALL_STATE(1488)] = 26762, + [SMALL_STATE(1489)] = 26822, + [SMALL_STATE(1490)] = 26882, + [SMALL_STATE(1491)] = 26942, + [SMALL_STATE(1492)] = 27002, + [SMALL_STATE(1493)] = 27062, + [SMALL_STATE(1494)] = 27122, + [SMALL_STATE(1495)] = 27182, + [SMALL_STATE(1496)] = 27242, + [SMALL_STATE(1497)] = 27302, + [SMALL_STATE(1498)] = 27362, + [SMALL_STATE(1499)] = 27422, + [SMALL_STATE(1500)] = 27482, + [SMALL_STATE(1501)] = 27542, + [SMALL_STATE(1502)] = 27602, + [SMALL_STATE(1503)] = 27662, + [SMALL_STATE(1504)] = 27722, + [SMALL_STATE(1505)] = 27782, + [SMALL_STATE(1506)] = 27842, + [SMALL_STATE(1507)] = 27902, + [SMALL_STATE(1508)] = 27962, + [SMALL_STATE(1509)] = 28022, + [SMALL_STATE(1510)] = 28082, + [SMALL_STATE(1511)] = 28142, + [SMALL_STATE(1512)] = 28202, + [SMALL_STATE(1513)] = 28262, + [SMALL_STATE(1514)] = 28322, + [SMALL_STATE(1515)] = 28382, + [SMALL_STATE(1516)] = 28442, + [SMALL_STATE(1517)] = 28502, + [SMALL_STATE(1518)] = 28568, + [SMALL_STATE(1519)] = 28634, + [SMALL_STATE(1520)] = 28694, + [SMALL_STATE(1521)] = 28754, + [SMALL_STATE(1522)] = 28814, + [SMALL_STATE(1523)] = 28874, + [SMALL_STATE(1524)] = 28934, + [SMALL_STATE(1525)] = 29008, + [SMALL_STATE(1526)] = 29068, + [SMALL_STATE(1527)] = 29128, + [SMALL_STATE(1528)] = 29188, + [SMALL_STATE(1529)] = 29248, + [SMALL_STATE(1530)] = 29308, + [SMALL_STATE(1531)] = 29368, + [SMALL_STATE(1532)] = 29428, + [SMALL_STATE(1533)] = 29488, + [SMALL_STATE(1534)] = 29548, + [SMALL_STATE(1535)] = 29608, + [SMALL_STATE(1536)] = 29668, + [SMALL_STATE(1537)] = 29728, + [SMALL_STATE(1538)] = 29788, + [SMALL_STATE(1539)] = 29848, + [SMALL_STATE(1540)] = 29908, + [SMALL_STATE(1541)] = 29968, + [SMALL_STATE(1542)] = 30028, + [SMALL_STATE(1543)] = 30088, + [SMALL_STATE(1544)] = 30148, + [SMALL_STATE(1545)] = 30212, + [SMALL_STATE(1546)] = 30272, + [SMALL_STATE(1547)] = 30332, + [SMALL_STATE(1548)] = 30392, + [SMALL_STATE(1549)] = 30452, + [SMALL_STATE(1550)] = 30512, + [SMALL_STATE(1551)] = 30572, + [SMALL_STATE(1552)] = 30632, + [SMALL_STATE(1553)] = 30698, + [SMALL_STATE(1554)] = 30762, + [SMALL_STATE(1555)] = 30828, + [SMALL_STATE(1556)] = 30890, + [SMALL_STATE(1557)] = 30951, + [SMALL_STATE(1558)] = 31022, + [SMALL_STATE(1559)] = 31083, + [SMALL_STATE(1560)] = 31152, + [SMALL_STATE(1561)] = 31210, + [SMALL_STATE(1562)] = 31302, + [SMALL_STATE(1563)] = 31372, + [SMALL_STATE(1564)] = 31442, + [SMALL_STATE(1565)] = 31502, + [SMALL_STATE(1566)] = 31572, + [SMALL_STATE(1567)] = 31662, + [SMALL_STATE(1568)] = 31752, + [SMALL_STATE(1569)] = 31844, + [SMALL_STATE(1570)] = 31904, + [SMALL_STATE(1571)] = 31962, + [SMALL_STATE(1572)] = 32052, + [SMALL_STATE(1573)] = 32138, + [SMALL_STATE(1574)] = 32204, + [SMALL_STATE(1575)] = 32296, [SMALL_STATE(1576)] = 32382, - [SMALL_STATE(1577)] = 32452, - [SMALL_STATE(1578)] = 32544, - [SMALL_STATE(1579)] = 32634, - [SMALL_STATE(1580)] = 32704, - [SMALL_STATE(1581)] = 32774, - [SMALL_STATE(1582)] = 32860, - [SMALL_STATE(1583)] = 32950, - [SMALL_STATE(1584)] = 33018, - [SMALL_STATE(1585)] = 33092, - [SMALL_STATE(1586)] = 33164, - [SMALL_STATE(1587)] = 33240, - [SMALL_STATE(1588)] = 33322, - [SMALL_STATE(1589)] = 33406, - [SMALL_STATE(1590)] = 33476, - [SMALL_STATE(1591)] = 33566, - [SMALL_STATE(1592)] = 33656, - [SMALL_STATE(1593)] = 33734, - [SMALL_STATE(1594)] = 33820, - [SMALL_STATE(1595)] = 33912, - [SMALL_STATE(1596)] = 33975, - [SMALL_STATE(1597)] = 34038, - [SMALL_STATE(1598)] = 34103, - [SMALL_STATE(1599)] = 34170, - [SMALL_STATE(1600)] = 34228, - [SMALL_STATE(1601)] = 34288, - [SMALL_STATE(1602)] = 34348, - [SMALL_STATE(1603)] = 34408, - [SMALL_STATE(1604)] = 34464, - [SMALL_STATE(1605)] = 34524, - [SMALL_STATE(1606)] = 34584, - [SMALL_STATE(1607)] = 34640, - [SMALL_STATE(1608)] = 34700, - [SMALL_STATE(1609)] = 34756, - [SMALL_STATE(1610)] = 34820, - [SMALL_STATE(1611)] = 34876, - [SMALL_STATE(1612)] = 34940, - [SMALL_STATE(1613)] = 34998, - [SMALL_STATE(1614)] = 35056, + [SMALL_STATE(1577)] = 32460, + [SMALL_STATE(1578)] = 32528, + [SMALL_STATE(1579)] = 32614, + [SMALL_STATE(1580)] = 32688, + [SMALL_STATE(1581)] = 32760, + [SMALL_STATE(1582)] = 32850, + [SMALL_STATE(1583)] = 32936, + [SMALL_STATE(1584)] = 33022, + [SMALL_STATE(1585)] = 33098, + [SMALL_STATE(1586)] = 33180, + [SMALL_STATE(1587)] = 33272, + [SMALL_STATE(1588)] = 33356, + [SMALL_STATE(1589)] = 33442, + [SMALL_STATE(1590)] = 33512, + [SMALL_STATE(1591)] = 33602, + [SMALL_STATE(1592)] = 33660, + [SMALL_STATE(1593)] = 33750, + [SMALL_STATE(1594)] = 33836, + [SMALL_STATE(1595)] = 33922, + [SMALL_STATE(1596)] = 33985, + [SMALL_STATE(1597)] = 34050, + [SMALL_STATE(1598)] = 34113, + [SMALL_STATE(1599)] = 34180, + [SMALL_STATE(1600)] = 34240, + [SMALL_STATE(1601)] = 34300, + [SMALL_STATE(1602)] = 34358, + [SMALL_STATE(1603)] = 34418, + [SMALL_STATE(1604)] = 34478, + [SMALL_STATE(1605)] = 34538, + [SMALL_STATE(1606)] = 34594, + [SMALL_STATE(1607)] = 34652, + [SMALL_STATE(1608)] = 34710, + [SMALL_STATE(1609)] = 34770, + [SMALL_STATE(1610)] = 34834, + [SMALL_STATE(1611)] = 34890, + [SMALL_STATE(1612)] = 34946, + [SMALL_STATE(1613)] = 35004, + [SMALL_STATE(1614)] = 35064, [SMALL_STATE(1615)] = 35120, [SMALL_STATE(1616)] = 35184, - [SMALL_STATE(1617)] = 35242, - [SMALL_STATE(1618)] = 35302, - [SMALL_STATE(1619)] = 35359, - [SMALL_STATE(1620)] = 35454, - [SMALL_STATE(1621)] = 35511, - [SMALL_STATE(1622)] = 35566, + [SMALL_STATE(1617)] = 35248, + [SMALL_STATE(1618)] = 35312, + [SMALL_STATE(1619)] = 35369, + [SMALL_STATE(1620)] = 35458, + [SMALL_STATE(1621)] = 35515, + [SMALL_STATE(1622)] = 35570, [SMALL_STATE(1623)] = 35625, - [SMALL_STATE(1624)] = 35680, - [SMALL_STATE(1625)] = 35735, - [SMALL_STATE(1626)] = 35824, - [SMALL_STATE(1627)] = 35879, - [SMALL_STATE(1628)] = 35936, - [SMALL_STATE(1629)] = 35991, - [SMALL_STATE(1630)] = 36046, - [SMALL_STATE(1631)] = 36101, - [SMALL_STATE(1632)] = 36156, - [SMALL_STATE(1633)] = 36245, - [SMALL_STATE(1634)] = 36304, - [SMALL_STATE(1635)] = 36363, - [SMALL_STATE(1636)] = 36420, - [SMALL_STATE(1637)] = 36515, - [SMALL_STATE(1638)] = 36610, - [SMALL_STATE(1639)] = 36667, - [SMALL_STATE(1640)] = 36762, - [SMALL_STATE(1641)] = 36857, - [SMALL_STATE(1642)] = 36952, - [SMALL_STATE(1643)] = 37047, - [SMALL_STATE(1644)] = 37142, - [SMALL_STATE(1645)] = 37237, - [SMALL_STATE(1646)] = 37294, - [SMALL_STATE(1647)] = 37351, - [SMALL_STATE(1648)] = 37440, - [SMALL_STATE(1649)] = 37535, - [SMALL_STATE(1650)] = 37630, - [SMALL_STATE(1651)] = 37725, - [SMALL_STATE(1652)] = 37784, - [SMALL_STATE(1653)] = 37873, - [SMALL_STATE(1654)] = 37927, - [SMALL_STATE(1655)] = 37981, - [SMALL_STATE(1656)] = 38067, - [SMALL_STATE(1657)] = 38123, - [SMALL_STATE(1658)] = 38197, - [SMALL_STATE(1659)] = 38253, - [SMALL_STATE(1660)] = 38307, - [SMALL_STATE(1661)] = 38361, - [SMALL_STATE(1662)] = 38415, - [SMALL_STATE(1663)] = 38469, - [SMALL_STATE(1664)] = 38523, - [SMALL_STATE(1665)] = 38577, - [SMALL_STATE(1666)] = 38633, - [SMALL_STATE(1667)] = 38701, - [SMALL_STATE(1668)] = 38755, - [SMALL_STATE(1669)] = 38811, - [SMALL_STATE(1670)] = 38865, - [SMALL_STATE(1671)] = 38919, - [SMALL_STATE(1672)] = 38973, - [SMALL_STATE(1673)] = 39027, - [SMALL_STATE(1674)] = 39115, - [SMALL_STATE(1675)] = 39169, - [SMALL_STATE(1676)] = 39251, - [SMALL_STATE(1677)] = 39323, - [SMALL_STATE(1678)] = 39379, - [SMALL_STATE(1679)] = 39457, - [SMALL_STATE(1680)] = 39539, - [SMALL_STATE(1681)] = 39625, - [SMALL_STATE(1682)] = 39681, - [SMALL_STATE(1683)] = 39767, - [SMALL_STATE(1684)] = 39823, - [SMALL_STATE(1685)] = 39915, - [SMALL_STATE(1686)] = 39995, - [SMALL_STATE(1687)] = 40083, - [SMALL_STATE(1688)] = 40175, - [SMALL_STATE(1689)] = 40231, - [SMALL_STATE(1690)] = 40323, - [SMALL_STATE(1691)] = 40379, - [SMALL_STATE(1692)] = 40445, - [SMALL_STATE(1693)] = 40501, - [SMALL_STATE(1694)] = 40557, - [SMALL_STATE(1695)] = 40643, - [SMALL_STATE(1696)] = 40707, - [SMALL_STATE(1697)] = 40777, - [SMALL_STATE(1698)] = 40857, - [SMALL_STATE(1699)] = 40911, - [SMALL_STATE(1700)] = 40965, - [SMALL_STATE(1701)] = 41057, - [SMALL_STATE(1702)] = 41145, - [SMALL_STATE(1703)] = 41201, - [SMALL_STATE(1704)] = 41293, - [SMALL_STATE(1705)] = 41349, - [SMALL_STATE(1706)] = 41437, - [SMALL_STATE(1707)] = 41495, - [SMALL_STATE(1708)] = 41587, - [SMALL_STATE(1709)] = 41643, - [SMALL_STATE(1710)] = 41731, - [SMALL_STATE(1711)] = 41819, - [SMALL_STATE(1712)] = 41905, - [SMALL_STATE(1713)] = 41961, - [SMALL_STATE(1714)] = 42017, - [SMALL_STATE(1715)] = 42103, - [SMALL_STATE(1716)] = 42170, - [SMALL_STATE(1717)] = 42259, - [SMALL_STATE(1718)] = 42348, - [SMALL_STATE(1719)] = 42401, - [SMALL_STATE(1720)] = 42454, - [SMALL_STATE(1721)] = 42507, - [SMALL_STATE(1722)] = 42560, - [SMALL_STATE(1723)] = 42613, - [SMALL_STATE(1724)] = 42702, - [SMALL_STATE(1725)] = 42755, - [SMALL_STATE(1726)] = 42808, - [SMALL_STATE(1727)] = 42861, - [SMALL_STATE(1728)] = 42950, - [SMALL_STATE(1729)] = 43003, - [SMALL_STATE(1730)] = 43056, - [SMALL_STATE(1731)] = 43109, - [SMALL_STATE(1732)] = 43168, - [SMALL_STATE(1733)] = 43221, - [SMALL_STATE(1734)] = 43274, - [SMALL_STATE(1735)] = 43333, - [SMALL_STATE(1736)] = 43386, - [SMALL_STATE(1737)] = 43439, - [SMALL_STATE(1738)] = 43492, - [SMALL_STATE(1739)] = 43545, - [SMALL_STATE(1740)] = 43630, - [SMALL_STATE(1741)] = 43683, - [SMALL_STATE(1742)] = 43772, - [SMALL_STATE(1743)] = 43859, - [SMALL_STATE(1744)] = 43940, - [SMALL_STATE(1745)] = 43993, - [SMALL_STATE(1746)] = 44046, - [SMALL_STATE(1747)] = 44131, - [SMALL_STATE(1748)] = 44184, - [SMALL_STATE(1749)] = 44269, - [SMALL_STATE(1750)] = 44354, - [SMALL_STATE(1751)] = 44441, - [SMALL_STATE(1752)] = 44494, - [SMALL_STATE(1753)] = 44547, - [SMALL_STATE(1754)] = 44600, - [SMALL_STATE(1755)] = 44653, - [SMALL_STATE(1756)] = 44706, - [SMALL_STATE(1757)] = 44759, - [SMALL_STATE(1758)] = 44812, - [SMALL_STATE(1759)] = 44865, - [SMALL_STATE(1760)] = 44918, - [SMALL_STATE(1761)] = 44971, - [SMALL_STATE(1762)] = 45024, - [SMALL_STATE(1763)] = 45077, - [SMALL_STATE(1764)] = 45130, - [SMALL_STATE(1765)] = 45207, - [SMALL_STATE(1766)] = 45266, - [SMALL_STATE(1767)] = 45353, - [SMALL_STATE(1768)] = 45438, - [SMALL_STATE(1769)] = 45525, - [SMALL_STATE(1770)] = 45612, - [SMALL_STATE(1771)] = 45675, - [SMALL_STATE(1772)] = 45744, - [SMALL_STATE(1773)] = 45811, - [SMALL_STATE(1774)] = 45882, - [SMALL_STATE(1775)] = 45959, - [SMALL_STATE(1776)] = 46038, - [SMALL_STATE(1777)] = 46103, - [SMALL_STATE(1778)] = 46188, - [SMALL_STATE(1779)] = 46273, - [SMALL_STATE(1780)] = 46346, - [SMALL_STATE(1781)] = 46427, - [SMALL_STATE(1782)] = 46512, - [SMALL_STATE(1783)] = 46565, - [SMALL_STATE(1784)] = 46618, - [SMALL_STATE(1785)] = 46671, - [SMALL_STATE(1786)] = 46724, - [SMALL_STATE(1787)] = 46777, - [SMALL_STATE(1788)] = 46830, - [SMALL_STATE(1789)] = 46917, - [SMALL_STATE(1790)] = 47006, - [SMALL_STATE(1791)] = 47059, - [SMALL_STATE(1792)] = 47112, - [SMALL_STATE(1793)] = 47165, - [SMALL_STATE(1794)] = 47254, - [SMALL_STATE(1795)] = 47307, - [SMALL_STATE(1796)] = 47360, - [SMALL_STATE(1797)] = 47413, - [SMALL_STATE(1798)] = 47466, - [SMALL_STATE(1799)] = 47553, - [SMALL_STATE(1800)] = 47606, - [SMALL_STATE(1801)] = 47659, - [SMALL_STATE(1802)] = 47712, - [SMALL_STATE(1803)] = 47765, - [SMALL_STATE(1804)] = 47818, - [SMALL_STATE(1805)] = 47871, + [SMALL_STATE(1624)] = 35720, + [SMALL_STATE(1625)] = 35777, + [SMALL_STATE(1626)] = 35872, + [SMALL_STATE(1627)] = 35967, + [SMALL_STATE(1628)] = 36024, + [SMALL_STATE(1629)] = 36119, + [SMALL_STATE(1630)] = 36208, + [SMALL_STATE(1631)] = 36303, + [SMALL_STATE(1632)] = 36398, + [SMALL_STATE(1633)] = 36453, + [SMALL_STATE(1634)] = 36508, + [SMALL_STATE(1635)] = 36565, + [SMALL_STATE(1636)] = 36622, + [SMALL_STATE(1637)] = 36677, + [SMALL_STATE(1638)] = 36772, + [SMALL_STATE(1639)] = 36861, + [SMALL_STATE(1640)] = 36916, + [SMALL_STATE(1641)] = 37011, + [SMALL_STATE(1642)] = 37068, + [SMALL_STATE(1643)] = 37127, + [SMALL_STATE(1644)] = 37222, + [SMALL_STATE(1645)] = 37317, + [SMALL_STATE(1646)] = 37412, + [SMALL_STATE(1647)] = 37471, + [SMALL_STATE(1648)] = 37560, + [SMALL_STATE(1649)] = 37619, + [SMALL_STATE(1650)] = 37678, + [SMALL_STATE(1651)] = 37773, + [SMALL_STATE(1652)] = 37828, + [SMALL_STATE(1653)] = 37883, + [SMALL_STATE(1654)] = 37975, + [SMALL_STATE(1655)] = 38063, + [SMALL_STATE(1656)] = 38151, + [SMALL_STATE(1657)] = 38239, + [SMALL_STATE(1658)] = 38325, + [SMALL_STATE(1659)] = 38389, + [SMALL_STATE(1660)] = 38459, + [SMALL_STATE(1661)] = 38527, + [SMALL_STATE(1662)] = 38599, + [SMALL_STATE(1663)] = 38655, + [SMALL_STATE(1664)] = 38733, + [SMALL_STATE(1665)] = 38789, + [SMALL_STATE(1666)] = 38845, + [SMALL_STATE(1667)] = 38925, + [SMALL_STATE(1668)] = 38991, + [SMALL_STATE(1669)] = 39077, + [SMALL_STATE(1670)] = 39163, + [SMALL_STATE(1671)] = 39237, + [SMALL_STATE(1672)] = 39291, + [SMALL_STATE(1673)] = 39345, + [SMALL_STATE(1674)] = 39427, + [SMALL_STATE(1675)] = 39481, + [SMALL_STATE(1676)] = 39535, + [SMALL_STATE(1677)] = 39589, + [SMALL_STATE(1678)] = 39645, + [SMALL_STATE(1679)] = 39701, + [SMALL_STATE(1680)] = 39789, + [SMALL_STATE(1681)] = 39845, + [SMALL_STATE(1682)] = 39933, + [SMALL_STATE(1683)] = 39989, + [SMALL_STATE(1684)] = 40043, + [SMALL_STATE(1685)] = 40097, + [SMALL_STATE(1686)] = 40153, + [SMALL_STATE(1687)] = 40209, + [SMALL_STATE(1688)] = 40265, + [SMALL_STATE(1689)] = 40357, + [SMALL_STATE(1690)] = 40411, + [SMALL_STATE(1691)] = 40467, + [SMALL_STATE(1692)] = 40523, + [SMALL_STATE(1693)] = 40579, + [SMALL_STATE(1694)] = 40633, + [SMALL_STATE(1695)] = 40687, + [SMALL_STATE(1696)] = 40741, + [SMALL_STATE(1697)] = 40821, + [SMALL_STATE(1698)] = 40877, + [SMALL_STATE(1699)] = 40931, + [SMALL_STATE(1700)] = 40985, + [SMALL_STATE(1701)] = 41039, + [SMALL_STATE(1702)] = 41097, + [SMALL_STATE(1703)] = 41151, + [SMALL_STATE(1704)] = 41205, + [SMALL_STATE(1705)] = 41293, + [SMALL_STATE(1706)] = 41349, + [SMALL_STATE(1707)] = 41431, + [SMALL_STATE(1708)] = 41517, + [SMALL_STATE(1709)] = 41603, + [SMALL_STATE(1710)] = 41689, + [SMALL_STATE(1711)] = 41781, + [SMALL_STATE(1712)] = 41873, + [SMALL_STATE(1713)] = 41965, + [SMALL_STATE(1714)] = 42057, + [SMALL_STATE(1715)] = 42113, + [SMALL_STATE(1716)] = 42198, + [SMALL_STATE(1717)] = 42251, + [SMALL_STATE(1718)] = 42304, + [SMALL_STATE(1719)] = 42357, + [SMALL_STATE(1720)] = 42446, + [SMALL_STATE(1721)] = 42499, + [SMALL_STATE(1722)] = 42552, + [SMALL_STATE(1723)] = 42641, + [SMALL_STATE(1724)] = 42730, + [SMALL_STATE(1725)] = 42783, + [SMALL_STATE(1726)] = 42836, + [SMALL_STATE(1727)] = 42889, + [SMALL_STATE(1728)] = 42942, + [SMALL_STATE(1729)] = 43031, + [SMALL_STATE(1730)] = 43118, + [SMALL_STATE(1731)] = 43203, + [SMALL_STATE(1732)] = 43256, + [SMALL_STATE(1733)] = 43309, + [SMALL_STATE(1734)] = 43368, + [SMALL_STATE(1735)] = 43431, + [SMALL_STATE(1736)] = 43500, + [SMALL_STATE(1737)] = 43567, + [SMALL_STATE(1738)] = 43638, + [SMALL_STATE(1739)] = 43715, + [SMALL_STATE(1740)] = 43794, + [SMALL_STATE(1741)] = 43859, + [SMALL_STATE(1742)] = 43944, + [SMALL_STATE(1743)] = 44029, + [SMALL_STATE(1744)] = 44102, + [SMALL_STATE(1745)] = 44183, + [SMALL_STATE(1746)] = 44272, + [SMALL_STATE(1747)] = 44325, + [SMALL_STATE(1748)] = 44378, + [SMALL_STATE(1749)] = 44431, + [SMALL_STATE(1750)] = 44484, + [SMALL_STATE(1751)] = 44537, + [SMALL_STATE(1752)] = 44590, + [SMALL_STATE(1753)] = 44643, + [SMALL_STATE(1754)] = 44704, + [SMALL_STATE(1755)] = 44791, + [SMALL_STATE(1756)] = 44880, + [SMALL_STATE(1757)] = 44933, + [SMALL_STATE(1758)] = 44986, + [SMALL_STATE(1759)] = 45039, + [SMALL_STATE(1760)] = 45092, + [SMALL_STATE(1761)] = 45145, + [SMALL_STATE(1762)] = 45198, + [SMALL_STATE(1763)] = 45251, + [SMALL_STATE(1764)] = 45304, + [SMALL_STATE(1765)] = 45391, + [SMALL_STATE(1766)] = 45444, + [SMALL_STATE(1767)] = 45497, + [SMALL_STATE(1768)] = 45584, + [SMALL_STATE(1769)] = 45637, + [SMALL_STATE(1770)] = 45690, + [SMALL_STATE(1771)] = 45777, + [SMALL_STATE(1772)] = 45830, + [SMALL_STATE(1773)] = 45883, + [SMALL_STATE(1774)] = 45942, + [SMALL_STATE(1775)] = 45995, + [SMALL_STATE(1776)] = 46048, + [SMALL_STATE(1777)] = 46101, + [SMALL_STATE(1778)] = 46154, + [SMALL_STATE(1779)] = 46207, + [SMALL_STATE(1780)] = 46292, + [SMALL_STATE(1781)] = 46381, + [SMALL_STATE(1782)] = 46434, + [SMALL_STATE(1783)] = 46487, + [SMALL_STATE(1784)] = 46540, + [SMALL_STATE(1785)] = 46593, + [SMALL_STATE(1786)] = 46646, + [SMALL_STATE(1787)] = 46699, + [SMALL_STATE(1788)] = 46752, + [SMALL_STATE(1789)] = 46805, + [SMALL_STATE(1790)] = 46858, + [SMALL_STATE(1791)] = 46911, + [SMALL_STATE(1792)] = 46964, + [SMALL_STATE(1793)] = 47051, + [SMALL_STATE(1794)] = 47140, + [SMALL_STATE(1795)] = 47193, + [SMALL_STATE(1796)] = 47246, + [SMALL_STATE(1797)] = 47333, + [SMALL_STATE(1798)] = 47418, + [SMALL_STATE(1799)] = 47471, + [SMALL_STATE(1800)] = 47524, + [SMALL_STATE(1801)] = 47577, + [SMALL_STATE(1802)] = 47640, + [SMALL_STATE(1803)] = 47709, + [SMALL_STATE(1804)] = 47776, + [SMALL_STATE(1805)] = 47847, [SMALL_STATE(1806)] = 47924, - [SMALL_STATE(1807)] = 47977, - [SMALL_STATE(1808)] = 48030, - [SMALL_STATE(1809)] = 48083, - [SMALL_STATE(1810)] = 48136, - [SMALL_STATE(1811)] = 48189, - [SMALL_STATE(1812)] = 48242, - [SMALL_STATE(1813)] = 48295, - [SMALL_STATE(1814)] = 48348, - [SMALL_STATE(1815)] = 48401, - [SMALL_STATE(1816)] = 48454, - [SMALL_STATE(1817)] = 48543, - [SMALL_STATE(1818)] = 48630, - [SMALL_STATE(1819)] = 48683, - [SMALL_STATE(1820)] = 48736, - [SMALL_STATE(1821)] = 48823, - [SMALL_STATE(1822)] = 48908, - [SMALL_STATE(1823)] = 48961, - [SMALL_STATE(1824)] = 49014, - [SMALL_STATE(1825)] = 49067, - [SMALL_STATE(1826)] = 49156, - [SMALL_STATE(1827)] = 49209, - [SMALL_STATE(1828)] = 49272, - [SMALL_STATE(1829)] = 49341, - [SMALL_STATE(1830)] = 49412, - [SMALL_STATE(1831)] = 49489, - [SMALL_STATE(1832)] = 49568, - [SMALL_STATE(1833)] = 49633, - [SMALL_STATE(1834)] = 49718, - [SMALL_STATE(1835)] = 49803, - [SMALL_STATE(1836)] = 49876, - [SMALL_STATE(1837)] = 49957, - [SMALL_STATE(1838)] = 50010, - [SMALL_STATE(1839)] = 50063, - [SMALL_STATE(1840)] = 50150, - [SMALL_STATE(1841)] = 50203, - [SMALL_STATE(1842)] = 50256, - [SMALL_STATE(1843)] = 50309, - [SMALL_STATE(1844)] = 50362, - [SMALL_STATE(1845)] = 50415, - [SMALL_STATE(1846)] = 50468, - [SMALL_STATE(1847)] = 50521, - [SMALL_STATE(1848)] = 50574, - [SMALL_STATE(1849)] = 50661, - [SMALL_STATE(1850)] = 50714, - [SMALL_STATE(1851)] = 50767, - [SMALL_STATE(1852)] = 50820, - [SMALL_STATE(1853)] = 50873, - [SMALL_STATE(1854)] = 50926, - [SMALL_STATE(1855)] = 50979, - [SMALL_STATE(1856)] = 51032, - [SMALL_STATE(1857)] = 51119, - [SMALL_STATE(1858)] = 51172, - [SMALL_STATE(1859)] = 51259, - [SMALL_STATE(1860)] = 51312, - [SMALL_STATE(1861)] = 51365, - [SMALL_STATE(1862)] = 51418, - [SMALL_STATE(1863)] = 51505, - [SMALL_STATE(1864)] = 51592, - [SMALL_STATE(1865)] = 51653, - [SMALL_STATE(1866)] = 51706, - [SMALL_STATE(1867)] = 51759, - [SMALL_STATE(1868)] = 51848, - [SMALL_STATE(1869)] = 51937, - [SMALL_STATE(1870)] = 52026, - [SMALL_STATE(1871)] = 52079, - [SMALL_STATE(1872)] = 52168, - [SMALL_STATE(1873)] = 52221, - [SMALL_STATE(1874)] = 52310, - [SMALL_STATE(1875)] = 52397, - [SMALL_STATE(1876)] = 52450, - [SMALL_STATE(1877)] = 52539, - [SMALL_STATE(1878)] = 52592, - [SMALL_STATE(1879)] = 52645, - [SMALL_STATE(1880)] = 52704, - [SMALL_STATE(1881)] = 52793, - [SMALL_STATE(1882)] = 52882, - [SMALL_STATE(1883)] = 52971, - [SMALL_STATE(1884)] = 53060, - [SMALL_STATE(1885)] = 53149, - [SMALL_STATE(1886)] = 53238, - [SMALL_STATE(1887)] = 53327, - [SMALL_STATE(1888)] = 53416, - [SMALL_STATE(1889)] = 53505, - [SMALL_STATE(1890)] = 53594, - [SMALL_STATE(1891)] = 53683, - [SMALL_STATE(1892)] = 53764, - [SMALL_STATE(1893)] = 53849, - [SMALL_STATE(1894)] = 53938, - [SMALL_STATE(1895)] = 54023, - [SMALL_STATE(1896)] = 54108, - [SMALL_STATE(1897)] = 54197, - [SMALL_STATE(1898)] = 54286, - [SMALL_STATE(1899)] = 54375, - [SMALL_STATE(1900)] = 54464, - [SMALL_STATE(1901)] = 54553, - [SMALL_STATE(1902)] = 54642, - [SMALL_STATE(1903)] = 54731, - [SMALL_STATE(1904)] = 54820, - [SMALL_STATE(1905)] = 54909, - [SMALL_STATE(1906)] = 54998, - [SMALL_STATE(1907)] = 55087, - [SMALL_STATE(1908)] = 55174, - [SMALL_STATE(1909)] = 55263, - [SMALL_STATE(1910)] = 55352, - [SMALL_STATE(1911)] = 55441, - [SMALL_STATE(1912)] = 55530, - [SMALL_STATE(1913)] = 55617, - [SMALL_STATE(1914)] = 55704, - [SMALL_STATE(1915)] = 55793, - [SMALL_STATE(1916)] = 55882, - [SMALL_STATE(1917)] = 55971, - [SMALL_STATE(1918)] = 56060, - [SMALL_STATE(1919)] = 56149, - [SMALL_STATE(1920)] = 56238, - [SMALL_STATE(1921)] = 56291, - [SMALL_STATE(1922)] = 56344, + [SMALL_STATE(1807)] = 48003, + [SMALL_STATE(1808)] = 48068, + [SMALL_STATE(1809)] = 48153, + [SMALL_STATE(1810)] = 48206, + [SMALL_STATE(1811)] = 48279, + [SMALL_STATE(1812)] = 48360, + [SMALL_STATE(1813)] = 48413, + [SMALL_STATE(1814)] = 48466, + [SMALL_STATE(1815)] = 48543, + [SMALL_STATE(1816)] = 48630, + [SMALL_STATE(1817)] = 48683, + [SMALL_STATE(1818)] = 48736, + [SMALL_STATE(1819)] = 48789, + [SMALL_STATE(1820)] = 48842, + [SMALL_STATE(1821)] = 48895, + [SMALL_STATE(1822)] = 48948, + [SMALL_STATE(1823)] = 49001, + [SMALL_STATE(1824)] = 49054, + [SMALL_STATE(1825)] = 49141, + [SMALL_STATE(1826)] = 49194, + [SMALL_STATE(1827)] = 49247, + [SMALL_STATE(1828)] = 49300, + [SMALL_STATE(1829)] = 49353, + [SMALL_STATE(1830)] = 49406, + [SMALL_STATE(1831)] = 49459, + [SMALL_STATE(1832)] = 49512, + [SMALL_STATE(1833)] = 49599, + [SMALL_STATE(1834)] = 49652, + [SMALL_STATE(1835)] = 49739, + [SMALL_STATE(1836)] = 49792, + [SMALL_STATE(1837)] = 49845, + [SMALL_STATE(1838)] = 49898, + [SMALL_STATE(1839)] = 49985, + [SMALL_STATE(1840)] = 50038, + [SMALL_STATE(1841)] = 50125, + [SMALL_STATE(1842)] = 50178, + [SMALL_STATE(1843)] = 50231, + [SMALL_STATE(1844)] = 50318, + [SMALL_STATE(1845)] = 50371, + [SMALL_STATE(1846)] = 50424, + [SMALL_STATE(1847)] = 50477, + [SMALL_STATE(1848)] = 50530, + [SMALL_STATE(1849)] = 50617, + [SMALL_STATE(1850)] = 50670, + [SMALL_STATE(1851)] = 50723, + [SMALL_STATE(1852)] = 50776, + [SMALL_STATE(1853)] = 50829, + [SMALL_STATE(1854)] = 50882, + [SMALL_STATE(1855)] = 50935, + [SMALL_STATE(1856)] = 51024, + [SMALL_STATE(1857)] = 51077, + [SMALL_STATE(1858)] = 51166, + [SMALL_STATE(1859)] = 51219, + [SMALL_STATE(1860)] = 51272, + [SMALL_STATE(1861)] = 51361, + [SMALL_STATE(1862)] = 51448, + [SMALL_STATE(1863)] = 51501, + [SMALL_STATE(1864)] = 51590, + [SMALL_STATE(1865)] = 51643, + [SMALL_STATE(1866)] = 51720, + [SMALL_STATE(1867)] = 51809, + [SMALL_STATE(1868)] = 51862, + [SMALL_STATE(1869)] = 51949, + [SMALL_STATE(1870)] = 52002, + [SMALL_STATE(1871)] = 52055, + [SMALL_STATE(1872)] = 52144, + [SMALL_STATE(1873)] = 52231, + [SMALL_STATE(1874)] = 52320, + [SMALL_STATE(1875)] = 52409, + [SMALL_STATE(1876)] = 52498, + [SMALL_STATE(1877)] = 52587, + [SMALL_STATE(1878)] = 52676, + [SMALL_STATE(1879)] = 52765, + [SMALL_STATE(1880)] = 52824, + [SMALL_STATE(1881)] = 52883, + [SMALL_STATE(1882)] = 52972, + [SMALL_STATE(1883)] = 53061, + [SMALL_STATE(1884)] = 53148, + [SMALL_STATE(1885)] = 53201, + [SMALL_STATE(1886)] = 53290, + [SMALL_STATE(1887)] = 53379, + [SMALL_STATE(1888)] = 53460, + [SMALL_STATE(1889)] = 53545, + [SMALL_STATE(1890)] = 53634, + [SMALL_STATE(1891)] = 53719, + [SMALL_STATE(1892)] = 53804, + [SMALL_STATE(1893)] = 53893, + [SMALL_STATE(1894)] = 53946, + [SMALL_STATE(1895)] = 53999, + [SMALL_STATE(1896)] = 54088, + [SMALL_STATE(1897)] = 54177, + [SMALL_STATE(1898)] = 54266, + [SMALL_STATE(1899)] = 54355, + [SMALL_STATE(1900)] = 54444, + [SMALL_STATE(1901)] = 54533, + [SMALL_STATE(1902)] = 54614, + [SMALL_STATE(1903)] = 54701, + [SMALL_STATE(1904)] = 54788, + [SMALL_STATE(1905)] = 54877, + [SMALL_STATE(1906)] = 54966, + [SMALL_STATE(1907)] = 55053, + [SMALL_STATE(1908)] = 55142, + [SMALL_STATE(1909)] = 55231, + [SMALL_STATE(1910)] = 55320, + [SMALL_STATE(1911)] = 55409, + [SMALL_STATE(1912)] = 55498, + [SMALL_STATE(1913)] = 55587, + [SMALL_STATE(1914)] = 55672, + [SMALL_STATE(1915)] = 55761, + [SMALL_STATE(1916)] = 55850, + [SMALL_STATE(1917)] = 55939, + [SMALL_STATE(1918)] = 56028, + [SMALL_STATE(1919)] = 56117, + [SMALL_STATE(1920)] = 56206, + [SMALL_STATE(1921)] = 56259, + [SMALL_STATE(1922)] = 56312, [SMALL_STATE(1923)] = 56397, - [SMALL_STATE(1924)] = 56450, - [SMALL_STATE(1925)] = 56503, - [SMALL_STATE(1926)] = 56556, - [SMALL_STATE(1927)] = 56609, - [SMALL_STATE(1928)] = 56686, - [SMALL_STATE(1929)] = 56739, - [SMALL_STATE(1930)] = 56826, - [SMALL_STATE(1931)] = 56879, - [SMALL_STATE(1932)] = 56966, - [SMALL_STATE(1933)] = 57019, - [SMALL_STATE(1934)] = 57108, - [SMALL_STATE(1935)] = 57195, - [SMALL_STATE(1936)] = 57284, - [SMALL_STATE(1937)] = 57337, - [SMALL_STATE(1938)] = 57411, - [SMALL_STATE(1939)] = 57497, - [SMALL_STATE(1940)] = 57583, - [SMALL_STATE(1941)] = 57669, - [SMALL_STATE(1942)] = 57755, - [SMALL_STATE(1943)] = 57841, - [SMALL_STATE(1944)] = 57927, - [SMALL_STATE(1945)] = 58013, - [SMALL_STATE(1946)] = 58087, - [SMALL_STATE(1947)] = 58173, - [SMALL_STATE(1948)] = 58259, - [SMALL_STATE(1949)] = 58345, - [SMALL_STATE(1950)] = 58419, - [SMALL_STATE(1951)] = 58505, - [SMALL_STATE(1952)] = 58591, - [SMALL_STATE(1953)] = 58675, - [SMALL_STATE(1954)] = 58749, - [SMALL_STATE(1955)] = 58835, - [SMALL_STATE(1956)] = 58919, - [SMALL_STATE(1957)] = 59005, - [SMALL_STATE(1958)] = 59091, - [SMALL_STATE(1959)] = 59177, - [SMALL_STATE(1960)] = 59263, - [SMALL_STATE(1961)] = 59349, - [SMALL_STATE(1962)] = 59423, - [SMALL_STATE(1963)] = 59509, - [SMALL_STATE(1964)] = 59595, - [SMALL_STATE(1965)] = 59681, - [SMALL_STATE(1966)] = 59767, - [SMALL_STATE(1967)] = 59853, - [SMALL_STATE(1968)] = 59939, - [SMALL_STATE(1969)] = 60025, - [SMALL_STATE(1970)] = 60111, - [SMALL_STATE(1971)] = 60197, - [SMALL_STATE(1972)] = 60283, - [SMALL_STATE(1973)] = 60369, - [SMALL_STATE(1974)] = 60455, - [SMALL_STATE(1975)] = 60530, - [SMALL_STATE(1976)] = 60605, - [SMALL_STATE(1977)] = 60680, - [SMALL_STATE(1978)] = 60755, - [SMALL_STATE(1979)] = 60830, - [SMALL_STATE(1980)] = 60905, - [SMALL_STATE(1981)] = 60980, - [SMALL_STATE(1982)] = 61055, - [SMALL_STATE(1983)] = 61102, - [SMALL_STATE(1984)] = 61149, - [SMALL_STATE(1985)] = 61196, - [SMALL_STATE(1986)] = 61258, - [SMALL_STATE(1987)] = 61320, - [SMALL_STATE(1988)] = 61382, - [SMALL_STATE(1989)] = 61444, - [SMALL_STATE(1990)] = 61506, - [SMALL_STATE(1991)] = 61568, - [SMALL_STATE(1992)] = 61630, - [SMALL_STATE(1993)] = 61692, - [SMALL_STATE(1994)] = 61754, - [SMALL_STATE(1995)] = 61813, - [SMALL_STATE(1996)] = 61872, - [SMALL_STATE(1997)] = 61908, - [SMALL_STATE(1998)] = 61944, - [SMALL_STATE(1999)] = 61981, - [SMALL_STATE(2000)] = 62018, - [SMALL_STATE(2001)] = 62071, - [SMALL_STATE(2002)] = 62108, - [SMALL_STATE(2003)] = 62145, - [SMALL_STATE(2004)] = 62189, + [SMALL_STATE(1924)] = 56486, + [SMALL_STATE(1925)] = 56571, + [SMALL_STATE(1926)] = 56656, + [SMALL_STATE(1927)] = 56709, + [SMALL_STATE(1928)] = 56798, + [SMALL_STATE(1929)] = 56887, + [SMALL_STATE(1930)] = 56940, + [SMALL_STATE(1931)] = 56993, + [SMALL_STATE(1932)] = 57046, + [SMALL_STATE(1933)] = 57135, + [SMALL_STATE(1934)] = 57188, + [SMALL_STATE(1935)] = 57241, + [SMALL_STATE(1936)] = 57294, + [SMALL_STATE(1937)] = 57347, + [SMALL_STATE(1938)] = 57433, + [SMALL_STATE(1939)] = 57519, + [SMALL_STATE(1940)] = 57603, + [SMALL_STATE(1941)] = 57689, + [SMALL_STATE(1942)] = 57775, + [SMALL_STATE(1943)] = 57849, + [SMALL_STATE(1944)] = 57935, + [SMALL_STATE(1945)] = 58009, + [SMALL_STATE(1946)] = 58095, + [SMALL_STATE(1947)] = 58181, + [SMALL_STATE(1948)] = 58267, + [SMALL_STATE(1949)] = 58353, + [SMALL_STATE(1950)] = 58439, + [SMALL_STATE(1951)] = 58525, + [SMALL_STATE(1952)] = 58611, + [SMALL_STATE(1953)] = 58697, + [SMALL_STATE(1954)] = 58783, + [SMALL_STATE(1955)] = 58869, + [SMALL_STATE(1956)] = 58955, + [SMALL_STATE(1957)] = 59041, + [SMALL_STATE(1958)] = 59127, + [SMALL_STATE(1959)] = 59213, + [SMALL_STATE(1960)] = 59299, + [SMALL_STATE(1961)] = 59385, + [SMALL_STATE(1962)] = 59469, + [SMALL_STATE(1963)] = 59543, + [SMALL_STATE(1964)] = 59629, + [SMALL_STATE(1965)] = 59715, + [SMALL_STATE(1966)] = 59789, + [SMALL_STATE(1967)] = 59875, + [SMALL_STATE(1968)] = 59961, + [SMALL_STATE(1969)] = 60047, + [SMALL_STATE(1970)] = 60133, + [SMALL_STATE(1971)] = 60219, + [SMALL_STATE(1972)] = 60305, + [SMALL_STATE(1973)] = 60379, + [SMALL_STATE(1974)] = 60465, + [SMALL_STATE(1975)] = 60540, + [SMALL_STATE(1976)] = 60615, + [SMALL_STATE(1977)] = 60690, + [SMALL_STATE(1978)] = 60765, + [SMALL_STATE(1979)] = 60840, + [SMALL_STATE(1980)] = 60915, + [SMALL_STATE(1981)] = 60990, + [SMALL_STATE(1982)] = 61065, + [SMALL_STATE(1983)] = 61112, + [SMALL_STATE(1984)] = 61159, + [SMALL_STATE(1985)] = 61206, + [SMALL_STATE(1986)] = 61268, + [SMALL_STATE(1987)] = 61330, + [SMALL_STATE(1988)] = 61392, + [SMALL_STATE(1989)] = 61454, + [SMALL_STATE(1990)] = 61516, + [SMALL_STATE(1991)] = 61578, + [SMALL_STATE(1992)] = 61640, + [SMALL_STATE(1993)] = 61702, + [SMALL_STATE(1994)] = 61764, + [SMALL_STATE(1995)] = 61823, + [SMALL_STATE(1996)] = 61882, + [SMALL_STATE(1997)] = 61919, + [SMALL_STATE(1998)] = 61956, + [SMALL_STATE(1999)] = 61993, + [SMALL_STATE(2000)] = 62046, + [SMALL_STATE(2001)] = 62083, + [SMALL_STATE(2002)] = 62120, + [SMALL_STATE(2003)] = 62157, + [SMALL_STATE(2004)] = 62191, [SMALL_STATE(2005)] = 62225, [SMALL_STATE(2006)] = 62259, - [SMALL_STATE(2007)] = 62293, - [SMALL_STATE(2008)] = 62329, + [SMALL_STATE(2007)] = 62295, + [SMALL_STATE(2008)] = 62331, [SMALL_STATE(2009)] = 62365, - [SMALL_STATE(2010)] = 62401, - [SMALL_STATE(2011)] = 62435, - [SMALL_STATE(2012)] = 62479, - [SMALL_STATE(2013)] = 62523, - [SMALL_STATE(2014)] = 62557, - [SMALL_STATE(2015)] = 62590, - [SMALL_STATE(2016)] = 62621, - [SMALL_STATE(2017)] = 62654, - [SMALL_STATE(2018)] = 62695, - [SMALL_STATE(2019)] = 62746, - [SMALL_STATE(2020)] = 62779, - [SMALL_STATE(2021)] = 62812, - [SMALL_STATE(2022)] = 62872, - [SMALL_STATE(2023)] = 62916, - [SMALL_STATE(2024)] = 62976, - [SMALL_STATE(2025)] = 63008, - [SMALL_STATE(2026)] = 63054, - [SMALL_STATE(2027)] = 63086, - [SMALL_STATE(2028)] = 63118, - [SMALL_STATE(2029)] = 63156, - [SMALL_STATE(2030)] = 63194, - [SMALL_STATE(2031)] = 63232, - [SMALL_STATE(2032)] = 63270, - [SMALL_STATE(2033)] = 63303, - [SMALL_STATE(2034)] = 63332, - [SMALL_STATE(2035)] = 63363, - [SMALL_STATE(2036)] = 63404, - [SMALL_STATE(2037)] = 63447, - [SMALL_STATE(2038)] = 63500, - [SMALL_STATE(2039)] = 63529, - [SMALL_STATE(2040)] = 63562, - [SMALL_STATE(2041)] = 63595, - [SMALL_STATE(2042)] = 63624, - [SMALL_STATE(2043)] = 63657, - [SMALL_STATE(2044)] = 63710, - [SMALL_STATE(2045)] = 63739, - [SMALL_STATE(2046)] = 63768, - [SMALL_STATE(2047)] = 63797, - [SMALL_STATE(2048)] = 63830, - [SMALL_STATE(2049)] = 63859, - [SMALL_STATE(2050)] = 63888, - [SMALL_STATE(2051)] = 63921, - [SMALL_STATE(2052)] = 63976, - [SMALL_STATE(2053)] = 64005, - [SMALL_STATE(2054)] = 64038, - [SMALL_STATE(2055)] = 64082, - [SMALL_STATE(2056)] = 64110, - [SMALL_STATE(2057)] = 64138, - [SMALL_STATE(2058)] = 64166, - [SMALL_STATE(2059)] = 64194, - [SMALL_STATE(2060)] = 64222, - [SMALL_STATE(2061)] = 64250, - [SMALL_STATE(2062)] = 64278, - [SMALL_STATE(2063)] = 64306, - [SMALL_STATE(2064)] = 64334, - [SMALL_STATE(2065)] = 64362, - [SMALL_STATE(2066)] = 64390, - [SMALL_STATE(2067)] = 64418, - [SMALL_STATE(2068)] = 64446, - [SMALL_STATE(2069)] = 64474, - [SMALL_STATE(2070)] = 64502, - [SMALL_STATE(2071)] = 64532, - [SMALL_STATE(2072)] = 64560, - [SMALL_STATE(2073)] = 64588, - [SMALL_STATE(2074)] = 64616, - [SMALL_STATE(2075)] = 64644, - [SMALL_STATE(2076)] = 64672, - [SMALL_STATE(2077)] = 64700, - [SMALL_STATE(2078)] = 64728, - [SMALL_STATE(2079)] = 64756, - [SMALL_STATE(2080)] = 64784, - [SMALL_STATE(2081)] = 64812, - [SMALL_STATE(2082)] = 64840, - [SMALL_STATE(2083)] = 64868, - [SMALL_STATE(2084)] = 64896, - [SMALL_STATE(2085)] = 64924, - [SMALL_STATE(2086)] = 64952, - [SMALL_STATE(2087)] = 64980, - [SMALL_STATE(2088)] = 65008, - [SMALL_STATE(2089)] = 65036, - [SMALL_STATE(2090)] = 65066, - [SMALL_STATE(2091)] = 65094, - [SMALL_STATE(2092)] = 65122, - [SMALL_STATE(2093)] = 65151, - [SMALL_STATE(2094)] = 65180, - [SMALL_STATE(2095)] = 65209, - [SMALL_STATE(2096)] = 65244, - [SMALL_STATE(2097)] = 65273, - [SMALL_STATE(2098)] = 65302, - [SMALL_STATE(2099)] = 65331, - [SMALL_STATE(2100)] = 65360, - [SMALL_STATE(2101)] = 65389, - [SMALL_STATE(2102)] = 65418, - [SMALL_STATE(2103)] = 65447, - [SMALL_STATE(2104)] = 65479, - [SMALL_STATE(2105)] = 65511, - [SMALL_STATE(2106)] = 65543, - [SMALL_STATE(2107)] = 65575, - [SMALL_STATE(2108)] = 65607, - [SMALL_STATE(2109)] = 65637, - [SMALL_STATE(2110)] = 65669, - [SMALL_STATE(2111)] = 65697, - [SMALL_STATE(2112)] = 65729, - [SMALL_STATE(2113)] = 65761, - [SMALL_STATE(2114)] = 65793, - [SMALL_STATE(2115)] = 65825, - [SMALL_STATE(2116)] = 65857, - [SMALL_STATE(2117)] = 65901, - [SMALL_STATE(2118)] = 65941, - [SMALL_STATE(2119)] = 65973, - [SMALL_STATE(2120)] = 66019, - [SMALL_STATE(2121)] = 66062, - [SMALL_STATE(2122)] = 66091, - [SMALL_STATE(2123)] = 66134, - [SMALL_STATE(2124)] = 66177, - [SMALL_STATE(2125)] = 66220, - [SMALL_STATE(2126)] = 66257, - [SMALL_STATE(2127)] = 66300, - [SMALL_STATE(2128)] = 66343, - [SMALL_STATE(2129)] = 66372, - [SMALL_STATE(2130)] = 66400, - [SMALL_STATE(2131)] = 66428, - [SMALL_STATE(2132)] = 66452, - [SMALL_STATE(2133)] = 66492, - [SMALL_STATE(2134)] = 66532, - [SMALL_STATE(2135)] = 66560, - [SMALL_STATE(2136)] = 66600, - [SMALL_STATE(2137)] = 66628, - [SMALL_STATE(2138)] = 66668, - [SMALL_STATE(2139)] = 66708, - [SMALL_STATE(2140)] = 66736, - [SMALL_STATE(2141)] = 66774, - [SMALL_STATE(2142)] = 66802, - [SMALL_STATE(2143)] = 66840, - [SMALL_STATE(2144)] = 66870, - [SMALL_STATE(2145)] = 66894, - [SMALL_STATE(2146)] = 66922, - [SMALL_STATE(2147)] = 66962, - [SMALL_STATE(2148)] = 66990, - [SMALL_STATE(2149)] = 67030, - [SMALL_STATE(2150)] = 67054, - [SMALL_STATE(2151)] = 67082, - [SMALL_STATE(2152)] = 67120, - [SMALL_STATE(2153)] = 67150, - [SMALL_STATE(2154)] = 67178, - [SMALL_STATE(2155)] = 67206, - [SMALL_STATE(2156)] = 67244, - [SMALL_STATE(2157)] = 67282, - [SMALL_STATE(2158)] = 67320, - [SMALL_STATE(2159)] = 67358, + [SMALL_STATE(2010)] = 62409, + [SMALL_STATE(2011)] = 62453, + [SMALL_STATE(2012)] = 62497, + [SMALL_STATE(2013)] = 62533, + [SMALL_STATE(2014)] = 62569, + [SMALL_STATE(2015)] = 62630, + [SMALL_STATE(2016)] = 62663, + [SMALL_STATE(2017)] = 62696, + [SMALL_STATE(2018)] = 62727, + [SMALL_STATE(2019)] = 62760, + [SMALL_STATE(2020)] = 62793, + [SMALL_STATE(2021)] = 62834, + [SMALL_STATE(2022)] = 62881, + [SMALL_STATE(2023)] = 62932, + [SMALL_STATE(2024)] = 62993, + [SMALL_STATE(2025)] = 63031, + [SMALL_STATE(2026)] = 63063, + [SMALL_STATE(2027)] = 63095, + [SMALL_STATE(2028)] = 63127, + [SMALL_STATE(2029)] = 63171, + [SMALL_STATE(2030)] = 63203, + [SMALL_STATE(2031)] = 63241, + [SMALL_STATE(2032)] = 63285, + [SMALL_STATE(2033)] = 63323, + [SMALL_STATE(2034)] = 63361, + [SMALL_STATE(2035)] = 63390, + [SMALL_STATE(2036)] = 63421, + [SMALL_STATE(2037)] = 63474, + [SMALL_STATE(2038)] = 63519, + [SMALL_STATE(2039)] = 63552, + [SMALL_STATE(2040)] = 63581, + [SMALL_STATE(2041)] = 63612, + [SMALL_STATE(2042)] = 63645, + [SMALL_STATE(2043)] = 63674, + [SMALL_STATE(2044)] = 63707, + [SMALL_STATE(2045)] = 63736, + [SMALL_STATE(2046)] = 63777, + [SMALL_STATE(2047)] = 63810, + [SMALL_STATE(2048)] = 63839, + [SMALL_STATE(2049)] = 63868, + [SMALL_STATE(2050)] = 63901, + [SMALL_STATE(2051)] = 63930, + [SMALL_STATE(2052)] = 63959, + [SMALL_STATE(2053)] = 64012, + [SMALL_STATE(2054)] = 64041, + [SMALL_STATE(2055)] = 64096, + [SMALL_STATE(2056)] = 64129, + [SMALL_STATE(2057)] = 64162, + [SMALL_STATE(2058)] = 64191, + [SMALL_STATE(2059)] = 64220, + [SMALL_STATE(2060)] = 64249, + [SMALL_STATE(2061)] = 64277, + [SMALL_STATE(2062)] = 64305, + [SMALL_STATE(2063)] = 64333, + [SMALL_STATE(2064)] = 64361, + [SMALL_STATE(2065)] = 64389, + [SMALL_STATE(2066)] = 64417, + [SMALL_STATE(2067)] = 64445, + [SMALL_STATE(2068)] = 64473, + [SMALL_STATE(2069)] = 64501, + [SMALL_STATE(2070)] = 64529, + [SMALL_STATE(2071)] = 64557, + [SMALL_STATE(2072)] = 64585, + [SMALL_STATE(2073)] = 64613, + [SMALL_STATE(2074)] = 64641, + [SMALL_STATE(2075)] = 64669, + [SMALL_STATE(2076)] = 64697, + [SMALL_STATE(2077)] = 64725, + [SMALL_STATE(2078)] = 64753, + [SMALL_STATE(2079)] = 64781, + [SMALL_STATE(2080)] = 64809, + [SMALL_STATE(2081)] = 64837, + [SMALL_STATE(2082)] = 64865, + [SMALL_STATE(2083)] = 64893, + [SMALL_STATE(2084)] = 64921, + [SMALL_STATE(2085)] = 64949, + [SMALL_STATE(2086)] = 64977, + [SMALL_STATE(2087)] = 65005, + [SMALL_STATE(2088)] = 65033, + [SMALL_STATE(2089)] = 65061, + [SMALL_STATE(2090)] = 65089, + [SMALL_STATE(2091)] = 65117, + [SMALL_STATE(2092)] = 65145, + [SMALL_STATE(2093)] = 65174, + [SMALL_STATE(2094)] = 65203, + [SMALL_STATE(2095)] = 65232, + [SMALL_STATE(2096)] = 65273, + [SMALL_STATE(2097)] = 65308, + [SMALL_STATE(2098)] = 65337, + [SMALL_STATE(2099)] = 65366, + [SMALL_STATE(2100)] = 65395, + [SMALL_STATE(2101)] = 65424, + [SMALL_STATE(2102)] = 65453, + [SMALL_STATE(2103)] = 65482, + [SMALL_STATE(2104)] = 65511, + [SMALL_STATE(2105)] = 65543, + [SMALL_STATE(2106)] = 65575, + [SMALL_STATE(2107)] = 65607, + [SMALL_STATE(2108)] = 65639, + [SMALL_STATE(2109)] = 65671, + [SMALL_STATE(2110)] = 65703, + [SMALL_STATE(2111)] = 65735, + [SMALL_STATE(2112)] = 65763, + [SMALL_STATE(2113)] = 65793, + [SMALL_STATE(2114)] = 65825, + [SMALL_STATE(2115)] = 65857, + [SMALL_STATE(2116)] = 65895, + [SMALL_STATE(2117)] = 65941, + [SMALL_STATE(2118)] = 65973, + [SMALL_STATE(2119)] = 66005, + [SMALL_STATE(2120)] = 66049, + [SMALL_STATE(2121)] = 66081, + [SMALL_STATE(2122)] = 66124, + [SMALL_STATE(2123)] = 66153, + [SMALL_STATE(2124)] = 66188, + [SMALL_STATE(2125)] = 66231, + [SMALL_STATE(2126)] = 66262, + [SMALL_STATE(2127)] = 66305, + [SMALL_STATE(2128)] = 66334, + [SMALL_STATE(2129)] = 66377, + [SMALL_STATE(2130)] = 66420, + [SMALL_STATE(2131)] = 66463, + [SMALL_STATE(2132)] = 66494, + [SMALL_STATE(2133)] = 66525, + [SMALL_STATE(2134)] = 66556, + [SMALL_STATE(2135)] = 66580, + [SMALL_STATE(2136)] = 66612, + [SMALL_STATE(2137)] = 66644, + [SMALL_STATE(2138)] = 66672, + [SMALL_STATE(2139)] = 66712, + [SMALL_STATE(2140)] = 66740, + [SMALL_STATE(2141)] = 66778, + [SMALL_STATE(2142)] = 66806, + [SMALL_STATE(2143)] = 66834, + [SMALL_STATE(2144)] = 66862, + [SMALL_STATE(2145)] = 66890, + [SMALL_STATE(2146)] = 66918, + [SMALL_STATE(2147)] = 66946, + [SMALL_STATE(2148)] = 66974, + [SMALL_STATE(2149)] = 67002, + [SMALL_STATE(2150)] = 67042, + [SMALL_STATE(2151)] = 67074, + [SMALL_STATE(2152)] = 67114, + [SMALL_STATE(2153)] = 67152, + [SMALL_STATE(2154)] = 67180, + [SMALL_STATE(2155)] = 67218, + [SMALL_STATE(2156)] = 67242, + [SMALL_STATE(2157)] = 67270, + [SMALL_STATE(2158)] = 67308, + [SMALL_STATE(2159)] = 67348, [SMALL_STATE(2160)] = 67386, [SMALL_STATE(2161)] = 67424, - [SMALL_STATE(2162)] = 67462, - [SMALL_STATE(2163)] = 67500, - [SMALL_STATE(2164)] = 67528, - [SMALL_STATE(2165)] = 67568, - [SMALL_STATE(2166)] = 67606, - [SMALL_STATE(2167)] = 67634, - [SMALL_STATE(2168)] = 67662, - [SMALL_STATE(2169)] = 67690, - [SMALL_STATE(2170)] = 67730, + [SMALL_STATE(2162)] = 67448, + [SMALL_STATE(2163)] = 67476, + [SMALL_STATE(2164)] = 67516, + [SMALL_STATE(2165)] = 67544, + [SMALL_STATE(2166)] = 67584, + [SMALL_STATE(2167)] = 67612, + [SMALL_STATE(2168)] = 67636, + [SMALL_STATE(2169)] = 67676, + [SMALL_STATE(2170)] = 67716, [SMALL_STATE(2171)] = 67754, - [SMALL_STATE(2172)] = 67784, - [SMALL_STATE(2173)] = 67808, - [SMALL_STATE(2174)] = 67846, - [SMALL_STATE(2175)] = 67880, - [SMALL_STATE(2176)] = 67920, - [SMALL_STATE(2177)] = 67950, - [SMALL_STATE(2178)] = 67991, - [SMALL_STATE(2179)] = 68014, - [SMALL_STATE(2180)] = 68037, - [SMALL_STATE(2181)] = 68060, - [SMALL_STATE(2182)] = 68083, - [SMALL_STATE(2183)] = 68106, - [SMALL_STATE(2184)] = 68129, - [SMALL_STATE(2185)] = 68152, - [SMALL_STATE(2186)] = 68175, - [SMALL_STATE(2187)] = 68208, - [SMALL_STATE(2188)] = 68231, - [SMALL_STATE(2189)] = 68254, - [SMALL_STATE(2190)] = 68277, - [SMALL_STATE(2191)] = 68300, - [SMALL_STATE(2192)] = 68323, - [SMALL_STATE(2193)] = 68346, - [SMALL_STATE(2194)] = 68369, - [SMALL_STATE(2195)] = 68392, - [SMALL_STATE(2196)] = 68415, - [SMALL_STATE(2197)] = 68446, - [SMALL_STATE(2198)] = 68481, - [SMALL_STATE(2199)] = 68504, - [SMALL_STATE(2200)] = 68539, - [SMALL_STATE(2201)] = 68580, - [SMALL_STATE(2202)] = 68603, - [SMALL_STATE(2203)] = 68640, - [SMALL_STATE(2204)] = 68677, - [SMALL_STATE(2205)] = 68700, - [SMALL_STATE(2206)] = 68723, - [SMALL_STATE(2207)] = 68754, - [SMALL_STATE(2208)] = 68777, - [SMALL_STATE(2209)] = 68808, - [SMALL_STATE(2210)] = 68849, - [SMALL_STATE(2211)] = 68872, - [SMALL_STATE(2212)] = 68895, - [SMALL_STATE(2213)] = 68932, - [SMALL_STATE(2214)] = 68955, - [SMALL_STATE(2215)] = 68978, - [SMALL_STATE(2216)] = 69015, - [SMALL_STATE(2217)] = 69038, - [SMALL_STATE(2218)] = 69061, - [SMALL_STATE(2219)] = 69084, - [SMALL_STATE(2220)] = 69107, - [SMALL_STATE(2221)] = 69130, - [SMALL_STATE(2222)] = 69153, - [SMALL_STATE(2223)] = 69184, - [SMALL_STATE(2224)] = 69215, - [SMALL_STATE(2225)] = 69250, - [SMALL_STATE(2226)] = 69273, - [SMALL_STATE(2227)] = 69308, - [SMALL_STATE(2228)] = 69331, - [SMALL_STATE(2229)] = 69362, - [SMALL_STATE(2230)] = 69385, - [SMALL_STATE(2231)] = 69408, - [SMALL_STATE(2232)] = 69449, - [SMALL_STATE(2233)] = 69473, - [SMALL_STATE(2234)] = 69505, - [SMALL_STATE(2235)] = 69535, - [SMALL_STATE(2236)] = 69563, - [SMALL_STATE(2237)] = 69591, - [SMALL_STATE(2238)] = 69615, - [SMALL_STATE(2239)] = 69653, - [SMALL_STATE(2240)] = 69683, - [SMALL_STATE(2241)] = 69711, - [SMALL_STATE(2242)] = 69743, - [SMALL_STATE(2243)] = 69771, - [SMALL_STATE(2244)] = 69799, - [SMALL_STATE(2245)] = 69837, - [SMALL_STATE(2246)] = 69875, - [SMALL_STATE(2247)] = 69913, - [SMALL_STATE(2248)] = 69939, - [SMALL_STATE(2249)] = 69967, - [SMALL_STATE(2250)] = 70005, - [SMALL_STATE(2251)] = 70043, - [SMALL_STATE(2252)] = 70067, - [SMALL_STATE(2253)] = 70099, - [SMALL_STATE(2254)] = 70137, - [SMALL_STATE(2255)] = 70175, - [SMALL_STATE(2256)] = 70205, - [SMALL_STATE(2257)] = 70243, - [SMALL_STATE(2258)] = 70281, - [SMALL_STATE(2259)] = 70311, - [SMALL_STATE(2260)] = 70345, - [SMALL_STATE(2261)] = 70373, - [SMALL_STATE(2262)] = 70411, - [SMALL_STATE(2263)] = 70435, - [SMALL_STATE(2264)] = 70461, - [SMALL_STATE(2265)] = 70487, - [SMALL_STATE(2266)] = 70521, - [SMALL_STATE(2267)] = 70559, - [SMALL_STATE(2268)] = 70591, - [SMALL_STATE(2269)] = 70627, - [SMALL_STATE(2270)] = 70665, - [SMALL_STATE(2271)] = 70697, - [SMALL_STATE(2272)] = 70729, - [SMALL_STATE(2273)] = 70767, - [SMALL_STATE(2274)] = 70805, - [SMALL_STATE(2275)] = 70837, - [SMALL_STATE(2276)] = 70869, - [SMALL_STATE(2277)] = 70907, - [SMALL_STATE(2278)] = 70939, - [SMALL_STATE(2279)] = 70971, - [SMALL_STATE(2280)] = 71003, - [SMALL_STATE(2281)] = 71035, - [SMALL_STATE(2282)] = 71063, - [SMALL_STATE(2283)] = 71095, - [SMALL_STATE(2284)] = 71119, - [SMALL_STATE(2285)] = 71144, - [SMALL_STATE(2286)] = 71179, - [SMALL_STATE(2287)] = 71214, - [SMALL_STATE(2288)] = 71249, - [SMALL_STATE(2289)] = 71284, - [SMALL_STATE(2290)] = 71319, - [SMALL_STATE(2291)] = 71354, - [SMALL_STATE(2292)] = 71389, - [SMALL_STATE(2293)] = 71424, - [SMALL_STATE(2294)] = 71459, - [SMALL_STATE(2295)] = 71494, - [SMALL_STATE(2296)] = 71529, + [SMALL_STATE(2172)] = 67786, + [SMALL_STATE(2173)] = 67818, + [SMALL_STATE(2174)] = 67856, + [SMALL_STATE(2175)] = 67896, + [SMALL_STATE(2176)] = 67936, + [SMALL_STATE(2177)] = 67974, + [SMALL_STATE(2178)] = 68002, + [SMALL_STATE(2179)] = 68040, + [SMALL_STATE(2180)] = 68078, + [SMALL_STATE(2181)] = 68116, + [SMALL_STATE(2182)] = 68140, + [SMALL_STATE(2183)] = 68172, + [SMALL_STATE(2184)] = 68201, + [SMALL_STATE(2185)] = 68224, + [SMALL_STATE(2186)] = 68247, + [SMALL_STATE(2187)] = 68270, + [SMALL_STATE(2188)] = 68293, + [SMALL_STATE(2189)] = 68316, + [SMALL_STATE(2190)] = 68339, + [SMALL_STATE(2191)] = 68368, + [SMALL_STATE(2192)] = 68397, + [SMALL_STATE(2193)] = 68420, + [SMALL_STATE(2194)] = 68443, + [SMALL_STATE(2195)] = 68478, + [SMALL_STATE(2196)] = 68501, + [SMALL_STATE(2197)] = 68530, + [SMALL_STATE(2198)] = 68553, + [SMALL_STATE(2199)] = 68576, + [SMALL_STATE(2200)] = 68599, + [SMALL_STATE(2201)] = 68622, + [SMALL_STATE(2202)] = 68645, + [SMALL_STATE(2203)] = 68668, + [SMALL_STATE(2204)] = 68709, + [SMALL_STATE(2205)] = 68732, + [SMALL_STATE(2206)] = 68755, + [SMALL_STATE(2207)] = 68778, + [SMALL_STATE(2208)] = 68801, + [SMALL_STATE(2209)] = 68830, + [SMALL_STATE(2210)] = 68853, + [SMALL_STATE(2211)] = 68876, + [SMALL_STATE(2212)] = 68899, + [SMALL_STATE(2213)] = 68922, + [SMALL_STATE(2214)] = 68959, + [SMALL_STATE(2215)] = 68988, + [SMALL_STATE(2216)] = 69021, + [SMALL_STATE(2217)] = 69044, + [SMALL_STATE(2218)] = 69073, + [SMALL_STATE(2219)] = 69096, + [SMALL_STATE(2220)] = 69137, + [SMALL_STATE(2221)] = 69178, + [SMALL_STATE(2222)] = 69201, + [SMALL_STATE(2223)] = 69236, + [SMALL_STATE(2224)] = 69273, + [SMALL_STATE(2225)] = 69296, + [SMALL_STATE(2226)] = 69337, + [SMALL_STATE(2227)] = 69372, + [SMALL_STATE(2228)] = 69395, + [SMALL_STATE(2229)] = 69432, + [SMALL_STATE(2230)] = 69467, + [SMALL_STATE(2231)] = 69490, + [SMALL_STATE(2232)] = 69513, + [SMALL_STATE(2233)] = 69542, + [SMALL_STATE(2234)] = 69579, + [SMALL_STATE(2235)] = 69602, + [SMALL_STATE(2236)] = 69625, + [SMALL_STATE(2237)] = 69648, + [SMALL_STATE(2238)] = 69671, + [SMALL_STATE(2239)] = 69694, + [SMALL_STATE(2240)] = 69717, + [SMALL_STATE(2241)] = 69749, + [SMALL_STATE(2242)] = 69773, + [SMALL_STATE(2243)] = 69811, + [SMALL_STATE(2244)] = 69845, + [SMALL_STATE(2245)] = 69883, + [SMALL_STATE(2246)] = 69915, + [SMALL_STATE(2247)] = 69953, + [SMALL_STATE(2248)] = 69991, + [SMALL_STATE(2249)] = 70017, + [SMALL_STATE(2250)] = 70055, + [SMALL_STATE(2251)] = 70081, + [SMALL_STATE(2252)] = 70119, + [SMALL_STATE(2253)] = 70157, + [SMALL_STATE(2254)] = 70195, + [SMALL_STATE(2255)] = 70219, + [SMALL_STATE(2256)] = 70251, + [SMALL_STATE(2257)] = 70289, + [SMALL_STATE(2258)] = 70319, + [SMALL_STATE(2259)] = 70349, + [SMALL_STATE(2260)] = 70381, + [SMALL_STATE(2261)] = 70413, + [SMALL_STATE(2262)] = 70439, + [SMALL_STATE(2263)] = 70471, + [SMALL_STATE(2264)] = 70497, + [SMALL_STATE(2265)] = 70527, + [SMALL_STATE(2266)] = 70565, + [SMALL_STATE(2267)] = 70603, + [SMALL_STATE(2268)] = 70639, + [SMALL_STATE(2269)] = 70667, + [SMALL_STATE(2270)] = 70689, + [SMALL_STATE(2271)] = 70721, + [SMALL_STATE(2272)] = 70747, + [SMALL_STATE(2273)] = 70777, + [SMALL_STATE(2274)] = 70807, + [SMALL_STATE(2275)] = 70845, + [SMALL_STATE(2276)] = 70883, + [SMALL_STATE(2277)] = 70917, + [SMALL_STATE(2278)] = 70949, + [SMALL_STATE(2279)] = 70975, + [SMALL_STATE(2280)] = 71007, + [SMALL_STATE(2281)] = 71045, + [SMALL_STATE(2282)] = 71069, + [SMALL_STATE(2283)] = 71101, + [SMALL_STATE(2284)] = 71139, + [SMALL_STATE(2285)] = 71171, + [SMALL_STATE(2286)] = 71195, + [SMALL_STATE(2287)] = 71219, + [SMALL_STATE(2288)] = 71251, + [SMALL_STATE(2289)] = 71283, + [SMALL_STATE(2290)] = 71321, + [SMALL_STATE(2291)] = 71356, + [SMALL_STATE(2292)] = 71391, + [SMALL_STATE(2293)] = 71426, + [SMALL_STATE(2294)] = 71449, + [SMALL_STATE(2295)] = 71484, + [SMALL_STATE(2296)] = 71519, [SMALL_STATE(2297)] = 71554, [SMALL_STATE(2298)] = 71589, - [SMALL_STATE(2299)] = 71622, - [SMALL_STATE(2300)] = 71657, - [SMALL_STATE(2301)] = 71692, - [SMALL_STATE(2302)] = 71713, - [SMALL_STATE(2303)] = 71734, - [SMALL_STATE(2304)] = 71755, - [SMALL_STATE(2305)] = 71782, - [SMALL_STATE(2306)] = 71817, - [SMALL_STATE(2307)] = 71852, - [SMALL_STATE(2308)] = 71885, - [SMALL_STATE(2309)] = 71920, - [SMALL_STATE(2310)] = 71955, - [SMALL_STATE(2311)] = 71980, - [SMALL_STATE(2312)] = 72013, - [SMALL_STATE(2313)] = 72048, - [SMALL_STATE(2314)] = 72083, - [SMALL_STATE(2315)] = 72118, - [SMALL_STATE(2316)] = 72153, - [SMALL_STATE(2317)] = 72188, - [SMALL_STATE(2318)] = 72217, - [SMALL_STATE(2319)] = 72252, - [SMALL_STATE(2320)] = 72287, - [SMALL_STATE(2321)] = 72322, - [SMALL_STATE(2322)] = 72357, - [SMALL_STATE(2323)] = 72390, - [SMALL_STATE(2324)] = 72425, - [SMALL_STATE(2325)] = 72460, - [SMALL_STATE(2326)] = 72495, - [SMALL_STATE(2327)] = 72530, - [SMALL_STATE(2328)] = 72551, - [SMALL_STATE(2329)] = 72586, - [SMALL_STATE(2330)] = 72621, - [SMALL_STATE(2331)] = 72656, - [SMALL_STATE(2332)] = 72689, - [SMALL_STATE(2333)] = 72724, - [SMALL_STATE(2334)] = 72759, - [SMALL_STATE(2335)] = 72794, - [SMALL_STATE(2336)] = 72829, - [SMALL_STATE(2337)] = 72864, - [SMALL_STATE(2338)] = 72899, - [SMALL_STATE(2339)] = 72931, - [SMALL_STATE(2340)] = 72959, - [SMALL_STATE(2341)] = 72989, - [SMALL_STATE(2342)] = 73021, - [SMALL_STATE(2343)] = 73053, - [SMALL_STATE(2344)] = 73079, - [SMALL_STATE(2345)] = 73111, - [SMALL_STATE(2346)] = 73143, - [SMALL_STATE(2347)] = 73175, - [SMALL_STATE(2348)] = 73207, - [SMALL_STATE(2349)] = 73237, - [SMALL_STATE(2350)] = 73269, - [SMALL_STATE(2351)] = 73299, - [SMALL_STATE(2352)] = 73331, - [SMALL_STATE(2353)] = 73363, - [SMALL_STATE(2354)] = 73395, - [SMALL_STATE(2355)] = 73427, - [SMALL_STATE(2356)] = 73459, + [SMALL_STATE(2299)] = 71624, + [SMALL_STATE(2300)] = 71659, + [SMALL_STATE(2301)] = 71694, + [SMALL_STATE(2302)] = 71729, + [SMALL_STATE(2303)] = 71764, + [SMALL_STATE(2304)] = 71797, + [SMALL_STATE(2305)] = 71830, + [SMALL_STATE(2306)] = 71865, + [SMALL_STATE(2307)] = 71900, + [SMALL_STATE(2308)] = 71935, + [SMALL_STATE(2309)] = 71970, + [SMALL_STATE(2310)] = 72005, + [SMALL_STATE(2311)] = 72028, + [SMALL_STATE(2312)] = 72063, + [SMALL_STATE(2313)] = 72098, + [SMALL_STATE(2314)] = 72133, + [SMALL_STATE(2315)] = 72168, + [SMALL_STATE(2316)] = 72203, + [SMALL_STATE(2317)] = 72238, + [SMALL_STATE(2318)] = 72261, + [SMALL_STATE(2319)] = 72296, + [SMALL_STATE(2320)] = 72331, + [SMALL_STATE(2321)] = 72366, + [SMALL_STATE(2322)] = 72389, + [SMALL_STATE(2323)] = 72424, + [SMALL_STATE(2324)] = 72459, + [SMALL_STATE(2325)] = 72480, + [SMALL_STATE(2326)] = 72515, + [SMALL_STATE(2327)] = 72550, + [SMALL_STATE(2328)] = 72571, + [SMALL_STATE(2329)] = 72606, + [SMALL_STATE(2330)] = 72641, + [SMALL_STATE(2331)] = 72664, + [SMALL_STATE(2332)] = 72699, + [SMALL_STATE(2333)] = 72734, + [SMALL_STATE(2334)] = 72769, + [SMALL_STATE(2335)] = 72804, + [SMALL_STATE(2336)] = 72837, + [SMALL_STATE(2337)] = 72872, + [SMALL_STATE(2338)] = 72905, + [SMALL_STATE(2339)] = 72926, + [SMALL_STATE(2340)] = 72961, + [SMALL_STATE(2341)] = 72984, + [SMALL_STATE(2342)] = 73017, + [SMALL_STATE(2343)] = 73052, + [SMALL_STATE(2344)] = 73087, + [SMALL_STATE(2345)] = 73117, + [SMALL_STATE(2346)] = 73149, + [SMALL_STATE(2347)] = 73179, + [SMALL_STATE(2348)] = 73211, + [SMALL_STATE(2349)] = 73243, + [SMALL_STATE(2350)] = 73275, + [SMALL_STATE(2351)] = 73307, + [SMALL_STATE(2352)] = 73339, + [SMALL_STATE(2353)] = 73371, + [SMALL_STATE(2354)] = 73401, + [SMALL_STATE(2355)] = 73429, + [SMALL_STATE(2356)] = 73455, [SMALL_STATE(2357)] = 73487, - [SMALL_STATE(2358)] = 73515, - [SMALL_STATE(2359)] = 73541, - [SMALL_STATE(2360)] = 73567, - [SMALL_STATE(2361)] = 73599, - [SMALL_STATE(2362)] = 73631, - [SMALL_STATE(2363)] = 73663, - [SMALL_STATE(2364)] = 73695, - [SMALL_STATE(2365)] = 73727, - [SMALL_STATE(2366)] = 73759, - [SMALL_STATE(2367)] = 73791, - [SMALL_STATE(2368)] = 73821, - [SMALL_STATE(2369)] = 73849, - [SMALL_STATE(2370)] = 73879, - [SMALL_STATE(2371)] = 73911, - [SMALL_STATE(2372)] = 73941, - [SMALL_STATE(2373)] = 73963, - [SMALL_STATE(2374)] = 73985, - [SMALL_STATE(2375)] = 74017, - [SMALL_STATE(2376)] = 74047, - [SMALL_STATE(2377)] = 74079, - [SMALL_STATE(2378)] = 74105, - [SMALL_STATE(2379)] = 74137, - [SMALL_STATE(2380)] = 74169, - [SMALL_STATE(2381)] = 74201, - [SMALL_STATE(2382)] = 74231, - [SMALL_STATE(2383)] = 74263, - [SMALL_STATE(2384)] = 74293, - [SMALL_STATE(2385)] = 74315, - [SMALL_STATE(2386)] = 74347, - [SMALL_STATE(2387)] = 74369, - [SMALL_STATE(2388)] = 74401, - [SMALL_STATE(2389)] = 74433, - [SMALL_STATE(2390)] = 74461, - [SMALL_STATE(2391)] = 74493, - [SMALL_STATE(2392)] = 74515, - [SMALL_STATE(2393)] = 74545, - [SMALL_STATE(2394)] = 74577, - [SMALL_STATE(2395)] = 74609, - [SMALL_STATE(2396)] = 74641, - [SMALL_STATE(2397)] = 74673, - [SMALL_STATE(2398)] = 74695, - [SMALL_STATE(2399)] = 74727, - [SMALL_STATE(2400)] = 74759, - [SMALL_STATE(2401)] = 74791, - [SMALL_STATE(2402)] = 74823, - [SMALL_STATE(2403)] = 74844, - [SMALL_STATE(2404)] = 74867, - [SMALL_STATE(2405)] = 74888, - [SMALL_STATE(2406)] = 74909, - [SMALL_STATE(2407)] = 74938, - [SMALL_STATE(2408)] = 74959, - [SMALL_STATE(2409)] = 74980, - [SMALL_STATE(2410)] = 75001, - [SMALL_STATE(2411)] = 75030, - [SMALL_STATE(2412)] = 75059, - [SMALL_STATE(2413)] = 75088, - [SMALL_STATE(2414)] = 75117, - [SMALL_STATE(2415)] = 75146, - [SMALL_STATE(2416)] = 75175, - [SMALL_STATE(2417)] = 75204, - [SMALL_STATE(2418)] = 75233, - [SMALL_STATE(2419)] = 75262, - [SMALL_STATE(2420)] = 75291, - [SMALL_STATE(2421)] = 75320, - [SMALL_STATE(2422)] = 75349, - [SMALL_STATE(2423)] = 75376, - [SMALL_STATE(2424)] = 75405, - [SMALL_STATE(2425)] = 75434, - [SMALL_STATE(2426)] = 75457, - [SMALL_STATE(2427)] = 75480, - [SMALL_STATE(2428)] = 75509, - [SMALL_STATE(2429)] = 75538, - [SMALL_STATE(2430)] = 75567, - [SMALL_STATE(2431)] = 75596, - [SMALL_STATE(2432)] = 75625, - [SMALL_STATE(2433)] = 75654, - [SMALL_STATE(2434)] = 75683, - [SMALL_STATE(2435)] = 75712, - [SMALL_STATE(2436)] = 75735, - [SMALL_STATE(2437)] = 75764, - [SMALL_STATE(2438)] = 75793, - [SMALL_STATE(2439)] = 75822, - [SMALL_STATE(2440)] = 75845, - [SMALL_STATE(2441)] = 75874, - [SMALL_STATE(2442)] = 75903, - [SMALL_STATE(2443)] = 75932, - [SMALL_STATE(2444)] = 75961, - [SMALL_STATE(2445)] = 75990, - [SMALL_STATE(2446)] = 76019, - [SMALL_STATE(2447)] = 76048, - [SMALL_STATE(2448)] = 76077, - [SMALL_STATE(2449)] = 76104, - [SMALL_STATE(2450)] = 76127, - [SMALL_STATE(2451)] = 76154, - [SMALL_STATE(2452)] = 76179, - [SMALL_STATE(2453)] = 76204, - [SMALL_STATE(2454)] = 76229, - [SMALL_STATE(2455)] = 76250, - [SMALL_STATE(2456)] = 76279, - [SMALL_STATE(2457)] = 76300, - [SMALL_STATE(2458)] = 76329, - [SMALL_STATE(2459)] = 76358, - [SMALL_STATE(2460)] = 76383, - [SMALL_STATE(2461)] = 76412, - [SMALL_STATE(2462)] = 76431, - [SMALL_STATE(2463)] = 76460, - [SMALL_STATE(2464)] = 76489, - [SMALL_STATE(2465)] = 76510, - [SMALL_STATE(2466)] = 76531, - [SMALL_STATE(2467)] = 76552, - [SMALL_STATE(2468)] = 76575, - [SMALL_STATE(2469)] = 76596, - [SMALL_STATE(2470)] = 76625, - [SMALL_STATE(2471)] = 76654, - [SMALL_STATE(2472)] = 76677, - [SMALL_STATE(2473)] = 76704, - [SMALL_STATE(2474)] = 76733, - [SMALL_STATE(2475)] = 76762, - [SMALL_STATE(2476)] = 76783, - [SMALL_STATE(2477)] = 76812, - [SMALL_STATE(2478)] = 76835, - [SMALL_STATE(2479)] = 76864, - [SMALL_STATE(2480)] = 76893, - [SMALL_STATE(2481)] = 76922, - [SMALL_STATE(2482)] = 76941, - [SMALL_STATE(2483)] = 76964, - [SMALL_STATE(2484)] = 76987, - [SMALL_STATE(2485)] = 77016, - [SMALL_STATE(2486)] = 77045, - [SMALL_STATE(2487)] = 77068, - [SMALL_STATE(2488)] = 77097, - [SMALL_STATE(2489)] = 77126, - [SMALL_STATE(2490)] = 77155, - [SMALL_STATE(2491)] = 77176, - [SMALL_STATE(2492)] = 77205, - [SMALL_STATE(2493)] = 77228, - [SMALL_STATE(2494)] = 77257, - [SMALL_STATE(2495)] = 77278, - [SMALL_STATE(2496)] = 77307, - [SMALL_STATE(2497)] = 77336, - [SMALL_STATE(2498)] = 77359, - [SMALL_STATE(2499)] = 77382, - [SMALL_STATE(2500)] = 77411, - [SMALL_STATE(2501)] = 77438, - [SMALL_STATE(2502)] = 77459, - [SMALL_STATE(2503)] = 77488, - [SMALL_STATE(2504)] = 77515, - [SMALL_STATE(2505)] = 77544, - [SMALL_STATE(2506)] = 77573, - [SMALL_STATE(2507)] = 77596, - [SMALL_STATE(2508)] = 77625, - [SMALL_STATE(2509)] = 77651, - [SMALL_STATE(2510)] = 77669, - [SMALL_STATE(2511)] = 77695, - [SMALL_STATE(2512)] = 77721, - [SMALL_STATE(2513)] = 77747, - [SMALL_STATE(2514)] = 77771, - [SMALL_STATE(2515)] = 77797, - [SMALL_STATE(2516)] = 77821, - [SMALL_STATE(2517)] = 77847, - [SMALL_STATE(2518)] = 77873, - [SMALL_STATE(2519)] = 77891, - [SMALL_STATE(2520)] = 77917, - [SMALL_STATE(2521)] = 77943, - [SMALL_STATE(2522)] = 77969, - [SMALL_STATE(2523)] = 77987, - [SMALL_STATE(2524)] = 78013, - [SMALL_STATE(2525)] = 78039, - [SMALL_STATE(2526)] = 78065, - [SMALL_STATE(2527)] = 78089, - [SMALL_STATE(2528)] = 78111, - [SMALL_STATE(2529)] = 78133, - [SMALL_STATE(2530)] = 78151, - [SMALL_STATE(2531)] = 78177, - [SMALL_STATE(2532)] = 78201, - [SMALL_STATE(2533)] = 78227, - [SMALL_STATE(2534)] = 78245, - [SMALL_STATE(2535)] = 78271, - [SMALL_STATE(2536)] = 78289, - [SMALL_STATE(2537)] = 78313, - [SMALL_STATE(2538)] = 78339, - [SMALL_STATE(2539)] = 78365, - [SMALL_STATE(2540)] = 78389, - [SMALL_STATE(2541)] = 78409, - [SMALL_STATE(2542)] = 78427, - [SMALL_STATE(2543)] = 78453, - [SMALL_STATE(2544)] = 78475, - [SMALL_STATE(2545)] = 78495, - [SMALL_STATE(2546)] = 78521, - [SMALL_STATE(2547)] = 78547, - [SMALL_STATE(2548)] = 78565, - [SMALL_STATE(2549)] = 78591, - [SMALL_STATE(2550)] = 78617, - [SMALL_STATE(2551)] = 78635, - [SMALL_STATE(2552)] = 78653, - [SMALL_STATE(2553)] = 78679, - [SMALL_STATE(2554)] = 78697, - [SMALL_STATE(2555)] = 78721, - [SMALL_STATE(2556)] = 78739, - [SMALL_STATE(2557)] = 78765, - [SMALL_STATE(2558)] = 78791, - [SMALL_STATE(2559)] = 78817, - [SMALL_STATE(2560)] = 78835, - [SMALL_STATE(2561)] = 78859, - [SMALL_STATE(2562)] = 78877, - [SMALL_STATE(2563)] = 78899, - [SMALL_STATE(2564)] = 78917, - [SMALL_STATE(2565)] = 78937, - [SMALL_STATE(2566)] = 78963, - [SMALL_STATE(2567)] = 78987, - [SMALL_STATE(2568)] = 79013, - [SMALL_STATE(2569)] = 79037, - [SMALL_STATE(2570)] = 79063, - [SMALL_STATE(2571)] = 79089, - [SMALL_STATE(2572)] = 79115, - [SMALL_STATE(2573)] = 79137, - [SMALL_STATE(2574)] = 79163, - [SMALL_STATE(2575)] = 79181, - [SMALL_STATE(2576)] = 79199, - [SMALL_STATE(2577)] = 79225, - [SMALL_STATE(2578)] = 79249, - [SMALL_STATE(2579)] = 79275, - [SMALL_STATE(2580)] = 79299, - [SMALL_STATE(2581)] = 79325, - [SMALL_STATE(2582)] = 79347, - [SMALL_STATE(2583)] = 79373, - [SMALL_STATE(2584)] = 79399, - [SMALL_STATE(2585)] = 79417, - [SMALL_STATE(2586)] = 79435, - [SMALL_STATE(2587)] = 79461, - [SMALL_STATE(2588)] = 79479, - [SMALL_STATE(2589)] = 79501, - [SMALL_STATE(2590)] = 79527, - [SMALL_STATE(2591)] = 79553, - [SMALL_STATE(2592)] = 79577, - [SMALL_STATE(2593)] = 79595, - [SMALL_STATE(2594)] = 79621, - [SMALL_STATE(2595)] = 79639, - [SMALL_STATE(2596)] = 79665, - [SMALL_STATE(2597)] = 79691, - [SMALL_STATE(2598)] = 79715, - [SMALL_STATE(2599)] = 79733, - [SMALL_STATE(2600)] = 79759, - [SMALL_STATE(2601)] = 79785, - [SMALL_STATE(2602)] = 79803, - [SMALL_STATE(2603)] = 79829, - [SMALL_STATE(2604)] = 79855, - [SMALL_STATE(2605)] = 79881, - [SMALL_STATE(2606)] = 79901, - [SMALL_STATE(2607)] = 79927, - [SMALL_STATE(2608)] = 79949, - [SMALL_STATE(2609)] = 79975, - [SMALL_STATE(2610)] = 80001, - [SMALL_STATE(2611)] = 80027, - [SMALL_STATE(2612)] = 80051, - [SMALL_STATE(2613)] = 80075, - [SMALL_STATE(2614)] = 80093, - [SMALL_STATE(2615)] = 80111, - [SMALL_STATE(2616)] = 80137, - [SMALL_STATE(2617)] = 80160, - [SMALL_STATE(2618)] = 80183, - [SMALL_STATE(2619)] = 80206, - [SMALL_STATE(2620)] = 80229, - [SMALL_STATE(2621)] = 80252, - [SMALL_STATE(2622)] = 80275, - [SMALL_STATE(2623)] = 80298, - [SMALL_STATE(2624)] = 80321, - [SMALL_STATE(2625)] = 80344, - [SMALL_STATE(2626)] = 80367, - [SMALL_STATE(2627)] = 80390, - [SMALL_STATE(2628)] = 80413, - [SMALL_STATE(2629)] = 80434, - [SMALL_STATE(2630)] = 80457, - [SMALL_STATE(2631)] = 80480, - [SMALL_STATE(2632)] = 80503, - [SMALL_STATE(2633)] = 80526, - [SMALL_STATE(2634)] = 80549, - [SMALL_STATE(2635)] = 80572, - [SMALL_STATE(2636)] = 80591, - [SMALL_STATE(2637)] = 80614, - [SMALL_STATE(2638)] = 80637, - [SMALL_STATE(2639)] = 80660, - [SMALL_STATE(2640)] = 80683, - [SMALL_STATE(2641)] = 80706, - [SMALL_STATE(2642)] = 80729, - [SMALL_STATE(2643)] = 80750, - [SMALL_STATE(2644)] = 80773, - [SMALL_STATE(2645)] = 80796, - [SMALL_STATE(2646)] = 80819, - [SMALL_STATE(2647)] = 80842, - [SMALL_STATE(2648)] = 80863, - [SMALL_STATE(2649)] = 80886, - [SMALL_STATE(2650)] = 80905, - [SMALL_STATE(2651)] = 80926, - [SMALL_STATE(2652)] = 80949, - [SMALL_STATE(2653)] = 80972, - [SMALL_STATE(2654)] = 80995, - [SMALL_STATE(2655)] = 81018, - [SMALL_STATE(2656)] = 81041, - [SMALL_STATE(2657)] = 81060, - [SMALL_STATE(2658)] = 81083, - [SMALL_STATE(2659)] = 81104, - [SMALL_STATE(2660)] = 81127, - [SMALL_STATE(2661)] = 81146, - [SMALL_STATE(2662)] = 81169, - [SMALL_STATE(2663)] = 81192, - [SMALL_STATE(2664)] = 81215, - [SMALL_STATE(2665)] = 81238, - [SMALL_STATE(2666)] = 81261, - [SMALL_STATE(2667)] = 81284, - [SMALL_STATE(2668)] = 81307, - [SMALL_STATE(2669)] = 81330, - [SMALL_STATE(2670)] = 81351, - [SMALL_STATE(2671)] = 81374, - [SMALL_STATE(2672)] = 81397, - [SMALL_STATE(2673)] = 81420, - [SMALL_STATE(2674)] = 81441, - [SMALL_STATE(2675)] = 81460, - [SMALL_STATE(2676)] = 81483, - [SMALL_STATE(2677)] = 81504, - [SMALL_STATE(2678)] = 81527, - [SMALL_STATE(2679)] = 81550, - [SMALL_STATE(2680)] = 81573, - [SMALL_STATE(2681)] = 81596, - [SMALL_STATE(2682)] = 81619, - [SMALL_STATE(2683)] = 81642, - [SMALL_STATE(2684)] = 81665, - [SMALL_STATE(2685)] = 81688, - [SMALL_STATE(2686)] = 81711, - [SMALL_STATE(2687)] = 81734, - [SMALL_STATE(2688)] = 81757, - [SMALL_STATE(2689)] = 81780, - [SMALL_STATE(2690)] = 81803, - [SMALL_STATE(2691)] = 81822, - [SMALL_STATE(2692)] = 81845, - [SMALL_STATE(2693)] = 81868, - [SMALL_STATE(2694)] = 81891, - [SMALL_STATE(2695)] = 81914, - [SMALL_STATE(2696)] = 81937, - [SMALL_STATE(2697)] = 81960, - [SMALL_STATE(2698)] = 81983, - [SMALL_STATE(2699)] = 82006, - [SMALL_STATE(2700)] = 82029, - [SMALL_STATE(2701)] = 82050, - [SMALL_STATE(2702)] = 82071, - [SMALL_STATE(2703)] = 82094, - [SMALL_STATE(2704)] = 82117, - [SMALL_STATE(2705)] = 82138, - [SMALL_STATE(2706)] = 82161, - [SMALL_STATE(2707)] = 82184, - [SMALL_STATE(2708)] = 82207, - [SMALL_STATE(2709)] = 82230, - [SMALL_STATE(2710)] = 82253, - [SMALL_STATE(2711)] = 82276, - [SMALL_STATE(2712)] = 82299, - [SMALL_STATE(2713)] = 82318, - [SMALL_STATE(2714)] = 82341, - [SMALL_STATE(2715)] = 82362, - [SMALL_STATE(2716)] = 82385, - [SMALL_STATE(2717)] = 82408, - [SMALL_STATE(2718)] = 82431, - [SMALL_STATE(2719)] = 82454, - [SMALL_STATE(2720)] = 82477, - [SMALL_STATE(2721)] = 82498, - [SMALL_STATE(2722)] = 82521, - [SMALL_STATE(2723)] = 82544, - [SMALL_STATE(2724)] = 82567, - [SMALL_STATE(2725)] = 82588, - [SMALL_STATE(2726)] = 82609, - [SMALL_STATE(2727)] = 82632, - [SMALL_STATE(2728)] = 82651, - [SMALL_STATE(2729)] = 82672, - [SMALL_STATE(2730)] = 82695, - [SMALL_STATE(2731)] = 82718, - [SMALL_STATE(2732)] = 82741, - [SMALL_STATE(2733)] = 82764, - [SMALL_STATE(2734)] = 82783, - [SMALL_STATE(2735)] = 82802, - [SMALL_STATE(2736)] = 82825, - [SMALL_STATE(2737)] = 82848, - [SMALL_STATE(2738)] = 82871, - [SMALL_STATE(2739)] = 82888, - [SMALL_STATE(2740)] = 82911, - [SMALL_STATE(2741)] = 82934, - [SMALL_STATE(2742)] = 82957, - [SMALL_STATE(2743)] = 82976, - [SMALL_STATE(2744)] = 82999, - [SMALL_STATE(2745)] = 83022, - [SMALL_STATE(2746)] = 83041, - [SMALL_STATE(2747)] = 83058, - [SMALL_STATE(2748)] = 83081, - [SMALL_STATE(2749)] = 83098, - [SMALL_STATE(2750)] = 83121, - [SMALL_STATE(2751)] = 83144, - [SMALL_STATE(2752)] = 83163, - [SMALL_STATE(2753)] = 83182, - [SMALL_STATE(2754)] = 83205, - [SMALL_STATE(2755)] = 83228, - [SMALL_STATE(2756)] = 83247, - [SMALL_STATE(2757)] = 83268, - [SMALL_STATE(2758)] = 83287, - [SMALL_STATE(2759)] = 83310, - [SMALL_STATE(2760)] = 83329, - [SMALL_STATE(2761)] = 83352, - [SMALL_STATE(2762)] = 83375, - [SMALL_STATE(2763)] = 83398, - [SMALL_STATE(2764)] = 83421, - [SMALL_STATE(2765)] = 83442, - [SMALL_STATE(2766)] = 83463, - [SMALL_STATE(2767)] = 83486, - [SMALL_STATE(2768)] = 83509, - [SMALL_STATE(2769)] = 83532, - [SMALL_STATE(2770)] = 83551, - [SMALL_STATE(2771)] = 83574, - [SMALL_STATE(2772)] = 83597, - [SMALL_STATE(2773)] = 83618, - [SMALL_STATE(2774)] = 83637, - [SMALL_STATE(2775)] = 83660, - [SMALL_STATE(2776)] = 83683, - [SMALL_STATE(2777)] = 83706, - [SMALL_STATE(2778)] = 83729, - [SMALL_STATE(2779)] = 83752, - [SMALL_STATE(2780)] = 83775, - [SMALL_STATE(2781)] = 83798, - [SMALL_STATE(2782)] = 83821, - [SMALL_STATE(2783)] = 83844, - [SMALL_STATE(2784)] = 83863, - [SMALL_STATE(2785)] = 83886, - [SMALL_STATE(2786)] = 83905, - [SMALL_STATE(2787)] = 83928, - [SMALL_STATE(2788)] = 83951, - [SMALL_STATE(2789)] = 83974, - [SMALL_STATE(2790)] = 83997, - [SMALL_STATE(2791)] = 84016, - [SMALL_STATE(2792)] = 84039, - [SMALL_STATE(2793)] = 84062, - [SMALL_STATE(2794)] = 84085, - [SMALL_STATE(2795)] = 84104, - [SMALL_STATE(2796)] = 84127, - [SMALL_STATE(2797)] = 84150, - [SMALL_STATE(2798)] = 84173, - [SMALL_STATE(2799)] = 84196, - [SMALL_STATE(2800)] = 84219, - [SMALL_STATE(2801)] = 84242, - [SMALL_STATE(2802)] = 84265, - [SMALL_STATE(2803)] = 84288, - [SMALL_STATE(2804)] = 84311, - [SMALL_STATE(2805)] = 84334, - [SMALL_STATE(2806)] = 84357, - [SMALL_STATE(2807)] = 84378, - [SMALL_STATE(2808)] = 84401, - [SMALL_STATE(2809)] = 84420, - [SMALL_STATE(2810)] = 84443, - [SMALL_STATE(2811)] = 84466, - [SMALL_STATE(2812)] = 84485, - [SMALL_STATE(2813)] = 84504, - [SMALL_STATE(2814)] = 84523, - [SMALL_STATE(2815)] = 84546, - [SMALL_STATE(2816)] = 84569, - [SMALL_STATE(2817)] = 84588, - [SMALL_STATE(2818)] = 84609, - [SMALL_STATE(2819)] = 84632, - [SMALL_STATE(2820)] = 84655, - [SMALL_STATE(2821)] = 84678, - [SMALL_STATE(2822)] = 84701, - [SMALL_STATE(2823)] = 84724, - [SMALL_STATE(2824)] = 84747, - [SMALL_STATE(2825)] = 84770, - [SMALL_STATE(2826)] = 84793, - [SMALL_STATE(2827)] = 84812, - [SMALL_STATE(2828)] = 84831, - [SMALL_STATE(2829)] = 84854, - [SMALL_STATE(2830)] = 84875, - [SMALL_STATE(2831)] = 84894, - [SMALL_STATE(2832)] = 84917, - [SMALL_STATE(2833)] = 84940, - [SMALL_STATE(2834)] = 84963, - [SMALL_STATE(2835)] = 84986, - [SMALL_STATE(2836)] = 85009, - [SMALL_STATE(2837)] = 85028, - [SMALL_STATE(2838)] = 85051, - [SMALL_STATE(2839)] = 85074, - [SMALL_STATE(2840)] = 85097, - [SMALL_STATE(2841)] = 85120, - [SMALL_STATE(2842)] = 85143, - [SMALL_STATE(2843)] = 85166, - [SMALL_STATE(2844)] = 85189, - [SMALL_STATE(2845)] = 85212, - [SMALL_STATE(2846)] = 85235, - [SMALL_STATE(2847)] = 85258, - [SMALL_STATE(2848)] = 85281, - [SMALL_STATE(2849)] = 85304, - [SMALL_STATE(2850)] = 85327, - [SMALL_STATE(2851)] = 85350, - [SMALL_STATE(2852)] = 85373, - [SMALL_STATE(2853)] = 85396, - [SMALL_STATE(2854)] = 85419, - [SMALL_STATE(2855)] = 85442, - [SMALL_STATE(2856)] = 85465, - [SMALL_STATE(2857)] = 85488, - [SMALL_STATE(2858)] = 85511, - [SMALL_STATE(2859)] = 85534, - [SMALL_STATE(2860)] = 85557, - [SMALL_STATE(2861)] = 85574, - [SMALL_STATE(2862)] = 85597, - [SMALL_STATE(2863)] = 85620, - [SMALL_STATE(2864)] = 85643, - [SMALL_STATE(2865)] = 85666, - [SMALL_STATE(2866)] = 85687, - [SMALL_STATE(2867)] = 85710, - [SMALL_STATE(2868)] = 85733, - [SMALL_STATE(2869)] = 85756, - [SMALL_STATE(2870)] = 85779, - [SMALL_STATE(2871)] = 85802, - [SMALL_STATE(2872)] = 85823, - [SMALL_STATE(2873)] = 85846, - [SMALL_STATE(2874)] = 85869, - [SMALL_STATE(2875)] = 85892, - [SMALL_STATE(2876)] = 85909, - [SMALL_STATE(2877)] = 85930, - [SMALL_STATE(2878)] = 85953, - [SMALL_STATE(2879)] = 85973, - [SMALL_STATE(2880)] = 85993, - [SMALL_STATE(2881)] = 86013, - [SMALL_STATE(2882)] = 86031, - [SMALL_STATE(2883)] = 86051, - [SMALL_STATE(2884)] = 86067, - [SMALL_STATE(2885)] = 86087, - [SMALL_STATE(2886)] = 86107, - [SMALL_STATE(2887)] = 86127, - [SMALL_STATE(2888)] = 86147, - [SMALL_STATE(2889)] = 86167, - [SMALL_STATE(2890)] = 86187, - [SMALL_STATE(2891)] = 86207, - [SMALL_STATE(2892)] = 86227, - [SMALL_STATE(2893)] = 86243, - [SMALL_STATE(2894)] = 86263, - [SMALL_STATE(2895)] = 86283, - [SMALL_STATE(2896)] = 86303, - [SMALL_STATE(2897)] = 86323, - [SMALL_STATE(2898)] = 86343, - [SMALL_STATE(2899)] = 86363, - [SMALL_STATE(2900)] = 86383, - [SMALL_STATE(2901)] = 86403, - [SMALL_STATE(2902)] = 86423, - [SMALL_STATE(2903)] = 86443, - [SMALL_STATE(2904)] = 86463, - [SMALL_STATE(2905)] = 86483, - [SMALL_STATE(2906)] = 86503, - [SMALL_STATE(2907)] = 86521, - [SMALL_STATE(2908)] = 86541, - [SMALL_STATE(2909)] = 86561, - [SMALL_STATE(2910)] = 86581, - [SMALL_STATE(2911)] = 86599, - [SMALL_STATE(2912)] = 86619, - [SMALL_STATE(2913)] = 86639, - [SMALL_STATE(2914)] = 86659, - [SMALL_STATE(2915)] = 86679, - [SMALL_STATE(2916)] = 86699, - [SMALL_STATE(2917)] = 86719, - [SMALL_STATE(2918)] = 86739, - [SMALL_STATE(2919)] = 86759, - [SMALL_STATE(2920)] = 86779, - [SMALL_STATE(2921)] = 86799, - [SMALL_STATE(2922)] = 86819, - [SMALL_STATE(2923)] = 86839, - [SMALL_STATE(2924)] = 86859, - [SMALL_STATE(2925)] = 86879, - [SMALL_STATE(2926)] = 86899, - [SMALL_STATE(2927)] = 86919, - [SMALL_STATE(2928)] = 86935, - [SMALL_STATE(2929)] = 86955, - [SMALL_STATE(2930)] = 86975, - [SMALL_STATE(2931)] = 86991, - [SMALL_STATE(2932)] = 87011, - [SMALL_STATE(2933)] = 87029, - [SMALL_STATE(2934)] = 87045, - [SMALL_STATE(2935)] = 87065, - [SMALL_STATE(2936)] = 87081, - [SMALL_STATE(2937)] = 87101, - [SMALL_STATE(2938)] = 87121, - [SMALL_STATE(2939)] = 87137, - [SMALL_STATE(2940)] = 87153, - [SMALL_STATE(2941)] = 87173, - [SMALL_STATE(2942)] = 87193, - [SMALL_STATE(2943)] = 87213, - [SMALL_STATE(2944)] = 87233, - [SMALL_STATE(2945)] = 87253, - [SMALL_STATE(2946)] = 87273, - [SMALL_STATE(2947)] = 87293, - [SMALL_STATE(2948)] = 87313, - [SMALL_STATE(2949)] = 87333, - [SMALL_STATE(2950)] = 87353, - [SMALL_STATE(2951)] = 87369, - [SMALL_STATE(2952)] = 87389, - [SMALL_STATE(2953)] = 87407, - [SMALL_STATE(2954)] = 87427, - [SMALL_STATE(2955)] = 87447, - [SMALL_STATE(2956)] = 87467, - [SMALL_STATE(2957)] = 87485, - [SMALL_STATE(2958)] = 87505, - [SMALL_STATE(2959)] = 87525, - [SMALL_STATE(2960)] = 87545, - [SMALL_STATE(2961)] = 87565, - [SMALL_STATE(2962)] = 87583, - [SMALL_STATE(2963)] = 87603, - [SMALL_STATE(2964)] = 87623, - [SMALL_STATE(2965)] = 87643, - [SMALL_STATE(2966)] = 87663, - [SMALL_STATE(2967)] = 87683, - [SMALL_STATE(2968)] = 87703, - [SMALL_STATE(2969)] = 87723, - [SMALL_STATE(2970)] = 87743, - [SMALL_STATE(2971)] = 87761, - [SMALL_STATE(2972)] = 87781, - [SMALL_STATE(2973)] = 87797, - [SMALL_STATE(2974)] = 87813, - [SMALL_STATE(2975)] = 87833, - [SMALL_STATE(2976)] = 87853, - [SMALL_STATE(2977)] = 87873, - [SMALL_STATE(2978)] = 87893, - [SMALL_STATE(2979)] = 87913, - [SMALL_STATE(2980)] = 87933, - [SMALL_STATE(2981)] = 87953, - [SMALL_STATE(2982)] = 87973, - [SMALL_STATE(2983)] = 87989, - [SMALL_STATE(2984)] = 88009, - [SMALL_STATE(2985)] = 88029, - [SMALL_STATE(2986)] = 88049, - [SMALL_STATE(2987)] = 88069, - [SMALL_STATE(2988)] = 88085, - [SMALL_STATE(2989)] = 88105, - [SMALL_STATE(2990)] = 88123, - [SMALL_STATE(2991)] = 88141, - [SMALL_STATE(2992)] = 88157, - [SMALL_STATE(2993)] = 88177, - [SMALL_STATE(2994)] = 88197, - [SMALL_STATE(2995)] = 88217, - [SMALL_STATE(2996)] = 88233, - [SMALL_STATE(2997)] = 88249, - [SMALL_STATE(2998)] = 88265, - [SMALL_STATE(2999)] = 88281, - [SMALL_STATE(3000)] = 88297, - [SMALL_STATE(3001)] = 88313, - [SMALL_STATE(3002)] = 88333, - [SMALL_STATE(3003)] = 88353, - [SMALL_STATE(3004)] = 88373, - [SMALL_STATE(3005)] = 88393, - [SMALL_STATE(3006)] = 88413, - [SMALL_STATE(3007)] = 88429, - [SMALL_STATE(3008)] = 88445, - [SMALL_STATE(3009)] = 88465, - [SMALL_STATE(3010)] = 88485, - [SMALL_STATE(3011)] = 88501, - [SMALL_STATE(3012)] = 88521, - [SMALL_STATE(3013)] = 88541, - [SMALL_STATE(3014)] = 88557, - [SMALL_STATE(3015)] = 88573, - [SMALL_STATE(3016)] = 88589, - [SMALL_STATE(3017)] = 88605, - [SMALL_STATE(3018)] = 88621, - [SMALL_STATE(3019)] = 88641, - [SMALL_STATE(3020)] = 88657, - [SMALL_STATE(3021)] = 88677, - [SMALL_STATE(3022)] = 88697, - [SMALL_STATE(3023)] = 88717, - [SMALL_STATE(3024)] = 88737, - [SMALL_STATE(3025)] = 88757, - [SMALL_STATE(3026)] = 88777, - [SMALL_STATE(3027)] = 88795, - [SMALL_STATE(3028)] = 88815, - [SMALL_STATE(3029)] = 88831, - [SMALL_STATE(3030)] = 88851, - [SMALL_STATE(3031)] = 88871, - [SMALL_STATE(3032)] = 88891, - [SMALL_STATE(3033)] = 88911, - [SMALL_STATE(3034)] = 88929, - [SMALL_STATE(3035)] = 88949, - [SMALL_STATE(3036)] = 88969, - [SMALL_STATE(3037)] = 88989, - [SMALL_STATE(3038)] = 89007, - [SMALL_STATE(3039)] = 89027, - [SMALL_STATE(3040)] = 89043, - [SMALL_STATE(3041)] = 89063, - [SMALL_STATE(3042)] = 89083, - [SMALL_STATE(3043)] = 89101, - [SMALL_STATE(3044)] = 89121, - [SMALL_STATE(3045)] = 89141, - [SMALL_STATE(3046)] = 89161, - [SMALL_STATE(3047)] = 89179, - [SMALL_STATE(3048)] = 89199, - [SMALL_STATE(3049)] = 89219, - [SMALL_STATE(3050)] = 89239, - [SMALL_STATE(3051)] = 89259, - [SMALL_STATE(3052)] = 89279, - [SMALL_STATE(3053)] = 89299, - [SMALL_STATE(3054)] = 89317, - [SMALL_STATE(3055)] = 89333, - [SMALL_STATE(3056)] = 89353, - [SMALL_STATE(3057)] = 89371, - [SMALL_STATE(3058)] = 89391, - [SMALL_STATE(3059)] = 89407, - [SMALL_STATE(3060)] = 89427, - [SMALL_STATE(3061)] = 89447, - [SMALL_STATE(3062)] = 89467, - [SMALL_STATE(3063)] = 89487, - [SMALL_STATE(3064)] = 89505, - [SMALL_STATE(3065)] = 89525, - [SMALL_STATE(3066)] = 89543, - [SMALL_STATE(3067)] = 89563, - [SMALL_STATE(3068)] = 89579, - [SMALL_STATE(3069)] = 89595, - [SMALL_STATE(3070)] = 89615, - [SMALL_STATE(3071)] = 89633, - [SMALL_STATE(3072)] = 89651, - [SMALL_STATE(3073)] = 89667, - [SMALL_STATE(3074)] = 89685, - [SMALL_STATE(3075)] = 89703, - [SMALL_STATE(3076)] = 89723, - [SMALL_STATE(3077)] = 89743, - [SMALL_STATE(3078)] = 89763, - [SMALL_STATE(3079)] = 89781, - [SMALL_STATE(3080)] = 89801, - [SMALL_STATE(3081)] = 89821, - [SMALL_STATE(3082)] = 89837, - [SMALL_STATE(3083)] = 89855, - [SMALL_STATE(3084)] = 89875, - [SMALL_STATE(3085)] = 89895, - [SMALL_STATE(3086)] = 89915, - [SMALL_STATE(3087)] = 89935, - [SMALL_STATE(3088)] = 89953, - [SMALL_STATE(3089)] = 89969, - [SMALL_STATE(3090)] = 89989, - [SMALL_STATE(3091)] = 90005, - [SMALL_STATE(3092)] = 90023, - [SMALL_STATE(3093)] = 90041, - [SMALL_STATE(3094)] = 90061, - [SMALL_STATE(3095)] = 90081, - [SMALL_STATE(3096)] = 90101, - [SMALL_STATE(3097)] = 90117, - [SMALL_STATE(3098)] = 90135, - [SMALL_STATE(3099)] = 90153, - [SMALL_STATE(3100)] = 90173, - [SMALL_STATE(3101)] = 90193, - [SMALL_STATE(3102)] = 90211, - [SMALL_STATE(3103)] = 90227, - [SMALL_STATE(3104)] = 90245, - [SMALL_STATE(3105)] = 90265, - [SMALL_STATE(3106)] = 90285, - [SMALL_STATE(3107)] = 90305, - [SMALL_STATE(3108)] = 90325, - [SMALL_STATE(3109)] = 90345, - [SMALL_STATE(3110)] = 90365, - [SMALL_STATE(3111)] = 90385, - [SMALL_STATE(3112)] = 90405, - [SMALL_STATE(3113)] = 90425, - [SMALL_STATE(3114)] = 90445, - [SMALL_STATE(3115)] = 90465, - [SMALL_STATE(3116)] = 90485, - [SMALL_STATE(3117)] = 90503, - [SMALL_STATE(3118)] = 90523, - [SMALL_STATE(3119)] = 90539, - [SMALL_STATE(3120)] = 90559, - [SMALL_STATE(3121)] = 90579, - [SMALL_STATE(3122)] = 90599, - [SMALL_STATE(3123)] = 90619, - [SMALL_STATE(3124)] = 90635, - [SMALL_STATE(3125)] = 90655, - [SMALL_STATE(3126)] = 90675, - [SMALL_STATE(3127)] = 90695, - [SMALL_STATE(3128)] = 90711, - [SMALL_STATE(3129)] = 90727, - [SMALL_STATE(3130)] = 90743, - [SMALL_STATE(3131)] = 90759, - [SMALL_STATE(3132)] = 90775, - [SMALL_STATE(3133)] = 90791, - [SMALL_STATE(3134)] = 90807, - [SMALL_STATE(3135)] = 90823, - [SMALL_STATE(3136)] = 90841, - [SMALL_STATE(3137)] = 90861, - [SMALL_STATE(3138)] = 90877, - [SMALL_STATE(3139)] = 90895, - [SMALL_STATE(3140)] = 90911, - [SMALL_STATE(3141)] = 90929, - [SMALL_STATE(3142)] = 90947, - [SMALL_STATE(3143)] = 90963, - [SMALL_STATE(3144)] = 90983, - [SMALL_STATE(3145)] = 91001, - [SMALL_STATE(3146)] = 91021, - [SMALL_STATE(3147)] = 91041, - [SMALL_STATE(3148)] = 91061, - [SMALL_STATE(3149)] = 91081, - [SMALL_STATE(3150)] = 91101, - [SMALL_STATE(3151)] = 91121, - [SMALL_STATE(3152)] = 91141, - [SMALL_STATE(3153)] = 91161, - [SMALL_STATE(3154)] = 91179, - [SMALL_STATE(3155)] = 91199, - [SMALL_STATE(3156)] = 91219, - [SMALL_STATE(3157)] = 91239, - [SMALL_STATE(3158)] = 91259, - [SMALL_STATE(3159)] = 91279, - [SMALL_STATE(3160)] = 91299, - [SMALL_STATE(3161)] = 91319, - [SMALL_STATE(3162)] = 91339, - [SMALL_STATE(3163)] = 91359, - [SMALL_STATE(3164)] = 91379, - [SMALL_STATE(3165)] = 91399, - [SMALL_STATE(3166)] = 91419, - [SMALL_STATE(3167)] = 91439, - [SMALL_STATE(3168)] = 91459, - [SMALL_STATE(3169)] = 91479, - [SMALL_STATE(3170)] = 91499, - [SMALL_STATE(3171)] = 91519, - [SMALL_STATE(3172)] = 91539, - [SMALL_STATE(3173)] = 91559, - [SMALL_STATE(3174)] = 91575, - [SMALL_STATE(3175)] = 91595, - [SMALL_STATE(3176)] = 91613, - [SMALL_STATE(3177)] = 91633, - [SMALL_STATE(3178)] = 91651, - [SMALL_STATE(3179)] = 91671, - [SMALL_STATE(3180)] = 91691, - [SMALL_STATE(3181)] = 91711, - [SMALL_STATE(3182)] = 91731, - [SMALL_STATE(3183)] = 91751, - [SMALL_STATE(3184)] = 91767, - [SMALL_STATE(3185)] = 91787, - [SMALL_STATE(3186)] = 91807, - [SMALL_STATE(3187)] = 91827, - [SMALL_STATE(3188)] = 91847, - [SMALL_STATE(3189)] = 91867, - [SMALL_STATE(3190)] = 91884, - [SMALL_STATE(3191)] = 91901, - [SMALL_STATE(3192)] = 91918, - [SMALL_STATE(3193)] = 91935, - [SMALL_STATE(3194)] = 91952, - [SMALL_STATE(3195)] = 91967, - [SMALL_STATE(3196)] = 91984, - [SMALL_STATE(3197)] = 92001, - [SMALL_STATE(3198)] = 92018, - [SMALL_STATE(3199)] = 92035, - [SMALL_STATE(3200)] = 92050, - [SMALL_STATE(3201)] = 92067, - [SMALL_STATE(3202)] = 92084, - [SMALL_STATE(3203)] = 92101, - [SMALL_STATE(3204)] = 92118, - [SMALL_STATE(3205)] = 92135, - [SMALL_STATE(3206)] = 92152, - [SMALL_STATE(3207)] = 92169, - [SMALL_STATE(3208)] = 92186, - [SMALL_STATE(3209)] = 92203, - [SMALL_STATE(3210)] = 92220, - [SMALL_STATE(3211)] = 92237, - [SMALL_STATE(3212)] = 92254, - [SMALL_STATE(3213)] = 92269, - [SMALL_STATE(3214)] = 92284, - [SMALL_STATE(3215)] = 92301, - [SMALL_STATE(3216)] = 92318, - [SMALL_STATE(3217)] = 92333, - [SMALL_STATE(3218)] = 92348, - [SMALL_STATE(3219)] = 92365, - [SMALL_STATE(3220)] = 92382, - [SMALL_STATE(3221)] = 92397, - [SMALL_STATE(3222)] = 92414, - [SMALL_STATE(3223)] = 92431, - [SMALL_STATE(3224)] = 92448, - [SMALL_STATE(3225)] = 92465, - [SMALL_STATE(3226)] = 92480, - [SMALL_STATE(3227)] = 92497, - [SMALL_STATE(3228)] = 92514, - [SMALL_STATE(3229)] = 92531, - [SMALL_STATE(3230)] = 92548, - [SMALL_STATE(3231)] = 92565, - [SMALL_STATE(3232)] = 92582, - [SMALL_STATE(3233)] = 92599, - [SMALL_STATE(3234)] = 92616, - [SMALL_STATE(3235)] = 92633, - [SMALL_STATE(3236)] = 92650, - [SMALL_STATE(3237)] = 92667, - [SMALL_STATE(3238)] = 92682, - [SMALL_STATE(3239)] = 92699, - [SMALL_STATE(3240)] = 92716, - [SMALL_STATE(3241)] = 92733, - [SMALL_STATE(3242)] = 92750, - [SMALL_STATE(3243)] = 92767, - [SMALL_STATE(3244)] = 92782, - [SMALL_STATE(3245)] = 92799, - [SMALL_STATE(3246)] = 92816, - [SMALL_STATE(3247)] = 92833, - [SMALL_STATE(3248)] = 92850, - [SMALL_STATE(3249)] = 92867, - [SMALL_STATE(3250)] = 92882, - [SMALL_STATE(3251)] = 92899, - [SMALL_STATE(3252)] = 92916, - [SMALL_STATE(3253)] = 92931, - [SMALL_STATE(3254)] = 92948, - [SMALL_STATE(3255)] = 92965, - [SMALL_STATE(3256)] = 92982, - [SMALL_STATE(3257)] = 92999, - [SMALL_STATE(3258)] = 93016, - [SMALL_STATE(3259)] = 93033, - [SMALL_STATE(3260)] = 93050, - [SMALL_STATE(3261)] = 93067, - [SMALL_STATE(3262)] = 93084, - [SMALL_STATE(3263)] = 93101, - [SMALL_STATE(3264)] = 93118, - [SMALL_STATE(3265)] = 93133, - [SMALL_STATE(3266)] = 93148, - [SMALL_STATE(3267)] = 93163, - [SMALL_STATE(3268)] = 93180, - [SMALL_STATE(3269)] = 93197, - [SMALL_STATE(3270)] = 93214, - [SMALL_STATE(3271)] = 93229, - [SMALL_STATE(3272)] = 93246, - [SMALL_STATE(3273)] = 93263, - [SMALL_STATE(3274)] = 93278, - [SMALL_STATE(3275)] = 93295, - [SMALL_STATE(3276)] = 93312, - [SMALL_STATE(3277)] = 93329, - [SMALL_STATE(3278)] = 93346, - [SMALL_STATE(3279)] = 93363, - [SMALL_STATE(3280)] = 93378, - [SMALL_STATE(3281)] = 93395, - [SMALL_STATE(3282)] = 93412, - [SMALL_STATE(3283)] = 93429, - [SMALL_STATE(3284)] = 93446, - [SMALL_STATE(3285)] = 93463, - [SMALL_STATE(3286)] = 93480, - [SMALL_STATE(3287)] = 93497, - [SMALL_STATE(3288)] = 93514, - [SMALL_STATE(3289)] = 93531, - [SMALL_STATE(3290)] = 93548, - [SMALL_STATE(3291)] = 93565, - [SMALL_STATE(3292)] = 93582, - [SMALL_STATE(3293)] = 93599, - [SMALL_STATE(3294)] = 93616, - [SMALL_STATE(3295)] = 93633, - [SMALL_STATE(3296)] = 93650, - [SMALL_STATE(3297)] = 93665, - [SMALL_STATE(3298)] = 93682, - [SMALL_STATE(3299)] = 93699, - [SMALL_STATE(3300)] = 93714, - [SMALL_STATE(3301)] = 93731, - [SMALL_STATE(3302)] = 93748, - [SMALL_STATE(3303)] = 93765, - [SMALL_STATE(3304)] = 93782, - [SMALL_STATE(3305)] = 93799, - [SMALL_STATE(3306)] = 93816, - [SMALL_STATE(3307)] = 93833, - [SMALL_STATE(3308)] = 93850, - [SMALL_STATE(3309)] = 93867, - [SMALL_STATE(3310)] = 93884, - [SMALL_STATE(3311)] = 93901, - [SMALL_STATE(3312)] = 93918, - [SMALL_STATE(3313)] = 93935, - [SMALL_STATE(3314)] = 93952, - [SMALL_STATE(3315)] = 93969, - [SMALL_STATE(3316)] = 93986, - [SMALL_STATE(3317)] = 94003, - [SMALL_STATE(3318)] = 94020, - [SMALL_STATE(3319)] = 94037, - [SMALL_STATE(3320)] = 94054, - [SMALL_STATE(3321)] = 94071, - [SMALL_STATE(3322)] = 94088, - [SMALL_STATE(3323)] = 94105, - [SMALL_STATE(3324)] = 94122, - [SMALL_STATE(3325)] = 94137, - [SMALL_STATE(3326)] = 94154, - [SMALL_STATE(3327)] = 94171, - [SMALL_STATE(3328)] = 94188, - [SMALL_STATE(3329)] = 94205, - [SMALL_STATE(3330)] = 94222, - [SMALL_STATE(3331)] = 94239, - [SMALL_STATE(3332)] = 94256, - [SMALL_STATE(3333)] = 94273, - [SMALL_STATE(3334)] = 94290, - [SMALL_STATE(3335)] = 94307, - [SMALL_STATE(3336)] = 94322, - [SMALL_STATE(3337)] = 94339, - [SMALL_STATE(3338)] = 94356, - [SMALL_STATE(3339)] = 94373, - [SMALL_STATE(3340)] = 94390, - [SMALL_STATE(3341)] = 94407, - [SMALL_STATE(3342)] = 94424, - [SMALL_STATE(3343)] = 94439, - [SMALL_STATE(3344)] = 94456, - [SMALL_STATE(3345)] = 94473, - [SMALL_STATE(3346)] = 94488, - [SMALL_STATE(3347)] = 94505, - [SMALL_STATE(3348)] = 94520, - [SMALL_STATE(3349)] = 94537, - [SMALL_STATE(3350)] = 94552, - [SMALL_STATE(3351)] = 94567, - [SMALL_STATE(3352)] = 94582, - [SMALL_STATE(3353)] = 94599, - [SMALL_STATE(3354)] = 94616, - [SMALL_STATE(3355)] = 94633, - [SMALL_STATE(3356)] = 94650, - [SMALL_STATE(3357)] = 94667, - [SMALL_STATE(3358)] = 94682, - [SMALL_STATE(3359)] = 94699, - [SMALL_STATE(3360)] = 94716, - [SMALL_STATE(3361)] = 94733, - [SMALL_STATE(3362)] = 94750, - [SMALL_STATE(3363)] = 94767, - [SMALL_STATE(3364)] = 94784, - [SMALL_STATE(3365)] = 94801, - [SMALL_STATE(3366)] = 94816, - [SMALL_STATE(3367)] = 94833, - [SMALL_STATE(3368)] = 94850, - [SMALL_STATE(3369)] = 94867, - [SMALL_STATE(3370)] = 94882, - [SMALL_STATE(3371)] = 94899, - [SMALL_STATE(3372)] = 94916, - [SMALL_STATE(3373)] = 94933, - [SMALL_STATE(3374)] = 94948, - [SMALL_STATE(3375)] = 94965, - [SMALL_STATE(3376)] = 94982, - [SMALL_STATE(3377)] = 94997, - [SMALL_STATE(3378)] = 95014, - [SMALL_STATE(3379)] = 95029, - [SMALL_STATE(3380)] = 95046, - [SMALL_STATE(3381)] = 95061, - [SMALL_STATE(3382)] = 95078, - [SMALL_STATE(3383)] = 95095, - [SMALL_STATE(3384)] = 95110, - [SMALL_STATE(3385)] = 95125, - [SMALL_STATE(3386)] = 95142, - [SMALL_STATE(3387)] = 95159, - [SMALL_STATE(3388)] = 95176, - [SMALL_STATE(3389)] = 95193, - [SMALL_STATE(3390)] = 95210, - [SMALL_STATE(3391)] = 95227, - [SMALL_STATE(3392)] = 95244, - [SMALL_STATE(3393)] = 95259, - [SMALL_STATE(3394)] = 95276, - [SMALL_STATE(3395)] = 95291, - [SMALL_STATE(3396)] = 95308, - [SMALL_STATE(3397)] = 95325, - [SMALL_STATE(3398)] = 95342, - [SMALL_STATE(3399)] = 95357, - [SMALL_STATE(3400)] = 95372, - [SMALL_STATE(3401)] = 95389, - [SMALL_STATE(3402)] = 95406, - [SMALL_STATE(3403)] = 95421, - [SMALL_STATE(3404)] = 95438, - [SMALL_STATE(3405)] = 95455, - [SMALL_STATE(3406)] = 95472, - [SMALL_STATE(3407)] = 95489, - [SMALL_STATE(3408)] = 95504, - [SMALL_STATE(3409)] = 95519, - [SMALL_STATE(3410)] = 95536, - [SMALL_STATE(3411)] = 95553, - [SMALL_STATE(3412)] = 95570, - [SMALL_STATE(3413)] = 95587, - [SMALL_STATE(3414)] = 95604, - [SMALL_STATE(3415)] = 95621, - [SMALL_STATE(3416)] = 95638, - [SMALL_STATE(3417)] = 95655, - [SMALL_STATE(3418)] = 95670, - [SMALL_STATE(3419)] = 95687, - [SMALL_STATE(3420)] = 95704, - [SMALL_STATE(3421)] = 95721, - [SMALL_STATE(3422)] = 95738, - [SMALL_STATE(3423)] = 95755, - [SMALL_STATE(3424)] = 95772, - [SMALL_STATE(3425)] = 95789, - [SMALL_STATE(3426)] = 95804, - [SMALL_STATE(3427)] = 95819, - [SMALL_STATE(3428)] = 95836, - [SMALL_STATE(3429)] = 95853, - [SMALL_STATE(3430)] = 95870, - [SMALL_STATE(3431)] = 95887, - [SMALL_STATE(3432)] = 95904, - [SMALL_STATE(3433)] = 95921, - [SMALL_STATE(3434)] = 95938, - [SMALL_STATE(3435)] = 95955, - [SMALL_STATE(3436)] = 95972, - [SMALL_STATE(3437)] = 95989, - [SMALL_STATE(3438)] = 96006, - [SMALL_STATE(3439)] = 96023, - [SMALL_STATE(3440)] = 96040, - [SMALL_STATE(3441)] = 96057, - [SMALL_STATE(3442)] = 96074, - [SMALL_STATE(3443)] = 96091, - [SMALL_STATE(3444)] = 96108, - [SMALL_STATE(3445)] = 96123, - [SMALL_STATE(3446)] = 96140, - [SMALL_STATE(3447)] = 96155, - [SMALL_STATE(3448)] = 96172, - [SMALL_STATE(3449)] = 96189, - [SMALL_STATE(3450)] = 96206, - [SMALL_STATE(3451)] = 96223, - [SMALL_STATE(3452)] = 96238, - [SMALL_STATE(3453)] = 96255, - [SMALL_STATE(3454)] = 96272, - [SMALL_STATE(3455)] = 96289, - [SMALL_STATE(3456)] = 96306, - [SMALL_STATE(3457)] = 96323, - [SMALL_STATE(3458)] = 96338, - [SMALL_STATE(3459)] = 96355, - [SMALL_STATE(3460)] = 96370, - [SMALL_STATE(3461)] = 96387, - [SMALL_STATE(3462)] = 96404, - [SMALL_STATE(3463)] = 96419, - [SMALL_STATE(3464)] = 96436, - [SMALL_STATE(3465)] = 96453, - [SMALL_STATE(3466)] = 96468, - [SMALL_STATE(3467)] = 96485, - [SMALL_STATE(3468)] = 96502, - [SMALL_STATE(3469)] = 96517, - [SMALL_STATE(3470)] = 96534, - [SMALL_STATE(3471)] = 96549, - [SMALL_STATE(3472)] = 96566, - [SMALL_STATE(3473)] = 96583, - [SMALL_STATE(3474)] = 96600, - [SMALL_STATE(3475)] = 96617, - [SMALL_STATE(3476)] = 96634, - [SMALL_STATE(3477)] = 96651, - [SMALL_STATE(3478)] = 96668, - [SMALL_STATE(3479)] = 96685, - [SMALL_STATE(3480)] = 96702, - [SMALL_STATE(3481)] = 96719, - [SMALL_STATE(3482)] = 96736, - [SMALL_STATE(3483)] = 96751, - [SMALL_STATE(3484)] = 96768, - [SMALL_STATE(3485)] = 96785, - [SMALL_STATE(3486)] = 96802, - [SMALL_STATE(3487)] = 96819, - [SMALL_STATE(3488)] = 96836, - [SMALL_STATE(3489)] = 96853, - [SMALL_STATE(3490)] = 96870, - [SMALL_STATE(3491)] = 96887, - [SMALL_STATE(3492)] = 96904, - [SMALL_STATE(3493)] = 96921, - [SMALL_STATE(3494)] = 96938, - [SMALL_STATE(3495)] = 96955, - [SMALL_STATE(3496)] = 96972, - [SMALL_STATE(3497)] = 96987, - [SMALL_STATE(3498)] = 97001, - [SMALL_STATE(3499)] = 97015, - [SMALL_STATE(3500)] = 97029, - [SMALL_STATE(3501)] = 97043, - [SMALL_STATE(3502)] = 97057, - [SMALL_STATE(3503)] = 97071, - [SMALL_STATE(3504)] = 97085, - [SMALL_STATE(3505)] = 97099, - [SMALL_STATE(3506)] = 97113, - [SMALL_STATE(3507)] = 97127, - [SMALL_STATE(3508)] = 97141, - [SMALL_STATE(3509)] = 97155, - [SMALL_STATE(3510)] = 97169, - [SMALL_STATE(3511)] = 97183, - [SMALL_STATE(3512)] = 97197, - [SMALL_STATE(3513)] = 97211, - [SMALL_STATE(3514)] = 97225, - [SMALL_STATE(3515)] = 97239, - [SMALL_STATE(3516)] = 97253, - [SMALL_STATE(3517)] = 97267, - [SMALL_STATE(3518)] = 97281, - [SMALL_STATE(3519)] = 97295, - [SMALL_STATE(3520)] = 97309, - [SMALL_STATE(3521)] = 97323, - [SMALL_STATE(3522)] = 97337, - [SMALL_STATE(3523)] = 97351, - [SMALL_STATE(3524)] = 97365, - [SMALL_STATE(3525)] = 97379, - [SMALL_STATE(3526)] = 97393, - [SMALL_STATE(3527)] = 97407, - [SMALL_STATE(3528)] = 97421, - [SMALL_STATE(3529)] = 97435, - [SMALL_STATE(3530)] = 97449, - [SMALL_STATE(3531)] = 97463, - [SMALL_STATE(3532)] = 97477, - [SMALL_STATE(3533)] = 97491, - [SMALL_STATE(3534)] = 97505, - [SMALL_STATE(3535)] = 97519, - [SMALL_STATE(3536)] = 97533, - [SMALL_STATE(3537)] = 97547, - [SMALL_STATE(3538)] = 97561, - [SMALL_STATE(3539)] = 97575, - [SMALL_STATE(3540)] = 97589, - [SMALL_STATE(3541)] = 97603, - [SMALL_STATE(3542)] = 97617, - [SMALL_STATE(3543)] = 97631, - [SMALL_STATE(3544)] = 97645, - [SMALL_STATE(3545)] = 97659, - [SMALL_STATE(3546)] = 97673, - [SMALL_STATE(3547)] = 97687, - [SMALL_STATE(3548)] = 97701, - [SMALL_STATE(3549)] = 97715, - [SMALL_STATE(3550)] = 97729, - [SMALL_STATE(3551)] = 97743, - [SMALL_STATE(3552)] = 97757, - [SMALL_STATE(3553)] = 97771, - [SMALL_STATE(3554)] = 97785, - [SMALL_STATE(3555)] = 97799, - [SMALL_STATE(3556)] = 97813, - [SMALL_STATE(3557)] = 97827, - [SMALL_STATE(3558)] = 97841, - [SMALL_STATE(3559)] = 97855, - [SMALL_STATE(3560)] = 97869, - [SMALL_STATE(3561)] = 97883, - [SMALL_STATE(3562)] = 97897, - [SMALL_STATE(3563)] = 97911, - [SMALL_STATE(3564)] = 97925, - [SMALL_STATE(3565)] = 97939, - [SMALL_STATE(3566)] = 97953, - [SMALL_STATE(3567)] = 97967, - [SMALL_STATE(3568)] = 97981, - [SMALL_STATE(3569)] = 97995, - [SMALL_STATE(3570)] = 98009, - [SMALL_STATE(3571)] = 98023, - [SMALL_STATE(3572)] = 98037, - [SMALL_STATE(3573)] = 98051, - [SMALL_STATE(3574)] = 98065, - [SMALL_STATE(3575)] = 98079, - [SMALL_STATE(3576)] = 98093, - [SMALL_STATE(3577)] = 98107, - [SMALL_STATE(3578)] = 98121, - [SMALL_STATE(3579)] = 98135, - [SMALL_STATE(3580)] = 98149, - [SMALL_STATE(3581)] = 98163, - [SMALL_STATE(3582)] = 98177, - [SMALL_STATE(3583)] = 98191, - [SMALL_STATE(3584)] = 98205, - [SMALL_STATE(3585)] = 98219, - [SMALL_STATE(3586)] = 98233, - [SMALL_STATE(3587)] = 98247, - [SMALL_STATE(3588)] = 98261, - [SMALL_STATE(3589)] = 98275, - [SMALL_STATE(3590)] = 98289, - [SMALL_STATE(3591)] = 98303, - [SMALL_STATE(3592)] = 98317, - [SMALL_STATE(3593)] = 98331, - [SMALL_STATE(3594)] = 98345, - [SMALL_STATE(3595)] = 98359, - [SMALL_STATE(3596)] = 98373, - [SMALL_STATE(3597)] = 98387, - [SMALL_STATE(3598)] = 98401, - [SMALL_STATE(3599)] = 98415, - [SMALL_STATE(3600)] = 98429, - [SMALL_STATE(3601)] = 98443, - [SMALL_STATE(3602)] = 98457, - [SMALL_STATE(3603)] = 98471, - [SMALL_STATE(3604)] = 98485, - [SMALL_STATE(3605)] = 98499, - [SMALL_STATE(3606)] = 98513, - [SMALL_STATE(3607)] = 98527, - [SMALL_STATE(3608)] = 98541, - [SMALL_STATE(3609)] = 98555, - [SMALL_STATE(3610)] = 98569, - [SMALL_STATE(3611)] = 98583, - [SMALL_STATE(3612)] = 98597, - [SMALL_STATE(3613)] = 98611, - [SMALL_STATE(3614)] = 98625, - [SMALL_STATE(3615)] = 98639, - [SMALL_STATE(3616)] = 98653, - [SMALL_STATE(3617)] = 98667, - [SMALL_STATE(3618)] = 98681, - [SMALL_STATE(3619)] = 98695, - [SMALL_STATE(3620)] = 98709, - [SMALL_STATE(3621)] = 98723, - [SMALL_STATE(3622)] = 98737, - [SMALL_STATE(3623)] = 98751, - [SMALL_STATE(3624)] = 98765, - [SMALL_STATE(3625)] = 98779, - [SMALL_STATE(3626)] = 98793, - [SMALL_STATE(3627)] = 98807, - [SMALL_STATE(3628)] = 98821, - [SMALL_STATE(3629)] = 98835, - [SMALL_STATE(3630)] = 98849, - [SMALL_STATE(3631)] = 98863, - [SMALL_STATE(3632)] = 98877, - [SMALL_STATE(3633)] = 98891, - [SMALL_STATE(3634)] = 98905, - [SMALL_STATE(3635)] = 98919, - [SMALL_STATE(3636)] = 98933, - [SMALL_STATE(3637)] = 98947, - [SMALL_STATE(3638)] = 98961, - [SMALL_STATE(3639)] = 98975, - [SMALL_STATE(3640)] = 98989, - [SMALL_STATE(3641)] = 99003, - [SMALL_STATE(3642)] = 99017, - [SMALL_STATE(3643)] = 99031, - [SMALL_STATE(3644)] = 99045, - [SMALL_STATE(3645)] = 99059, - [SMALL_STATE(3646)] = 99073, - [SMALL_STATE(3647)] = 99087, - [SMALL_STATE(3648)] = 99101, - [SMALL_STATE(3649)] = 99115, - [SMALL_STATE(3650)] = 99129, - [SMALL_STATE(3651)] = 99143, - [SMALL_STATE(3652)] = 99157, - [SMALL_STATE(3653)] = 99171, - [SMALL_STATE(3654)] = 99185, - [SMALL_STATE(3655)] = 99199, - [SMALL_STATE(3656)] = 99213, - [SMALL_STATE(3657)] = 99227, - [SMALL_STATE(3658)] = 99241, - [SMALL_STATE(3659)] = 99255, - [SMALL_STATE(3660)] = 99269, - [SMALL_STATE(3661)] = 99283, - [SMALL_STATE(3662)] = 99297, - [SMALL_STATE(3663)] = 99311, - [SMALL_STATE(3664)] = 99325, - [SMALL_STATE(3665)] = 99339, - [SMALL_STATE(3666)] = 99353, - [SMALL_STATE(3667)] = 99367, - [SMALL_STATE(3668)] = 99381, - [SMALL_STATE(3669)] = 99395, - [SMALL_STATE(3670)] = 99409, - [SMALL_STATE(3671)] = 99423, - [SMALL_STATE(3672)] = 99437, - [SMALL_STATE(3673)] = 99451, - [SMALL_STATE(3674)] = 99465, - [SMALL_STATE(3675)] = 99479, - [SMALL_STATE(3676)] = 99493, - [SMALL_STATE(3677)] = 99507, - [SMALL_STATE(3678)] = 99521, - [SMALL_STATE(3679)] = 99535, - [SMALL_STATE(3680)] = 99549, - [SMALL_STATE(3681)] = 99563, - [SMALL_STATE(3682)] = 99577, - [SMALL_STATE(3683)] = 99591, - [SMALL_STATE(3684)] = 99605, - [SMALL_STATE(3685)] = 99619, - [SMALL_STATE(3686)] = 99633, - [SMALL_STATE(3687)] = 99647, - [SMALL_STATE(3688)] = 99661, - [SMALL_STATE(3689)] = 99675, - [SMALL_STATE(3690)] = 99689, - [SMALL_STATE(3691)] = 99703, - [SMALL_STATE(3692)] = 99717, - [SMALL_STATE(3693)] = 99731, - [SMALL_STATE(3694)] = 99745, - [SMALL_STATE(3695)] = 99759, - [SMALL_STATE(3696)] = 99773, - [SMALL_STATE(3697)] = 99787, - [SMALL_STATE(3698)] = 99801, - [SMALL_STATE(3699)] = 99815, - [SMALL_STATE(3700)] = 99829, - [SMALL_STATE(3701)] = 99843, - [SMALL_STATE(3702)] = 99857, - [SMALL_STATE(3703)] = 99871, - [SMALL_STATE(3704)] = 99885, - [SMALL_STATE(3705)] = 99899, - [SMALL_STATE(3706)] = 99913, - [SMALL_STATE(3707)] = 99927, - [SMALL_STATE(3708)] = 99941, - [SMALL_STATE(3709)] = 99955, - [SMALL_STATE(3710)] = 99969, - [SMALL_STATE(3711)] = 99983, - [SMALL_STATE(3712)] = 99997, - [SMALL_STATE(3713)] = 100011, - [SMALL_STATE(3714)] = 100025, - [SMALL_STATE(3715)] = 100039, - [SMALL_STATE(3716)] = 100053, - [SMALL_STATE(3717)] = 100067, - [SMALL_STATE(3718)] = 100081, - [SMALL_STATE(3719)] = 100095, - [SMALL_STATE(3720)] = 100109, - [SMALL_STATE(3721)] = 100123, - [SMALL_STATE(3722)] = 100137, - [SMALL_STATE(3723)] = 100151, - [SMALL_STATE(3724)] = 100165, - [SMALL_STATE(3725)] = 100179, - [SMALL_STATE(3726)] = 100193, - [SMALL_STATE(3727)] = 100207, - [SMALL_STATE(3728)] = 100221, - [SMALL_STATE(3729)] = 100235, - [SMALL_STATE(3730)] = 100249, - [SMALL_STATE(3731)] = 100263, - [SMALL_STATE(3732)] = 100277, - [SMALL_STATE(3733)] = 100291, - [SMALL_STATE(3734)] = 100305, - [SMALL_STATE(3735)] = 100319, - [SMALL_STATE(3736)] = 100333, - [SMALL_STATE(3737)] = 100347, - [SMALL_STATE(3738)] = 100361, - [SMALL_STATE(3739)] = 100375, - [SMALL_STATE(3740)] = 100389, - [SMALL_STATE(3741)] = 100403, - [SMALL_STATE(3742)] = 100417, - [SMALL_STATE(3743)] = 100431, - [SMALL_STATE(3744)] = 100445, - [SMALL_STATE(3745)] = 100459, - [SMALL_STATE(3746)] = 100473, - [SMALL_STATE(3747)] = 100487, - [SMALL_STATE(3748)] = 100501, - [SMALL_STATE(3749)] = 100515, - [SMALL_STATE(3750)] = 100529, - [SMALL_STATE(3751)] = 100543, - [SMALL_STATE(3752)] = 100557, - [SMALL_STATE(3753)] = 100571, - [SMALL_STATE(3754)] = 100585, - [SMALL_STATE(3755)] = 100599, - [SMALL_STATE(3756)] = 100613, - [SMALL_STATE(3757)] = 100627, - [SMALL_STATE(3758)] = 100641, - [SMALL_STATE(3759)] = 100655, - [SMALL_STATE(3760)] = 100669, - [SMALL_STATE(3761)] = 100683, - [SMALL_STATE(3762)] = 100697, - [SMALL_STATE(3763)] = 100711, - [SMALL_STATE(3764)] = 100725, - [SMALL_STATE(3765)] = 100739, - [SMALL_STATE(3766)] = 100753, - [SMALL_STATE(3767)] = 100767, - [SMALL_STATE(3768)] = 100781, - [SMALL_STATE(3769)] = 100795, - [SMALL_STATE(3770)] = 100809, - [SMALL_STATE(3771)] = 100823, - [SMALL_STATE(3772)] = 100837, - [SMALL_STATE(3773)] = 100851, - [SMALL_STATE(3774)] = 100865, - [SMALL_STATE(3775)] = 100879, - [SMALL_STATE(3776)] = 100893, - [SMALL_STATE(3777)] = 100907, - [SMALL_STATE(3778)] = 100921, - [SMALL_STATE(3779)] = 100935, - [SMALL_STATE(3780)] = 100949, - [SMALL_STATE(3781)] = 100963, - [SMALL_STATE(3782)] = 100977, - [SMALL_STATE(3783)] = 100991, - [SMALL_STATE(3784)] = 101005, - [SMALL_STATE(3785)] = 101019, - [SMALL_STATE(3786)] = 101033, - [SMALL_STATE(3787)] = 101047, - [SMALL_STATE(3788)] = 101061, - [SMALL_STATE(3789)] = 101075, - [SMALL_STATE(3790)] = 101089, - [SMALL_STATE(3791)] = 101103, - [SMALL_STATE(3792)] = 101117, - [SMALL_STATE(3793)] = 101131, - [SMALL_STATE(3794)] = 101145, - [SMALL_STATE(3795)] = 101159, - [SMALL_STATE(3796)] = 101173, - [SMALL_STATE(3797)] = 101187, - [SMALL_STATE(3798)] = 101201, - [SMALL_STATE(3799)] = 101215, - [SMALL_STATE(3800)] = 101229, - [SMALL_STATE(3801)] = 101243, - [SMALL_STATE(3802)] = 101257, - [SMALL_STATE(3803)] = 101271, - [SMALL_STATE(3804)] = 101285, - [SMALL_STATE(3805)] = 101299, - [SMALL_STATE(3806)] = 101313, - [SMALL_STATE(3807)] = 101327, - [SMALL_STATE(3808)] = 101341, - [SMALL_STATE(3809)] = 101355, - [SMALL_STATE(3810)] = 101369, - [SMALL_STATE(3811)] = 101383, - [SMALL_STATE(3812)] = 101397, - [SMALL_STATE(3813)] = 101411, - [SMALL_STATE(3814)] = 101425, - [SMALL_STATE(3815)] = 101439, - [SMALL_STATE(3816)] = 101453, - [SMALL_STATE(3817)] = 101457, - [SMALL_STATE(3818)] = 101461, - [SMALL_STATE(3819)] = 101465, - [SMALL_STATE(3820)] = 101469, - [SMALL_STATE(3821)] = 101473, - [SMALL_STATE(3822)] = 101477, + [SMALL_STATE(2358)] = 73519, + [SMALL_STATE(2359)] = 73549, + [SMALL_STATE(2360)] = 73581, + [SMALL_STATE(2361)] = 73613, + [SMALL_STATE(2362)] = 73645, + [SMALL_STATE(2363)] = 73677, + [SMALL_STATE(2364)] = 73709, + [SMALL_STATE(2365)] = 73741, + [SMALL_STATE(2366)] = 73771, + [SMALL_STATE(2367)] = 73797, + [SMALL_STATE(2368)] = 73829, + [SMALL_STATE(2369)] = 73855, + [SMALL_STATE(2370)] = 73875, + [SMALL_STATE(2371)] = 73907, + [SMALL_STATE(2372)] = 73939, + [SMALL_STATE(2373)] = 73971, + [SMALL_STATE(2374)] = 74001, + [SMALL_STATE(2375)] = 74031, + [SMALL_STATE(2376)] = 74059, + [SMALL_STATE(2377)] = 74087, + [SMALL_STATE(2378)] = 74119, + [SMALL_STATE(2379)] = 74151, + [SMALL_STATE(2380)] = 74183, + [SMALL_STATE(2381)] = 74215, + [SMALL_STATE(2382)] = 74247, + [SMALL_STATE(2383)] = 74275, + [SMALL_STATE(2384)] = 74307, + [SMALL_STATE(2385)] = 74335, + [SMALL_STATE(2386)] = 74367, + [SMALL_STATE(2387)] = 74399, + [SMALL_STATE(2388)] = 74425, + [SMALL_STATE(2389)] = 74455, + [SMALL_STATE(2390)] = 74487, + [SMALL_STATE(2391)] = 74519, + [SMALL_STATE(2392)] = 74551, + [SMALL_STATE(2393)] = 74583, + [SMALL_STATE(2394)] = 74615, + [SMALL_STATE(2395)] = 74647, + [SMALL_STATE(2396)] = 74679, + [SMALL_STATE(2397)] = 74711, + [SMALL_STATE(2398)] = 74743, + [SMALL_STATE(2399)] = 74773, + [SMALL_STATE(2400)] = 74803, + [SMALL_STATE(2401)] = 74835, + [SMALL_STATE(2402)] = 74867, + [SMALL_STATE(2403)] = 74899, + [SMALL_STATE(2404)] = 74922, + [SMALL_STATE(2405)] = 74951, + [SMALL_STATE(2406)] = 74980, + [SMALL_STATE(2407)] = 75009, + [SMALL_STATE(2408)] = 75038, + [SMALL_STATE(2409)] = 75067, + [SMALL_STATE(2410)] = 75096, + [SMALL_STATE(2411)] = 75115, + [SMALL_STATE(2412)] = 75138, + [SMALL_STATE(2413)] = 75165, + [SMALL_STATE(2414)] = 75194, + [SMALL_STATE(2415)] = 75223, + [SMALL_STATE(2416)] = 75252, + [SMALL_STATE(2417)] = 75273, + [SMALL_STATE(2418)] = 75302, + [SMALL_STATE(2419)] = 75323, + [SMALL_STATE(2420)] = 75344, + [SMALL_STATE(2421)] = 75373, + [SMALL_STATE(2422)] = 75396, + [SMALL_STATE(2423)] = 75425, + [SMALL_STATE(2424)] = 75452, + [SMALL_STATE(2425)] = 75481, + [SMALL_STATE(2426)] = 75502, + [SMALL_STATE(2427)] = 75531, + [SMALL_STATE(2428)] = 75560, + [SMALL_STATE(2429)] = 75583, + [SMALL_STATE(2430)] = 75612, + [SMALL_STATE(2431)] = 75641, + [SMALL_STATE(2432)] = 75670, + [SMALL_STATE(2433)] = 75699, + [SMALL_STATE(2434)] = 75728, + [SMALL_STATE(2435)] = 75755, + [SMALL_STATE(2436)] = 75784, + [SMALL_STATE(2437)] = 75813, + [SMALL_STATE(2438)] = 75842, + [SMALL_STATE(2439)] = 75871, + [SMALL_STATE(2440)] = 75900, + [SMALL_STATE(2441)] = 75929, + [SMALL_STATE(2442)] = 75958, + [SMALL_STATE(2443)] = 75987, + [SMALL_STATE(2444)] = 76016, + [SMALL_STATE(2445)] = 76037, + [SMALL_STATE(2446)] = 76066, + [SMALL_STATE(2447)] = 76091, + [SMALL_STATE(2448)] = 76120, + [SMALL_STATE(2449)] = 76141, + [SMALL_STATE(2450)] = 76170, + [SMALL_STATE(2451)] = 76199, + [SMALL_STATE(2452)] = 76228, + [SMALL_STATE(2453)] = 76257, + [SMALL_STATE(2454)] = 76280, + [SMALL_STATE(2455)] = 76309, + [SMALL_STATE(2456)] = 76332, + [SMALL_STATE(2457)] = 76361, + [SMALL_STATE(2458)] = 76390, + [SMALL_STATE(2459)] = 76419, + [SMALL_STATE(2460)] = 76440, + [SMALL_STATE(2461)] = 76465, + [SMALL_STATE(2462)] = 76494, + [SMALL_STATE(2463)] = 76523, + [SMALL_STATE(2464)] = 76552, + [SMALL_STATE(2465)] = 76575, + [SMALL_STATE(2466)] = 76604, + [SMALL_STATE(2467)] = 76633, + [SMALL_STATE(2468)] = 76656, + [SMALL_STATE(2469)] = 76681, + [SMALL_STATE(2470)] = 76702, + [SMALL_STATE(2471)] = 76729, + [SMALL_STATE(2472)] = 76758, + [SMALL_STATE(2473)] = 76787, + [SMALL_STATE(2474)] = 76816, + [SMALL_STATE(2475)] = 76845, + [SMALL_STATE(2476)] = 76874, + [SMALL_STATE(2477)] = 76903, + [SMALL_STATE(2478)] = 76926, + [SMALL_STATE(2479)] = 76953, + [SMALL_STATE(2480)] = 76974, + [SMALL_STATE(2481)] = 77003, + [SMALL_STATE(2482)] = 77024, + [SMALL_STATE(2483)] = 77053, + [SMALL_STATE(2484)] = 77074, + [SMALL_STATE(2485)] = 77095, + [SMALL_STATE(2486)] = 77124, + [SMALL_STATE(2487)] = 77153, + [SMALL_STATE(2488)] = 77182, + [SMALL_STATE(2489)] = 77211, + [SMALL_STATE(2490)] = 77234, + [SMALL_STATE(2491)] = 77257, + [SMALL_STATE(2492)] = 77286, + [SMALL_STATE(2493)] = 77313, + [SMALL_STATE(2494)] = 77336, + [SMALL_STATE(2495)] = 77357, + [SMALL_STATE(2496)] = 77380, + [SMALL_STATE(2497)] = 77401, + [SMALL_STATE(2498)] = 77422, + [SMALL_STATE(2499)] = 77451, + [SMALL_STATE(2500)] = 77476, + [SMALL_STATE(2501)] = 77499, + [SMALL_STATE(2502)] = 77522, + [SMALL_STATE(2503)] = 77551, + [SMALL_STATE(2504)] = 77580, + [SMALL_STATE(2505)] = 77609, + [SMALL_STATE(2506)] = 77638, + [SMALL_STATE(2507)] = 77661, + [SMALL_STATE(2508)] = 77682, + [SMALL_STATE(2509)] = 77706, + [SMALL_STATE(2510)] = 77730, + [SMALL_STATE(2511)] = 77756, + [SMALL_STATE(2512)] = 77782, + [SMALL_STATE(2513)] = 77800, + [SMALL_STATE(2514)] = 77826, + [SMALL_STATE(2515)] = 77852, + [SMALL_STATE(2516)] = 77870, + [SMALL_STATE(2517)] = 77894, + [SMALL_STATE(2518)] = 77920, + [SMALL_STATE(2519)] = 77938, + [SMALL_STATE(2520)] = 77964, + [SMALL_STATE(2521)] = 77990, + [SMALL_STATE(2522)] = 78016, + [SMALL_STATE(2523)] = 78042, + [SMALL_STATE(2524)] = 78068, + [SMALL_STATE(2525)] = 78086, + [SMALL_STATE(2526)] = 78104, + [SMALL_STATE(2527)] = 78130, + [SMALL_STATE(2528)] = 78148, + [SMALL_STATE(2529)] = 78172, + [SMALL_STATE(2530)] = 78190, + [SMALL_STATE(2531)] = 78216, + [SMALL_STATE(2532)] = 78234, + [SMALL_STATE(2533)] = 78260, + [SMALL_STATE(2534)] = 78286, + [SMALL_STATE(2535)] = 78304, + [SMALL_STATE(2536)] = 78322, + [SMALL_STATE(2537)] = 78348, + [SMALL_STATE(2538)] = 78366, + [SMALL_STATE(2539)] = 78384, + [SMALL_STATE(2540)] = 78410, + [SMALL_STATE(2541)] = 78434, + [SMALL_STATE(2542)] = 78454, + [SMALL_STATE(2543)] = 78476, + [SMALL_STATE(2544)] = 78502, + [SMALL_STATE(2545)] = 78520, + [SMALL_STATE(2546)] = 78546, + [SMALL_STATE(2547)] = 78572, + [SMALL_STATE(2548)] = 78590, + [SMALL_STATE(2549)] = 78608, + [SMALL_STATE(2550)] = 78634, + [SMALL_STATE(2551)] = 78656, + [SMALL_STATE(2552)] = 78676, + [SMALL_STATE(2553)] = 78698, + [SMALL_STATE(2554)] = 78716, + [SMALL_STATE(2555)] = 78742, + [SMALL_STATE(2556)] = 78762, + [SMALL_STATE(2557)] = 78784, + [SMALL_STATE(2558)] = 78810, + [SMALL_STATE(2559)] = 78832, + [SMALL_STATE(2560)] = 78850, + [SMALL_STATE(2561)] = 78868, + [SMALL_STATE(2562)] = 78886, + [SMALL_STATE(2563)] = 78912, + [SMALL_STATE(2564)] = 78938, + [SMALL_STATE(2565)] = 78956, + [SMALL_STATE(2566)] = 78982, + [SMALL_STATE(2567)] = 79004, + [SMALL_STATE(2568)] = 79028, + [SMALL_STATE(2569)] = 79052, + [SMALL_STATE(2570)] = 79072, + [SMALL_STATE(2571)] = 79096, + [SMALL_STATE(2572)] = 79120, + [SMALL_STATE(2573)] = 79142, + [SMALL_STATE(2574)] = 79160, + [SMALL_STATE(2575)] = 79186, + [SMALL_STATE(2576)] = 79210, + [SMALL_STATE(2577)] = 79236, + [SMALL_STATE(2578)] = 79262, + [SMALL_STATE(2579)] = 79280, + [SMALL_STATE(2580)] = 79306, + [SMALL_STATE(2581)] = 79332, + [SMALL_STATE(2582)] = 79356, + [SMALL_STATE(2583)] = 79382, + [SMALL_STATE(2584)] = 79406, + [SMALL_STATE(2585)] = 79432, + [SMALL_STATE(2586)] = 79458, + [SMALL_STATE(2587)] = 79484, + [SMALL_STATE(2588)] = 79510, + [SMALL_STATE(2589)] = 79536, + [SMALL_STATE(2590)] = 79562, + [SMALL_STATE(2591)] = 79588, + [SMALL_STATE(2592)] = 79612, + [SMALL_STATE(2593)] = 79636, + [SMALL_STATE(2594)] = 79654, + [SMALL_STATE(2595)] = 79680, + [SMALL_STATE(2596)] = 79698, + [SMALL_STATE(2597)] = 79724, + [SMALL_STATE(2598)] = 79750, + [SMALL_STATE(2599)] = 79776, + [SMALL_STATE(2600)] = 79802, + [SMALL_STATE(2601)] = 79826, + [SMALL_STATE(2602)] = 79852, + [SMALL_STATE(2603)] = 79878, + [SMALL_STATE(2604)] = 79902, + [SMALL_STATE(2605)] = 79928, + [SMALL_STATE(2606)] = 79954, + [SMALL_STATE(2607)] = 79980, + [SMALL_STATE(2608)] = 80006, + [SMALL_STATE(2609)] = 80024, + [SMALL_STATE(2610)] = 80050, + [SMALL_STATE(2611)] = 80076, + [SMALL_STATE(2612)] = 80098, + [SMALL_STATE(2613)] = 80124, + [SMALL_STATE(2614)] = 80150, + [SMALL_STATE(2615)] = 80176, + [SMALL_STATE(2616)] = 80194, + [SMALL_STATE(2617)] = 80217, + [SMALL_STATE(2618)] = 80240, + [SMALL_STATE(2619)] = 80259, + [SMALL_STATE(2620)] = 80282, + [SMALL_STATE(2621)] = 80305, + [SMALL_STATE(2622)] = 80328, + [SMALL_STATE(2623)] = 80351, + [SMALL_STATE(2624)] = 80370, + [SMALL_STATE(2625)] = 80389, + [SMALL_STATE(2626)] = 80408, + [SMALL_STATE(2627)] = 80427, + [SMALL_STATE(2628)] = 80450, + [SMALL_STATE(2629)] = 80471, + [SMALL_STATE(2630)] = 80494, + [SMALL_STATE(2631)] = 80517, + [SMALL_STATE(2632)] = 80538, + [SMALL_STATE(2633)] = 80561, + [SMALL_STATE(2634)] = 80584, + [SMALL_STATE(2635)] = 80607, + [SMALL_STATE(2636)] = 80630, + [SMALL_STATE(2637)] = 80653, + [SMALL_STATE(2638)] = 80676, + [SMALL_STATE(2639)] = 80699, + [SMALL_STATE(2640)] = 80722, + [SMALL_STATE(2641)] = 80743, + [SMALL_STATE(2642)] = 80766, + [SMALL_STATE(2643)] = 80789, + [SMALL_STATE(2644)] = 80812, + [SMALL_STATE(2645)] = 80835, + [SMALL_STATE(2646)] = 80858, + [SMALL_STATE(2647)] = 80877, + [SMALL_STATE(2648)] = 80900, + [SMALL_STATE(2649)] = 80923, + [SMALL_STATE(2650)] = 80946, + [SMALL_STATE(2651)] = 80967, + [SMALL_STATE(2652)] = 80990, + [SMALL_STATE(2653)] = 81013, + [SMALL_STATE(2654)] = 81036, + [SMALL_STATE(2655)] = 81059, + [SMALL_STATE(2656)] = 81082, + [SMALL_STATE(2657)] = 81105, + [SMALL_STATE(2658)] = 81128, + [SMALL_STATE(2659)] = 81151, + [SMALL_STATE(2660)] = 81174, + [SMALL_STATE(2661)] = 81197, + [SMALL_STATE(2662)] = 81220, + [SMALL_STATE(2663)] = 81241, + [SMALL_STATE(2664)] = 81264, + [SMALL_STATE(2665)] = 81287, + [SMALL_STATE(2666)] = 81310, + [SMALL_STATE(2667)] = 81333, + [SMALL_STATE(2668)] = 81356, + [SMALL_STATE(2669)] = 81379, + [SMALL_STATE(2670)] = 81402, + [SMALL_STATE(2671)] = 81425, + [SMALL_STATE(2672)] = 81448, + [SMALL_STATE(2673)] = 81469, + [SMALL_STATE(2674)] = 81490, + [SMALL_STATE(2675)] = 81513, + [SMALL_STATE(2676)] = 81536, + [SMALL_STATE(2677)] = 81559, + [SMALL_STATE(2678)] = 81582, + [SMALL_STATE(2679)] = 81605, + [SMALL_STATE(2680)] = 81628, + [SMALL_STATE(2681)] = 81651, + [SMALL_STATE(2682)] = 81674, + [SMALL_STATE(2683)] = 81693, + [SMALL_STATE(2684)] = 81712, + [SMALL_STATE(2685)] = 81731, + [SMALL_STATE(2686)] = 81754, + [SMALL_STATE(2687)] = 81773, + [SMALL_STATE(2688)] = 81796, + [SMALL_STATE(2689)] = 81819, + [SMALL_STATE(2690)] = 81840, + [SMALL_STATE(2691)] = 81861, + [SMALL_STATE(2692)] = 81884, + [SMALL_STATE(2693)] = 81903, + [SMALL_STATE(2694)] = 81922, + [SMALL_STATE(2695)] = 81941, + [SMALL_STATE(2696)] = 81960, + [SMALL_STATE(2697)] = 81983, + [SMALL_STATE(2698)] = 82006, + [SMALL_STATE(2699)] = 82029, + [SMALL_STATE(2700)] = 82052, + [SMALL_STATE(2701)] = 82075, + [SMALL_STATE(2702)] = 82098, + [SMALL_STATE(2703)] = 82121, + [SMALL_STATE(2704)] = 82144, + [SMALL_STATE(2705)] = 82167, + [SMALL_STATE(2706)] = 82190, + [SMALL_STATE(2707)] = 82213, + [SMALL_STATE(2708)] = 82236, + [SMALL_STATE(2709)] = 82259, + [SMALL_STATE(2710)] = 82282, + [SMALL_STATE(2711)] = 82305, + [SMALL_STATE(2712)] = 82328, + [SMALL_STATE(2713)] = 82347, + [SMALL_STATE(2714)] = 82364, + [SMALL_STATE(2715)] = 82387, + [SMALL_STATE(2716)] = 82410, + [SMALL_STATE(2717)] = 82433, + [SMALL_STATE(2718)] = 82456, + [SMALL_STATE(2719)] = 82473, + [SMALL_STATE(2720)] = 82496, + [SMALL_STATE(2721)] = 82519, + [SMALL_STATE(2722)] = 82542, + [SMALL_STATE(2723)] = 82565, + [SMALL_STATE(2724)] = 82588, + [SMALL_STATE(2725)] = 82611, + [SMALL_STATE(2726)] = 82634, + [SMALL_STATE(2727)] = 82657, + [SMALL_STATE(2728)] = 82680, + [SMALL_STATE(2729)] = 82701, + [SMALL_STATE(2730)] = 82724, + [SMALL_STATE(2731)] = 82747, + [SMALL_STATE(2732)] = 82770, + [SMALL_STATE(2733)] = 82793, + [SMALL_STATE(2734)] = 82816, + [SMALL_STATE(2735)] = 82839, + [SMALL_STATE(2736)] = 82862, + [SMALL_STATE(2737)] = 82885, + [SMALL_STATE(2738)] = 82908, + [SMALL_STATE(2739)] = 82931, + [SMALL_STATE(2740)] = 82952, + [SMALL_STATE(2741)] = 82975, + [SMALL_STATE(2742)] = 82998, + [SMALL_STATE(2743)] = 83021, + [SMALL_STATE(2744)] = 83044, + [SMALL_STATE(2745)] = 83067, + [SMALL_STATE(2746)] = 83090, + [SMALL_STATE(2747)] = 83113, + [SMALL_STATE(2748)] = 83136, + [SMALL_STATE(2749)] = 83159, + [SMALL_STATE(2750)] = 83182, + [SMALL_STATE(2751)] = 83205, + [SMALL_STATE(2752)] = 83228, + [SMALL_STATE(2753)] = 83247, + [SMALL_STATE(2754)] = 83270, + [SMALL_STATE(2755)] = 83293, + [SMALL_STATE(2756)] = 83316, + [SMALL_STATE(2757)] = 83339, + [SMALL_STATE(2758)] = 83362, + [SMALL_STATE(2759)] = 83385, + [SMALL_STATE(2760)] = 83408, + [SMALL_STATE(2761)] = 83431, + [SMALL_STATE(2762)] = 83454, + [SMALL_STATE(2763)] = 83477, + [SMALL_STATE(2764)] = 83500, + [SMALL_STATE(2765)] = 83523, + [SMALL_STATE(2766)] = 83544, + [SMALL_STATE(2767)] = 83567, + [SMALL_STATE(2768)] = 83590, + [SMALL_STATE(2769)] = 83609, + [SMALL_STATE(2770)] = 83632, + [SMALL_STATE(2771)] = 83655, + [SMALL_STATE(2772)] = 83678, + [SMALL_STATE(2773)] = 83701, + [SMALL_STATE(2774)] = 83722, + [SMALL_STATE(2775)] = 83745, + [SMALL_STATE(2776)] = 83768, + [SMALL_STATE(2777)] = 83791, + [SMALL_STATE(2778)] = 83814, + [SMALL_STATE(2779)] = 83837, + [SMALL_STATE(2780)] = 83860, + [SMALL_STATE(2781)] = 83881, + [SMALL_STATE(2782)] = 83904, + [SMALL_STATE(2783)] = 83925, + [SMALL_STATE(2784)] = 83946, + [SMALL_STATE(2785)] = 83969, + [SMALL_STATE(2786)] = 83992, + [SMALL_STATE(2787)] = 84015, + [SMALL_STATE(2788)] = 84036, + [SMALL_STATE(2789)] = 84059, + [SMALL_STATE(2790)] = 84082, + [SMALL_STATE(2791)] = 84105, + [SMALL_STATE(2792)] = 84128, + [SMALL_STATE(2793)] = 84151, + [SMALL_STATE(2794)] = 84174, + [SMALL_STATE(2795)] = 84193, + [SMALL_STATE(2796)] = 84212, + [SMALL_STATE(2797)] = 84229, + [SMALL_STATE(2798)] = 84250, + [SMALL_STATE(2799)] = 84271, + [SMALL_STATE(2800)] = 84294, + [SMALL_STATE(2801)] = 84317, + [SMALL_STATE(2802)] = 84340, + [SMALL_STATE(2803)] = 84359, + [SMALL_STATE(2804)] = 84378, + [SMALL_STATE(2805)] = 84401, + [SMALL_STATE(2806)] = 84424, + [SMALL_STATE(2807)] = 84447, + [SMALL_STATE(2808)] = 84470, + [SMALL_STATE(2809)] = 84493, + [SMALL_STATE(2810)] = 84512, + [SMALL_STATE(2811)] = 84533, + [SMALL_STATE(2812)] = 84554, + [SMALL_STATE(2813)] = 84577, + [SMALL_STATE(2814)] = 84596, + [SMALL_STATE(2815)] = 84619, + [SMALL_STATE(2816)] = 84638, + [SMALL_STATE(2817)] = 84659, + [SMALL_STATE(2818)] = 84678, + [SMALL_STATE(2819)] = 84701, + [SMALL_STATE(2820)] = 84720, + [SMALL_STATE(2821)] = 84739, + [SMALL_STATE(2822)] = 84762, + [SMALL_STATE(2823)] = 84785, + [SMALL_STATE(2824)] = 84808, + [SMALL_STATE(2825)] = 84831, + [SMALL_STATE(2826)] = 84854, + [SMALL_STATE(2827)] = 84871, + [SMALL_STATE(2828)] = 84894, + [SMALL_STATE(2829)] = 84917, + [SMALL_STATE(2830)] = 84940, + [SMALL_STATE(2831)] = 84961, + [SMALL_STATE(2832)] = 84984, + [SMALL_STATE(2833)] = 85007, + [SMALL_STATE(2834)] = 85030, + [SMALL_STATE(2835)] = 85051, + [SMALL_STATE(2836)] = 85074, + [SMALL_STATE(2837)] = 85097, + [SMALL_STATE(2838)] = 85120, + [SMALL_STATE(2839)] = 85143, + [SMALL_STATE(2840)] = 85166, + [SMALL_STATE(2841)] = 85189, + [SMALL_STATE(2842)] = 85212, + [SMALL_STATE(2843)] = 85235, + [SMALL_STATE(2844)] = 85258, + [SMALL_STATE(2845)] = 85281, + [SMALL_STATE(2846)] = 85300, + [SMALL_STATE(2847)] = 85323, + [SMALL_STATE(2848)] = 85346, + [SMALL_STATE(2849)] = 85369, + [SMALL_STATE(2850)] = 85392, + [SMALL_STATE(2851)] = 85413, + [SMALL_STATE(2852)] = 85436, + [SMALL_STATE(2853)] = 85459, + [SMALL_STATE(2854)] = 85482, + [SMALL_STATE(2855)] = 85505, + [SMALL_STATE(2856)] = 85524, + [SMALL_STATE(2857)] = 85547, + [SMALL_STATE(2858)] = 85570, + [SMALL_STATE(2859)] = 85587, + [SMALL_STATE(2860)] = 85608, + [SMALL_STATE(2861)] = 85631, + [SMALL_STATE(2862)] = 85654, + [SMALL_STATE(2863)] = 85673, + [SMALL_STATE(2864)] = 85696, + [SMALL_STATE(2865)] = 85719, + [SMALL_STATE(2866)] = 85742, + [SMALL_STATE(2867)] = 85765, + [SMALL_STATE(2868)] = 85784, + [SMALL_STATE(2869)] = 85807, + [SMALL_STATE(2870)] = 85830, + [SMALL_STATE(2871)] = 85853, + [SMALL_STATE(2872)] = 85876, + [SMALL_STATE(2873)] = 85899, + [SMALL_STATE(2874)] = 85918, + [SMALL_STATE(2875)] = 85941, + [SMALL_STATE(2876)] = 85964, + [SMALL_STATE(2877)] = 85987, + [SMALL_STATE(2878)] = 86010, + [SMALL_STATE(2879)] = 86026, + [SMALL_STATE(2880)] = 86042, + [SMALL_STATE(2881)] = 86062, + [SMALL_STATE(2882)] = 86082, + [SMALL_STATE(2883)] = 86102, + [SMALL_STATE(2884)] = 86118, + [SMALL_STATE(2885)] = 86138, + [SMALL_STATE(2886)] = 86158, + [SMALL_STATE(2887)] = 86174, + [SMALL_STATE(2888)] = 86194, + [SMALL_STATE(2889)] = 86214, + [SMALL_STATE(2890)] = 86234, + [SMALL_STATE(2891)] = 86254, + [SMALL_STATE(2892)] = 86274, + [SMALL_STATE(2893)] = 86294, + [SMALL_STATE(2894)] = 86314, + [SMALL_STATE(2895)] = 86334, + [SMALL_STATE(2896)] = 86354, + [SMALL_STATE(2897)] = 86374, + [SMALL_STATE(2898)] = 86394, + [SMALL_STATE(2899)] = 86414, + [SMALL_STATE(2900)] = 86434, + [SMALL_STATE(2901)] = 86450, + [SMALL_STATE(2902)] = 86470, + [SMALL_STATE(2903)] = 86490, + [SMALL_STATE(2904)] = 86510, + [SMALL_STATE(2905)] = 86528, + [SMALL_STATE(2906)] = 86548, + [SMALL_STATE(2907)] = 86564, + [SMALL_STATE(2908)] = 86584, + [SMALL_STATE(2909)] = 86600, + [SMALL_STATE(2910)] = 86616, + [SMALL_STATE(2911)] = 86636, + [SMALL_STATE(2912)] = 86656, + [SMALL_STATE(2913)] = 86676, + [SMALL_STATE(2914)] = 86696, + [SMALL_STATE(2915)] = 86712, + [SMALL_STATE(2916)] = 86732, + [SMALL_STATE(2917)] = 86752, + [SMALL_STATE(2918)] = 86768, + [SMALL_STATE(2919)] = 86786, + [SMALL_STATE(2920)] = 86806, + [SMALL_STATE(2921)] = 86822, + [SMALL_STATE(2922)] = 86842, + [SMALL_STATE(2923)] = 86862, + [SMALL_STATE(2924)] = 86882, + [SMALL_STATE(2925)] = 86898, + [SMALL_STATE(2926)] = 86918, + [SMALL_STATE(2927)] = 86934, + [SMALL_STATE(2928)] = 86954, + [SMALL_STATE(2929)] = 86974, + [SMALL_STATE(2930)] = 86994, + [SMALL_STATE(2931)] = 87014, + [SMALL_STATE(2932)] = 87034, + [SMALL_STATE(2933)] = 87050, + [SMALL_STATE(2934)] = 87070, + [SMALL_STATE(2935)] = 87090, + [SMALL_STATE(2936)] = 87110, + [SMALL_STATE(2937)] = 87130, + [SMALL_STATE(2938)] = 87150, + [SMALL_STATE(2939)] = 87170, + [SMALL_STATE(2940)] = 87186, + [SMALL_STATE(2941)] = 87206, + [SMALL_STATE(2942)] = 87222, + [SMALL_STATE(2943)] = 87242, + [SMALL_STATE(2944)] = 87262, + [SMALL_STATE(2945)] = 87278, + [SMALL_STATE(2946)] = 87298, + [SMALL_STATE(2947)] = 87318, + [SMALL_STATE(2948)] = 87338, + [SMALL_STATE(2949)] = 87358, + [SMALL_STATE(2950)] = 87378, + [SMALL_STATE(2951)] = 87398, + [SMALL_STATE(2952)] = 87418, + [SMALL_STATE(2953)] = 87438, + [SMALL_STATE(2954)] = 87458, + [SMALL_STATE(2955)] = 87478, + [SMALL_STATE(2956)] = 87498, + [SMALL_STATE(2957)] = 87518, + [SMALL_STATE(2958)] = 87538, + [SMALL_STATE(2959)] = 87558, + [SMALL_STATE(2960)] = 87578, + [SMALL_STATE(2961)] = 87598, + [SMALL_STATE(2962)] = 87618, + [SMALL_STATE(2963)] = 87638, + [SMALL_STATE(2964)] = 87658, + [SMALL_STATE(2965)] = 87678, + [SMALL_STATE(2966)] = 87698, + [SMALL_STATE(2967)] = 87718, + [SMALL_STATE(2968)] = 87738, + [SMALL_STATE(2969)] = 87754, + [SMALL_STATE(2970)] = 87774, + [SMALL_STATE(2971)] = 87794, + [SMALL_STATE(2972)] = 87814, + [SMALL_STATE(2973)] = 87834, + [SMALL_STATE(2974)] = 87852, + [SMALL_STATE(2975)] = 87870, + [SMALL_STATE(2976)] = 87890, + [SMALL_STATE(2977)] = 87910, + [SMALL_STATE(2978)] = 87928, + [SMALL_STATE(2979)] = 87948, + [SMALL_STATE(2980)] = 87968, + [SMALL_STATE(2981)] = 87986, + [SMALL_STATE(2982)] = 88006, + [SMALL_STATE(2983)] = 88026, + [SMALL_STATE(2984)] = 88046, + [SMALL_STATE(2985)] = 88066, + [SMALL_STATE(2986)] = 88086, + [SMALL_STATE(2987)] = 88106, + [SMALL_STATE(2988)] = 88126, + [SMALL_STATE(2989)] = 88146, + [SMALL_STATE(2990)] = 88166, + [SMALL_STATE(2991)] = 88186, + [SMALL_STATE(2992)] = 88204, + [SMALL_STATE(2993)] = 88220, + [SMALL_STATE(2994)] = 88240, + [SMALL_STATE(2995)] = 88258, + [SMALL_STATE(2996)] = 88274, + [SMALL_STATE(2997)] = 88292, + [SMALL_STATE(2998)] = 88310, + [SMALL_STATE(2999)] = 88330, + [SMALL_STATE(3000)] = 88350, + [SMALL_STATE(3001)] = 88370, + [SMALL_STATE(3002)] = 88390, + [SMALL_STATE(3003)] = 88410, + [SMALL_STATE(3004)] = 88430, + [SMALL_STATE(3005)] = 88448, + [SMALL_STATE(3006)] = 88468, + [SMALL_STATE(3007)] = 88484, + [SMALL_STATE(3008)] = 88504, + [SMALL_STATE(3009)] = 88520, + [SMALL_STATE(3010)] = 88540, + [SMALL_STATE(3011)] = 88560, + [SMALL_STATE(3012)] = 88580, + [SMALL_STATE(3013)] = 88600, + [SMALL_STATE(3014)] = 88620, + [SMALL_STATE(3015)] = 88640, + [SMALL_STATE(3016)] = 88660, + [SMALL_STATE(3017)] = 88680, + [SMALL_STATE(3018)] = 88700, + [SMALL_STATE(3019)] = 88720, + [SMALL_STATE(3020)] = 88740, + [SMALL_STATE(3021)] = 88756, + [SMALL_STATE(3022)] = 88776, + [SMALL_STATE(3023)] = 88796, + [SMALL_STATE(3024)] = 88816, + [SMALL_STATE(3025)] = 88836, + [SMALL_STATE(3026)] = 88856, + [SMALL_STATE(3027)] = 88876, + [SMALL_STATE(3028)] = 88896, + [SMALL_STATE(3029)] = 88914, + [SMALL_STATE(3030)] = 88932, + [SMALL_STATE(3031)] = 88948, + [SMALL_STATE(3032)] = 88968, + [SMALL_STATE(3033)] = 88988, + [SMALL_STATE(3034)] = 89008, + [SMALL_STATE(3035)] = 89028, + [SMALL_STATE(3036)] = 89048, + [SMALL_STATE(3037)] = 89064, + [SMALL_STATE(3038)] = 89084, + [SMALL_STATE(3039)] = 89100, + [SMALL_STATE(3040)] = 89118, + [SMALL_STATE(3041)] = 89134, + [SMALL_STATE(3042)] = 89150, + [SMALL_STATE(3043)] = 89170, + [SMALL_STATE(3044)] = 89190, + [SMALL_STATE(3045)] = 89210, + [SMALL_STATE(3046)] = 89226, + [SMALL_STATE(3047)] = 89246, + [SMALL_STATE(3048)] = 89266, + [SMALL_STATE(3049)] = 89282, + [SMALL_STATE(3050)] = 89298, + [SMALL_STATE(3051)] = 89316, + [SMALL_STATE(3052)] = 89336, + [SMALL_STATE(3053)] = 89356, + [SMALL_STATE(3054)] = 89376, + [SMALL_STATE(3055)] = 89396, + [SMALL_STATE(3056)] = 89414, + [SMALL_STATE(3057)] = 89434, + [SMALL_STATE(3058)] = 89452, + [SMALL_STATE(3059)] = 89472, + [SMALL_STATE(3060)] = 89488, + [SMALL_STATE(3061)] = 89504, + [SMALL_STATE(3062)] = 89524, + [SMALL_STATE(3063)] = 89544, + [SMALL_STATE(3064)] = 89564, + [SMALL_STATE(3065)] = 89584, + [SMALL_STATE(3066)] = 89604, + [SMALL_STATE(3067)] = 89622, + [SMALL_STATE(3068)] = 89640, + [SMALL_STATE(3069)] = 89660, + [SMALL_STATE(3070)] = 89678, + [SMALL_STATE(3071)] = 89698, + [SMALL_STATE(3072)] = 89716, + [SMALL_STATE(3073)] = 89736, + [SMALL_STATE(3074)] = 89752, + [SMALL_STATE(3075)] = 89772, + [SMALL_STATE(3076)] = 89792, + [SMALL_STATE(3077)] = 89810, + [SMALL_STATE(3078)] = 89830, + [SMALL_STATE(3079)] = 89850, + [SMALL_STATE(3080)] = 89870, + [SMALL_STATE(3081)] = 89890, + [SMALL_STATE(3082)] = 89910, + [SMALL_STATE(3083)] = 89930, + [SMALL_STATE(3084)] = 89950, + [SMALL_STATE(3085)] = 89970, + [SMALL_STATE(3086)] = 89990, + [SMALL_STATE(3087)] = 90010, + [SMALL_STATE(3088)] = 90030, + [SMALL_STATE(3089)] = 90048, + [SMALL_STATE(3090)] = 90066, + [SMALL_STATE(3091)] = 90082, + [SMALL_STATE(3092)] = 90098, + [SMALL_STATE(3093)] = 90114, + [SMALL_STATE(3094)] = 90134, + [SMALL_STATE(3095)] = 90154, + [SMALL_STATE(3096)] = 90172, + [SMALL_STATE(3097)] = 90192, + [SMALL_STATE(3098)] = 90212, + [SMALL_STATE(3099)] = 90232, + [SMALL_STATE(3100)] = 90248, + [SMALL_STATE(3101)] = 90268, + [SMALL_STATE(3102)] = 90286, + [SMALL_STATE(3103)] = 90304, + [SMALL_STATE(3104)] = 90320, + [SMALL_STATE(3105)] = 90340, + [SMALL_STATE(3106)] = 90360, + [SMALL_STATE(3107)] = 90380, + [SMALL_STATE(3108)] = 90400, + [SMALL_STATE(3109)] = 90420, + [SMALL_STATE(3110)] = 90440, + [SMALL_STATE(3111)] = 90458, + [SMALL_STATE(3112)] = 90478, + [SMALL_STATE(3113)] = 90498, + [SMALL_STATE(3114)] = 90518, + [SMALL_STATE(3115)] = 90538, + [SMALL_STATE(3116)] = 90556, + [SMALL_STATE(3117)] = 90576, + [SMALL_STATE(3118)] = 90596, + [SMALL_STATE(3119)] = 90614, + [SMALL_STATE(3120)] = 90634, + [SMALL_STATE(3121)] = 90652, + [SMALL_STATE(3122)] = 90672, + [SMALL_STATE(3123)] = 90692, + [SMALL_STATE(3124)] = 90712, + [SMALL_STATE(3125)] = 90732, + [SMALL_STATE(3126)] = 90752, + [SMALL_STATE(3127)] = 90772, + [SMALL_STATE(3128)] = 90792, + [SMALL_STATE(3129)] = 90812, + [SMALL_STATE(3130)] = 90832, + [SMALL_STATE(3131)] = 90848, + [SMALL_STATE(3132)] = 90868, + [SMALL_STATE(3133)] = 90888, + [SMALL_STATE(3134)] = 90908, + [SMALL_STATE(3135)] = 90928, + [SMALL_STATE(3136)] = 90948, + [SMALL_STATE(3137)] = 90966, + [SMALL_STATE(3138)] = 90982, + [SMALL_STATE(3139)] = 91000, + [SMALL_STATE(3140)] = 91020, + [SMALL_STATE(3141)] = 91038, + [SMALL_STATE(3142)] = 91054, + [SMALL_STATE(3143)] = 91074, + [SMALL_STATE(3144)] = 91090, + [SMALL_STATE(3145)] = 91108, + [SMALL_STATE(3146)] = 91128, + [SMALL_STATE(3147)] = 91148, + [SMALL_STATE(3148)] = 91168, + [SMALL_STATE(3149)] = 91188, + [SMALL_STATE(3150)] = 91204, + [SMALL_STATE(3151)] = 91220, + [SMALL_STATE(3152)] = 91240, + [SMALL_STATE(3153)] = 91256, + [SMALL_STATE(3154)] = 91272, + [SMALL_STATE(3155)] = 91288, + [SMALL_STATE(3156)] = 91308, + [SMALL_STATE(3157)] = 91324, + [SMALL_STATE(3158)] = 91344, + [SMALL_STATE(3159)] = 91364, + [SMALL_STATE(3160)] = 91380, + [SMALL_STATE(3161)] = 91400, + [SMALL_STATE(3162)] = 91416, + [SMALL_STATE(3163)] = 91436, + [SMALL_STATE(3164)] = 91456, + [SMALL_STATE(3165)] = 91472, + [SMALL_STATE(3166)] = 91492, + [SMALL_STATE(3167)] = 91512, + [SMALL_STATE(3168)] = 91532, + [SMALL_STATE(3169)] = 91552, + [SMALL_STATE(3170)] = 91572, + [SMALL_STATE(3171)] = 91590, + [SMALL_STATE(3172)] = 91610, + [SMALL_STATE(3173)] = 91630, + [SMALL_STATE(3174)] = 91648, + [SMALL_STATE(3175)] = 91664, + [SMALL_STATE(3176)] = 91684, + [SMALL_STATE(3177)] = 91704, + [SMALL_STATE(3178)] = 91724, + [SMALL_STATE(3179)] = 91742, + [SMALL_STATE(3180)] = 91758, + [SMALL_STATE(3181)] = 91778, + [SMALL_STATE(3182)] = 91796, + [SMALL_STATE(3183)] = 91816, + [SMALL_STATE(3184)] = 91836, + [SMALL_STATE(3185)] = 91854, + [SMALL_STATE(3186)] = 91870, + [SMALL_STATE(3187)] = 91888, + [SMALL_STATE(3188)] = 91904, + [SMALL_STATE(3189)] = 91924, + [SMALL_STATE(3190)] = 91939, + [SMALL_STATE(3191)] = 91954, + [SMALL_STATE(3192)] = 91971, + [SMALL_STATE(3193)] = 91988, + [SMALL_STATE(3194)] = 92005, + [SMALL_STATE(3195)] = 92022, + [SMALL_STATE(3196)] = 92039, + [SMALL_STATE(3197)] = 92056, + [SMALL_STATE(3198)] = 92073, + [SMALL_STATE(3199)] = 92090, + [SMALL_STATE(3200)] = 92107, + [SMALL_STATE(3201)] = 92122, + [SMALL_STATE(3202)] = 92139, + [SMALL_STATE(3203)] = 92154, + [SMALL_STATE(3204)] = 92171, + [SMALL_STATE(3205)] = 92188, + [SMALL_STATE(3206)] = 92205, + [SMALL_STATE(3207)] = 92222, + [SMALL_STATE(3208)] = 92239, + [SMALL_STATE(3209)] = 92256, + [SMALL_STATE(3210)] = 92273, + [SMALL_STATE(3211)] = 92290, + [SMALL_STATE(3212)] = 92307, + [SMALL_STATE(3213)] = 92324, + [SMALL_STATE(3214)] = 92339, + [SMALL_STATE(3215)] = 92356, + [SMALL_STATE(3216)] = 92373, + [SMALL_STATE(3217)] = 92388, + [SMALL_STATE(3218)] = 92403, + [SMALL_STATE(3219)] = 92420, + [SMALL_STATE(3220)] = 92437, + [SMALL_STATE(3221)] = 92454, + [SMALL_STATE(3222)] = 92471, + [SMALL_STATE(3223)] = 92488, + [SMALL_STATE(3224)] = 92505, + [SMALL_STATE(3225)] = 92522, + [SMALL_STATE(3226)] = 92539, + [SMALL_STATE(3227)] = 92556, + [SMALL_STATE(3228)] = 92573, + [SMALL_STATE(3229)] = 92590, + [SMALL_STATE(3230)] = 92607, + [SMALL_STATE(3231)] = 92622, + [SMALL_STATE(3232)] = 92639, + [SMALL_STATE(3233)] = 92656, + [SMALL_STATE(3234)] = 92673, + [SMALL_STATE(3235)] = 92690, + [SMALL_STATE(3236)] = 92707, + [SMALL_STATE(3237)] = 92724, + [SMALL_STATE(3238)] = 92741, + [SMALL_STATE(3239)] = 92758, + [SMALL_STATE(3240)] = 92773, + [SMALL_STATE(3241)] = 92790, + [SMALL_STATE(3242)] = 92807, + [SMALL_STATE(3243)] = 92822, + [SMALL_STATE(3244)] = 92837, + [SMALL_STATE(3245)] = 92854, + [SMALL_STATE(3246)] = 92869, + [SMALL_STATE(3247)] = 92886, + [SMALL_STATE(3248)] = 92903, + [SMALL_STATE(3249)] = 92920, + [SMALL_STATE(3250)] = 92937, + [SMALL_STATE(3251)] = 92954, + [SMALL_STATE(3252)] = 92971, + [SMALL_STATE(3253)] = 92986, + [SMALL_STATE(3254)] = 93003, + [SMALL_STATE(3255)] = 93020, + [SMALL_STATE(3256)] = 93037, + [SMALL_STATE(3257)] = 93054, + [SMALL_STATE(3258)] = 93071, + [SMALL_STATE(3259)] = 93086, + [SMALL_STATE(3260)] = 93103, + [SMALL_STATE(3261)] = 93120, + [SMALL_STATE(3262)] = 93137, + [SMALL_STATE(3263)] = 93152, + [SMALL_STATE(3264)] = 93169, + [SMALL_STATE(3265)] = 93186, + [SMALL_STATE(3266)] = 93203, + [SMALL_STATE(3267)] = 93220, + [SMALL_STATE(3268)] = 93235, + [SMALL_STATE(3269)] = 93252, + [SMALL_STATE(3270)] = 93269, + [SMALL_STATE(3271)] = 93286, + [SMALL_STATE(3272)] = 93303, + [SMALL_STATE(3273)] = 93318, + [SMALL_STATE(3274)] = 93333, + [SMALL_STATE(3275)] = 93348, + [SMALL_STATE(3276)] = 93365, + [SMALL_STATE(3277)] = 93382, + [SMALL_STATE(3278)] = 93399, + [SMALL_STATE(3279)] = 93414, + [SMALL_STATE(3280)] = 93431, + [SMALL_STATE(3281)] = 93448, + [SMALL_STATE(3282)] = 93465, + [SMALL_STATE(3283)] = 93482, + [SMALL_STATE(3284)] = 93499, + [SMALL_STATE(3285)] = 93516, + [SMALL_STATE(3286)] = 93533, + [SMALL_STATE(3287)] = 93550, + [SMALL_STATE(3288)] = 93567, + [SMALL_STATE(3289)] = 93584, + [SMALL_STATE(3290)] = 93601, + [SMALL_STATE(3291)] = 93618, + [SMALL_STATE(3292)] = 93635, + [SMALL_STATE(3293)] = 93652, + [SMALL_STATE(3294)] = 93667, + [SMALL_STATE(3295)] = 93684, + [SMALL_STATE(3296)] = 93701, + [SMALL_STATE(3297)] = 93716, + [SMALL_STATE(3298)] = 93733, + [SMALL_STATE(3299)] = 93750, + [SMALL_STATE(3300)] = 93767, + [SMALL_STATE(3301)] = 93782, + [SMALL_STATE(3302)] = 93799, + [SMALL_STATE(3303)] = 93816, + [SMALL_STATE(3304)] = 93833, + [SMALL_STATE(3305)] = 93850, + [SMALL_STATE(3306)] = 93867, + [SMALL_STATE(3307)] = 93884, + [SMALL_STATE(3308)] = 93901, + [SMALL_STATE(3309)] = 93918, + [SMALL_STATE(3310)] = 93935, + [SMALL_STATE(3311)] = 93952, + [SMALL_STATE(3312)] = 93969, + [SMALL_STATE(3313)] = 93986, + [SMALL_STATE(3314)] = 94003, + [SMALL_STATE(3315)] = 94020, + [SMALL_STATE(3316)] = 94037, + [SMALL_STATE(3317)] = 94054, + [SMALL_STATE(3318)] = 94071, + [SMALL_STATE(3319)] = 94088, + [SMALL_STATE(3320)] = 94103, + [SMALL_STATE(3321)] = 94120, + [SMALL_STATE(3322)] = 94137, + [SMALL_STATE(3323)] = 94154, + [SMALL_STATE(3324)] = 94171, + [SMALL_STATE(3325)] = 94188, + [SMALL_STATE(3326)] = 94205, + [SMALL_STATE(3327)] = 94222, + [SMALL_STATE(3328)] = 94239, + [SMALL_STATE(3329)] = 94256, + [SMALL_STATE(3330)] = 94273, + [SMALL_STATE(3331)] = 94290, + [SMALL_STATE(3332)] = 94307, + [SMALL_STATE(3333)] = 94324, + [SMALL_STATE(3334)] = 94341, + [SMALL_STATE(3335)] = 94358, + [SMALL_STATE(3336)] = 94375, + [SMALL_STATE(3337)] = 94392, + [SMALL_STATE(3338)] = 94409, + [SMALL_STATE(3339)] = 94424, + [SMALL_STATE(3340)] = 94441, + [SMALL_STATE(3341)] = 94458, + [SMALL_STATE(3342)] = 94475, + [SMALL_STATE(3343)] = 94492, + [SMALL_STATE(3344)] = 94507, + [SMALL_STATE(3345)] = 94524, + [SMALL_STATE(3346)] = 94539, + [SMALL_STATE(3347)] = 94556, + [SMALL_STATE(3348)] = 94573, + [SMALL_STATE(3349)] = 94588, + [SMALL_STATE(3350)] = 94605, + [SMALL_STATE(3351)] = 94622, + [SMALL_STATE(3352)] = 94637, + [SMALL_STATE(3353)] = 94652, + [SMALL_STATE(3354)] = 94669, + [SMALL_STATE(3355)] = 94686, + [SMALL_STATE(3356)] = 94703, + [SMALL_STATE(3357)] = 94718, + [SMALL_STATE(3358)] = 94735, + [SMALL_STATE(3359)] = 94752, + [SMALL_STATE(3360)] = 94767, + [SMALL_STATE(3361)] = 94784, + [SMALL_STATE(3362)] = 94801, + [SMALL_STATE(3363)] = 94818, + [SMALL_STATE(3364)] = 94835, + [SMALL_STATE(3365)] = 94850, + [SMALL_STATE(3366)] = 94867, + [SMALL_STATE(3367)] = 94884, + [SMALL_STATE(3368)] = 94901, + [SMALL_STATE(3369)] = 94918, + [SMALL_STATE(3370)] = 94935, + [SMALL_STATE(3371)] = 94952, + [SMALL_STATE(3372)] = 94967, + [SMALL_STATE(3373)] = 94984, + [SMALL_STATE(3374)] = 95001, + [SMALL_STATE(3375)] = 95018, + [SMALL_STATE(3376)] = 95035, + [SMALL_STATE(3377)] = 95052, + [SMALL_STATE(3378)] = 95069, + [SMALL_STATE(3379)] = 95086, + [SMALL_STATE(3380)] = 95101, + [SMALL_STATE(3381)] = 95118, + [SMALL_STATE(3382)] = 95135, + [SMALL_STATE(3383)] = 95152, + [SMALL_STATE(3384)] = 95169, + [SMALL_STATE(3385)] = 95186, + [SMALL_STATE(3386)] = 95201, + [SMALL_STATE(3387)] = 95218, + [SMALL_STATE(3388)] = 95235, + [SMALL_STATE(3389)] = 95252, + [SMALL_STATE(3390)] = 95269, + [SMALL_STATE(3391)] = 95284, + [SMALL_STATE(3392)] = 95301, + [SMALL_STATE(3393)] = 95318, + [SMALL_STATE(3394)] = 95335, + [SMALL_STATE(3395)] = 95352, + [SMALL_STATE(3396)] = 95369, + [SMALL_STATE(3397)] = 95386, + [SMALL_STATE(3398)] = 95403, + [SMALL_STATE(3399)] = 95420, + [SMALL_STATE(3400)] = 95435, + [SMALL_STATE(3401)] = 95450, + [SMALL_STATE(3402)] = 95465, + [SMALL_STATE(3403)] = 95482, + [SMALL_STATE(3404)] = 95497, + [SMALL_STATE(3405)] = 95514, + [SMALL_STATE(3406)] = 95531, + [SMALL_STATE(3407)] = 95548, + [SMALL_STATE(3408)] = 95565, + [SMALL_STATE(3409)] = 95582, + [SMALL_STATE(3410)] = 95599, + [SMALL_STATE(3411)] = 95614, + [SMALL_STATE(3412)] = 95631, + [SMALL_STATE(3413)] = 95646, + [SMALL_STATE(3414)] = 95663, + [SMALL_STATE(3415)] = 95680, + [SMALL_STATE(3416)] = 95697, + [SMALL_STATE(3417)] = 95714, + [SMALL_STATE(3418)] = 95729, + [SMALL_STATE(3419)] = 95746, + [SMALL_STATE(3420)] = 95763, + [SMALL_STATE(3421)] = 95780, + [SMALL_STATE(3422)] = 95797, + [SMALL_STATE(3423)] = 95814, + [SMALL_STATE(3424)] = 95831, + [SMALL_STATE(3425)] = 95848, + [SMALL_STATE(3426)] = 95865, + [SMALL_STATE(3427)] = 95882, + [SMALL_STATE(3428)] = 95899, + [SMALL_STATE(3429)] = 95916, + [SMALL_STATE(3430)] = 95933, + [SMALL_STATE(3431)] = 95950, + [SMALL_STATE(3432)] = 95967, + [SMALL_STATE(3433)] = 95984, + [SMALL_STATE(3434)] = 96001, + [SMALL_STATE(3435)] = 96018, + [SMALL_STATE(3436)] = 96035, + [SMALL_STATE(3437)] = 96052, + [SMALL_STATE(3438)] = 96069, + [SMALL_STATE(3439)] = 96086, + [SMALL_STATE(3440)] = 96103, + [SMALL_STATE(3441)] = 96120, + [SMALL_STATE(3442)] = 96137, + [SMALL_STATE(3443)] = 96152, + [SMALL_STATE(3444)] = 96167, + [SMALL_STATE(3445)] = 96184, + [SMALL_STATE(3446)] = 96201, + [SMALL_STATE(3447)] = 96218, + [SMALL_STATE(3448)] = 96235, + [SMALL_STATE(3449)] = 96252, + [SMALL_STATE(3450)] = 96267, + [SMALL_STATE(3451)] = 96284, + [SMALL_STATE(3452)] = 96301, + [SMALL_STATE(3453)] = 96318, + [SMALL_STATE(3454)] = 96333, + [SMALL_STATE(3455)] = 96348, + [SMALL_STATE(3456)] = 96365, + [SMALL_STATE(3457)] = 96382, + [SMALL_STATE(3458)] = 96399, + [SMALL_STATE(3459)] = 96416, + [SMALL_STATE(3460)] = 96431, + [SMALL_STATE(3461)] = 96446, + [SMALL_STATE(3462)] = 96461, + [SMALL_STATE(3463)] = 96476, + [SMALL_STATE(3464)] = 96493, + [SMALL_STATE(3465)] = 96510, + [SMALL_STATE(3466)] = 96527, + [SMALL_STATE(3467)] = 96544, + [SMALL_STATE(3468)] = 96561, + [SMALL_STATE(3469)] = 96578, + [SMALL_STATE(3470)] = 96595, + [SMALL_STATE(3471)] = 96612, + [SMALL_STATE(3472)] = 96629, + [SMALL_STATE(3473)] = 96644, + [SMALL_STATE(3474)] = 96661, + [SMALL_STATE(3475)] = 96678, + [SMALL_STATE(3476)] = 96695, + [SMALL_STATE(3477)] = 96712, + [SMALL_STATE(3478)] = 96729, + [SMALL_STATE(3479)] = 96746, + [SMALL_STATE(3480)] = 96763, + [SMALL_STATE(3481)] = 96778, + [SMALL_STATE(3482)] = 96793, + [SMALL_STATE(3483)] = 96808, + [SMALL_STATE(3484)] = 96825, + [SMALL_STATE(3485)] = 96842, + [SMALL_STATE(3486)] = 96859, + [SMALL_STATE(3487)] = 96876, + [SMALL_STATE(3488)] = 96893, + [SMALL_STATE(3489)] = 96910, + [SMALL_STATE(3490)] = 96927, + [SMALL_STATE(3491)] = 96944, + [SMALL_STATE(3492)] = 96961, + [SMALL_STATE(3493)] = 96976, + [SMALL_STATE(3494)] = 96993, + [SMALL_STATE(3495)] = 97010, + [SMALL_STATE(3496)] = 97027, + [SMALL_STATE(3497)] = 97041, + [SMALL_STATE(3498)] = 97055, + [SMALL_STATE(3499)] = 97069, + [SMALL_STATE(3500)] = 97083, + [SMALL_STATE(3501)] = 97097, + [SMALL_STATE(3502)] = 97111, + [SMALL_STATE(3503)] = 97125, + [SMALL_STATE(3504)] = 97139, + [SMALL_STATE(3505)] = 97153, + [SMALL_STATE(3506)] = 97167, + [SMALL_STATE(3507)] = 97181, + [SMALL_STATE(3508)] = 97195, + [SMALL_STATE(3509)] = 97209, + [SMALL_STATE(3510)] = 97223, + [SMALL_STATE(3511)] = 97237, + [SMALL_STATE(3512)] = 97251, + [SMALL_STATE(3513)] = 97265, + [SMALL_STATE(3514)] = 97279, + [SMALL_STATE(3515)] = 97293, + [SMALL_STATE(3516)] = 97307, + [SMALL_STATE(3517)] = 97321, + [SMALL_STATE(3518)] = 97335, + [SMALL_STATE(3519)] = 97349, + [SMALL_STATE(3520)] = 97363, + [SMALL_STATE(3521)] = 97377, + [SMALL_STATE(3522)] = 97391, + [SMALL_STATE(3523)] = 97405, + [SMALL_STATE(3524)] = 97419, + [SMALL_STATE(3525)] = 97433, + [SMALL_STATE(3526)] = 97447, + [SMALL_STATE(3527)] = 97461, + [SMALL_STATE(3528)] = 97475, + [SMALL_STATE(3529)] = 97489, + [SMALL_STATE(3530)] = 97503, + [SMALL_STATE(3531)] = 97517, + [SMALL_STATE(3532)] = 97531, + [SMALL_STATE(3533)] = 97545, + [SMALL_STATE(3534)] = 97559, + [SMALL_STATE(3535)] = 97573, + [SMALL_STATE(3536)] = 97587, + [SMALL_STATE(3537)] = 97601, + [SMALL_STATE(3538)] = 97615, + [SMALL_STATE(3539)] = 97629, + [SMALL_STATE(3540)] = 97643, + [SMALL_STATE(3541)] = 97657, + [SMALL_STATE(3542)] = 97671, + [SMALL_STATE(3543)] = 97685, + [SMALL_STATE(3544)] = 97699, + [SMALL_STATE(3545)] = 97713, + [SMALL_STATE(3546)] = 97727, + [SMALL_STATE(3547)] = 97741, + [SMALL_STATE(3548)] = 97755, + [SMALL_STATE(3549)] = 97769, + [SMALL_STATE(3550)] = 97783, + [SMALL_STATE(3551)] = 97797, + [SMALL_STATE(3552)] = 97811, + [SMALL_STATE(3553)] = 97825, + [SMALL_STATE(3554)] = 97839, + [SMALL_STATE(3555)] = 97853, + [SMALL_STATE(3556)] = 97867, + [SMALL_STATE(3557)] = 97881, + [SMALL_STATE(3558)] = 97895, + [SMALL_STATE(3559)] = 97909, + [SMALL_STATE(3560)] = 97923, + [SMALL_STATE(3561)] = 97937, + [SMALL_STATE(3562)] = 97951, + [SMALL_STATE(3563)] = 97965, + [SMALL_STATE(3564)] = 97979, + [SMALL_STATE(3565)] = 97993, + [SMALL_STATE(3566)] = 98007, + [SMALL_STATE(3567)] = 98021, + [SMALL_STATE(3568)] = 98035, + [SMALL_STATE(3569)] = 98049, + [SMALL_STATE(3570)] = 98063, + [SMALL_STATE(3571)] = 98077, + [SMALL_STATE(3572)] = 98091, + [SMALL_STATE(3573)] = 98105, + [SMALL_STATE(3574)] = 98119, + [SMALL_STATE(3575)] = 98133, + [SMALL_STATE(3576)] = 98147, + [SMALL_STATE(3577)] = 98161, + [SMALL_STATE(3578)] = 98175, + [SMALL_STATE(3579)] = 98189, + [SMALL_STATE(3580)] = 98203, + [SMALL_STATE(3581)] = 98217, + [SMALL_STATE(3582)] = 98231, + [SMALL_STATE(3583)] = 98245, + [SMALL_STATE(3584)] = 98259, + [SMALL_STATE(3585)] = 98273, + [SMALL_STATE(3586)] = 98287, + [SMALL_STATE(3587)] = 98301, + [SMALL_STATE(3588)] = 98315, + [SMALL_STATE(3589)] = 98329, + [SMALL_STATE(3590)] = 98343, + [SMALL_STATE(3591)] = 98357, + [SMALL_STATE(3592)] = 98371, + [SMALL_STATE(3593)] = 98385, + [SMALL_STATE(3594)] = 98399, + [SMALL_STATE(3595)] = 98413, + [SMALL_STATE(3596)] = 98427, + [SMALL_STATE(3597)] = 98441, + [SMALL_STATE(3598)] = 98455, + [SMALL_STATE(3599)] = 98469, + [SMALL_STATE(3600)] = 98483, + [SMALL_STATE(3601)] = 98497, + [SMALL_STATE(3602)] = 98511, + [SMALL_STATE(3603)] = 98525, + [SMALL_STATE(3604)] = 98539, + [SMALL_STATE(3605)] = 98553, + [SMALL_STATE(3606)] = 98567, + [SMALL_STATE(3607)] = 98581, + [SMALL_STATE(3608)] = 98595, + [SMALL_STATE(3609)] = 98609, + [SMALL_STATE(3610)] = 98623, + [SMALL_STATE(3611)] = 98637, + [SMALL_STATE(3612)] = 98651, + [SMALL_STATE(3613)] = 98665, + [SMALL_STATE(3614)] = 98679, + [SMALL_STATE(3615)] = 98693, + [SMALL_STATE(3616)] = 98707, + [SMALL_STATE(3617)] = 98721, + [SMALL_STATE(3618)] = 98735, + [SMALL_STATE(3619)] = 98749, + [SMALL_STATE(3620)] = 98763, + [SMALL_STATE(3621)] = 98777, + [SMALL_STATE(3622)] = 98791, + [SMALL_STATE(3623)] = 98805, + [SMALL_STATE(3624)] = 98819, + [SMALL_STATE(3625)] = 98833, + [SMALL_STATE(3626)] = 98847, + [SMALL_STATE(3627)] = 98861, + [SMALL_STATE(3628)] = 98875, + [SMALL_STATE(3629)] = 98889, + [SMALL_STATE(3630)] = 98903, + [SMALL_STATE(3631)] = 98917, + [SMALL_STATE(3632)] = 98931, + [SMALL_STATE(3633)] = 98945, + [SMALL_STATE(3634)] = 98959, + [SMALL_STATE(3635)] = 98973, + [SMALL_STATE(3636)] = 98987, + [SMALL_STATE(3637)] = 99001, + [SMALL_STATE(3638)] = 99015, + [SMALL_STATE(3639)] = 99029, + [SMALL_STATE(3640)] = 99043, + [SMALL_STATE(3641)] = 99057, + [SMALL_STATE(3642)] = 99071, + [SMALL_STATE(3643)] = 99085, + [SMALL_STATE(3644)] = 99099, + [SMALL_STATE(3645)] = 99113, + [SMALL_STATE(3646)] = 99127, + [SMALL_STATE(3647)] = 99141, + [SMALL_STATE(3648)] = 99155, + [SMALL_STATE(3649)] = 99169, + [SMALL_STATE(3650)] = 99183, + [SMALL_STATE(3651)] = 99197, + [SMALL_STATE(3652)] = 99211, + [SMALL_STATE(3653)] = 99225, + [SMALL_STATE(3654)] = 99239, + [SMALL_STATE(3655)] = 99253, + [SMALL_STATE(3656)] = 99267, + [SMALL_STATE(3657)] = 99281, + [SMALL_STATE(3658)] = 99295, + [SMALL_STATE(3659)] = 99309, + [SMALL_STATE(3660)] = 99323, + [SMALL_STATE(3661)] = 99337, + [SMALL_STATE(3662)] = 99351, + [SMALL_STATE(3663)] = 99365, + [SMALL_STATE(3664)] = 99379, + [SMALL_STATE(3665)] = 99393, + [SMALL_STATE(3666)] = 99407, + [SMALL_STATE(3667)] = 99421, + [SMALL_STATE(3668)] = 99435, + [SMALL_STATE(3669)] = 99449, + [SMALL_STATE(3670)] = 99463, + [SMALL_STATE(3671)] = 99477, + [SMALL_STATE(3672)] = 99491, + [SMALL_STATE(3673)] = 99505, + [SMALL_STATE(3674)] = 99519, + [SMALL_STATE(3675)] = 99533, + [SMALL_STATE(3676)] = 99547, + [SMALL_STATE(3677)] = 99561, + [SMALL_STATE(3678)] = 99575, + [SMALL_STATE(3679)] = 99589, + [SMALL_STATE(3680)] = 99603, + [SMALL_STATE(3681)] = 99617, + [SMALL_STATE(3682)] = 99631, + [SMALL_STATE(3683)] = 99645, + [SMALL_STATE(3684)] = 99659, + [SMALL_STATE(3685)] = 99673, + [SMALL_STATE(3686)] = 99687, + [SMALL_STATE(3687)] = 99701, + [SMALL_STATE(3688)] = 99715, + [SMALL_STATE(3689)] = 99729, + [SMALL_STATE(3690)] = 99743, + [SMALL_STATE(3691)] = 99757, + [SMALL_STATE(3692)] = 99771, + [SMALL_STATE(3693)] = 99785, + [SMALL_STATE(3694)] = 99799, + [SMALL_STATE(3695)] = 99813, + [SMALL_STATE(3696)] = 99827, + [SMALL_STATE(3697)] = 99841, + [SMALL_STATE(3698)] = 99855, + [SMALL_STATE(3699)] = 99869, + [SMALL_STATE(3700)] = 99883, + [SMALL_STATE(3701)] = 99897, + [SMALL_STATE(3702)] = 99911, + [SMALL_STATE(3703)] = 99925, + [SMALL_STATE(3704)] = 99939, + [SMALL_STATE(3705)] = 99953, + [SMALL_STATE(3706)] = 99967, + [SMALL_STATE(3707)] = 99981, + [SMALL_STATE(3708)] = 99995, + [SMALL_STATE(3709)] = 100009, + [SMALL_STATE(3710)] = 100023, + [SMALL_STATE(3711)] = 100037, + [SMALL_STATE(3712)] = 100051, + [SMALL_STATE(3713)] = 100065, + [SMALL_STATE(3714)] = 100079, + [SMALL_STATE(3715)] = 100093, + [SMALL_STATE(3716)] = 100107, + [SMALL_STATE(3717)] = 100121, + [SMALL_STATE(3718)] = 100135, + [SMALL_STATE(3719)] = 100149, + [SMALL_STATE(3720)] = 100163, + [SMALL_STATE(3721)] = 100177, + [SMALL_STATE(3722)] = 100191, + [SMALL_STATE(3723)] = 100205, + [SMALL_STATE(3724)] = 100219, + [SMALL_STATE(3725)] = 100233, + [SMALL_STATE(3726)] = 100247, + [SMALL_STATE(3727)] = 100261, + [SMALL_STATE(3728)] = 100275, + [SMALL_STATE(3729)] = 100289, + [SMALL_STATE(3730)] = 100303, + [SMALL_STATE(3731)] = 100317, + [SMALL_STATE(3732)] = 100331, + [SMALL_STATE(3733)] = 100345, + [SMALL_STATE(3734)] = 100359, + [SMALL_STATE(3735)] = 100373, + [SMALL_STATE(3736)] = 100387, + [SMALL_STATE(3737)] = 100401, + [SMALL_STATE(3738)] = 100415, + [SMALL_STATE(3739)] = 100429, + [SMALL_STATE(3740)] = 100443, + [SMALL_STATE(3741)] = 100457, + [SMALL_STATE(3742)] = 100471, + [SMALL_STATE(3743)] = 100485, + [SMALL_STATE(3744)] = 100499, + [SMALL_STATE(3745)] = 100513, + [SMALL_STATE(3746)] = 100527, + [SMALL_STATE(3747)] = 100541, + [SMALL_STATE(3748)] = 100555, + [SMALL_STATE(3749)] = 100569, + [SMALL_STATE(3750)] = 100583, + [SMALL_STATE(3751)] = 100597, + [SMALL_STATE(3752)] = 100611, + [SMALL_STATE(3753)] = 100625, + [SMALL_STATE(3754)] = 100639, + [SMALL_STATE(3755)] = 100653, + [SMALL_STATE(3756)] = 100667, + [SMALL_STATE(3757)] = 100681, + [SMALL_STATE(3758)] = 100695, + [SMALL_STATE(3759)] = 100709, + [SMALL_STATE(3760)] = 100723, + [SMALL_STATE(3761)] = 100737, + [SMALL_STATE(3762)] = 100751, + [SMALL_STATE(3763)] = 100765, + [SMALL_STATE(3764)] = 100779, + [SMALL_STATE(3765)] = 100793, + [SMALL_STATE(3766)] = 100807, + [SMALL_STATE(3767)] = 100821, + [SMALL_STATE(3768)] = 100835, + [SMALL_STATE(3769)] = 100849, + [SMALL_STATE(3770)] = 100863, + [SMALL_STATE(3771)] = 100877, + [SMALL_STATE(3772)] = 100891, + [SMALL_STATE(3773)] = 100905, + [SMALL_STATE(3774)] = 100919, + [SMALL_STATE(3775)] = 100933, + [SMALL_STATE(3776)] = 100947, + [SMALL_STATE(3777)] = 100961, + [SMALL_STATE(3778)] = 100975, + [SMALL_STATE(3779)] = 100989, + [SMALL_STATE(3780)] = 101003, + [SMALL_STATE(3781)] = 101017, + [SMALL_STATE(3782)] = 101031, + [SMALL_STATE(3783)] = 101045, + [SMALL_STATE(3784)] = 101059, + [SMALL_STATE(3785)] = 101073, + [SMALL_STATE(3786)] = 101087, + [SMALL_STATE(3787)] = 101101, + [SMALL_STATE(3788)] = 101115, + [SMALL_STATE(3789)] = 101129, + [SMALL_STATE(3790)] = 101143, + [SMALL_STATE(3791)] = 101157, + [SMALL_STATE(3792)] = 101171, + [SMALL_STATE(3793)] = 101185, + [SMALL_STATE(3794)] = 101199, + [SMALL_STATE(3795)] = 101213, + [SMALL_STATE(3796)] = 101227, + [SMALL_STATE(3797)] = 101241, + [SMALL_STATE(3798)] = 101255, + [SMALL_STATE(3799)] = 101269, + [SMALL_STATE(3800)] = 101283, + [SMALL_STATE(3801)] = 101297, + [SMALL_STATE(3802)] = 101311, + [SMALL_STATE(3803)] = 101325, + [SMALL_STATE(3804)] = 101339, + [SMALL_STATE(3805)] = 101353, + [SMALL_STATE(3806)] = 101367, + [SMALL_STATE(3807)] = 101381, + [SMALL_STATE(3808)] = 101395, + [SMALL_STATE(3809)] = 101409, + [SMALL_STATE(3810)] = 101423, + [SMALL_STATE(3811)] = 101437, + [SMALL_STATE(3812)] = 101451, + [SMALL_STATE(3813)] = 101465, + [SMALL_STATE(3814)] = 101479, + [SMALL_STATE(3815)] = 101493, + [SMALL_STATE(3816)] = 101497, + [SMALL_STATE(3817)] = 101501, + [SMALL_STATE(3818)] = 101505, + [SMALL_STATE(3819)] = 101509, + [SMALL_STATE(3820)] = 101513, + [SMALL_STATE(3821)] = 101517, }; 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(2376), - [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), [119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), - [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1569), - [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2727), - [140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(184), + [131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1573), + [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(522), + [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2752), + [140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(158), [143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(134), - [146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(301), - [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1557), - [155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(225), - [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(818), - [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(870), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3259), - [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3262), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3500), - [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2117), + [146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(34), + [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(364), + [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1558), + [155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(819), + [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(876), + [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(40), + [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3420), + [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3435), + [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3551), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2095), [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2174), - [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1251), - [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1104), - [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3600), - [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3457), - [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(824), - [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1148), - [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(885), - [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(823), - [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2822), - [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(358), - [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3542), - [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2034), - [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(40), - [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2349), - [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3497), - [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3795), - [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3499), - [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1596), - [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2125), - [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1961), - [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(152), - [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2171), - [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(37), - [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3223), - [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2641), - [263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), - [266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2728), - [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1500), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2123), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1419), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1086), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3745), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3213), + [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(844), + [200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1068), + [203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(883), + [209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(831), + [212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2851), + [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(333), + [218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3733), + [221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2029), + [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2392), + [230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3631), + [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), + [236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3511), + [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1595), + [242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2115), + [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1942), + [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(176), + [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2131), + [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3434), + [260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), + [263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1479), + [266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2816), + [269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1551), [272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1556), - [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3802), - [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2089), + [275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3679), + [278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2040), [281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1556), - [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3737), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3498), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), [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(2715), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), [347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 2, 0, 0), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 1, 0, 0), [377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 1, 0, 0), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), - [381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), - [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), - [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 1, 0, 0), - [395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 1, 0, 0), - [397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), - [399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3619), + [381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), + [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), + [385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), + [387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [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_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(1597), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2820), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(154), - [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(72), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), + [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(68), [540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), - [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(73), - [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(74), - [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(183), - [557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2650), - [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(169), - [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(155), - [566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3684), - [569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(187), - [572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(99), - [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), - [580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(100), - [583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(101), - [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3543), - [592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(183), - [595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2650), - [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(169), - [601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(187), - [604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3684), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), - [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(210), - [646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(111), + [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(69), + [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(76), + [548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3729), + [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2782), + [560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(182), + [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(186), + [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), + [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3664), + [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2782), + [634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(182), + [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(186), + [640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), + [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(211), + [646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(110), [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), - [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(112), - [657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(113), - [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(111), + [657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(112), + [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(211), [666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(202), - [669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2642), - [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2728), + [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(205), + [675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3623), + [678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1108), - [757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(184), - [760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(134), - [763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), - [765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(10), - [768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(301), - [771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1557), - [774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(225), - [777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(818), - [780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(870), - [783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(38), - [786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3259), - [789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3574), - [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3500), - [795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2398), - [798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(36), - [801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2784), - [804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1251), - [807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1501), - [810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(849), - [813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1070), - [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(188), - [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2763), - [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(361), - [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(40), - [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2643), - [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2693), - [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(189), - [837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(37), - [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3223), - [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2768), - [846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1545), - [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2728), - [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1500), - [855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1556), - [858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3802), - [861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1556), - [864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3737), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__token_pattern, 1, 0, 0), - [885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__token_pattern, 1, 0, 0), - [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_delim_token, 1, 0, 0), - [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), - [919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), - [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), - [923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), - [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), - [945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), - [947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), - [949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), - [951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), - [953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), - [955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), - [963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), - [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [1003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), - [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), - [1007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), - [1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), - [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), - [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), - [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), - [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), - [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [1027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [1031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), - [1033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delim_tokens, 1, 0, 0), - [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delim_tokens, 1, 0, 0), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3664), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1105), + [765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(158), + [768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(134), + [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), + [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(10), + [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(364), + [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1558), + [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(257), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(819), + [788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(876), + [791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(40), + [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3420), + [797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3660), + [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3551), + [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2370), + [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(36), + [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2861), + [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1419), + [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1553), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(848), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1070), + [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(188), + [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2629), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(371), + [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(42), + [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2737), + [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2824), + [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(189), + [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(38), + [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3434), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2630), + [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1479), + [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2816), + [860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1551), + [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1556), + [866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3679), + [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1556), + [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3498), + [875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(163), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [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(1481), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [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(1769), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), + [917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), + [919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), + [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), + [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), + [985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [1003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), + [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [1017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [1019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [1021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), + [1027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 209), + [1029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [1031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [1033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), + [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), + [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 2, 0, 0), + [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 2, 0, 0), [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 3, 0, 0), [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 3, 0, 0), - [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), - [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), - [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 2, 0, 0), - [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 2, 0, 0), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), - [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3616), - [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), - [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), - [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), - [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), - [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), - [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1108), - [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(184), + [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delim_tokens, 1, 0, 0), + [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delim_tokens, 1, 0, 0), + [1053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), + [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), + [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), + [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [1221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1105), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(158), [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), [1229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(134), [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(10), - [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(301), - [1238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1557), - [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(225), - [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(818), - [1247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(870), - [1250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3259), - [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3500), - [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2398), + [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(364), + [1238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1558), + [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(257), + [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(819), + [1247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(876), + [1250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(40), + [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3420), + [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3551), + [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2370), [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(36), - [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2784), - [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1251), - [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1501), - [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(849), + [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2861), + [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1419), + [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1553), + [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(848), [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1070), [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(188), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2763), - [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(40), - [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2643), - [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2693), + [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2629), + [1286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(371), + [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [1292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2737), + [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2824), [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(189), - [1301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(37), - [1304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3223), - [1307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2768), - [1310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), - [1313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2728), - [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1500), + [1301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3434), + [1307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2630), + [1310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1479), + [1313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2816), + [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1551), [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1556), - [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3802), + [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3679), [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1556), - [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3737), - [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), - [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), - [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), + [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3498), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), + [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), + [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), + [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), + [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), + [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 35), [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 35), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2500), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), - [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), + [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), - [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), - [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), - [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), + [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), + [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), + [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 6, 0, 0), [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 6, 0, 0), - [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), - [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), - [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), - [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), - [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), - [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), - [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 126), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 126), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 45), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 45), - [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 40), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 40), - [1475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), - [1477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), - [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), - [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), - [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 84), - [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 84), - [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), - [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), - [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), - [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), - [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 105), - [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 105), - [1501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), - [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), - [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), - [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), - [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), - [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), - [1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), - [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), - [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), - [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), - [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), - [1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 33), - [1533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 33), - [1535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 256), - [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 256), - [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 44), - [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 44), - [1547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), - [1549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), - [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 154), - [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 154), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), + [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), + [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), + [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), + [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 40), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 40), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), + [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), + [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), + [1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 44), + [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 44), + [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 45), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 45), + [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), + [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), + [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 33), + [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 33), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), + [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), + [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), + [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), + [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 84), + [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 84), + [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 256), + [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 256), + [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), + [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), + [1519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 126), + [1525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 126), + [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), + [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), + [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 105), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 105), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), + [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), + [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), + [1553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 154), + [1555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 154), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), + [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), - [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), - [1583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), - [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), - [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), + [1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), + [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), [1599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 2, 0, 0), [1601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2, 0, 0), [1603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 3, 0, 0), [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 3, 0, 0), [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 2, 0, 0), [1609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 2, 0, 0), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), - [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), - [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), - [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), - [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), - [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), - [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), - [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 127), - [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 127), - [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 184), - [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 184), - [1761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2116), - [1764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(475), - [1767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(804), - [1770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2343), - [1773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3347), - [1776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(832), - [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(833), - [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(870), - [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2883), - [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1257), - [1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1562), - [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3300), - [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3475), - [1800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2644), - [1803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2199), - [1806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(848), - [1809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2408), - [1815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2876), - [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2464), - [1821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2829), - [1824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2829), - [1827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3663), - [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 275), - [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 275), - [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 279), - [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 279), - [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 280), - [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 280), - [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 253), - [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 253), - [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 281), - [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 281), - [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 282), - [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 282), - [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 283), - [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 283), - [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 95), - [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 95), - [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), - [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), - [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 284), - [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 284), - [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 285), - [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 285), - [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 269), - [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 269), - [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 286), - [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 286), - [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 271), - [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 271), - [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 287), - [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 287), - [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 275), - [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 275), - [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 288), - [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 288), - [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 9, 0, 279), - [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 9, 0, 279), - [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 289), - [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 289), - [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 290), - [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 290), - [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 291), - [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 291), - [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 34), - [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 34), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 292), - [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 292), - [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 293), - [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 293), - [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 289), - [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 289), - [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 294), - [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 294), - [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3325), - [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1247), - [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2826), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), - [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3609), - [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(870), - [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3220), - [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3443), - [1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2461), - [1976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2373), - [1979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2284), - [1982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3705), - [1985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3444), - [1988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3298), - [1991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(884), - [1994] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(825), - [1997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3716), - [2000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2034), - [2003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3099), - [2006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3719), - [2009] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3721), - [2012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3723), - [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3100), - [2018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2310), - [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1949), - [2024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2176), - [2027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3732), - [2030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2070), - [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3732), - [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 95), - [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 95), - [2040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 100), - [2042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 100), - [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 101), - [2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 101), - [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 102), - [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 102), - [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 95), - [2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 95), - [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 95), - [2058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 95), - [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 103), - [2062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 103), - [2064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 34), - [2066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 34), - [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), - [2070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), - [2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 34), - [2074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 34), - [2076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 43), - [2078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 43), - [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 60), - [2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 60), - [2084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), - [2090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [2096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), - [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [2102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [2104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), - [2106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), - [2108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), - [2110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), - [2112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [2114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [2116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), - [2118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), - [2120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), - [2122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), - [2124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), - [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), - [2128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), - [2130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 50), - [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 50), - [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 60), - [2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 60), - [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 119), - [2172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 119), - [2174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), - [2176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), - [2178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 122), - [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 122), - [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 123), - [2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 123), - [2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 124), - [2192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 124), - [2194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 82), - [2196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 82), - [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 125), - [2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 125), - [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 129), - [2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 129), - [2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 130), - [2212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 130), - [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 87), - [2216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 87), - [2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 131), - [2220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 131), - [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 132), - [2224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 132), - [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 133), - [2228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 133), - [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 107), - [2232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 107), - [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 127), - [2236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 127), - [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 134), - [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 134), - [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 119), - [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 119), - [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 34), - [2256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 34), - [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 81), - [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 81), - [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 122), - [2264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 122), - [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 137), - [2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 137), - [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 122), - [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 122), - [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 138), - [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 138), - [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 139), - [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 139), - [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 93), - [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 93), - [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 91), - [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 91), - [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 140), - [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 140), - [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 122), - [2296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 122), - [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 141), - [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 141), - [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 142), - [2304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 142), - [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 72), - [2308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 72), - [2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 143), - [2312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 143), - [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 144), - [2316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 144), - [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 145), - [2320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 145), - [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 146), - [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 146), - [2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 149), - [2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 149), - [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 150), - [2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 150), - [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 144), - [2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 144), - [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 146), - [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 146), - [2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 95), - [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 95), - [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 144), - [2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 144), - [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 151), - [2352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 151), - [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 146), - [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 146), - [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 144), - [2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 144), - [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 146), - [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 146), - [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 152), - [2368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 152), - [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), - [2372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), - [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 34), - [2376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 34), - [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), - [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), - [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 60), - [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 60), - [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 26), - [2392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 26), - [2394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 38), - [2396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 38), - [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 39), - [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 39), - [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 80), - [2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 80), - [2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 81), - [2416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 81), - [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 123), - [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 123), - [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 167), - [2424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 167), - [2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 168), - [2428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 168), - [2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 169), - [2432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 169), - [2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 170), - [2436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 170), - [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 171), - [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 171), - [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 172), - [2444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 172), - [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 173), - [2448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 173), - [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 129), - [2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 129), - [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 175), - [2456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 175), - [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 176), - [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 176), - [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 177), - [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 177), - [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 178), - [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 178), - [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 179), - [2472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 179), - [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 132), - [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 132), - [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 180), - [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 180), - [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 181), - [2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 181), - [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 82), - [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 82), - [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 182), - [2492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 182), - [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 183), - [2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 183), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 83), - [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 83), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 186), - [2506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 186), - [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 87), - [2510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 87), - [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [2516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 81), - [2518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 81), - [2520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 190), - [2522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 190), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 139), - [2528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 139), - [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 191), - [2532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 191), - [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 192), - [2536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 192), - [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 140), - [2540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 140), - [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 141), - [2544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 141), - [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 193), - [2548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 193), - [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 194), - [2552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 194), - [2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 195), - [2556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 195), - [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 196), - [2560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 196), - [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), - [2564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), - [2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 200), - [2568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 200), - [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 201), - [2572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 201), - [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 149), - [2576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 149), - [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 202), - [2580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 202), - [2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 186), - [2584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 186), - [2586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 88), - [2588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 88), - [2590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 195), - [2592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 195), - [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 95), - [2596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 95), - [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 146), - [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 146), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 195), - [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 195), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 203), - [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 203), - [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 195), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 195), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 204), - [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 204), - [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 205), - [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 205), - [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 206), - [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 206), - [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 207), - [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 207), - [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 208), - [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 208), - [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 26), - [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 26), - [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 89), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 89), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 90), - [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 90), - [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), - [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), - [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 41), - [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 41), - [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), - [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), - [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 60), - [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 60), - [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), - [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), - [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 34), - [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 34), - [2674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 80), - [2676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 80), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 91), - [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 91), - [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 81), - [2684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 81), - [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 213), - [2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 213), - [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [2692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [2694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 80), - [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 80), - [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 216), - [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 216), - [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 217), - [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 217), - [2706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 168), - [2708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 168), - [2710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 218), - [2712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 218), - [2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 170), - [2716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 170), - [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 219), - [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 219), - [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 172), - [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 172), - [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 220), - [2728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 220), - [2730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 221), - [2732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 221), - [2734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 222), - [2736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 222), - [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 223), - [2740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 223), - [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 224), - [2744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 224), - [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 176), - [2748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 176), - [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 225), - [2752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 225), - [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 178), - [2756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 178), - [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 226), - [2760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 226), - [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 227), - [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 227), - [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 228), - [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 228), - [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 229), - [2772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 229), - [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 92), - [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 92), - [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 81), - [2780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 81), - [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 231), - [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 231), - [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), - [2788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), - [2790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 213), - [2792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 213), - [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [2796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [2798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 191), - [2800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 191), - [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 192), - [2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 192), - [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 234), - [2808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 234), - [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 235), - [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 235), - [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 236), - [2816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 236), - [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 237), - [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 237), - [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 238), - [2824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 238), - [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 239), - [2828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 239), - [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 240), - [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 240), - [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 241), - [2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 241), - [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 242), - [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 242), - [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 243), - [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 243), - [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 200), - [2848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 200), - [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 244), - [2852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 244), - [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 245), - [2856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 245), - [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 246), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 246), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 146), - [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 146), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 203), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 203), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 247), - [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 247), - [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 248), - [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 248), - [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 249), - [2880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 249), - [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 250), - [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 250), - [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 251), - [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 251), - [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), - [2892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), - [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 253), - [2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 253), - [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 254), - [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 254), - [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 207), - [2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 207), - [2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 255), - [2908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 255), - [2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 93), - [2912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 93), - [2914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 91), - [2916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 91), - [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 80), - [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 80), - [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 81), - [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 81), - [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 6, 0, 0), - [2928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 6, 0, 0), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 216), - [2932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 216), - [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 259), - [2936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 259), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 221), - [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 221), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 260), - [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 260), - [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 223), - [2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 223), - [2950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 261), - [2952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 261), - [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 262), - [2956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 262), - [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 263), - [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 263), - [2962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 264), - [2964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 264), - [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 72), - [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 72), - [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 265), - [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 265), - [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 234), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 234), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 235), - [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 235), - [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 267), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 267), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 237), - [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 237), - [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 268), - [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 268), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 269), - [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 269), - [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 270), - [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 270), - [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 271), - [3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 271), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 272), - [3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 272), - [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 239), - [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 239), - [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 273), - [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 273), - [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 241), - [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 241), - [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 274), - [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 274), - [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 276), - [3032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 276), - [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 245), - [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 245), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 277), - [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 277), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 265), - [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 265), - [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 278), - [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 278), - [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 94), - [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 94), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 247), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 247), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 248), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 248), - [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 282), - [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 282), - [3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [3076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [3096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), - [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [3144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [3148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [3156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), - [3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), - [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), - [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), - [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), - [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), - [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), - [3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), - [3240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [3244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [3250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [3252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [3262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [3266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [3290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [3294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [3304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), - [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), - [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), - [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), - [3328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), - [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), - [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), - [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), - [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3766), - [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [3376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), - [3378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), - [3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), - [3382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 4, 0, 0), - [3384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 4, 0, 0), - [3386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), - [3388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lifetime, 2, 0, 0), - [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime, 2, 0, 0), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 23), - [3396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 23), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [3406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 19), - [3408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 19), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), - [3420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 28), - [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [3432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 28), - [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), - [3454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 111), - [3460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 111), - [3462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3475), - [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 28), - [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 28), - [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), - [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), - [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), - [3481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), - [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), - [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), - [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), - [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 47), - [3503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 47), - [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 46), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 46), - [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 112), - [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 112), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 29), - [3515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 29), - [3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 29), - [3519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 29), - [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3707), - [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), - [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), - [3544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), - [3546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 51), - [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), - [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 1, 0, 0), - [3552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 184), - [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 184), - [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 184), - [3558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 127), - [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 127), - [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 127), - [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), - [3566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [3568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [3580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), - [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 47), - [3606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), - [3612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), - [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 52), - [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 55), - [3618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 55), - [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 56), - [3622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 56), - [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), - [3626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), - [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), - [3630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), - [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [3634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), - [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), - [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), - [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), - [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 1, 0, 0), - [3662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 1, 0, 0), - [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), - [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2808), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [3682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [3684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), - [3690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), - [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), - [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [3702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 22), - [3704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 22), - [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3650), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), - [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3702), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), - [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), - [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 24), - [3734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 24), - [3736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 25), - [3738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 25), - [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), - [3742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 30), - [3748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 30), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 31), - [3754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 31), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), - [3762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), - [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 73), - [3766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 73), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [3770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 75), - [3772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 75), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [3776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 76), - [3778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 76), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), - [3788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), - [3790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 115), - [3792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 115), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 71), - [3808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 71), - [3810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 72), - [3812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 72), - [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 72), - [3816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 72), - [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 3, 0, 0), - [3824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 3, 0, 0), - [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), - [3828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), - [3830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 106), - [3838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 106), - [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), - [3842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), - [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), - [3846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), - [3848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 61), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 61), - [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [3856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), - [3860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), - [3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 159), - [3864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 159), - [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), - [3868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), - [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 0), - [3872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 0), - [3874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 53), - [3876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 53), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 110), - [3882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 110), - [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 113), - [3886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 113), - [3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 0), - [3890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 0), - [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 162), - [3894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 162), - [3896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 163), - [3898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 163), - [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 113), - [3902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 113), - [3904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 164), - [3910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 164), - [3912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 32), - [3914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 32), - [3916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), - [3918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), - [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), - [3926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), - [3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), - [3938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), - [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [3942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 57), - [3946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 57), - [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [3952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [3954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [3956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [3958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 155), - [3960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 155), - [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), - [3964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), - [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 136), - [3968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 136), - [3970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), - [3972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), - [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 0), - [3980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 0), - [3982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 48), - [3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 58), - [3986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 48), - [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 212), - [3990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 212), - [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), - [3994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), - [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), - [3998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), - [4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), - [4002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), - [4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [4006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 116), - [4010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 116), - [4012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), - [4014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), - [4016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 26), - [4018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 26), - [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 118), - [4022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 118), - [4024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 104), - [4026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 104), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 49), - [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), - [4032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), - [4034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 7, 0, 230), - [4036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 7, 0, 230), - [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 114), - [4040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 114), - [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), - [4044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [4048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), - [4052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), - [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 165), - [4056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 165), - [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 79), - [4060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 79), - [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [4064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), - [4068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), - [4070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), - [4072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), - [4074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), - [4076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), - [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [4084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [4086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [4088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), - [4092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), - [4094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), - [4096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), - [4098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), - [4100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), - [4102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), - [4104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), - [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 109), - [4108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 109), - [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 113), - [4112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 113), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [4124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [4134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [4136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [4140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [4142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), - [4148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [4154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3403), - [4161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [4167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 135), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 135), - [4171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2712), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), - [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), - [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), - [4192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), - [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 54), - [4196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 54), - [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), - [4200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [4204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [4216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), - [4224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), - [4226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [4228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [4244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [4246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [4248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [4264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [4266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [4272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), - [4274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3414), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [4282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), - [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [4286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [4296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [4314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [4328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [4368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 127), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 127), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [4382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 258), - [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), - [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 147), - [4434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 148), - [4436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [4460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 166), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [4486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 184), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [4502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [4508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 198), - [4510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 199), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [4518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 214), - [4520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 215), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [4524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [4530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [4574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 117), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), - [4592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [4598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3670), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [4602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), - [4606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [4608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), - [4610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), - [4614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), - [4616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), - [4630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), - [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), - [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [4646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), - [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [4654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), - [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [4660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), - [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3808), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [4708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), - [4710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [4714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [4760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [4764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [4781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [4799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [4802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), REDUCE(sym_scoped_type_identifier, 3, 0, 52), - [4805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [4808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 46), REDUCE(sym_scoped_type_identifier, 3, 0, 47), - [4811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [4831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [4835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 36), - [4837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [4841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [4845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_pattern, 3, 0, 68), - [4847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_pattern, 3, 0, 68), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [4861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 54), - [4863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 54), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [4871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 21), - [4873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 21), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), - [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 20), - [4881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 20), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [4897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 67), - [4899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 67), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [4907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 62), - [4909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 62), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [4919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 63), - [4921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 63), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [4941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), - [4943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [4953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), - [4955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), - [4957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), - [4959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 64), - [4961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), - [4963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 65), - [4965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 70), - [4967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 64), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [4971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), - [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), - [4975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 64), - [4977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 64), - [4979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 65), - [4981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 65), - [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 70), - [4985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 64), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [4991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [5001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [5013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [5021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 70), - [5023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 64), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [5027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), - [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 64), - [5035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 65), - [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 70), - [5039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 64), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [5043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), - [5045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), - [5047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), - [5049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [5087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [5109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [5116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), - [5118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(871), + [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), + [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), + [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), + [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), + [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), + [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), + [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), + [1727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), + [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [1749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2119), + [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(495), + [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2355), + [1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3379), + [1764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(841), + [1767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(826), + [1770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(876), + [1773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3130), + [1776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1127), + [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1575), + [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3314), + [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2729), + [1791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2229), + [1794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(821), + [1797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(827), + [1800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2444), + [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2765), + [1806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2479), + [1809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2640), + [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2640), + [1815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3662), + [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 127), + [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 127), + [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 184), + [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 184), + [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 87), + [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 87), + [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 217), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 217), + [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 168), + [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 168), + [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 218), + [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 218), + [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 170), + [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 170), + [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 219), + [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 219), + [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 172), + [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 172), + [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 220), + [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 220), + [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 221), + [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 221), + [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 222), + [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 222), + [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 223), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 223), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 224), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 224), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 176), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 176), + [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 225), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 225), + [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 178), + [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 178), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 226), + [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 226), + [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 227), + [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 227), + [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 228), + [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 228), + [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 229), + [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 229), + [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 231), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 231), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 131), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 131), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 213), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 213), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 191), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 191), + [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 192), + [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 192), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 234), + [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 234), + [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 235), + [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 235), + [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 236), + [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 236), + [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 237), + [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 237), + [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 238), + [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 238), + [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 239), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 239), + [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 240), + [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 240), + [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 241), + [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 241), + [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 242), + [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 242), + [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 243), + [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 243), + [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 200), + [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 200), + [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 244), + [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 244), + [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 245), + [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 245), + [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 246), + [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 246), + [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 146), + [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 146), + [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 203), + [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 203), + [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 247), + [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 247), + [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 248), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 248), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 249), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 249), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 250), + [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 250), + [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 251), + [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 251), + [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), + [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 252), + [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 253), + [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 253), + [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 254), + [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 254), + [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 207), + [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 207), + [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 255), + [2044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 255), + [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 132), + [2048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 132), + [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 133), + [2052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 133), + [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 107), + [2056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 107), + [2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 6, 0, 0), + [2060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 6, 0, 0), + [2062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 216), + [2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 216), + [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 259), + [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 259), + [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 221), + [2072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 221), + [2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 260), + [2076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 260), + [2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 223), + [2080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 223), + [2082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 261), + [2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 261), + [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 262), + [2088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 262), + [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 263), + [2092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 263), + [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 264), + [2096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 264), + [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 265), + [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 265), + [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 234), + [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 234), + [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 235), + [2112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 235), + [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 267), + [2116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 267), + [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 237), + [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 237), + [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 268), + [2124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 268), + [2126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 269), + [2128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 269), + [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 270), + [2132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 270), + [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 271), + [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 271), + [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 272), + [2140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 272), + [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 239), + [2144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 239), + [2146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 273), + [2148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 273), + [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 241), + [2152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 241), + [2154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 274), + [2156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 274), + [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 275), + [2160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 275), + [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 276), + [2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 276), + [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 245), + [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 245), + [2170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 277), + [2172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 277), + [2174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 265), + [2176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 265), + [2178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 278), + [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 278), + [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 127), + [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 127), + [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 247), + [2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 247), + [2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 248), + [2192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 248), + [2194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 279), + [2196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 279), + [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 280), + [2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 280), + [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 253), + [2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 253), + [2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 281), + [2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 281), + [2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 282), + [2212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 282), + [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 283), + [2216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 283), + [2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 134), + [2220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 134), + [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 284), + [2224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 284), + [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 285), + [2228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 285), + [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 269), + [2232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 269), + [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 286), + [2236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 286), + [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 271), + [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 271), + [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 287), + [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 287), + [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 275), + [2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 275), + [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 288), + [2252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 288), + [2254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 9, 0, 279), + [2256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 9, 0, 279), + [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 289), + [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 289), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 290), + [2264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 290), + [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 282), + [2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 282), + [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 291), + [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 291), + [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 292), + [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 292), + [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 293), + [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 293), + [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 289), + [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 289), + [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 294), + [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 294), + [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 60), + [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 60), + [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 119), + [2296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 119), + [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 34), + [2304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 34), + [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 81), + [2308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 81), + [2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 122), + [2312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 122), + [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 137), + [2316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 137), + [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 122), + [2320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 122), + [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 138), + [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 138), + [2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 139), + [2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 139), + [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 93), + [2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 93), + [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 91), + [2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 91), + [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 140), + [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 140), + [2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 34), + [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 34), + [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 122), + [2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 122), + [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 141), + [2352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 141), + [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 142), + [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 142), + [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 72), + [2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 72), + [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 143), + [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 143), + [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 144), + [2368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 144), + [2370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 145), + [2372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 145), + [2374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 146), + [2376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 146), + [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 149), + [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 149), + [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 150), + [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 150), + [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 144), + [2388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 144), + [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 146), + [2392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 146), + [2394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 95), + [2396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 95), + [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 144), + [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 144), + [2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 151), + [2404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 151), + [2406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 146), + [2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 146), + [2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 144), + [2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 144), + [2414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 146), + [2416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 146), + [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 152), + [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 152), + [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), + [2424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 153), + [2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 216), + [2428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 216), + [2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 38), + [2432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 38), + [2434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [2436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 60), + [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 60), + [2442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 39), + [2444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 39), + [2446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), + [2448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), + [2450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), + [2456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), + [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 41), + [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 41), + [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), + [2464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), + [2466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 119), + [2468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 119), + [2470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 34), + [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 34), + [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [2484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 34), + [2488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 34), + [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), + [2492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), + [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 34), + [2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 34), + [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 43), + [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 43), + [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 123), + [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 123), + [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 167), + [2512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 167), + [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 168), + [2516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 168), + [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 169), + [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 169), + [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 170), + [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 170), + [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 171), + [2528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 171), + [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 172), + [2532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 172), + [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [2536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), + [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), + [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), + [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [2572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), + [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3125), + [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), + [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 173), + [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 173), + [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 50), + [2598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 50), + [2600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 129), + [2602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 129), + [2604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 175), + [2606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 175), + [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 176), + [2610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 176), + [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 177), + [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 177), + [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 178), + [2618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 178), + [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 179), + [2622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 179), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 60), + [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 60), + [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), + [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), + [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 132), + [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 132), + [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 180), + [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 180), + [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 181), + [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 181), + [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 182), + [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 182), + [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 183), + [2654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 183), + [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 122), + [2658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 122), + [2660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 123), + [2662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 123), + [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 186), + [2666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 186), + [2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), + [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), + [2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 81), + [2678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 81), + [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 190), + [2682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 190), + [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 139), + [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 139), + [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 191), + [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 191), + [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 192), + [2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 192), + [2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 140), + [2702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 140), + [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 80), + [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 80), + [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 81), + [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 81), + [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 82), + [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 82), + [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 83), + [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 83), + [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 141), + [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 141), + [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 193), + [2726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 193), + [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 194), + [2730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 194), + [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 87), + [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 87), + [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 195), + [2738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 195), + [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 88), + [2742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 88), + [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 196), + [2746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 196), + [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 26), + [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 26), + [2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 89), + [2754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 89), + [2756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 90), + [2758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 90), + [2760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), + [2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 197), + [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 200), + [2766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 200), + [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 201), + [2770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 201), + [2772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 149), + [2774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 149), + [2776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 202), + [2778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 202), + [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 186), + [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 186), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 34), + [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 34), + [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 80), + [2794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 80), + [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 91), + [2798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 91), + [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 81), + [2802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 81), + [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 80), + [2806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 80), + [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 92), + [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 92), + [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 81), + [2814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 81), + [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), + [2818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), + [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 93), + [2822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 93), + [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 91), + [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 91), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 80), + [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 80), + [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 81), + [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 81), + [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 72), + [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 72), + [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 94), + [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 94), + [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 95), + [2846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 95), + [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), + [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), + [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 124), + [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 124), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 195), + [2858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 195), + [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3415), + [2867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1125), + [2870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2862), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), + [2875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3552), + [2878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(876), + [2881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3262), + [2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3441), + [2887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2369), + [2890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2310), + [2893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2248), + [2896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3711), + [2899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3442), + [2902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(879), + [2905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(832), + [2908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3721), + [2911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2029), + [2914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3116), + [2917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3723), + [2920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3725), + [2923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3726), + [2926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3125), + [2929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2250), + [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1962), + [2935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2132), + [2938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3737), + [2941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2035), + [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3737), + [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 95), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 95), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 146), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 146), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 95), + [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 95), + [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 195), + [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 195), + [2963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 203), + [2965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 203), + [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 100), + [2969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 100), + [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 101), + [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 101), + [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 195), + [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 195), + [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 204), + [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 204), + [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 205), + [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 205), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 206), + [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 206), + [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 207), + [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 207), + [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 208), + [2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 208), + [2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 82), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 82), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 125), + [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 125), + [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 102), + [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 102), + [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 95), + [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 95), + [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 95), + [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 95), + [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 60), + [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 60), + [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), + [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), + [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 103), + [3039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 103), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 129), + [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 129), + [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 130), + [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 130), + [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 213), + [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 213), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 26), + [3059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 26), + [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [3121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), + [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [3187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), + [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3700), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), + [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), + [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), + [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), + [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3771), + [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), + [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), + [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), + [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), + [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), + [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), + [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), + [3377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 4, 0, 0), + [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 4, 0, 0), + [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), + [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lifetime, 2, 0, 0), + [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime, 2, 0, 0), + [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 19), + [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 19), + [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 23), + [3403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 23), + [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [3407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), + [3429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), + [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 28), + [3455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 28), + [3457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [3459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 111), + [3461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 111), + [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 28), + [3465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 28), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [3469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3473), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 29), + [3486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 29), + [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [3490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [3492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 51), + [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), + [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2956), + [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), + [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [3518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 47), + [3520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 47), + [3522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 46), + [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 46), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), + [3530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 112), + [3534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 112), + [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), + [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 29), + [3546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 29), + [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 1, 0, 0), + [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3707), + [3553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 184), + [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 184), + [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 184), + [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 127), + [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 127), + [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 127), + [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 47), + [3587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), + [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), + [3595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 52), + [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 55), + [3603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 55), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 56), + [3607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 56), + [3609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), + [3611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), + [3613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [3627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), + [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), + [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 22), + [3637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 22), + [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 24), + [3649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 24), + [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 25), + [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 25), + [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), + [3657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 30), + [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 30), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 31), + [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 31), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), + [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), + [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 73), + [3681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 73), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 75), + [3687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 75), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [3691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 76), + [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 76), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), + [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 115), + [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 115), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [3711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), + [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), + [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), + [3727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), + [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), + [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), + [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 1, 0, 0), + [3739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 1, 0, 0), + [3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [3755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [3761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), + [3763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3005), + [3765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [3775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [3779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3649), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), + [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 104), + [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 104), + [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 32), + [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 32), + [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 113), + [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 113), + [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 0), + [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 0), + [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 212), + [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 212), + [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 109), + [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 109), + [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 110), + [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 110), + [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 0), + [3831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 0), + [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 113), + [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 113), + [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 114), + [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 114), + [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 116), + [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 116), + [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), + [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), + [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), + [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 26), + [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 26), + [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), + [3871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), + [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 7, 0, 230), + [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 7, 0, 230), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 48), + [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 49), + [3885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 48), + [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), + [3889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), + [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), + [3893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), + [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 53), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [3899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 53), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), + [3909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), + [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 159), + [3913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 159), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 113), + [3921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 113), + [3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 0), + [3925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 0), + [3927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 162), + [3929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 162), + [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 163), + [3933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 163), + [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 164), + [3937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 164), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 71), + [3941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 71), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 72), + [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 72), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 72), + [3949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 72), + [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 3, 0, 0), + [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 3, 0, 0), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), + [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), + [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), + [3965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), + [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 57), + [3973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 57), + [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 136), + [3977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 136), + [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [3985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), + [3989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), + [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), + [3993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), + [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 61), + [3997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 61), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), + [4001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), + [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 79), + [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 79), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), + [4013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 87), + [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 155), + [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 155), + [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), + [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), + [4039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), + [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), + [4043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), + [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), + [4047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), + [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), + [4051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), + [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 165), + [4055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 165), + [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), + [4059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), + [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), + [4063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), + [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [4067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 106), + [4071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 106), + [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), + [4075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), + [4079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 118), + [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 118), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), + [4093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), + [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), + [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), + [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), + [4103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), + [4105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 58), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [4119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [4121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [4123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [4125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [4139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2813), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), + [4162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), + [4164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), + [4166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), + [4168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3279), + [4171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 135), + [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 135), + [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), + [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), + [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), + [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), + [4185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 54), + [4187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 54), + [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), + [4195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), + [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), + [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), + [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), + [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), + [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [4313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [4321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [4327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [4357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [4359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [4361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), + [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 184), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 198), + [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 199), + [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), + [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 258), + [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [4463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 147), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 166), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 148), + [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 214), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 215), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 127), + [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 127), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [4575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 117), + [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [4585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), + [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), + [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), + [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), + [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), + [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), + [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), + [4611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2380), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), + [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), + [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [4655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [4701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), + [4703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), + [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [4782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [4796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [4799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [4802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 46), REDUCE(sym_scoped_type_identifier, 3, 0, 47), + [4805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [4818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 36), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [4838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [4842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_pattern, 3, 0, 68), + [4844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_pattern, 3, 0, 68), + [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), + [4848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [4852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 63), + [4872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 63), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 67), + [4882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 67), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [4886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 54), + [4888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 54), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [4910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 20), + [4912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 20), + [4914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 21), + [4916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 21), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [4934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 62), + [4936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 62), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [4948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 64), + [4950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), + [4952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 64), + [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 64), + [4956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [4964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), + [4966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [4972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), + [4974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 64), + [4976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), + [4978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), + [4980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 64), + [4982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 65), + [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), + [4992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), + [4994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), + [4996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 70), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [5000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 64), + [5002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 70), + [5004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [5012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 64), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [5016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 65), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [5022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [5028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 65), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [5034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [5040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [5052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 70), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [5058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), + [5060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 65), + [5062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 70), + [5064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 64), + [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), + [5068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [5104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [5108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(70), + [5111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), + [5113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(71), + [5116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(75), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), [5121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 2, 0, 0), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [5147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(79), - [5150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), - [5152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(70), - [5155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(75), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [5200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), - [5202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), - [5204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2461), - [5207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), - [5209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2296), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [5244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), - [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [5264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [5302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 37), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [5320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), - [5322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), - [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), - [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [5336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [5346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), - [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [5366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), - [5380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [5414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), - [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), - [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), - [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [5444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), - [5446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1433), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [5475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [5479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 64), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [5524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [5558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 64), - [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [5589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [5599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 109), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [5605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), - [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [5609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(2045), - [5612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(262), - [5615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), - [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [5621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), - [5624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 72), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 26), - [5634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 187), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [5648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), - [5650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), - [5668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 120), - [5670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 121), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [5676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [5680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 26), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [5688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 232), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [5692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 109), - [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [5706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), - [5709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 266), - [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [5719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 1, 0, 37), - [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [5733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [5739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [5747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 187), - [5749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 266), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [5765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [5797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), - [5799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 72), - [5801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 232), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [5807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [5811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [5833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [5835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), - [5837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(2982), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [5862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 107), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [5874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), - [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [5884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 69), - [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), - [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [5958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), - [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2892), - [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [6006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(838), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [6011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), - [6013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 54), - [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [6019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 210), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [6023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 119), - [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), - [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [6029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(209), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [6040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), - [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [6050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [6060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [6062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [6068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [6082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 156), - [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), - [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), - [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [6176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 233), - [6178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [6202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [6224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [6230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), - [6232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2265), - [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [6237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [6243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 174), - [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [5133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2369), + [5136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), + [5138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2278), + [5141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), + [5143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), + [5146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [5164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), + [5166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(861), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [5211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), + [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), + [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [5293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), + [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [5323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [5343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [5361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [5365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 37), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [5369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), + [5371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [5379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [5383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), + [5385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [5401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), + [5403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3096), + [5405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), + [5407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [5409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [5419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [5423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [5433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 64), + [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [5454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), + [5456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1470), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [5511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [5527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [5543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 64), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [5580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(2039), + [5583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(264), + [5586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 1, 0, 37), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [5590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 26), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [5622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [5638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 187), + [5640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 109), + [5642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 120), + [5644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 121), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [5648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), + [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [5657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 26), + [5659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), + [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [5665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [5671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 72), + [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [5681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 232), + [5683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 109), + [5685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 266), + [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [5697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [5709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), + [5712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 266), + [5714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [5748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 72), + [5750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [5784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 187), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [5796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 232), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [5806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 69), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [5854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [5856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(2886), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [5861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [5879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [5889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 119), + [5891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [5893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [5933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [5935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [5943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 54), + [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [5969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [5971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [5973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [5981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), + [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [6001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 156), + [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [6011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [6029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [6033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), + [6035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(830), + [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [6044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 107), + [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), + [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [6050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [6101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), + [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), + [6119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [6131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), + [6133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), + [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [6141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 210), + [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [6151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), + [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [6171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 99), + [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [6175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), + [6195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), + [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [6207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [6215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [6217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [6225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 41), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [6229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [6233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 2, 0, 0), + [6235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 42), + [6237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [6245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), + [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), - [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [6279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 66), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [6315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), - [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [6319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), - [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [6327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(611), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), - [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [6336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [6342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 109), - [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [6360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 108), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [6384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [6398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), - [6400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(927), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [6409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 2, 0, 0), - [6411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 42), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [6451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 26), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [6465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), - [6467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), SHIFT_REPEAT(800), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [6478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 189), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [6484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), - [6486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [6493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [6495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1953), - [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [6510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), - [6512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [6526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 72), - [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [6530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(457), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [6537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 157), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [6541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 158), - [6543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 128), - [6545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), - [6547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2450), - [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [6554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), - [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [6564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), - [6566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2146), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [6577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(810), - [6580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), - [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [6590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(319), - [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), - [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3484), - [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [6601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 257), - [6603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), - [6605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [6643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), - [6645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3395), - [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [6652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), - [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [6664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [6676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 96), - [6678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 97), - [6680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 211), - [6682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [6684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [6688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), - [6690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), - [6692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 98), - [6694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), - [6696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(3146), - [6699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 99), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [6703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 85), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [6717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [6757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [6761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), - [6763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2326), - [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [6768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 41), - [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [6778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), - [6780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), - [6782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), - [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [6810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [6812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [6814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), - [6816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [6818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [6820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [6824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [6826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [6836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), - [6840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [6842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), - [6844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [6854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [6860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [6862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [6870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), - [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [6878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [6880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [6882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [6884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), - [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [6888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [6898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [6900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [6906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), - [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [6912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [6920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [6924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [6938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), - [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), - [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), - [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [6954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 160), - [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [6962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), - [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [6966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), - [6968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), - [6970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), - [6972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), - [6974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [6976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 161), - [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [6980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), - [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [6986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 39), - [6988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 74), - [6990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), - [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [6994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 2, 0, 86), - [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [7000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 6, 0, 213), - [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [7010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [7050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [7052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [7074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), - [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), - [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [7096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [7132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 185), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [7146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 77), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [7194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [7232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 78), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [7250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [7254] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [7350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), - [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [7358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [7380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [7386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [7388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), - [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [7464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), - [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [7468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [7522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), - [7524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [7526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [7564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [7570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), - [7572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 59), - [7574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), - [7576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), - [7578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), - [7580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), - [7582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), + [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), + [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 257), + [6347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [6359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), + [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [6387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 26), + [6389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), + [6391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 188), SHIFT_REPEAT(804), + [6394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 109), + [6396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 189), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [6412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), + [6414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2300), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [6443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [6461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), + [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [6465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), + [6467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2342), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [6476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [6478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1972), + [6481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [6483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [6493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), + [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [6503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(657), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [6508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 72), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [6522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(458), + [6525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 108), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [6533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 174), + [6535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 157), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [6541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [6547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 158), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [6581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), + [6583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(958), + [6586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [6596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), + [6598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2470), + [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [6609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), + [6611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2243), + [6614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 233), + [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [6624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(806), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [6637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 85), + [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), + [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3787), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [6647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [6689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 128), + [6691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [6695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(296), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [6702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), + [6704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), + [6706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2163), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [6721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [6725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 96), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [6731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 97), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [6741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), + [6743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3191), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [6748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [6754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 211), + [6756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [6762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), + [6764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 98), + [6766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [6768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), + [6770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), + [6772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 66), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [6782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), + [6784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(2913), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), + [6793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), + [6795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [6797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [6799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), + [6801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), + [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), + [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), + [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [6837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [6845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [6847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [6849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [6851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), + [6853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [6857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), + [6859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 39), + [6861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [6865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [6867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [6869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [6875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), + [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [6879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), + [6881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [6883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [6885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [6891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [6893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [6895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [6897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [6899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), + [6901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [6903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [6905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [6907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [6909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [6911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [6913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [6931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [6935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [6939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), + [6941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 74), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [6949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [6951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [6953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [6977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 2, 0, 86), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [6983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 6, 0, 213), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [6993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [7029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 160), + [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [7035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [7063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 161), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), + [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3621), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), + [7077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3806), + [7079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [7087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [7145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), + [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [7153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [7183] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [7215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 77), + [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [7225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 78), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [7307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [7349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [7523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 185), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [7565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), + [7567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), + [7569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), + [7571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), + [7573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), + [7575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 59), + [7577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), }; enum ts_external_scanner_symbol_identifiers { @@ -204256,10 +204294,10 @@ static const bool ts_external_scanner_states[10][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__line_doc_content] = true, }, [8] = { - [ts_external_token__raw_string_literal_end] = true, + [ts_external_token_raw_string_literal_content] = true, }, [9] = { - [ts_external_token_raw_string_literal_content] = true, + [ts_external_token__raw_string_literal_end] = true, }, }; @@ -204326,8 +204364,8 @@ TS_PUBLIC const TSLanguage *tree_sitter_rust(void) { .max_reserved_word_set_size = 0, .metadata = { .major_version = 0, - .minor_version = 23, - .patch_version = 3, + .minor_version = 24, + .patch_version = 0, }, }; return &language; diff --git a/test/corpus/async.txt b/test/corpus/async.txt index a50180ed..9b346506 100644 --- a/test/corpus/async.txt +++ b/test/corpus/async.txt @@ -161,3 +161,27 @@ gen move {} (expression_statement (gen_block (block)))) + +================================================================================ +gen fn +================================================================================ + +gen fn f() -> u8 { + yield 42; + yield; +} + +-------------------------------------------------------------------------------- + +(source_file + (function_item + (function_modifiers) + (identifier) + (parameters) + (primitive_type) + (block + (expression_statement + (yield_expression + (integer_literal))) + (expression_statement + (yield_expression)))))